@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IsArray, IsBoolean,
|
|
1
|
+
import { IsArray, IsBoolean, IsDateString, IsInt, IsOptional, IsString, Min } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
3
|
import { CardType, CardState } from '../../../Enum/Card';
|
|
4
4
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
@@ -44,6 +44,11 @@ export class QueryUserCards {
|
|
|
44
44
|
@IsBoolean()
|
|
45
45
|
@ToBoolean()
|
|
46
46
|
declare includePostponed?: boolean;
|
|
47
|
+
|
|
48
|
+
@ApiPropertyOptional()
|
|
49
|
+
@IsOptional()
|
|
50
|
+
@IsArray()
|
|
51
|
+
declare idTypeBrand?: number[];
|
|
47
52
|
}
|
|
48
53
|
|
|
49
54
|
export class QueryUserCardsPaginated extends QueryUserCards {
|
|
@@ -57,38 +62,3 @@ export class QueryUserCardsPaginated extends QueryUserCards {
|
|
|
57
62
|
@Min(1)
|
|
58
63
|
limit: number;
|
|
59
64
|
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @deprecated Use QueryUserCards instead
|
|
63
|
-
*/
|
|
64
|
-
export class QueryUserCardsAdmin {
|
|
65
|
-
@ApiPropertyOptional()
|
|
66
|
-
@IsOptional()
|
|
67
|
-
@IsInt()
|
|
68
|
-
declare idUser?: number;
|
|
69
|
-
|
|
70
|
-
@ApiPropertyOptional()
|
|
71
|
-
@IsOptional()
|
|
72
|
-
@IsDate()
|
|
73
|
-
declare startDate?: Date;
|
|
74
|
-
|
|
75
|
-
@ApiPropertyOptional()
|
|
76
|
-
@IsOptional()
|
|
77
|
-
@IsDate()
|
|
78
|
-
declare endDate?: Date;
|
|
79
|
-
|
|
80
|
-
@ApiPropertyOptional()
|
|
81
|
-
@IsOptional()
|
|
82
|
-
@IsString()
|
|
83
|
-
declare search?: string;
|
|
84
|
-
|
|
85
|
-
@ApiPropertyOptional()
|
|
86
|
-
@IsOptional()
|
|
87
|
-
@IsArray()
|
|
88
|
-
declare types?: CardType[];
|
|
89
|
-
|
|
90
|
-
@ApiPropertyOptional()
|
|
91
|
-
@IsOptional()
|
|
92
|
-
@IsEnum(CardState)
|
|
93
|
-
declare state?: CardState;
|
|
94
|
-
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IsEnum, IsInt, IsOptional, IsString } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
3
|
import { CardState, CardType, TransactionRangeFilter } from '../../../Enum/Card';
|
|
4
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
5
4
|
|
|
6
5
|
export class AssignCard {
|
|
7
6
|
@ApiProperty()
|
|
@@ -20,10 +19,6 @@ export class UpdateCardV2 {
|
|
|
20
19
|
@IsEnum(CardState)
|
|
21
20
|
state?: CardState;
|
|
22
21
|
|
|
23
|
-
@ApiPropertyOptional()
|
|
24
|
-
@IsOptional()
|
|
25
|
-
plannedAt?: Date | null;
|
|
26
|
-
|
|
27
22
|
@ApiPropertyOptional()
|
|
28
23
|
@IsOptional()
|
|
29
24
|
@IsInt()
|
|
@@ -38,47 +33,4 @@ export class UpdateCardV2 {
|
|
|
38
33
|
@IsOptional()
|
|
39
34
|
@IsInt()
|
|
40
35
|
priority?: number;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* @deprecated Use UpdateCardV2 instead
|
|
45
|
-
*/
|
|
46
|
-
export class UpdateCard {
|
|
47
|
-
@ApiPropertyOptional()
|
|
48
|
-
@IsOptional()
|
|
49
|
-
@IsInt()
|
|
50
|
-
@IsEnum(CardType)
|
|
51
|
-
type?: CardType;
|
|
52
|
-
|
|
53
|
-
@ApiPropertyOptional()
|
|
54
|
-
@IsOptional()
|
|
55
|
-
@IsBoolean()
|
|
56
|
-
isManual?: boolean;
|
|
57
|
-
|
|
58
|
-
@ApiPropertyOptional()
|
|
59
|
-
@IsOptional()
|
|
60
|
-
@IsBoolean()
|
|
61
|
-
@ToBoolean()
|
|
62
|
-
isBlocked?: boolean;
|
|
63
|
-
|
|
64
|
-
@ApiPropertyOptional()
|
|
65
|
-
@IsOptional()
|
|
66
|
-
@IsInt()
|
|
67
|
-
@IsEnum(CardState)
|
|
68
|
-
state?: CardState;
|
|
69
|
-
|
|
70
|
-
@ApiPropertyOptional()
|
|
71
|
-
@IsOptional()
|
|
72
|
-
@IsDate()
|
|
73
|
-
plannedAt?: Date | null;
|
|
74
|
-
|
|
75
|
-
@ApiPropertyOptional()
|
|
76
|
-
@IsOptional()
|
|
77
|
-
@IsInt()
|
|
78
|
-
idUser?: number;
|
|
79
|
-
|
|
80
|
-
@ApiPropertyOptional()
|
|
81
|
-
@IsOptional()
|
|
82
|
-
@IsString()
|
|
83
|
-
comment?: string;
|
|
84
|
-
}
|
|
36
|
+
}
|
|
@@ -37,3 +37,10 @@ export class UpdateInformationRequest implements Partial<Omit<IInformationReques
|
|
|
37
37
|
@ToBoolean()
|
|
38
38
|
isMandatory?: boolean;
|
|
39
39
|
}
|
|
40
|
+
|
|
41
|
+
export class DeleteByExerciceOptions {
|
|
42
|
+
@ApiPropertyOptional()
|
|
43
|
+
@IsOptional()
|
|
44
|
+
@IsInt()
|
|
45
|
+
idBalanceSheet?: number;
|
|
46
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IsBoolean, IsDate, IsInt, IsOptional, IsString } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
3
4
|
|
|
4
5
|
export class CreateOldExpertInfo {
|
|
5
6
|
@ApiPropertyOptional()
|
|
@@ -54,6 +55,7 @@ export class CreateOldExpertInfo {
|
|
|
54
55
|
|
|
55
56
|
@ApiProperty()
|
|
56
57
|
@IsBoolean()
|
|
58
|
+
@ToBoolean()
|
|
57
59
|
dontHaveOldExpert: boolean;
|
|
58
60
|
|
|
59
61
|
@ApiPropertyOptional()
|
|
@@ -34,6 +34,12 @@ export class QueryCreatePrestation {
|
|
|
34
34
|
@IsOptional()
|
|
35
35
|
@IsObject()
|
|
36
36
|
subPrestationsOffer?: ICommercialOffer;
|
|
37
|
+
|
|
38
|
+
@ApiPropertyOptional()
|
|
39
|
+
@IsOptional()
|
|
40
|
+
@IsBoolean()
|
|
41
|
+
@ToBoolean()
|
|
42
|
+
allowClientAccess?: boolean;
|
|
37
43
|
}
|
|
38
44
|
|
|
39
45
|
export interface subPrestationsType {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IsInt, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class GetWebinarsParams {
|
|
5
|
+
@ApiProperty()
|
|
6
|
+
@IsString()
|
|
7
|
+
from?: string;
|
|
8
|
+
|
|
9
|
+
@ApiProperty()
|
|
10
|
+
@IsString()
|
|
11
|
+
to?: string;
|
|
12
|
+
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
@IsInt()
|
|
15
|
+
limit?: number;
|
|
16
|
+
|
|
17
|
+
@ApiProperty()
|
|
18
|
+
@IsInt()
|
|
19
|
+
skip?: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface WebexMeeting {
|
|
2
|
+
id: string;
|
|
3
|
+
meetingNumber: string;
|
|
4
|
+
title: string;
|
|
5
|
+
password?: string;
|
|
6
|
+
phoneAndVideoSystemPassword?: string;
|
|
7
|
+
meetingType: string;
|
|
8
|
+
state: string;
|
|
9
|
+
timezone: string;
|
|
10
|
+
start: string;
|
|
11
|
+
end: string;
|
|
12
|
+
hostUserId: string;
|
|
13
|
+
hostDisplayName: string;
|
|
14
|
+
hostEmail: string;
|
|
15
|
+
webLink: string;
|
|
16
|
+
sipAddress?: string;
|
|
17
|
+
dialInIpAddress?: string;
|
|
18
|
+
enabledAutoRecordMeeting?: boolean;
|
|
19
|
+
allowAnyUserToBeCoHost?: boolean;
|
|
20
|
+
telephony?: any;
|
|
21
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IsEmail, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export interface WebexRegistrant {
|
|
5
|
+
registrantId?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
meetingId?: string;
|
|
8
|
+
email: string;
|
|
9
|
+
firstName: string;
|
|
10
|
+
lastName: string;
|
|
11
|
+
displayName?: string;
|
|
12
|
+
company?: string;
|
|
13
|
+
jobTitle?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export class AddWebexRegistrantBody {
|
|
17
|
+
@ApiProperty()
|
|
18
|
+
@IsString()
|
|
19
|
+
@IsEmail()
|
|
20
|
+
email: string;
|
|
21
|
+
|
|
22
|
+
@ApiProperty()
|
|
23
|
+
@IsString()
|
|
24
|
+
firstName: string;
|
|
25
|
+
|
|
26
|
+
@ApiProperty()
|
|
27
|
+
@IsString()
|
|
28
|
+
lastName: string;
|
|
29
|
+
|
|
30
|
+
@ApiProperty()
|
|
31
|
+
@IsString()
|
|
32
|
+
@IsOptional()
|
|
33
|
+
workPhone?: string;
|
|
34
|
+
}
|
|
@@ -1,14 +1,26 @@
|
|
|
1
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
1
2
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
2
4
|
|
|
3
5
|
export class InvoicesWoocommerce {
|
|
4
6
|
@ApiPropertyOptional()
|
|
5
|
-
|
|
7
|
+
@IsOptional()
|
|
8
|
+
order?: string;
|
|
6
9
|
@ApiPropertyOptional()
|
|
7
|
-
|
|
10
|
+
@IsOptional()
|
|
11
|
+
limit?: number;
|
|
8
12
|
@ApiPropertyOptional()
|
|
9
|
-
|
|
13
|
+
@IsOptional()
|
|
14
|
+
ids?: number[];
|
|
10
15
|
@ApiPropertyOptional()
|
|
11
|
-
|
|
16
|
+
@IsOptional()
|
|
17
|
+
idSociety?: number;
|
|
12
18
|
@ApiPropertyOptional()
|
|
13
|
-
|
|
19
|
+
@IsOptional()
|
|
20
|
+
date?: Date;
|
|
21
|
+
@ApiPropertyOptional()
|
|
22
|
+
@IsOptional()
|
|
23
|
+
@IsBoolean()
|
|
24
|
+
@ToBoolean()
|
|
25
|
+
debug?: boolean;
|
|
14
26
|
}
|
|
@@ -4,7 +4,6 @@ import { ISupervision } from './ISupervision';
|
|
|
4
4
|
import { IPrestation } from './IPrestation';
|
|
5
5
|
import { IGedFile } from './IGedFile';
|
|
6
6
|
import { IFile } from './IFile';
|
|
7
|
-
import { ICard } from './ICard';
|
|
8
7
|
import { IBalanceSheetHistory } from './IBalanceSheetHistory';
|
|
9
8
|
import { IAdditionalBalance } from './IAdditionalBalance';
|
|
10
9
|
|
|
@@ -24,7 +23,6 @@ export interface IBalanceSheet {
|
|
|
24
23
|
bankCollectingState?: number;
|
|
25
24
|
idExercice?: number;
|
|
26
25
|
idCalendarEvent?: number;
|
|
27
|
-
idCard?: number;
|
|
28
26
|
createdAt?: Date;
|
|
29
27
|
updatedAt?: Date;
|
|
30
28
|
|
|
@@ -35,7 +33,6 @@ export interface IBalanceSheet {
|
|
|
35
33
|
prestations?: IPrestation[];
|
|
36
34
|
gedFiles?: IGedFile[];
|
|
37
35
|
file?: IFile;
|
|
38
|
-
card?: ICard;
|
|
39
36
|
balanceSheetHistories?: IBalanceSheetHistory[];
|
|
40
37
|
additionalBalance?: IAdditionalBalance;
|
|
41
38
|
}
|
|
@@ -6,7 +6,6 @@ import { ICalendarEvent } from './ICalendarEvent';
|
|
|
6
6
|
import { ICustomerVat } from './ICustomerVat';
|
|
7
7
|
import { ICardHistory } from './ICardHistory';
|
|
8
8
|
import { IComment } from './IComment';
|
|
9
|
-
import { ITeam } from './ITeam';
|
|
10
9
|
import { IChecklist } from './IChecklist';
|
|
11
10
|
import { ICustomerIsRegime } from './ICustomerIsRegime';
|
|
12
11
|
import { IExercice } from './IExercice';
|
|
@@ -15,12 +14,8 @@ export interface ICard {
|
|
|
15
14
|
id?: number;
|
|
16
15
|
type: CardType;
|
|
17
16
|
state: CardState;
|
|
18
|
-
isManual: boolean;
|
|
19
|
-
isBlocked: boolean;
|
|
20
17
|
priority?: number | null;
|
|
21
|
-
plannedAt?: Date | null;
|
|
22
18
|
idUser?: number | null;
|
|
23
|
-
idTeam?: number | null;
|
|
24
19
|
idSociety: number;
|
|
25
20
|
idBalanceSheet?: number | null;
|
|
26
21
|
idCustomerVat?: number | null;
|
|
@@ -33,28 +28,13 @@ export interface ICard {
|
|
|
33
28
|
|
|
34
29
|
// Associations
|
|
35
30
|
user?: IUser;
|
|
36
|
-
team?: ITeam;
|
|
37
31
|
society?: ISociety;
|
|
38
32
|
balancesheet?: IBalanceSheet;
|
|
39
33
|
vat?: ICustomerVat;
|
|
40
34
|
customerIsRegime?: ICustomerIsRegime;
|
|
41
35
|
checklist?: IChecklist;
|
|
42
36
|
exercice?: IExercice;
|
|
43
|
-
/**
|
|
44
|
-
* @deprecated old relationship with balance sheet
|
|
45
|
-
*/
|
|
46
|
-
balanceSheet?: IBalanceSheet;
|
|
47
|
-
/**
|
|
48
|
-
* @deprecated old relationship with customer vat
|
|
49
|
-
*/
|
|
50
|
-
customerVat?: ICustomerVat;
|
|
51
37
|
events?: ICalendarEvent[];
|
|
52
38
|
history?: ICardHistory[];
|
|
53
39
|
comment?: IComment;
|
|
54
40
|
}
|
|
55
|
-
|
|
56
|
-
export interface CardAnnotedTransaction {
|
|
57
|
-
total: number;
|
|
58
|
-
nbAnnoted: number;
|
|
59
|
-
rate: number;
|
|
60
|
-
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { CardState } from '../../Enum/Card';
|
|
2
2
|
import { IUser } from './IUser';
|
|
3
3
|
import { ICard } from './ICard';
|
|
4
|
-
import { ITeam } from './ITeam';
|
|
5
4
|
|
|
6
5
|
export interface ICardHistory {
|
|
7
6
|
id?: number;
|
|
8
7
|
state: CardState;
|
|
9
|
-
plannedAt: Date;
|
|
10
8
|
idUserWhoChanged: number;
|
|
11
9
|
idUserOrigin?: number;
|
|
12
|
-
idTeamOrigin?: number;
|
|
13
10
|
idCard: number;
|
|
14
11
|
createdAt?: Date;
|
|
15
12
|
updatedAt?: Date;
|
|
@@ -17,6 +14,5 @@ export interface ICardHistory {
|
|
|
17
14
|
// Associations
|
|
18
15
|
userWhoChanged?: Partial<IUser>;
|
|
19
16
|
userOrigin?: Partial<IUser>;
|
|
20
|
-
teamOrigin?: Partial<ITeam>;
|
|
21
17
|
card?: ICard;
|
|
22
18
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { LoginApprovalStatus } from '../../Enum/LoginApprovalStatus';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Interface représentant une demande d'approbation de connexion mobile
|
|
5
|
+
*/
|
|
6
|
+
export interface ILoginApproval {
|
|
7
|
+
/** Identifiant unique (UUID) */
|
|
8
|
+
id: string;
|
|
9
|
+
/** ID de l'utilisateur demandant la connexion */
|
|
10
|
+
idUser: number;
|
|
11
|
+
/** Statut actuel de la demande */
|
|
12
|
+
status: LoginApprovalStatus;
|
|
13
|
+
/** Date d'expiration de la demande (généralement 2-3 min après création) */
|
|
14
|
+
expiresAt: Date;
|
|
15
|
+
/** Date d'approbation (si status = approved) */
|
|
16
|
+
approvedAt?: Date;
|
|
17
|
+
/** Date de refus (si status = denied) */
|
|
18
|
+
deniedAt?: Date;
|
|
19
|
+
/** Device ID du mobile ayant approuvé/refusé */
|
|
20
|
+
deviceIdUsed?: string;
|
|
21
|
+
/** IP de la connexion Web à l'origine de la demande */
|
|
22
|
+
ip?: string;
|
|
23
|
+
/** User-Agent du navigateur Web */
|
|
24
|
+
userAgent?: string;
|
|
25
|
+
/** Métadonnées additionnelles (géoloc, risk score, etc.) */
|
|
26
|
+
metadata?: Record<string, any>;
|
|
27
|
+
/** Date de création */
|
|
28
|
+
createdAt: Date;
|
|
29
|
+
/** Date de mise à jour */
|
|
30
|
+
updatedAt: Date;
|
|
31
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SocietyApprovalJsonDatas } from '../api/SocietyApproval';
|
|
1
2
|
import { IExercice } from './IExercice';
|
|
2
3
|
import { IFile } from './IFile';
|
|
3
4
|
import { IPaymentWaiting } from './IPaymentWaiting';
|
|
@@ -19,6 +20,7 @@ export interface ISocietyApproval {
|
|
|
19
20
|
docsCompletedDate: Date | null;
|
|
20
21
|
registryDepositDate: Date | null;
|
|
21
22
|
endLegalServiceDate: Date | null;
|
|
23
|
+
generatingDatas?: SocietyApprovalJsonDatas;
|
|
22
24
|
idFile: number | null;
|
|
23
25
|
idAccountant: number | null;
|
|
24
26
|
idExercice: number | null;
|
|
@@ -23,6 +23,7 @@ import { IUserBrand } from './IUserBrand';
|
|
|
23
23
|
import { ICollaboraterDetail } from './ICollaboraterDetail';
|
|
24
24
|
import { IUserTimeSlot } from './IUserTimeSlot';
|
|
25
25
|
import { IUserTeam } from './IUserTeam';
|
|
26
|
+
import { MfaMode } from '../../Enum/MfaMode';
|
|
26
27
|
|
|
27
28
|
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
|
|
28
29
|
type isAny<T> = T | any;
|
|
@@ -52,6 +53,7 @@ export interface IUser {
|
|
|
52
53
|
prefix?: string | null;
|
|
53
54
|
tokenLostPassword?: string | null;
|
|
54
55
|
twoFactorEnabled?: boolean | null;
|
|
56
|
+
mfaMode?: MfaMode | null;
|
|
55
57
|
tokenApi?: string | null;
|
|
56
58
|
tokenNotification?: string | null;
|
|
57
59
|
tokenSocket?: string | null;
|
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';
|
|
@@ -327,7 +329,6 @@ export * from './Interface/models/IDocumentRequest';
|
|
|
327
329
|
export * from './Interface/models/IInformationRequest';
|
|
328
330
|
export * from './Interface/models/IRevenueMovement';
|
|
329
331
|
export * from './Interface/models/IRevenueSnapshot';
|
|
330
|
-
export * from './Interface/models/IUsersHistory';
|
|
331
332
|
|
|
332
333
|
// Schemas
|
|
333
334
|
export * from './Interface/schemas/IRegistrationDetail';
|
|
@@ -342,6 +343,8 @@ export * from './Enum/Feature';
|
|
|
342
343
|
export * from './Enum/AutomaticRegistration';
|
|
343
344
|
export * from './Enum/IntermediateManagementRebate';
|
|
344
345
|
export * from './Enum/Das';
|
|
346
|
+
export * from './Enum/LoginApprovalStatus';
|
|
347
|
+
export * from './Enum/MfaMode';
|
|
345
348
|
export * from './Enum/ChangeLog';
|
|
346
349
|
export * from './Enum/VisualizedInformation';
|
|
347
350
|
export * from './Enum/NafCode';
|
|
@@ -481,6 +484,7 @@ export * from './Enum/ChecklistType';
|
|
|
481
484
|
export * from './Enum/NotificationType';
|
|
482
485
|
export * from './Enum/TaskResponseType';
|
|
483
486
|
export * from './Enum/InternalService';
|
|
487
|
+
export * from './Enum/SocietyApproval';
|
|
484
488
|
export * from './Enum/SocietyTypeEvent';
|
|
485
489
|
export * from './Enum/Call';
|
|
486
490
|
export * from './Enum/ConnectionError';
|
|
@@ -562,11 +566,12 @@ export * from './Enum/PaymentAttempt';
|
|
|
562
566
|
export * from './Enum/InformationRequestType';
|
|
563
567
|
export * from './Enum/InformationRequestState';
|
|
564
568
|
export * from './Enum/Revenue';
|
|
565
|
-
export * from './Enum/
|
|
569
|
+
export * from './Enum/EbookIntention';
|
|
566
570
|
|
|
567
571
|
// Interfaces API
|
|
568
572
|
export * from './Interface/api/authentification/AuthenticationResponse';
|
|
569
573
|
export * from './Interface/api/exercice/ReadExercice';
|
|
574
|
+
export * from './Interface/api/authentification/AuthenticationResponse';
|
|
570
575
|
export * from './Interface/api/balanceSheet/consistency/Read';
|
|
571
576
|
export * from './Interface/api/kilometricAllowance/ReadKilometricAllowance';
|
|
572
577
|
export * from './Interface/api/cashAndExpense/Query';
|
|
@@ -657,6 +662,7 @@ export * from './Interface/api/facturation/CreateRebilling';
|
|
|
657
662
|
export * from './Interface/api/facturation/GoToFacturation';
|
|
658
663
|
export * from './Interface/api/facturation/ReadRecommanded';
|
|
659
664
|
export * from './Interface/api/OnBoarding';
|
|
665
|
+
export * from './Interface/api/SocietyApproval';
|
|
660
666
|
export * from './Interface/api/commercial/Query';
|
|
661
667
|
export * from './Interface/api/commercial/QueryGetStats';
|
|
662
668
|
export * from './Interface/api/commercial/QueryGetStatsHistory';
|
|
@@ -1060,6 +1066,7 @@ export * from './Interface/api/changelog/Create';
|
|
|
1060
1066
|
export * from './Interface/api/authentification/ReadAuthenticateCollaborater';
|
|
1061
1067
|
export * from './Interface/api/authentification/ResetPassword';
|
|
1062
1068
|
export * from './Interface/api/authentification/ForgotPassword';
|
|
1069
|
+
export * from './Interface/api/authentification/loginApproval';
|
|
1063
1070
|
export * from './Interface/api/society/Export';
|
|
1064
1071
|
export * from './Interface/api/society/State';
|
|
1065
1072
|
export * from './Interface/api/businessSector/Create';
|
|
@@ -1076,9 +1083,7 @@ export * from './Interface/api/vatControl/QueryVatControl';
|
|
|
1076
1083
|
export * from './Interface/api/terminationList/QueryPaginateTerminationList';
|
|
1077
1084
|
export * from './Interface/api/card/QueryUserCards';
|
|
1078
1085
|
export * from './Interface/api/card/QueryUserCardsStats';
|
|
1079
|
-
export * from './Interface/api/card/Query';
|
|
1080
1086
|
export * from './Interface/api/card/UpdateCard';
|
|
1081
|
-
export * from './Interface/api/card/ModifyPlanning';
|
|
1082
1087
|
export * from './Interface/api/notion/NotionResponse';
|
|
1083
1088
|
export * from './Interface/api/IntermediateManagementRebate';
|
|
1084
1089
|
export * from './Interface/api/equipment/Query';
|
|
@@ -1132,9 +1137,6 @@ export * from './Interface/api/previsionalForm/CreatePrevisionalForm';
|
|
|
1132
1137
|
export * from './Interface/api/toDoExpress/Query';
|
|
1133
1138
|
export * from './Interface/api/toDoExpress/Read';
|
|
1134
1139
|
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
1140
|
export * from './Interface/api/card/Cron';
|
|
1139
1141
|
export * from './Interface/api/user/RegisterProspect';
|
|
1140
1142
|
export * from './Interface/api/user/RegisterWebhook';
|
|
@@ -1196,3 +1198,8 @@ export * from './Interface/api/refund/QueryRefundPaginated';
|
|
|
1196
1198
|
export * from './Interface/api/revenue/revenueMovement';
|
|
1197
1199
|
export * from './Interface/api/revenue/revenueSnapshot';
|
|
1198
1200
|
export * from './Interface/api/revenue/revenueSnapshotGenerate';
|
|
1201
|
+
export * from './Interface/api/webex/GetWebinarsParams';
|
|
1202
|
+
export * from './Interface/api/webex/PaginatedWebinars';
|
|
1203
|
+
export * from './Interface/api/webex/WebexMeeting';
|
|
1204
|
+
export * from './Interface/api/webex/WebexRegistrant';
|
|
1205
|
+
export * from './Interface/api/bankAccount/Benchmark';
|