@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
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { LoginApprovalStatus } from '../../../Enum/LoginApprovalStatus';
|
|
2
|
+
import { IsString } from 'class-validator';
|
|
3
|
+
import { ApiProperty } from '../../../../';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Payload de l'événement socket envoyé au mobile lors d'une demande de connexion
|
|
7
|
+
*/
|
|
8
|
+
export interface ILoginApprovalRequestEvent {
|
|
9
|
+
/** ID unique de la demande */
|
|
10
|
+
requestId: string;
|
|
11
|
+
/** Date d'expiration */
|
|
12
|
+
expiresAt: Date;
|
|
13
|
+
/** ID de l'utilisateur */
|
|
14
|
+
userId: number;
|
|
15
|
+
/** Métadonnées (IP, navigateur, localisation) */
|
|
16
|
+
metadata?: {
|
|
17
|
+
ip?: string;
|
|
18
|
+
userAgent?: string;
|
|
19
|
+
location?: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface IApproveOrDenyResponse {
|
|
24
|
+
message: string;
|
|
25
|
+
status: LoginApprovalStatus;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Payload de l'événement socket envoyé au Web lors d'un changement de statut
|
|
30
|
+
*/
|
|
31
|
+
export interface ILoginApprovalStatusEvent {
|
|
32
|
+
/** ID de la demande */
|
|
33
|
+
requestId: string;
|
|
34
|
+
/** Nouveau statut */
|
|
35
|
+
status: LoginApprovalStatus;
|
|
36
|
+
/** Date de la transition */
|
|
37
|
+
timestamp: Date;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Réponse renvoyée au Web lorsque mobile MFA est requis
|
|
42
|
+
*/
|
|
43
|
+
export interface ILoginApprovalResponse {
|
|
44
|
+
/** Indique qu'une validation mobile est nécessaire */
|
|
45
|
+
requiresMobileApproval: true;
|
|
46
|
+
/** ID de la demande pour polling/tracking */
|
|
47
|
+
requestId: string;
|
|
48
|
+
/** Date d'expiration de la demande */
|
|
49
|
+
expiresAt: Date;
|
|
50
|
+
/** ID utilisateur */
|
|
51
|
+
userId: number;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Réponse du statut d'une demande d'approbation
|
|
56
|
+
*/
|
|
57
|
+
export interface ILoginApprovalStatusResponse {
|
|
58
|
+
/** ID de la demande */
|
|
59
|
+
requestId: string;
|
|
60
|
+
/** Statut actuel */
|
|
61
|
+
status: LoginApprovalStatus;
|
|
62
|
+
/** Date d'expiration */
|
|
63
|
+
expiresAt: Date;
|
|
64
|
+
/** Token JWT si status = approved */
|
|
65
|
+
token?: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* DTO pour approuver/refuser une demande depuis le mobile
|
|
70
|
+
*/
|
|
71
|
+
export class IApproveOrDenyRequest {
|
|
72
|
+
@ApiProperty()
|
|
73
|
+
@IsString()
|
|
74
|
+
deviceId: string;
|
|
75
|
+
}
|
|
@@ -39,6 +39,11 @@ export class CreateContact {
|
|
|
39
39
|
@IsString()
|
|
40
40
|
@IsOptional()
|
|
41
41
|
godfatherName?: string;
|
|
42
|
+
|
|
43
|
+
@ApiPropertyOptional()
|
|
44
|
+
@IsOptional()
|
|
45
|
+
@IsString()
|
|
46
|
+
ebookTag?: string;
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
export class GetContact {
|
|
@@ -87,6 +92,7 @@ export interface ContactInfos {
|
|
|
87
92
|
nameSociety?: string;
|
|
88
93
|
phone?: string;
|
|
89
94
|
godfatherName?: string;
|
|
95
|
+
ebookTag?: string;
|
|
90
96
|
}
|
|
91
97
|
|
|
92
98
|
export class AddOrCreateContactsToList {
|
|
@@ -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,24 @@
|
|
|
1
|
+
import { IsEnum, IsInt, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
|
|
3
|
+
import { TypeUserHistory } from '../../../Enum/UsersHistory';
|
|
4
|
+
import { IUsersHistory } from '../../models/IUsersHistory';
|
|
5
|
+
|
|
6
|
+
export class CreateUsersHistory implements Omit<IUsersHistory, 'id' | 'createdAt' | 'updatedAt'> {
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
@IsInt()
|
|
9
|
+
idUser: number;
|
|
10
|
+
|
|
11
|
+
@ApiPropertyOptional()
|
|
12
|
+
@IsOptional()
|
|
13
|
+
@IsInt()
|
|
14
|
+
idAuthor?: number;
|
|
15
|
+
|
|
16
|
+
@ApiPropertyOptional()
|
|
17
|
+
@IsOptional()
|
|
18
|
+
@IsString()
|
|
19
|
+
comment?: string;
|
|
20
|
+
|
|
21
|
+
@ApiProperty()
|
|
22
|
+
@IsEnum(TypeUserHistory)
|
|
23
|
+
actionType: TypeUserHistory;
|
|
24
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IsEnum, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils/decorators';
|
|
3
|
+
import { TypeUserHistory } from '../../../Enum/UsersHistory';
|
|
4
|
+
import { IUsersHistory } from '../../models/IUsersHistory';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export class UpdateUsersHistory implements Partial<Omit<IUsersHistory, 'id' | 'idUser' | 'idUserAuthor'>> {
|
|
8
|
+
@ApiPropertyOptional()
|
|
9
|
+
@IsOptional()
|
|
10
|
+
@IsString()
|
|
11
|
+
comment?: string;
|
|
12
|
+
|
|
13
|
+
@ApiPropertyOptional()
|
|
14
|
+
@IsOptional()
|
|
15
|
+
@IsEnum(TypeUserHistory)
|
|
16
|
+
actionType?: TypeUserHistory;
|
|
17
|
+
}
|
|
@@ -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;
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
+
import { IUser } from './IUser';
|
|
2
|
+
import { TypeUserHistory } from '../../Enum/UsersHistory';
|
|
3
|
+
|
|
1
4
|
export interface IUsersHistory {
|
|
2
|
-
|
|
5
|
+
id?: number;
|
|
3
6
|
idUser: number;
|
|
4
|
-
|
|
5
|
-
comment?: string;
|
|
6
|
-
actionType
|
|
7
|
-
createdAt?: Date;
|
|
8
|
-
updatedAt?: Date;
|
|
7
|
+
idAuthor?: number | null;
|
|
8
|
+
comment?: string | null;
|
|
9
|
+
actionType: TypeUserHistory;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
// Relations
|
|
15
|
+
user?: IUser;
|
|
16
|
+
author?: IUser;
|
|
9
17
|
}
|