@silexpert/core 1.1.313 → 1.1.314
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/Resource.js +0 -1
- package/dist/cjs/api/Resource.js.map +1 -1
- package/dist/cjs/api/index.js +39 -29
- package/dist/cjs/api/index.js.map +1 -1
- package/dist/cjs/api/resources/Account.js +13 -5
- package/dist/cjs/api/resources/Account.js.map +1 -1
- package/dist/cjs/api/resources/Alert.js +17 -4
- package/dist/cjs/api/resources/Alert.js.map +1 -1
- package/dist/cjs/api/resources/Archive.js +17 -4
- package/dist/cjs/api/resources/Archive.js.map +1 -1
- package/dist/cjs/api/resources/Authenticate.js +33 -12
- package/dist/cjs/api/resources/Authenticate.js.map +1 -1
- package/dist/cjs/api/resources/BalanceSheetSupervision.js +2 -7
- package/dist/cjs/api/resources/BalanceSheetSupervision.js.map +1 -1
- package/dist/cjs/api/resources/BankAccount.js +2 -2
- package/dist/cjs/api/resources/BankAccount.js.map +1 -1
- package/dist/cjs/api/resources/CalendarEvent.js +1 -1
- package/dist/cjs/api/resources/CalendarEvent.js.map +1 -1
- package/dist/cjs/api/resources/Card.js +3 -11
- package/dist/cjs/api/resources/Card.js.map +1 -1
- package/dist/cjs/api/resources/CashAndExpense.js +2 -1
- package/dist/cjs/api/resources/CashAndExpense.js.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +2 -10
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- package/dist/cjs/api/resources/Commercial.js +5 -25
- package/dist/cjs/api/resources/Commercial.js.map +1 -1
- package/dist/cjs/api/resources/CommercialDocument.js +4 -17
- package/dist/cjs/api/resources/CommercialDocument.js.map +1 -1
- package/dist/cjs/api/resources/Employee.js +1 -5
- package/dist/cjs/api/resources/Employee.js.map +1 -1
- package/dist/cjs/api/resources/Equipment.js +14 -19
- package/dist/cjs/api/resources/Equipment.js.map +1 -1
- package/dist/cjs/api/resources/ExpertAnnuary.js +3 -3
- package/dist/cjs/api/resources/ExpertAnnuary.js.map +1 -1
- package/dist/cjs/api/resources/Facturation.js +3 -15
- package/dist/cjs/api/resources/Facturation.js.map +1 -1
- package/dist/cjs/api/resources/FecFile.js +1 -4
- package/dist/cjs/api/resources/FecFile.js.map +1 -1
- package/dist/cjs/api/resources/Fusion.js +13 -2
- package/dist/cjs/api/resources/Fusion.js.map +1 -1
- package/dist/cjs/api/resources/InternalInvoicing.js +2 -6
- package/dist/cjs/api/resources/InternalInvoicing.js.map +1 -1
- package/dist/cjs/api/resources/Invoice.js +2 -10
- package/dist/cjs/api/resources/Invoice.js.map +1 -1
- package/dist/cjs/api/resources/KilometricAllowance.js +2 -7
- package/dist/cjs/api/resources/KilometricAllowance.js.map +1 -1
- package/dist/cjs/api/resources/Library.js +7 -10
- package/dist/cjs/api/resources/Library.js.map +1 -1
- package/dist/cjs/api/resources/Loan.js +2 -1
- package/dist/cjs/api/resources/Loan.js.map +1 -1
- package/dist/cjs/api/resources/Mail.js +23 -143
- package/dist/cjs/api/resources/Mail.js.map +1 -1
- package/dist/cjs/api/resources/OldExpertInfos.js +2 -6
- package/dist/cjs/api/resources/OldExpertInfos.js.map +1 -1
- package/dist/cjs/api/resources/OnBoarding.js +2 -9
- package/dist/cjs/api/resources/OnBoarding.js.map +1 -1
- package/dist/cjs/api/resources/PartneredAccountant.js +3 -14
- package/dist/cjs/api/resources/PartneredAccountant.js.map +1 -1
- package/dist/cjs/api/resources/PaymentExpectationCustomer.js +1 -5
- package/dist/cjs/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/api/resources/Product.js +1 -8
- package/dist/cjs/api/resources/Product.js.map +1 -1
- package/dist/cjs/api/resources/Registration.js +2 -7
- package/dist/cjs/api/resources/Registration.js.map +1 -1
- package/dist/cjs/api/resources/Regulate.js +1 -5
- package/dist/cjs/api/resources/Regulate.js.map +1 -1
- package/dist/cjs/api/resources/Report.js +3 -3
- package/dist/cjs/api/resources/Report.js.map +1 -1
- package/dist/cjs/api/resources/ReportMessage.js +5 -23
- package/dist/cjs/api/resources/ReportMessage.js.map +1 -1
- package/dist/cjs/api/resources/Revision.js +6 -26
- package/dist/cjs/api/resources/Revision.js.map +1 -1
- package/dist/cjs/api/resources/SheetMonthSchedule.js +1 -5
- package/dist/cjs/api/resources/SheetMonthSchedule.js.map +1 -1
- package/dist/cjs/api/resources/Society.js +3 -13
- package/dist/cjs/api/resources/Society.js.map +1 -1
- package/dist/cjs/api/resources/Sponsorship.js +12 -1
- package/dist/cjs/api/resources/Sponsorship.js.map +1 -1
- package/dist/cjs/api/resources/Survey.js +12 -1
- package/dist/cjs/api/resources/Survey.js.map +1 -1
- package/dist/cjs/api/resources/Synchronisation.js +2 -8
- package/dist/cjs/api/resources/Synchronisation.js.map +1 -1
- package/dist/cjs/api/resources/Task.js +34 -26
- package/dist/cjs/api/resources/Task.js.map +1 -1
- package/dist/cjs/api/resources/TaxDeadline.js +3 -15
- package/dist/cjs/api/resources/TaxDeadline.js.map +1 -1
- package/dist/cjs/api/resources/TextMessage.js +3 -15
- package/dist/cjs/api/resources/TextMessage.js.map +1 -1
- package/dist/cjs/api/resources/ThirdParty.js +1 -8
- package/dist/cjs/api/resources/ThirdParty.js.map +1 -1
- package/dist/cjs/api/resources/TimeTracking.js +17 -4
- package/dist/cjs/api/resources/TimeTracking.js.map +1 -1
- package/dist/cjs/api/resources/User.js +2 -1
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/api/resources/UserSpecialDay.js +2 -7
- package/dist/cjs/api/resources/UserSpecialDay.js.map +1 -1
- package/dist/cjs/api/resources/Vat.js +18 -10
- package/dist/cjs/api/resources/Vat.js.map +1 -1
- package/dist/cjs/api/resources/Wallet.js +2 -12
- package/dist/cjs/api/resources/Wallet.js.map +1 -1
- package/dist/cjs/api/resources/prestation.js +3 -7
- package/dist/cjs/api/resources/prestation.js.map +1 -1
- package/dist/cjs/api/resources/statistic/Accountant.js +9 -36
- package/dist/cjs/api/resources/statistic/Accountant.js.map +1 -1
- package/dist/cjs/api/resources/statistic/CustomerSuccess.js +1 -5
- package/dist/cjs/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/dist/cjs/api/resources/statistic/DataOfficer.js +1 -5
- package/dist/cjs/api/resources/statistic/DataOfficer.js.map +1 -1
- package/dist/cjs/api/resources/statistic/Direction.js +1 -4
- package/dist/cjs/api/resources/statistic/Direction.js.map +1 -1
- package/dist/cjs/api/resources/statistic/ExpertAccountant.js +5 -20
- package/dist/cjs/api/resources/statistic/ExpertAccountant.js.map +1 -1
- package/dist/cjs/types/Enum/SalesContractConfig.js +0 -9
- package/dist/cjs/types/Enum/SalesContractConfig.js.map +1 -1
- package/dist/cjs/types/Form/FormAuthenticate.js +0 -6
- package/dist/cjs/types/Form/FormAuthenticate.js.map +1 -1
- package/dist/cjs/types/Form/FormConnector.js +0 -22
- package/dist/cjs/types/Form/FormConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/3cx/Create3cxLog.js +0 -13
- package/dist/cjs/types/Interface/api/3cx/Create3cxLog.js.map +1 -1
- package/dist/cjs/types/Interface/api/3cx/Query3cxSearch.js +0 -8
- package/dist/cjs/types/Interface/api/3cx/Query3cxSearch.js.map +1 -1
- package/dist/cjs/types/Interface/api/3cx/Read3cxSearch.js +0 -12
- package/dist/cjs/types/Interface/api/3cx/Read3cxSearch.js.map +1 -1
- package/dist/cjs/types/Interface/api/BasePaginate.js +0 -4
- package/dist/cjs/types/Interface/api/BasePaginate.js.map +1 -1
- package/dist/cjs/types/Interface/api/OnBoarding.js +0 -15
- package/dist/cjs/types/Interface/api/OnBoarding.js.map +1 -1
- package/dist/cjs/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +0 -2
- package/dist/cjs/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -1
- package/dist/cjs/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +0 -10
- package/dist/cjs/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -1
- package/dist/cjs/types/Interface/api/acceptance/CreateAcceptance.js +0 -3
- package/dist/cjs/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Create.js +0 -9
- package/dist/cjs/types/Interface/api/account/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Query.js +0 -16
- package/dist/cjs/types/Interface/api/account/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Update.js +0 -13
- package/dist/cjs/types/Interface/api/account/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountant/ReadAccountantBalance.js +0 -3
- package/dist/cjs/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +0 -21
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/Create.js +0 -17
- package/dist/cjs/types/Interface/api/accountingEntry/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -10
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/DeleteInvoices.js +0 -5
- package/dist/cjs/types/Interface/api/accountingTransaction/DeleteInvoices.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js +0 -2
- package/dist/cjs/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +0 -10
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js +0 -21
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountsSectors/Create.js +0 -3
- package/dist/cjs/types/Interface/api/accountsSectors/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountsSectors/Query.js +0 -1
- package/dist/cjs/types/Interface/api/accountsSectors/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/adjustment/Create.js +0 -3
- package/dist/cjs/types/Interface/api/adjustment/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/adjustment/Query.js +0 -1
- package/dist/cjs/types/Interface/api/adjustment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/adjustment/Read.js +0 -6
- package/dist/cjs/types/Interface/api/adjustment/Read.js.map +1 -1
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js +0 -3
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +1 -1
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js +0 -3
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +1 -1
- package/dist/cjs/types/Interface/api/alert/CreateAlert.js +0 -10
- package/dist/cjs/types/Interface/api/alert/CreateAlert.js.map +1 -1
- package/dist/cjs/types/Interface/api/appNotification/Update.js +0 -2
- package/dist/cjs/types/Interface/api/appNotification/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/archive/ImportSocietyArchive.js +0 -2
- package/dist/cjs/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.js +0 -23
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/Util.js +0 -43
- package/dist/cjs/types/Interface/api/aspone/Util.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.js +0 -1
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ForgotPassword.js +0 -1
- package/dist/cjs/types/Interface/api/authentification/ForgotPassword.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +0 -8
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ResetPassword.js +0 -2
- package/dist/cjs/types/Interface/api/authentification/ResetPassword.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +0 -2
- package/dist/cjs/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/Query.js +0 -15
- package/dist/cjs/types/Interface/api/balanceSheet/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +0 -4
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js +0 -4
- package/dist/cjs/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +0 -10
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js +0 -1
- package/dist/cjs/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -28
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +0 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -26
- package/dist/cjs/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Create.js +0 -4
- package/dist/cjs/types/Interface/api/bankAccount/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Delete.js +0 -8
- package/dist/cjs/types/Interface/api/bankAccount/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Query.js +0 -14
- package/dist/cjs/types/Interface/api/bankAccount/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Update.js +0 -4
- package/dist/cjs/types/Interface/api/bankAccount/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankStatement/QueryBankStatement.js +0 -5
- package/dist/cjs/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -2
- package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankStatement/ReadBankStatement.js +0 -2
- package/dist/cjs/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js +0 -2
- package/dist/cjs/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js +0 -11
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/Create.js +0 -2
- package/dist/cjs/types/Interface/api/budgetInsight/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/Delete.js +0 -3
- package/dist/cjs/types/Interface/api/budgetInsight/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/Query.js +0 -2
- package/dist/cjs/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +0 -2
- package/dist/cjs/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +0 -25
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +0 -2
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +0 -26
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessSector/Create.js +0 -1
- package/dist/cjs/types/Interface/api/businessSector/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessSector/Delete.js +0 -1
- package/dist/cjs/types/Interface/api/businessSector/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessSector/Query.js +0 -1
- package/dist/cjs/types/Interface/api/businessSector/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js +0 -18
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +0 -21
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/getAllCalendarEvent.js +0 -4
- package/dist/cjs/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/getLastInvalidateEvent.js +0 -3
- package/dist/cjs/types/Interface/api/calendarEvent/getLastInvalidateEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/interval.js +0 -4
- package/dist/cjs/types/Interface/api/calendarEvent/interval.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEvent.js +0 -2
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.js +0 -3
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -18
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js +0 -3
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/UpdateCard.js +0 -7
- package/dist/cjs/types/Interface/api/card/UpdateCard.js.map +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.js +0 -16
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Query.js +0 -4
- package/dist/cjs/types/Interface/api/cashAndExpense/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.js +0 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2033.js +0 -134
- package/dist/cjs/types/Interface/api/cerfa/2033.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2035.js +0 -4
- package/dist/cjs/types/Interface/api/cerfa/2035.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2065.js +0 -18
- package/dist/cjs/types/Interface/api/cerfa/2065.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2571.js +0 -8
- package/dist/cjs/types/Interface/api/cerfa/2571.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2572.js +0 -23
- package/dist/cjs/types/Interface/api/cerfa/2572.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3517.js +0 -6
- package/dist/cjs/types/Interface/api/cerfa/3517.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js +0 -2
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/das2.js +0 -7
- package/dist/cjs/types/Interface/api/cerfa/das2.js.map +1 -1
- package/dist/cjs/types/Interface/api/changelog/Create.js +0 -1
- package/dist/cjs/types/Interface/api/changelog/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +0 -18
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js +0 -2
- package/dist/cjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +0 -3
- package/dist/cjs/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js +0 -10
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.js +0 -4
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +0 -1
- package/dist/cjs/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedNewProspect.js +0 -5
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedNewProspect.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +0 -15
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialImport/Create.js +0 -4
- package/dist/cjs/types/Interface/api/commercialImport/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialImport/Query.js +0 -2
- package/dist/cjs/types/Interface/api/commercialImport/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialManagement/Create.js +0 -107
- package/dist/cjs/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialManagement/Query.js +0 -27
- package/dist/cjs/types/Interface/api/commercialManagement/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialManagement/Update.js +0 -17
- package/dist/cjs/types/Interface/api/commercialManagement/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialOffer/Query.js +0 -8
- package/dist/cjs/types/Interface/api/commercialOffer/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/connection/QueryConnectionState.js +0 -1
- package/dist/cjs/types/Interface/api/connection/QueryConnectionState.js.map +1 -1
- package/dist/cjs/types/Interface/api/connection/ReadConnectionState.js +0 -5
- package/dist/cjs/types/Interface/api/connection/ReadConnectionState.js.map +1 -1
- package/dist/cjs/types/Interface/api/connector/CreateConnector.js +0 -9
- package/dist/cjs/types/Interface/api/connector/CreateConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/connector/QueryConnector.js +0 -3
- package/dist/cjs/types/Interface/api/connector/QueryConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/connector/Sirene.js +0 -2
- package/dist/cjs/types/Interface/api/connector/Sirene.js.map +1 -1
- package/dist/cjs/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js +0 -3
- package/dist/cjs/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Create.js +0 -35
- package/dist/cjs/types/Interface/api/contest/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Query.js +0 -6
- package/dist/cjs/types/Interface/api/contest/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/Create.js +0 -1
- package/dist/cjs/types/Interface/api/customerActivity/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/CreateCustomerActivityReport.js +0 -3
- package/dist/cjs/types/Interface/api/customerActivity/CreateCustomerActivityReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.js +0 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +0 -7
- package/dist/cjs/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerSignature/Query.js +0 -17
- package/dist/cjs/types/Interface/api/customerSignature/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryBalanceBankAccount.js +0 -3
- package/dist/cjs/types/Interface/api/dashboard/QueryBalanceBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryDeadline.js +0 -3
- package/dist/cjs/types/Interface/api/dashboard/QueryDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryTopBuys.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryTopProviders.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryVatDisbursed.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryVatDisbursed.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadBalanceBankAccount.js +0 -10
- package/dist/cjs/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadDeadline.js +0 -12
- package/dist/cjs/types/Interface/api/dashboard/ReadDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadTopBuys.js +0 -12
- package/dist/cjs/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadTopProviders.js +0 -12
- package/dist/cjs/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js +0 -14
- package/dist/cjs/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentSection/Update.js +0 -5
- package/dist/cjs/types/Interface/api/documentSection/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/dubiousCustomer/Create.js +0 -6
- package/dist/cjs/types/Interface/api/dubiousCustomer/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/dubiousCustomer/Update.js +0 -7
- package/dist/cjs/types/Interface/api/dubiousCustomer/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js +0 -14
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js.map +1 -1
- package/dist/cjs/types/Interface/api/employee/QueryEmployeeSearch.js +6 -5
- package/dist/cjs/types/Interface/api/employee/QueryEmployeeSearch.js.map +1 -1
- package/dist/cjs/types/Interface/api/equipment/Query.js +0 -16
- package/dist/cjs/types/Interface/api/equipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/Create.js +0 -23
- package/dist/cjs/types/Interface/api/exercice/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.js +0 -6
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.js +0 -16
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceNote/CreateExerciceNote.js +0 -3
- package/dist/cjs/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceNote/QueryExerciceNote.js +0 -1
- package/dist/cjs/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.js +0 -2
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js +0 -4
- package/dist/cjs/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceQuestion/QueryQuestion.js +0 -1
- package/dist/cjs/types/Interface/api/exerciceQuestion/QueryQuestion.js.map +1 -1
- package/dist/cjs/types/Interface/api/expertAnnuary/Query.js +0 -1
- package/dist/cjs/types/Interface/api/expertAnnuary/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/CreateRebilling.js +0 -8
- package/dist/cjs/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/GoToFacturation.js +0 -1
- package/dist/cjs/types/Interface/api/facturation/GoToFacturation.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/Query.js +0 -6
- package/dist/cjs/types/Interface/api/facturation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js +0 -3
- package/dist/cjs/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -1
- package/dist/cjs/types/Interface/api/fecFile/CreateFecFile.js +0 -4
- package/dist/cjs/types/Interface/api/fecFile/CreateFecFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/fecFile/QueryFecFile.js +0 -1
- package/dist/cjs/types/Interface/api/fecFile/QueryFecFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/file/Create.js +0 -3
- package/dist/cjs/types/Interface/api/file/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/file/Read.js +0 -2
- package/dist/cjs/types/Interface/api/file/Read.js.map +1 -1
- package/dist/cjs/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +0 -1
- package/dist/cjs/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -1
- package/dist/cjs/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +0 -3
- package/dist/cjs/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -1
- package/dist/cjs/types/Interface/api/firstStep/Create.js +0 -8
- package/dist/cjs/types/Interface/api/firstStep/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/fusion/FusionSocieties.js +0 -2
- package/dist/cjs/types/Interface/api/fusion/FusionSocieties.js.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js +0 -13
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/updateGedFile.js +0 -10
- package/dist/cjs/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +4 -5
- package/dist/cjs/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedger.js +0 -8
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +1 -1
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +0 -9
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
- package/dist/cjs/types/Interface/api/iDocus/CreateExport.js +0 -1
- package/dist/cjs/types/Interface/api/iDocus/CreateExport.js.map +1 -1
- package/dist/cjs/types/Interface/api/immobilization/CreateImmobilization.js +0 -14
- package/dist/cjs/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/dist/cjs/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +0 -13
- package/dist/cjs/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -1
- package/dist/cjs/types/Interface/api/incomeStatement/QueryIncomeStatement.js +0 -4
- package/dist/cjs/types/Interface/api/incomeStatement/QueryIncomeStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js +0 -3
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js +0 -1
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js +0 -7
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js +0 -1
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +0 -5
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +0 -3
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/GetLastRef.js +0 -3
- package/dist/cjs/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js +0 -3
- package/dist/cjs/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js.map +1 -1
- package/dist/cjs/types/Interface/api/jeDeclare/CreateDocumentsParams.js +0 -2
- package/dist/cjs/types/Interface/api/jeDeclare/CreateDocumentsParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/jeDeclare/UtilCFONB.js +1 -1
- package/dist/cjs/types/Interface/api/jeDeclare/UtilCFONB.js.map +1 -1
- package/dist/cjs/types/Interface/api/journal/Journals.js +0 -12
- package/dist/cjs/types/Interface/api/journal/Journals.js.map +1 -1
- package/dist/cjs/types/Interface/api/journal/QueryJournal.js +0 -3
- package/dist/cjs/types/Interface/api/journal/QueryJournal.js.map +1 -1
- package/dist/cjs/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js +0 -4
- package/dist/cjs/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map +1 -1
- package/dist/cjs/types/Interface/api/legalNotice/UpdateLegalNotice.js +0 -2
- package/dist/cjs/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -1
- package/dist/cjs/types/Interface/api/letter/CreateLetter.js +0 -16
- package/dist/cjs/types/Interface/api/letter/CreateLetter.js.map +1 -1
- package/dist/cjs/types/Interface/api/letter/Query.js +0 -14
- package/dist/cjs/types/Interface/api/letter/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/lettering/QueryRegroupLettering.js +0 -1
- package/dist/cjs/types/Interface/api/lettering/QueryRegroupLettering.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +3 -34
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/Interface/api/loan/CreateLoan.js +0 -10
- package/dist/cjs/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.js +0 -9
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.js +5 -4
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.js.map +1 -1
- package/dist/cjs/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js +0 -7
- package/dist/cjs/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryCountMail.js +4 -8
- package/dist/cjs/types/Interface/api/mail/QueryCountMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryCountProcessedByUser.js +0 -2
- package/dist/cjs/types/Interface/api/mail/QueryCountProcessedByUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +0 -2
- package/dist/cjs/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryGetSignature.js +0 -3
- package/dist/cjs/types/Interface/api/mail/QueryGetSignature.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryMail.js +0 -8
- package/dist/cjs/types/Interface/api/mail/QueryMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryMailBySociety.js +0 -2
- package/dist/cjs/types/Interface/api/mail/QueryMailBySociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryPaginatedMail.js +5 -20
- package/dist/cjs/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/UpdateMail.js +0 -32
- package/dist/cjs/types/Interface/api/mail/UpdateMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mailInvoice/CreateInvoiceMail.js +0 -1
- package/dist/cjs/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +0 -1
- package/dist/cjs/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mealExpense/CreateMealExpense.js +0 -1
- package/dist/cjs/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -1
- package/dist/cjs/types/Interface/api/mealExpense/ReadMealExpense.js +0 -4
- package/dist/cjs/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -1
- package/dist/cjs/types/Interface/api/mobile/QueryMobileMigration.js +0 -2
- package/dist/cjs/types/Interface/api/mobile/QueryMobileMigration.js.map +1 -1
- package/dist/cjs/types/Interface/api/mobile/UpdateMobile.js +0 -1
- package/dist/cjs/types/Interface/api/mobile/UpdateMobile.js.map +1 -1
- package/dist/cjs/types/Interface/api/notification/CreateNotification.js +0 -2
- package/dist/cjs/types/Interface/api/notification/CreateNotification.js.map +1 -1
- package/dist/cjs/types/Interface/api/notification/Delete.js +0 -1
- package/dist/cjs/types/Interface/api/notification/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/notificationSetting/CreateNotificationSetting.js +0 -2
- package/dist/cjs/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
- package/dist/cjs/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +0 -2
- package/dist/cjs/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
- package/dist/cjs/types/Interface/api/ocr/CreateOcr.js +0 -10
- package/dist/cjs/types/Interface/api/ocr/CreateOcr.js.map +1 -1
- package/dist/cjs/types/Interface/api/ocr/OcrTransactions.js +0 -4
- package/dist/cjs/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.js +0 -14
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.js.map +1 -1
- package/dist/cjs/types/Interface/api/pappers/QueryPappers.js +0 -80
- package/dist/cjs/types/Interface/api/pappers/QueryPappers.js.map +1 -1
- package/dist/cjs/types/Interface/api/pappers/ReadPappers.js +0 -19
- package/dist/cjs/types/Interface/api/pappers/ReadPappers.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/CreatePartner.js +0 -7
- package/dist/cjs/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/Query.js +0 -9
- package/dist/cjs/types/Interface/api/partner/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/Read.js +0 -19
- package/dist/cjs/types/Interface/api/partner/Read.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/UpdatePartner.js +0 -7
- package/dist/cjs/types/Interface/api/partner/UpdatePartner.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js +0 -4
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress.js +0 -4
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +0 -20
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js +0 -2
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/InvitePartneredAccountant.js +0 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/InvitePartneredAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js +0 -2
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js +0 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js +0 -16
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js +0 -7
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js +0 -3
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantAccess.js +0 -2
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantAccess.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js +0 -4
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/PartnerStatisticType.js +0 -12
- package/dist/cjs/types/Interface/api/partners/PartnerStatisticType.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/QueryPartnerAll.js +0 -3
- package/dist/cjs/types/Interface/api/partners/QueryPartnerAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/QueryPartnerCsv.js +0 -3
- package/dist/cjs/types/Interface/api/partners/QueryPartnerCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/QueryPartnerStatistic.js +0 -3
- package/dist/cjs/types/Interface/api/partners/QueryPartnerStatistic.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomer.js +0 -2
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +0 -6
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.js +0 -1
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Query.js +0 -3
- package/dist/cjs/types/Interface/api/payment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/QueryMonthlyPayment.js +0 -1
- package/dist/cjs/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/QueryPayment.js +0 -2
- package/dist/cjs/types/Interface/api/payment/QueryPayment.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +0 -7
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +0 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +0 -17
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +0 -30
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +0 -20
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestashop/InvoicesPrestashop.js +0 -4
- package/dist/cjs/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/BodyCreatePrestationSocieties.js +0 -4
- package/dist/cjs/types/Interface/api/prestation/BodyCreatePrestationSocieties.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/CreatePrestation.js +0 -6
- package/dist/cjs/types/Interface/api/prestation/CreatePrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +0 -17
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +3 -7
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/QueryPrestation.js +0 -1
- package/dist/cjs/types/Interface/api/prestation/QueryPrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryCreate.js +0 -17
- package/dist/cjs/types/Interface/api/prestations/QueryCreate.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryGetAllPrestations.js +0 -5
- package/dist/cjs/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js +0 -19
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/product/CreateProduct.js +0 -10
- package/dist/cjs/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/dist/cjs/types/Interface/api/product/QueryProduct.js +0 -4
- package/dist/cjs/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js +0 -11
- package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/CreatePromoCode.js +0 -9
- package/dist/cjs/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/QueryDefaultPromotion.js +0 -5
- package/dist/cjs/types/Interface/api/promoCode/QueryDefaultPromotion.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js +4 -2
- package/dist/cjs/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/UpdatePromoCode.js +0 -9
- package/dist/cjs/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/CreateProvisionForm.js +0 -5
- package/dist/cjs/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/QueryGetProvisions.js +0 -3
- package/dist/cjs/types/Interface/api/provision/QueryGetProvisions.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/QueryProvisions.js +0 -5
- package/dist/cjs/types/Interface/api/provision/QueryProvisions.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/ReadProvision.js +0 -7
- package/dist/cjs/types/Interface/api/provision/ReadProvision.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/UpdateProvisionForm.js +0 -3
- package/dist/cjs/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/Create.js +0 -32
- package/dist/cjs/types/Interface/api/qonto/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/GetConnectionInformation.js +0 -1
- package/dist/cjs/types/Interface/api/qonto/GetConnectionInformation.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/Query.js +0 -20
- package/dist/cjs/types/Interface/api/qonto/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/UpdateConnection.js +0 -1
- package/dist/cjs/types/Interface/api/qonto/UpdateConnection.js.map +1 -1
- package/dist/cjs/types/Interface/api/quotes/CreateQuoteAccount.js +0 -3
- package/dist/cjs/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/quotes/QueryQuotesAccount.js +0 -4
- package/dist/cjs/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js +0 -3
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js +0 -43
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js +0 -6
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.js +0 -7
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js +0 -2
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/UpdateRegistration.js +0 -7
- package/dist/cjs/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/regulate/DestroyRegulate.js +0 -2
- package/dist/cjs/types/Interface/api/regulate/DestroyRegulate.js.map +1 -1
- package/dist/cjs/types/Interface/api/regulate/QueryGetAll.js +0 -3
- package/dist/cjs/types/Interface/api/regulate/QueryGetAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/regulation/Query.js +0 -5
- package/dist/cjs/types/Interface/api/regulation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +0 -15
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/DeleteReport.js +0 -1
- package/dist/cjs/types/Interface/api/report/DeleteReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.js +0 -9
- package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js +0 -2
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsStats.js +0 -2
- package/dist/cjs/types/Interface/api/report/QueryReportsStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/reportMessage/Query.js +0 -1
- package/dist/cjs/types/Interface/api/reportMessage/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/revision/Create.js +0 -35
- package/dist/cjs/types/Interface/api/revision/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/revision/Query.js +15 -98
- package/dist/cjs/types/Interface/api/revision/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/revisionGuide/CreateRevisionGuide.js +0 -4
- package/dist/cjs/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -1
- package/dist/cjs/types/Interface/api/revive/PostRevive.js +0 -1
- package/dist/cjs/types/Interface/api/revive/PostRevive.js.map +1 -1
- package/dist/cjs/types/Interface/api/rule/Create.js +0 -7
- package/dist/cjs/types/Interface/api/rule/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/rule/Query.js +0 -4
- package/dist/cjs/types/Interface/api/rule/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/rule/Update.js +0 -1
- package/dist/cjs/types/Interface/api/rule/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/salariesFile/CreateSalariesFile.js +0 -1
- package/dist/cjs/types/Interface/api/salariesFile/CreateSalariesFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/salesContract/GenerateSalesContractParams.js +0 -1
- package/dist/cjs/types/Interface/api/salesContract/GenerateSalesContractParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/salesContract/SendSalesContractParams.js +0 -8
- package/dist/cjs/types/Interface/api/salesContract/SendSalesContractParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/CreateInKindContribution.js +0 -3
- package/dist/cjs/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/CreateShareCapital.js +0 -2
- package/dist/cjs/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapital.js +0 -4
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +0 -1
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/ResultCreateShareCapital.js +0 -4
- package/dist/cjs/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -1
- package/dist/cjs/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +5 -8
- package/dist/cjs/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
- package/dist/cjs/types/Interface/api/shine/CreateShineAccount.js +0 -3
- package/dist/cjs/types/Interface/api/shine/CreateShineAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/shine/CreateShineTransactions.js +0 -3
- package/dist/cjs/types/Interface/api/shine/CreateShineTransactions.js.map +1 -1
- package/dist/cjs/types/Interface/api/shine/GetConnect.js +0 -1
- package/dist/cjs/types/Interface/api/shine/GetConnect.js.map +1 -1
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +0 -4
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js +0 -9
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js.map +1 -1
- package/dist/cjs/types/Interface/api/simulation/CreateSimulation.js +0 -38
- package/dist/cjs/types/Interface/api/simulation/CreateSimulation.js.map +1 -1
- package/dist/cjs/types/Interface/api/simulationColors/ReadSimulationColors.js +0 -3
- package/dist/cjs/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/CreateSociety.js +0 -22
- package/dist/cjs/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/CreateUserToSocietyWithPermission.js +0 -8
- package/dist/cjs/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/Export.js +0 -4
- package/dist/cjs/types/Interface/api/society/Export.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/GetSocietyDetail.js +0 -1
- package/dist/cjs/types/Interface/api/society/GetSocietyDetail.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/ListUserSociety.js +0 -1
- package/dist/cjs/types/Interface/api/society/ListUserSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryArchived.js +0 -5
- package/dist/cjs/types/Interface/api/society/QueryArchived.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js +4 -6
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QuerySociety.js +0 -7
- package/dist/cjs/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/UpdateSociety.js +0 -24
- package/dist/cjs/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.js +0 -12
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyConfig/update.js +0 -19
- package/dist/cjs/types/Interface/api/societyConfig/update.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +0 -4
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +0 -8
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyEvent/CreateSocietyEvent.js +0 -2
- package/dist/cjs/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyEvent/QuerySocietyEvent.js +0 -1
- package/dist/cjs/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +0 -2
- package/dist/cjs/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/CreateSponsorship.js +0 -2
- package/dist/cjs/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/QuerySponsorship.js +0 -5
- package/dist/cjs/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/ReadSponsorship.js +0 -3
- package/dist/cjs/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/SendSponsorshipLink.js +0 -2
- package/dist/cjs/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryAccountant.js +0 -3
- package/dist/cjs/types/Interface/api/statistic/QueryAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryCustomerSuccess.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryDirection.js +0 -3
- package/dist/cjs/types/Interface/api/statistic/QueryDirection.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryExpertAccountant.js +0 -3
- package/dist/cjs/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryGetAccountant.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryGetDirection.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryGetDirection.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryGetExpertAccountant.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js +0 -4
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +0 -20
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +0 -4
- package/dist/cjs/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/SendInviteMailParams.js +0 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExercice.js +0 -2
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +0 -2
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/stock/StockEntries.js +0 -15
- package/dist/cjs/types/Interface/api/stock/StockEntries.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js +0 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +0 -3
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/dist/cjs/types/Interface/api/supervision/Query.js +0 -15
- package/dist/cjs/types/Interface/api/supervision/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/CreateSurvey.js +0 -2
- package/dist/cjs/types/Interface/api/survey/CreateSurvey.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/QuerySurvey.js +0 -2
- package/dist/cjs/types/Interface/api/survey/QuerySurvey.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/QuerySurveys.js +0 -2
- package/dist/cjs/types/Interface/api/survey/QuerySurveys.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/UpdateSurvey.js +0 -4
- package/dist/cjs/types/Interface/api/survey/UpdateSurvey.js.map +1 -1
- package/dist/cjs/types/Interface/api/synchronisation/Query.js +0 -11
- package/dist/cjs/types/Interface/api/synchronisation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryCountTask.js +0 -3
- package/dist/cjs/types/Interface/api/task/QueryCountTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryCreateTask.js +0 -6
- package/dist/cjs/types/Interface/api/task/QueryCreateTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryGetAllTask.js +0 -5
- package/dist/cjs/types/Interface/api/task/QueryGetAllTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryGetTask.js +0 -2
- package/dist/cjs/types/Interface/api/task/QueryGetTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryPaginatedTask.js +6 -20
- package/dist/cjs/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryStatsByRolesInCsv.js +0 -4
- package/dist/cjs/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryStatsByServiceInCsv.js +0 -2
- package/dist/cjs/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +0 -2
- package/dist/cjs/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/tax/CreateTax.js +0 -9
- package/dist/cjs/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/dist/cjs/types/Interface/api/tax/QueryTax.js +0 -3
- package/dist/cjs/types/Interface/api/tax/QueryTax.js.map +1 -1
- package/dist/cjs/types/Interface/api/tax/ReadTax.js +0 -5
- package/dist/cjs/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/QueryTaxDeadline.js +0 -45
- package/dist/cjs/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js +0 -39
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/QueryCreate.js +0 -3
- package/dist/cjs/types/Interface/api/team/QueryCreate.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/QueryGetAllWithIncludes.js +0 -2
- package/dist/cjs/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/QueryUpdate.js +0 -4
- package/dist/cjs/types/Interface/api/team/QueryUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js +0 -16
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js +0 -14
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js +0 -16
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/QueryTerminationList.js +0 -14
- package/dist/cjs/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/textMessage/Create.js +0 -8
- package/dist/cjs/types/Interface/api/textMessage/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/textMessage/Query.js +0 -8
- package/dist/cjs/types/Interface/api/textMessage/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/textMessage/Update.js +0 -1
- package/dist/cjs/types/Interface/api/textMessage/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +0 -27
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/QueryThirdParty.js +0 -4
- package/dist/cjs/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +0 -24
- package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js +0 -3
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js +0 -3
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +0 -7
- package/dist/cjs/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +0 -2
- package/dist/cjs/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.js +0 -4
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeTracking/Create.js +0 -4
- package/dist/cjs/types/Interface/api/timeTracking/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeTracking/Query.js +0 -2
- package/dist/cjs/types/Interface/api/timeTracking/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/transactions/Query.js +0 -9
- package/dist/cjs/types/Interface/api/transactions/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/CreateCoworker.js +0 -14
- package/dist/cjs/types/Interface/api/user/CreateCoworker.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/CreateUser.js +0 -12
- package/dist/cjs/types/Interface/api/user/CreateUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAll.js +0 -4
- package/dist/cjs/types/Interface/api/user/ParamsGetAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllCollaborators.js +0 -5
- package/dist/cjs/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js +0 -7
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/Query.js +0 -22
- package/dist/cjs/types/Interface/api/user/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/BulkUpdate.js +0 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/BulkUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js +0 -5
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js +0 -8
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js +0 -4
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js +0 -4
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js +0 -2
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js +0 -2
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js +0 -2
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js +0 -8
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +0 -8
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +0 -4
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -1
- package/dist/cjs/types/Interface/api/userTimeSlot/QueryUserTimeSlot.js +0 -2
- package/dist/cjs/types/Interface/api/userTimeSlot/QueryUserTimeSlot.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatControl/CreateVatControl.js +0 -2
- package/dist/cjs/types/Interface/api/vatControl/CreateVatControl.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatControl/QueryVatControl.js +0 -1
- package/dist/cjs/types/Interface/api/vatControl/QueryVatControl.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +0 -11
- package/dist/cjs/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatDeclaration/ReadVatDeclaration.js +0 -3
- package/dist/cjs/types/Interface/api/vatDeclaration/ReadVatDeclaration.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.js +0 -2
- package/dist/cjs/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/vehicle/CreateSocietyVehicle.js +0 -14
- package/dist/cjs/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -1
- package/dist/cjs/types/Interface/api/vehicle/UpdateSocietyVehicle.js +0 -14
- package/dist/cjs/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -1
- package/dist/cjs/types/Interface/api/visualizedInformation/Query.js +0 -2
- package/dist/cjs/types/Interface/api/visualizedInformation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/visualizedInformation/Update.js +0 -2
- package/dist/cjs/types/Interface/api/visualizedInformation/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/wallet/QueryWallet.js +0 -4
- package/dist/cjs/types/Interface/api/wallet/QueryWallet.js.map +1 -1
- package/dist/cjs/types/Interface/api/wallet/UpdateAttribution.js +0 -4
- package/dist/cjs/types/Interface/api/wallet/UpdateAttribution.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/CreateMailFromLambda.js +0 -19
- package/dist/cjs/types/Interface/api/webmail/CreateMailFromLambda.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/ExportEmails.js +0 -7
- package/dist/cjs/types/Interface/api/webmail/ExportEmails.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +0 -16
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/MigrateMailAddresses.js +6 -4
- package/dist/cjs/types/Interface/api/webmail/MigrateMailAddresses.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +0 -13
- package/dist/cjs/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js +0 -5
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -1
- package/dist/cjs/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.js +0 -6
- package/dist/cjs/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.js.map +1 -1
- package/dist/cjs/types/Interface/api/zticket/CreateZTicket.js +0 -5
- package/dist/cjs/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
- package/dist/cjs/types/Interface/api/zticket/QueryZTicket.js +0 -6
- package/dist/cjs/types/Interface/api/zticket/QueryZTicket.js.map +1 -1
- package/dist/cjs/utils/amount.js +1 -4
- package/dist/cjs/utils/amount.js.map +1 -1
- package/dist/cjs/utils/balanceSheetModule.js +1 -1
- package/dist/cjs/utils/balanceSheetModule.js.map +1 -1
- package/dist/cjs/utils/bankAccount.js +1 -1
- package/dist/cjs/utils/bankAccount.js.map +1 -1
- package/dist/cjs/utils/brands.js +7 -5
- package/dist/cjs/utils/brands.js.map +1 -1
- package/dist/cjs/utils/cerfa.js +1 -3
- package/dist/cjs/utils/cerfa.js.map +1 -1
- package/dist/cjs/utils/checklist.js +5 -5
- package/dist/cjs/utils/checklist.js.map +1 -1
- package/dist/cjs/utils/checkup.js +32 -32
- package/dist/cjs/utils/checkup.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/document.js +28 -82
- package/dist/cjs/utils/commercialManagement/document.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/product.js +7 -14
- package/dist/cjs/utils/commercialManagement/product.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/recurrence.js +2 -1
- package/dist/cjs/utils/commercialManagement/recurrence.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/templates/common.js +16 -12
- package/dist/cjs/utils/commercialManagement/templates/common.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/thirdParty.js +2 -5
- package/dist/cjs/utils/commercialManagement/thirdParty.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/vat.js +7 -6
- package/dist/cjs/utils/commercialManagement/vat.js.map +1 -1
- package/dist/cjs/utils/commercialOffer.js +8 -7
- package/dist/cjs/utils/commercialOffer.js.map +1 -1
- package/dist/cjs/utils/date.js +4 -4
- package/dist/cjs/utils/date.js.map +1 -1
- package/dist/cjs/utils/email.js +35 -77
- package/dist/cjs/utils/email.js.map +1 -1
- package/dist/cjs/utils/noLodash.js +3 -6
- package/dist/cjs/utils/noLodash.js.map +1 -1
- package/dist/cjs/utils/objectUtils/flattenObject.js +1 -1
- package/dist/cjs/utils/objectUtils/flattenObject.js.map +1 -1
- package/dist/cjs/utils/objectUtils/fullFlattenObject.js +1 -1
- package/dist/cjs/utils/objectUtils/fullFlattenObject.js.map +1 -1
- package/dist/cjs/utils/payment.js +20 -34
- package/dist/cjs/utils/payment.js.map +1 -1
- package/dist/cjs/utils/phone.js +1 -1
- package/dist/cjs/utils/phone.js.map +1 -1
- package/dist/cjs/utils/prestation.js +21 -19
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/quotation.js +15 -14
- package/dist/cjs/utils/quotation.js.map +1 -1
- package/dist/cjs/utils/subscription.js +2 -1
- package/dist/cjs/utils/subscription.js.map +1 -1
- package/dist/cjs/utils/task.js +2 -1
- package/dist/cjs/utils/task.js.map +1 -1
- package/dist/cjs/utils/tests/payment.spec.js +58 -51
- package/dist/cjs/utils/tests/payment.spec.js.map +1 -1
- package/dist/cjs/utils/validators/formattedDateString.validator.js +1 -4
- package/dist/cjs/utils/validators/formattedDateString.validator.js.map +1 -1
- package/dist/cjs/utils/validators/objectId.validator.js +1 -4
- package/dist/cjs/utils/validators/objectId.validator.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century23.js +94 -92
- package/dist/cjs/utils/vat/3310/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3514/century22.js +18 -17
- package/dist/cjs/utils/vat/3514/century22.js.map +1 -1
- package/dist/cjs/utils/vat/3514/century23.js +6 -5
- package/dist/cjs/utils/vat/3514/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3517/century23.js +110 -108
- package/dist/cjs/utils/vat/3517/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3519/century17.js +10 -9
- package/dist/cjs/utils/vat/3519/century17.js.map +1 -1
- package/dist/cjs/utils/vat/3519/century23.js +9 -8
- package/dist/cjs/utils/vat/3519/century23.js.map +1 -1
- package/dist/cjs/utils/vat/centuries.js +1 -1
- package/dist/cjs/utils/vat/centuries.js.map +1 -1
- package/dist/cjs/utils/vat/registration.js +54 -53
- package/dist/cjs/utils/vat/registration.js.map +1 -1
- package/dist/cjs/utils/vat/utils.js +8 -5
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig-cjs.json +1 -1
|
@@ -13,12 +13,6 @@ exports.UpdateContact = exports.ChangeContact = exports.ReadContact = exports.Cr
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class CreateContact {
|
|
16
|
-
email;
|
|
17
|
-
firstName;
|
|
18
|
-
lastname;
|
|
19
|
-
activity;
|
|
20
|
-
nameSociety;
|
|
21
|
-
listIds;
|
|
22
16
|
}
|
|
23
17
|
exports.CreateContact = CreateContact;
|
|
24
18
|
__decorate([
|
|
@@ -56,7 +50,6 @@ __decorate([
|
|
|
56
50
|
__metadata("design:type", Array)
|
|
57
51
|
], CreateContact.prototype, "listIds", void 0);
|
|
58
52
|
class ReadContact {
|
|
59
|
-
id;
|
|
60
53
|
}
|
|
61
54
|
exports.ReadContact = ReadContact;
|
|
62
55
|
__decorate([
|
|
@@ -65,8 +58,6 @@ __decorate([
|
|
|
65
58
|
__metadata("design:type", Number)
|
|
66
59
|
], ReadContact.prototype, "id", void 0);
|
|
67
60
|
class ChangeContact {
|
|
68
|
-
email;
|
|
69
|
-
listId;
|
|
70
61
|
}
|
|
71
62
|
exports.ChangeContact = ChangeContact;
|
|
72
63
|
__decorate([
|
|
@@ -80,8 +71,6 @@ __decorate([
|
|
|
80
71
|
__metadata("design:type", Number)
|
|
81
72
|
], ChangeContact.prototype, "listId", void 0);
|
|
82
73
|
class UpdateContact {
|
|
83
|
-
email;
|
|
84
|
-
attributes;
|
|
85
74
|
}
|
|
86
75
|
exports.UpdateContact = UpdateContact;
|
|
87
76
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrevoElement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/brevo/BrevoElement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AAGrE,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"BrevoElement.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/brevo/BrevoElement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AAGrE,MAAa,aAAa;CA6BzB;AA7BD,sCA6BC;AA1BG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;4CACK;AAKd;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACU;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACS;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACS;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACY;AAIrB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;8CACF;AAItB,MAAa,WAAW;CAIvB;AAJD,kCAIC;AADG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uCACE;AAGf,MAAa,aAAa;CASzB;AATD,sCASC;AANG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;4CACP;AAKhB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACM;AAGnB,MAAa,aAAa;CAQzB;AARD,sCAQC;AAJG;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACG;AAGd;IADD,IAAA,mBAAW,GAAE;;iDACuB","sourcesContent":["import {\n IsInt, IsNotEmpty, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\n\nexport class CreateContact {\n @ApiProperty()\n @IsString()\n email: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n activity?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n nameSociety?: string;\n\n @ApiProperty()\n @IsInt({ each: true })\n listIds: number[];\n \n}\n\nexport class ReadContact {\n @ApiProperty()\n @IsNumber()\n id: number;\n}\n\nexport class ChangeContact {\n @ApiProperty()\n @IsString({ each: true })\n email: string[];\n \n\n @ApiProperty()\n @IsNumber()\n listId: number;\n}\n\nexport class UpdateContact {\n @ApiProperty()\n @IsString()\n @IsNotEmpty()\n email: string;\n\n @ApiProperty()\n attributes: Partial<CreateContact>;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.CreateOrUpdateAccessToken = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class CreateOrUpdateAccessToken {
|
|
16
|
-
temporaryToken;
|
|
17
|
-
permanentToken;
|
|
18
16
|
}
|
|
19
17
|
exports.CreateOrUpdateAccessToken = CreateOrUpdateAccessToken;
|
|
20
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,6CAAwD;AAExD,MAAa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,6CAAwD;AAExD,MAAa,yBAAyB;CAQrC;AARD,8DAQC;AALG;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;iEACoB;AAI/B;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;iEACoB","sourcesContent":["import { IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateOrUpdateAccessToken {\n @ApiPropertyOptional()\n @IsOptional()\n temporaryToken?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n permanentToken?: string | null;\n}"]}
|
|
@@ -14,9 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
class DeleteBudgetInsightConnection {
|
|
17
|
-
idSociety;
|
|
18
|
-
idBudgetConnection;
|
|
19
|
-
shouldDeleteBankAccounts;
|
|
20
17
|
}
|
|
21
18
|
exports.DeleteBudgetInsightConnection = DeleteBudgetInsightConnection;
|
|
22
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,6BAA6B;CAczC;AAdD,sEAcC;AAXG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;gEACY;AAIlB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;yEACqB;AAM3B;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+EACwB","sourcesContent":["import { IsBoolean, IsInt, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class DeleteBudgetInsightConnection {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idBudgetConnection: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n shouldDeleteBankAccounts?: boolean;\n}"]}
|
|
@@ -14,8 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const BudgetInsight_1 = require("../../../Enum/BudgetInsight");
|
|
16
16
|
class QueryHooks {
|
|
17
|
-
token;
|
|
18
|
-
event;
|
|
19
17
|
}
|
|
20
18
|
exports.QueryHooks = QueryHooks;
|
|
21
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,6CAAgD;AAChD,+DAA+F;AAE/F,MAAa,UAAU;IAGnB,KAAK,CAAS;IAId,KAAK,CAAqB;CAC7B;AARD,gCAQC;AALG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yCACK;AAId;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,kCAAkB,CAAC;;yCACC","sourcesContent":["import { IsEnum, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { BudgetInsightEvent, BudgetInsightConnectionState } from '../../../Enum/BudgetInsight';\n\nexport class QueryHooks {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsEnum(BudgetInsightEvent)\n event: BudgetInsightEvent;\n}\n\ntype BudgetCurrency = {\n id: string; // Currency code (ISO 4217).\n name: string; // Display name of the currency.\n symbol: string; // Display symbol of the currency.\n precision: number; // number precision of the currency.\n prefix: boolean;\n crypto: boolean;\n};\n\ntype BudgetInsightAccountTypeName =\n 'article83' | // Article 83\n 'capitalisation' | // Capitalization contract\n 'card' | // Card\n 'checking' | // Checking account\n 'crowdlending' | // Crowdlending\n 'deposit' | // Deposit account\n 'joint' | // Joint account\n 'lifeinsurance' | // Life insurance account\n 'loan' | // Loan\n 'madelin' | // Madelin retirement contract\n 'market' | // Market account\n 'pea' | // Shared savings plan (Plan d'Epargne en Actions)\n 'pee' | // Company savings plan (Plan d'Epargne Entreprise)\n 'per' | // Retirement savings plan (Plan d'Epargne Retraite)\n 'perco' | // Group retirement savings plan (Plan d'Epargne pour la Retraite Collectif)\n 'perp' | // Popular retirement savings plan (Plan d'Epargne Retraite Populaire)\n 'real_estate' | // Real estate placement\n 'rsp' | // Special profit-sharing reserve (Réserve Spéciale de Participation)\n 'savings' | // Savings account\n 'unknown'; // Unknown account type\n\ntype BudgetInsightTransactionType =\n 'transfer' | // Transfer\n 'order' | // Order\n 'check' | // Check\n 'deposit' | // Deposit\n 'payback' | // Payback\n 'withdrawal' | // Withdrawal\n 'loan_payment' | // Loan payment\n 'bank' | // Bank fees\n 'card' | // Card operation\n 'deferred_card' | // Deferred card operation\n 'summary_card' | // Mensual debit of a deferred card\n 'unknown'; // Unknown transaction type\n\ntype BudgetInsightBankAccountUsage =\n'PRIV' |// Private account.\n'ORGA' |// Professional account.\n'ASSO'; // Association account.\n\ntype BudgetInsightBankAccountOwnerShip =\n 'owner' | // Account holder.\n 'co-owner' | // Holder on a joint account.\n 'attorney'; // Account authorized agent.\n\ntype BudgetInsightLoan = {\n total_amount: number | null; // Total amount of the loan.\n available_amount: number | null; // Amount of the loan not yet released and still available.\n used_amount: number | null; // Amount of the load already used.\n subscription_date: Date | null; // Subscription date of the loan.\n maturity_date: Date | null; // Estimated end date of the loan.\n next_payment_amount: number | null; // Amount of the next payment.\n next_payment_date: Date | null; // Date of the next payment.\n rate: number | null; // Rate of the loan.\n nb_payments_left: number | null; // Number of payments still due.\n nb_payments_done: number | null; // Number of payments done.\n nb_payments_total: number | null; // Total number of payments.\n last_payment_amount: Date | null; // Amount of the last payment.\n last_payment_date: Date | null; // Date of the last payment.\n account_label: string | null; // Name of the debited account.\n insurance_label: string | null; // Label of the insurance.\n duration: number | null; // Duration of the loan, in months.\n type: string | null; // Type of the loan (mortgage, consumercredit or revolvingcredit).\n};\n\nexport type BudgetInsightTransaction = {\n id: number; // ID of the transaction.\n id_account: number; // ID of the related account.\n application_date: Date | null; // Date considered by PFM services. This date can be edited.\n date: Date; // Date when the transaction is posted to the account.\n datetime: Date | null; // Date and time when the transaction is posted to the account, if available, in UTC.\n vdate: Date | null; // Value date of the transaction. In most cases, equivalent to date.\n vdatetime: Date | null; // Value date and time of the transaction, if available, in UTC. In most cases, equivalent to datetime.\n rdate: Date; // Date when the transaction order has been given.\n rdatetime: Date | null; // Date and time when the transaction order has been given, if available, in UTC.\n bdate: Date | null; // Date displayed by the bank for the transaction.\n bdatetime: number | null; // Date and time displayed by the bank for the transaction, if available, in UTC.\n value: number | null; // Value of the transaction.\n gross_value: number | null; // Gross value of the transaction.\n type: BudgetInsightTransactionType; // Type of transaction.\n original_wording: string; // Full label of the transaction, as seen on the bank.\n simplified_wording: string; // Simplified label of the transaction.\n wording:string | null; // Label of the transaction, can be edited.\n id_category: number | null; // ID of the related category.\n date_scraped: Date; // Date and time when the transaction was seen.\n coming: boolean; // If true, this transaction has not yet been posted to the account.\n active: boolean; // If false, PFM services will ignore this transaction.\n id_cluster: number | null; // If the transaction is part of a cluster.\n comment:string | null; // User comment.\n last_update: Date | null; // Last update of the transaction.\n deleted: number | null; // If set, this transaction has been removed from the bank.\n original_value: number | null; // Value in the original currency.\n original_gross_value: number | null; // Gross value in the original currency.\n original_currency: BudgetCurrency | null; // Original currency.\n commission: number | null; // Commission taken on the transaction.\n commission_currency: BudgetCurrency | null; // Commission currency.\n country:string | null; // Original country.\n card:string | null; // Card number associated with the transaction.\n};\n\nexport type BudgetInsightAccountSyncedQuery = {\n id: number; // ID of the bank account.\n id_connection: number | null; // ID of the related connection.\n id_user: number | null; // ID of the related user.\n id_source: number | null; // ID of the related connection source.\n id_parent: number | null; // ID of the parent account.\n number: string | null; // Account number.\n original_name: string; // Original name of the account, as seen on the bank.\n balance: number | null; // Balance of the account.\n coming: number | null; // Amount of coming operations not yet debited.\n display: boolean; // Whether the bank account should be presented.\n last_update: Date | null; // Last successful update of the account.\n deleted: Date | null; // If set, this account is not found on the website anymore.\n disabled: Date | null; // If set, this account has been disabled by user and will not be synchronized anymore.\n iban: string | null; // Account IBAN.\n currency: BudgetCurrency | null; // Account currency.\n type: BudgetInsightAccountTypeName; // Technical code of the account type.\n id_type: number; // ID of the account type.\n bookmarked: number; // This account has been bookmarked by user.\n name: string; // The name of the account.\n error: string | null; // If the last update has failed, the error code.\n usage: BudgetInsightBankAccountUsage; // Account usage. If not overridden, the value of original_usage is returned.\n ownership: BudgetInsightBankAccountOwnerShip | null; // Relationship between the credentials owner and the account.\n company_name: string | null; // Name of the company holding the employee savings of the account.\n loan: BudgetInsightLoan | null; // For loan accounts, the loan details.\n transactions: BudgetInsightTransaction[];\n};\n\nexport type BudgetInsightBankAccount = {\n id: number; // ID of the bank account.\n id_connection: number | null;// ID of the related connection.\n id_user: number | null;// ID of the related user.\n id_source: number | null;// ID of the related connection source.\n id_parent: number | null;// ID of the parent account.\n number: string | null;// String Account number.\n original_name: string;// String Original name of the account, as seen on the bank.\n balance: number | null;// Decimal Balance of the account.\n coming: number | null;// Decimal Amount of coming operations not yet debited.\n display: boolean | null;// Boolean Whether the bank account should be presented.\n last_update: Date | null;// DateTime Last successful update of the account.\n deleted: Date | null;// DateTime If set, this account is not found on the website anymore.\n disabled: Date | null;// DateTime If set, this account has been disabled by user and will not be synchronized anymore.\n iban: string | null;// String Account IBAN.\n};\n\ntype BudgetInsightUser = {\n id: number;\n signin: Date;\n platform: string;\n};\n\ntype BudgetInsightConnection = {\n id: number; // ID of the connection.\n id_user: number | null; // ID of the related user.\n id_connector: number; // ID of the related connector.\n state: BudgetInsightConnectionState | null; // If the last update failed, the state code. The null value indicates a successful sync.\n error: BudgetInsightConnectionState | null; // (Deprecated) If the last update failed, the state code. The null value indicates a successful sync.\n error_message: string | null; // If the last update failed, an optional message from the connector to guide the user into recovering from the error.\n fields: string[]; // of ConnectorField objects For connections in an error state, an optional list of connector fields that must be prompted to the end-user.\n last_update: Date | null; // Last successful update.\n created: Date | null; // Creation date of the connection.\n active: boolean; // Whether this connection is active and will be automatically synced.\n last_push: Date | null; // Last successful push.\n expire: Date | null; // Highest value among expiration dates of connection sources.\n connector_uuid: string; // UUID of the related connector.\n next_try: Date | null; // Scheduled date of next synchronization.\n};\n\nexport type BudgetInsightConnectionSyncedQuery = {\n user: BudgetInsightUser;\n connection: BudgetInsightConnection & { connector: any; sources: any; accounts: any; };\n};\n\nexport type BudgetEditBankAccount = {\n display?: boolean;// Whether the bank account should be deisplayed and included in aggregated metrics.\n name?: string; // Display name of the account.\n disabled?: boolean; // Whether the bank account should be synchronized.\n bookmarked?: boolean; // Whether the bank account is bookmarked.\n usage?:BudgetInsightBankAccountUsage // Account usage.\n};\n\nexport type BudgetInsightGetAllTransactions = {\n income?: boolean, // Filter on incomes or expenditures.\n deleted?: boolean, // Filter on deleted transactions.\n all?: boolean, // If set, cancels the implicit filtering.\n last_update?: string, // DateTime Filter transactions updated after the specified date.\n wording?: string, // Filter transactions containing the given string.\n min_value?: number, // Minimal (inclusive) value.\n max_value?: number, // Maximum (inclusive) value.\n search?: string, // Search in wording, dates, values, categories.\n value?: number, // Decimal or Value of the transaction. \"XX|-XX\" and \"±XX\" syntaxes are also accepted.\n limit: number // devient obligatoire depuis le 1er octobre 2023. Max 1000 et si 100 si expand\n};"]}
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,6CAAgD;AAChD,+DAA+F;AAE/F,MAAa,UAAU;CAQtB;AARD,gCAQC;AALG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yCACK;AAId;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,kCAAkB,CAAC;;yCACC","sourcesContent":["import { IsEnum, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { BudgetInsightEvent, BudgetInsightConnectionState } from '../../../Enum/BudgetInsight';\n\nexport class QueryHooks {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsEnum(BudgetInsightEvent)\n event: BudgetInsightEvent;\n}\n\ntype BudgetCurrency = {\n id: string; // Currency code (ISO 4217).\n name: string; // Display name of the currency.\n symbol: string; // Display symbol of the currency.\n precision: number; // number precision of the currency.\n prefix: boolean;\n crypto: boolean;\n};\n\ntype BudgetInsightAccountTypeName =\n 'article83' | // Article 83\n 'capitalisation' | // Capitalization contract\n 'card' | // Card\n 'checking' | // Checking account\n 'crowdlending' | // Crowdlending\n 'deposit' | // Deposit account\n 'joint' | // Joint account\n 'lifeinsurance' | // Life insurance account\n 'loan' | // Loan\n 'madelin' | // Madelin retirement contract\n 'market' | // Market account\n 'pea' | // Shared savings plan (Plan d'Epargne en Actions)\n 'pee' | // Company savings plan (Plan d'Epargne Entreprise)\n 'per' | // Retirement savings plan (Plan d'Epargne Retraite)\n 'perco' | // Group retirement savings plan (Plan d'Epargne pour la Retraite Collectif)\n 'perp' | // Popular retirement savings plan (Plan d'Epargne Retraite Populaire)\n 'real_estate' | // Real estate placement\n 'rsp' | // Special profit-sharing reserve (Réserve Spéciale de Participation)\n 'savings' | // Savings account\n 'unknown'; // Unknown account type\n\ntype BudgetInsightTransactionType =\n 'transfer' | // Transfer\n 'order' | // Order\n 'check' | // Check\n 'deposit' | // Deposit\n 'payback' | // Payback\n 'withdrawal' | // Withdrawal\n 'loan_payment' | // Loan payment\n 'bank' | // Bank fees\n 'card' | // Card operation\n 'deferred_card' | // Deferred card operation\n 'summary_card' | // Mensual debit of a deferred card\n 'unknown'; // Unknown transaction type\n\ntype BudgetInsightBankAccountUsage =\n'PRIV' |// Private account.\n'ORGA' |// Professional account.\n'ASSO'; // Association account.\n\ntype BudgetInsightBankAccountOwnerShip =\n 'owner' | // Account holder.\n 'co-owner' | // Holder on a joint account.\n 'attorney'; // Account authorized agent.\n\ntype BudgetInsightLoan = {\n total_amount: number | null; // Total amount of the loan.\n available_amount: number | null; // Amount of the loan not yet released and still available.\n used_amount: number | null; // Amount of the load already used.\n subscription_date: Date | null; // Subscription date of the loan.\n maturity_date: Date | null; // Estimated end date of the loan.\n next_payment_amount: number | null; // Amount of the next payment.\n next_payment_date: Date | null; // Date of the next payment.\n rate: number | null; // Rate of the loan.\n nb_payments_left: number | null; // Number of payments still due.\n nb_payments_done: number | null; // Number of payments done.\n nb_payments_total: number | null; // Total number of payments.\n last_payment_amount: Date | null; // Amount of the last payment.\n last_payment_date: Date | null; // Date of the last payment.\n account_label: string | null; // Name of the debited account.\n insurance_label: string | null; // Label of the insurance.\n duration: number | null; // Duration of the loan, in months.\n type: string | null; // Type of the loan (mortgage, consumercredit or revolvingcredit).\n};\n\nexport type BudgetInsightTransaction = {\n id: number; // ID of the transaction.\n id_account: number; // ID of the related account.\n application_date: Date | null; // Date considered by PFM services. This date can be edited.\n date: Date; // Date when the transaction is posted to the account.\n datetime: Date | null; // Date and time when the transaction is posted to the account, if available, in UTC.\n vdate: Date | null; // Value date of the transaction. In most cases, equivalent to date.\n vdatetime: Date | null; // Value date and time of the transaction, if available, in UTC. In most cases, equivalent to datetime.\n rdate: Date; // Date when the transaction order has been given.\n rdatetime: Date | null; // Date and time when the transaction order has been given, if available, in UTC.\n bdate: Date | null; // Date displayed by the bank for the transaction.\n bdatetime: number | null; // Date and time displayed by the bank for the transaction, if available, in UTC.\n value: number | null; // Value of the transaction.\n gross_value: number | null; // Gross value of the transaction.\n type: BudgetInsightTransactionType; // Type of transaction.\n original_wording: string; // Full label of the transaction, as seen on the bank.\n simplified_wording: string; // Simplified label of the transaction.\n wording:string | null; // Label of the transaction, can be edited.\n id_category: number | null; // ID of the related category.\n date_scraped: Date; // Date and time when the transaction was seen.\n coming: boolean; // If true, this transaction has not yet been posted to the account.\n active: boolean; // If false, PFM services will ignore this transaction.\n id_cluster: number | null; // If the transaction is part of a cluster.\n comment:string | null; // User comment.\n last_update: Date | null; // Last update of the transaction.\n deleted: number | null; // If set, this transaction has been removed from the bank.\n original_value: number | null; // Value in the original currency.\n original_gross_value: number | null; // Gross value in the original currency.\n original_currency: BudgetCurrency | null; // Original currency.\n commission: number | null; // Commission taken on the transaction.\n commission_currency: BudgetCurrency | null; // Commission currency.\n country:string | null; // Original country.\n card:string | null; // Card number associated with the transaction.\n};\n\nexport type BudgetInsightAccountSyncedQuery = {\n id: number; // ID of the bank account.\n id_connection: number | null; // ID of the related connection.\n id_user: number | null; // ID of the related user.\n id_source: number | null; // ID of the related connection source.\n id_parent: number | null; // ID of the parent account.\n number: string | null; // Account number.\n original_name: string; // Original name of the account, as seen on the bank.\n balance: number | null; // Balance of the account.\n coming: number | null; // Amount of coming operations not yet debited.\n display: boolean; // Whether the bank account should be presented.\n last_update: Date | null; // Last successful update of the account.\n deleted: Date | null; // If set, this account is not found on the website anymore.\n disabled: Date | null; // If set, this account has been disabled by user and will not be synchronized anymore.\n iban: string | null; // Account IBAN.\n currency: BudgetCurrency | null; // Account currency.\n type: BudgetInsightAccountTypeName; // Technical code of the account type.\n id_type: number; // ID of the account type.\n bookmarked: number; // This account has been bookmarked by user.\n name: string; // The name of the account.\n error: string | null; // If the last update has failed, the error code.\n usage: BudgetInsightBankAccountUsage; // Account usage. If not overridden, the value of original_usage is returned.\n ownership: BudgetInsightBankAccountOwnerShip | null; // Relationship between the credentials owner and the account.\n company_name: string | null; // Name of the company holding the employee savings of the account.\n loan: BudgetInsightLoan | null; // For loan accounts, the loan details.\n transactions: BudgetInsightTransaction[];\n};\n\nexport type BudgetInsightBankAccount = {\n id: number; // ID of the bank account.\n id_connection: number | null;// ID of the related connection.\n id_user: number | null;// ID of the related user.\n id_source: number | null;// ID of the related connection source.\n id_parent: number | null;// ID of the parent account.\n number: string | null;// String Account number.\n original_name: string;// String Original name of the account, as seen on the bank.\n balance: number | null;// Decimal Balance of the account.\n coming: number | null;// Decimal Amount of coming operations not yet debited.\n display: boolean | null;// Boolean Whether the bank account should be presented.\n last_update: Date | null;// DateTime Last successful update of the account.\n deleted: Date | null;// DateTime If set, this account is not found on the website anymore.\n disabled: Date | null;// DateTime If set, this account has been disabled by user and will not be synchronized anymore.\n iban: string | null;// String Account IBAN.\n};\n\ntype BudgetInsightUser = {\n id: number;\n signin: Date;\n platform: string;\n};\n\ntype BudgetInsightConnection = {\n id: number; // ID of the connection.\n id_user: number | null; // ID of the related user.\n id_connector: number; // ID of the related connector.\n state: BudgetInsightConnectionState | null; // If the last update failed, the state code. The null value indicates a successful sync.\n error: BudgetInsightConnectionState | null; // (Deprecated) If the last update failed, the state code. The null value indicates a successful sync.\n error_message: string | null; // If the last update failed, an optional message from the connector to guide the user into recovering from the error.\n fields: string[]; // of ConnectorField objects For connections in an error state, an optional list of connector fields that must be prompted to the end-user.\n last_update: Date | null; // Last successful update.\n created: Date | null; // Creation date of the connection.\n active: boolean; // Whether this connection is active and will be automatically synced.\n last_push: Date | null; // Last successful push.\n expire: Date | null; // Highest value among expiration dates of connection sources.\n connector_uuid: string; // UUID of the related connector.\n next_try: Date | null; // Scheduled date of next synchronization.\n};\n\nexport type BudgetInsightConnectionSyncedQuery = {\n user: BudgetInsightUser;\n connection: BudgetInsightConnection & { connector: any; sources: any; accounts: any; };\n};\n\nexport type BudgetEditBankAccount = {\n display?: boolean;// Whether the bank account should be deisplayed and included in aggregated metrics.\n name?: string; // Display name of the account.\n disabled?: boolean; // Whether the bank account should be synchronized.\n bookmarked?: boolean; // Whether the bank account is bookmarked.\n usage?:BudgetInsightBankAccountUsage // Account usage.\n};\n\nexport type BudgetInsightGetAllTransactions = {\n income?: boolean, // Filter on incomes or expenditures.\n deleted?: boolean, // Filter on deleted transactions.\n all?: boolean, // If set, cancels the implicit filtering.\n last_update?: string, // DateTime Filter transactions updated after the specified date.\n wording?: string, // Filter transactions containing the given string.\n min_value?: number, // Minimal (inclusive) value.\n max_value?: number, // Maximum (inclusive) value.\n search?: string, // Search in wording, dates, values, categories.\n value?: number, // Decimal or Value of the transaction. \"XX|-XX\" and \"±XX\" syntaxes are also accepted.\n limit: number // devient obligatoire depuis le 1er octobre 2023. Max 1000 et si 100 si expand\n};"]}
|
|
@@ -12,8 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.UpdateBudgetPermanentToken = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class UpdateBudgetPermanentToken {
|
|
15
|
-
idSociety;
|
|
16
|
-
idSocieties;
|
|
17
15
|
}
|
|
18
16
|
exports.UpdateBudgetPermanentToken = UpdateBudgetPermanentToken;
|
|
19
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBudgetPermanentToken.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,0BAA0B;
|
|
1
|
+
{"version":3,"file":"UpdateBudgetPermanentToken.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAJG;IADD,IAAA,2BAAmB,GAAE;;6DACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;+DACG","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateBudgetPermanentToken {\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idSocieties?: number[];\n}"]}
|
|
@@ -15,31 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
const Country_1 = require("../../../Enum/Country");
|
|
17
17
|
class CreateBusinessPartnerParams {
|
|
18
|
-
isPhysical;
|
|
19
|
-
idQuality;
|
|
20
|
-
idCivility;
|
|
21
|
-
lastname;
|
|
22
|
-
firstname;
|
|
23
|
-
birthdate;
|
|
24
|
-
cityOfBirth;
|
|
25
|
-
idCountryBirth;
|
|
26
|
-
streetNumber;
|
|
27
|
-
address;
|
|
28
|
-
zipCode;
|
|
29
|
-
city;
|
|
30
|
-
idCountry;
|
|
31
|
-
email;
|
|
32
|
-
prefix;
|
|
33
|
-
phone;
|
|
34
|
-
phone2;
|
|
35
|
-
idMaritalStatus;
|
|
36
|
-
sharesHeld;
|
|
37
|
-
validityDateOfResidencePermit;
|
|
38
|
-
idUser;
|
|
39
|
-
idSocietyParent;
|
|
40
|
-
gedFileKbis;
|
|
41
|
-
gedFileIC;
|
|
42
|
-
gedFileStatus;
|
|
43
18
|
}
|
|
44
19
|
exports.CreateBusinessPartnerParams = CreateBusinessPartnerParams;
|
|
45
20
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBusinessPartnerParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/CreateBusinessPartnerParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkG;AAClG,6CAAwD;AACxD,sFAA2E;AAC3E,mDAAkD;AAGlD,MAAa,2BAA2B;
|
|
1
|
+
{"version":3,"file":"CreateBusinessPartnerParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/CreateBusinessPartnerParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkG;AAClG,6CAAwD;AACxD,sFAA2E;AAC3E,mDAAkD;AAGlD,MAAa,2BAA2B;CA6HvC;AA7HD,kEA6HC;AAxHG;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;+DACW;AAKrB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8DACa;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACc;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6DACS;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8DACU;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACK,IAAI;8DAAC;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gEACY;AAMrB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,mBAAS,CAAC;;mEACQ;AAKxB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACa;AAKtB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACQ;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACQ;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACK;AAMd;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,mBAAS,CAAC;;8DACG;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;0DACO;AAKf;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACM;AAKf;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oEACmB;AAKzB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACc;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACyB,IAAI;kFAAC;AAKrC;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2DACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oEACmB;AAIzB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;gEACS;AAIpB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;8DACO;AAIlB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kEACW","sourcesContent":["import { IsBoolean, IsDate, IsEmail, IsEnum, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { CountryId } from '../../../Enum/Country';\nimport { TFile } from '../file/TFile';\n\nexport class CreateBusinessPartnerParams {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idQuality?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCivility?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(CountryId)\n idCountryBirth?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n streetNumber?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n address?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n zipCode?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n city?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(CountryId)\n idCountry?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsEmail()\n email?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n prefix?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone2?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idMaritalStatus?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n validityDateOfResidencePermit?: Date;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSocietyParent?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n gedFileKbis?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n gedFileIC?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n gedFileStatus?: TFile;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.QueryBusinessPartnerAll = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class QueryBusinessPartnerAll {
|
|
16
|
-
include;
|
|
17
|
-
attributes;
|
|
18
16
|
}
|
|
19
17
|
exports.QueryBusinessPartnerAll = QueryBusinessPartnerAll;
|
|
20
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryBusinessPartnerAll.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/QueryBusinessPartnerAll.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6D;AAC7D,6CAAwD;AAExD,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"QueryBusinessPartnerAll.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/QueryBusinessPartnerAll.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6D;AAC7D,6CAAwD;AAExD,MAAa,uBAAuB;CAenC;AAfD,0DAeC;AARG;IAND,IAAA,2BAAmB,EAAC,EAAE,OAAO,EAAE,CAAC,MAAM,EAAE,SAAS,CAAC,EAAE,CAAC;IACrD,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAA,sBAAI,EAAC,CAAC,MAAM,EAAE,SAAS,EAAE,eAAe,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACtC;AAOnB;IALD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;2DACsB","sourcesContent":["import { IsIn, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryBusinessPartnerAll {\n @ApiPropertyOptional({ default: ['user', 'society'] })\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['user', 'society', 'societyParent'], { each: true })\n include?: string[];\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}"]}
|
|
@@ -15,32 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
const Country_1 = require("../../../Enum/Country");
|
|
17
17
|
class UpdateBusinessPartnerParams {
|
|
18
|
-
isPhysical;
|
|
19
|
-
idQuality;
|
|
20
|
-
idCivility;
|
|
21
|
-
lastname;
|
|
22
|
-
firstname;
|
|
23
|
-
birthdate;
|
|
24
|
-
cityOfBirth;
|
|
25
|
-
idCountryBirth;
|
|
26
|
-
streetNumber;
|
|
27
|
-
address;
|
|
28
|
-
zipCode;
|
|
29
|
-
city;
|
|
30
|
-
idCountry;
|
|
31
|
-
email;
|
|
32
|
-
prefix;
|
|
33
|
-
phone;
|
|
34
|
-
phone2;
|
|
35
|
-
idMaritalStatus;
|
|
36
|
-
sharesHeld;
|
|
37
|
-
validityDateOfResidencePermit;
|
|
38
|
-
idUser;
|
|
39
|
-
idSocietyParent;
|
|
40
|
-
idSociety;
|
|
41
|
-
gedFileKbis;
|
|
42
|
-
gedFileIC;
|
|
43
|
-
gedFileStatus;
|
|
44
18
|
}
|
|
45
19
|
exports.UpdateBusinessPartnerParams = UpdateBusinessPartnerParams;
|
|
46
20
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBusinessPartnerParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkG;AAClG,6CAAwD;AACxD,sFAA2E;AAC3E,mDAAkD;AAGlD,MAAa,2BAA2B;
|
|
1
|
+
{"version":3,"file":"UpdateBusinessPartnerParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkG;AAClG,6CAAwD;AACxD,sFAA2E;AAC3E,mDAAkD;AAGlD,MAAa,2BAA2B;CAkIvC;AAlID,kEAkIC;AA7HG;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;+DACW;AAKrB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8DACa;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACc;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6DACS;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8DACU;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACK,IAAI;8DAAC;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gEACY;AAMrB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,mBAAS,CAAC;;mEACQ;AAKxB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACa;AAKtB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACQ;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACQ;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACK;AAMd;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,mBAAS,CAAC;;8DACG;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;0DACO;AAKf;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACM;AAKf;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oEACmB;AAKzB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+DACc;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACyB,IAAI;kFAAC;AAKrC;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2DACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oEACmB;AAKzB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8DACa;AAInB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;gEACS;AAIpB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;8DACO;AAIlB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kEACW","sourcesContent":["import { IsBoolean, IsDate, IsEmail, IsEnum, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { CountryId } from '../../../Enum/Country';\nimport { TFile } from '../file/TFile';\n\nexport class UpdateBusinessPartnerParams {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idQuality?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCivility?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(CountryId)\n idCountryBirth?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n streetNumber?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n address?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n zipCode?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n city?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(CountryId)\n idCountry?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsEmail()\n email?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n prefix?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n phone2?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idMaritalStatus?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n validityDateOfResidencePermit?: Date;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSocietyParent?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n \n @ApiPropertyOptional()\n @IsOptional()\n gedFileKbis?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n gedFileIC?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n gedFileStatus?: TFile;\n}"]}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateBusinessSector = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class CreateBusinessSector {
|
|
15
|
-
idSector;
|
|
16
15
|
}
|
|
17
16
|
exports.CreateBusinessSector = CreateBusinessSector;
|
|
18
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessSector/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessSector/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,oBAAoB;CAGhC;AAHD,oDAGC;AADG;IADD,IAAA,mBAAW,GAAE;;sDACO","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"]}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.DeleteBusinessSector = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class DeleteBusinessSector {
|
|
15
|
-
idSector;
|
|
16
15
|
}
|
|
17
16
|
exports.DeleteBusinessSector = DeleteBusinessSector;
|
|
18
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessSector/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessSector/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,oBAAoB;CAGhC;AAHD,oDAGC;AADG;IADD,IAAA,mBAAW,GAAE;;sDACO","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class DeleteBusinessSector {\n @ApiProperty()\n idSector: number[];\n}"]}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.QueryGetAllForSociety = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class QueryGetAllForSociety {
|
|
15
|
-
idSector;
|
|
16
15
|
}
|
|
17
16
|
exports.QueryGetAllForSociety = QueryGetAllForSociety;
|
|
18
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessSector/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,qBAAqB;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/businessSector/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,qBAAqB;CAGjC;AAHD,sDAGC;AADG;IADD,IAAA,2BAAmB,GAAE;;uDACA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetAllForSociety {\n @ApiPropertyOptional()\n idSector?: number[];\n}"]}
|
|
@@ -12,24 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.createCalendarEvent = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class createCalendarEvent {
|
|
15
|
-
title;
|
|
16
|
-
dateStart;
|
|
17
|
-
dateEnd;
|
|
18
|
-
comment;
|
|
19
|
-
idRoom;
|
|
20
|
-
createdBy;
|
|
21
|
-
idColor;
|
|
22
|
-
idCard;
|
|
23
|
-
idSociety;
|
|
24
|
-
idExercice;
|
|
25
|
-
idTimeCounterType;
|
|
26
|
-
typeComptable;
|
|
27
|
-
isDone;
|
|
28
|
-
callState;
|
|
29
|
-
idRecurrence;
|
|
30
|
-
idPlace;
|
|
31
|
-
validatedAt;
|
|
32
|
-
createdAt;
|
|
33
15
|
}
|
|
34
16
|
exports.createCalendarEvent = createCalendarEvent;
|
|
35
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAErE,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAErE,MAAa,mBAAmB;CAsD/B;AAtDD,kDAsDC;AApDG;IADD,IAAA,mBAAW,GAAE;;kDACE;AAGd;IADD,IAAA,mBAAW,GAAE;8BACD,IAAI;sDAAC;AAGhB;IADD,IAAA,2BAAmB,GAAE;8BACV,IAAI;oDAAC;AAGf;IADD,IAAA,mBAAW,GAAE;;oDACI;AAGhB;IADD,IAAA,2BAAmB,GAAE;;mDACJ;AAGhB;IADD,IAAA,mBAAW,GAAE;;sDACM;AAGlB;IADD,IAAA,2BAAmB,GAAE;;oDACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;mDACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;sDACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;uDACA;AAGpB;IADD,IAAA,2BAAmB,GAAE;;8DACO;AAG3B;IADD,IAAA,2BAAmB,GAAE;;0DACG;AAGvB;IADD,IAAA,mBAAW,GAAE;;mDACI;AAGhB;IADD,IAAA,2BAAmB,GAAE;;sDACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;yDACE;AAGtB;IADD,IAAA,2BAAmB,GAAE;;oDACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;8BACN,IAAI;wDAAC;AAGnB;IADD,IAAA,2BAAmB,GAAE;8BACR,IAAI;sDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idCard?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiPropertyOptional()\n createdAt?: Date;\n}"]}
|
|
@@ -14,27 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
class CreateCalendarEventForUsers {
|
|
17
|
-
title;
|
|
18
|
-
dateStart;
|
|
19
|
-
dateEnd;
|
|
20
|
-
comment;
|
|
21
|
-
meetLink;
|
|
22
|
-
idRoom;
|
|
23
|
-
createdBy;
|
|
24
|
-
idColor;
|
|
25
|
-
idSociety;
|
|
26
|
-
idExercice;
|
|
27
|
-
idCard;
|
|
28
|
-
idTimeCounterType;
|
|
29
|
-
typeComptable;
|
|
30
|
-
isDone;
|
|
31
|
-
callState;
|
|
32
|
-
idRecurrence;
|
|
33
|
-
idPlace;
|
|
34
|
-
validatedAt;
|
|
35
|
-
idUsers;
|
|
36
|
-
hasToBeUnique;
|
|
37
|
-
hasToConfirmRdvOnboardingToCustomer;
|
|
38
17
|
}
|
|
39
18
|
exports.CreateCalendarEventForUsers = CreateCalendarEventForUsers;
|
|
40
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCalendarEventForUsers.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,2BAA2B;
|
|
1
|
+
{"version":3,"file":"createCalendarEventForUsers.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,2BAA2B;CAsEvC;AAtED,kEAsEC;AApEG;IADD,IAAA,mBAAW,GAAE;;0DACE;AAGd;IADD,IAAA,mBAAW,GAAE;8BACD,IAAI;8DAAC;AAGhB;IADD,IAAA,2BAAmB,GAAE;8BACV,IAAI;4DAAC;AAGf;IADD,IAAA,mBAAW,GAAE;;4DACI;AAIhB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;6DACO;AAGlB;IADD,IAAA,2BAAmB,GAAE;;2DACJ;AAGhB;IADD,IAAA,mBAAW,GAAE;;8DACM;AAGlB;IADD,IAAA,2BAAmB,GAAE;;4DACH;AAGjB;IADD,IAAA,mBAAW,GAAE;;8DACM;AAGlB;IADD,IAAA,2BAAmB,GAAE;;+DACA;AAGpB;IADD,IAAA,2BAAmB,GAAE;;2DACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;sEACO;AAG3B;IADD,IAAA,2BAAmB,GAAE;;kEACG;AAGvB;IADD,IAAA,mBAAW,GAAE;;2DACI;AAGhB;IADD,IAAA,2BAAmB,GAAE;;8DACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;iEACE;AAGtB;IADD,IAAA,2BAAmB,GAAE;;4DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;8BACN,IAAI;gEAAC;AAGnB;IADD,IAAA,mBAAW,GAAE;8BACH,KAAK;4DAAS;AAMvB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACY;AAMvB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wFACkC","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateCalendarEventForUsers {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n meetLink?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idCard?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiProperty()\n idUsers: Array<number>;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasToBeUnique: boolean;\n \n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasToConfirmRdvOnboardingToCustomer: boolean;\n}"]}
|
|
@@ -12,10 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.GetAllCalendarEvent = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class GetAllCalendarEvent {
|
|
15
|
-
idUser;
|
|
16
|
-
startDate;
|
|
17
|
-
endDate;
|
|
18
|
-
isValidated;
|
|
19
15
|
}
|
|
20
16
|
exports.GetAllCalendarEvent = GetAllCalendarEvent;
|
|
21
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAllCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAErE,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"getAllCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAErE,MAAa,mBAAmB;CAY/B;AAZD,kDAYC;AAVG;IADD,IAAA,2BAAmB,GAAE;;mDACJ;AAGhB;IADD,IAAA,mBAAW,GAAE;8BACD,IAAI;sDAAC;AAGhB;IADD,IAAA,mBAAW,GAAE;8BACH,IAAI;oDAAC;AAGd;IADD,IAAA,2BAAmB,GAAE;;wDACE","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class GetAllCalendarEvent {\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n startDate: Date;\n\n @ApiProperty()\n endDate: Date;\n\n @ApiPropertyOptional()\n isValidated?: boolean;\n}"]}
|
|
@@ -13,9 +13,6 @@ exports.GetLastInvalidateEvent = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class GetLastInvalidateEvent {
|
|
16
|
-
idUser;
|
|
17
|
-
dateStart;
|
|
18
|
-
dateEnd;
|
|
19
16
|
}
|
|
20
17
|
exports.GetLastInvalidateEvent = GetLastInvalidateEvent;
|
|
21
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLastInvalidateEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/getLastInvalidateEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AAErE,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"getLastInvalidateEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/getLastInvalidateEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AAErE,MAAa,sBAAsB;CAgBlC;AAhBD,wDAgBC;AAbG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;sDACS;AAMf;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,8BAAY,GAAE;;yDACM;AAMnB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,8BAAY,GAAE;;uDACI","sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class GetLastInvalidateEvent {\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n @IsDateString()\n dateStart?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n @IsDateString()\n dateEnd?: string;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.TimeInterval = exports.DateInterval = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class DateInterval {
|
|
16
|
-
dateStart;
|
|
17
|
-
dateEnd;
|
|
18
16
|
}
|
|
19
17
|
exports.DateInterval = DateInterval;
|
|
20
18
|
__decorate([
|
|
@@ -30,8 +28,6 @@ __decorate([
|
|
|
30
28
|
__metadata("design:type", Date)
|
|
31
29
|
], DateInterval.prototype, "dateEnd", void 0);
|
|
32
30
|
class TimeInterval {
|
|
33
|
-
startTime;
|
|
34
|
-
endTime;
|
|
35
31
|
}
|
|
36
32
|
exports.TimeInterval = TimeInterval;
|
|
37
33
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interval.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/interval.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,6CAAwD;AAExD,MAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"interval.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/interval.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,6CAAwD;AAExD,MAAa,YAAY;CAUxB;AAVD,oCAUC;AANG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACK,IAAI;+CAAC;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACG,IAAI;6CAAC;AAGnB,MAAa,YAAY;CAUxB;AAVD,oCAUC;AANG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACK,IAAI;+CAAC;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACG,IAAI;6CAAC","sourcesContent":["import { IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class DateInterval {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n dateEnd?: Date;\n}\n\nexport class TimeInterval {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n startTime?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n endTime?: Date;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.QueryCalendarEvent = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const decorators_1 = require("../../../../utils/decorators");
|
|
15
15
|
class QueryCalendarEvent {
|
|
16
|
-
include;
|
|
17
|
-
attributes;
|
|
18
16
|
}
|
|
19
17
|
exports.QueryCalendarEvent = QueryCalendarEvent;
|
|
20
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queryCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAmE;AAEnE,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"queryCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAmE;AAEnE,MAAa,kBAAkB;CAe9B;AAfD,gDAeC;AARG;IAND,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAA,sBAAI,EAAC,CAAC,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;mDAC/D;AAOnB;IALD,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;sDACsB","sourcesContent":["import {\n IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryCalendarEvent {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], { each: true })\n include?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}\n"]}
|
|
@@ -12,9 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.QueryCalendarEventCall = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class QueryCalendarEventCall {
|
|
15
|
-
idUser;
|
|
16
|
-
startDate;
|
|
17
|
-
endDate;
|
|
18
15
|
}
|
|
19
16
|
exports.QueryCalendarEventCall = QueryCalendarEventCall;
|
|
20
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queryCalendarEventCall.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEventCall.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAErE,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"queryCalendarEventCall.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEventCall.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAErE,MAAa,sBAAsB;CASlC;AATD,wDASC;AAPG;IADD,IAAA,2BAAmB,GAAE;;sDACJ;AAGhB;IADD,IAAA,mBAAW,GAAE;8BACD,IAAI;yDAAC;AAGhB;IADD,IAAA,mBAAW,GAAE;8BACH,IAAI;uDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCalendarEventCall {\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n startDate: Date;\n\n @ApiProperty()\n endDate: Date;\n}"]}
|
|
@@ -12,24 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.UpdateCalendarEvent = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class UpdateCalendarEvent {
|
|
15
|
-
title;
|
|
16
|
-
dateStart;
|
|
17
|
-
dateEnd;
|
|
18
|
-
comment;
|
|
19
|
-
idRoom;
|
|
20
|
-
createdBy;
|
|
21
|
-
idColor;
|
|
22
|
-
idSociety;
|
|
23
|
-
idExercice;
|
|
24
|
-
idType;
|
|
25
|
-
idTimeCounterType;
|
|
26
|
-
idUser;
|
|
27
|
-
typeComptable;
|
|
28
|
-
isDone;
|
|
29
|
-
callState;
|
|
30
|
-
idRecurrence;
|
|
31
|
-
idPlace;
|
|
32
|
-
validatedAt;
|
|
33
15
|
}
|
|
34
16
|
exports.UpdateCalendarEvent = UpdateCalendarEvent;
|
|
35
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"updateCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,mBAAmB;CAsD/B;AAtDD,kDAsDC;AApDG;IADD,IAAA,2BAAmB,GAAE;;kDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;8BACR,IAAI;sDAAC;AAGjB;IADD,IAAA,2BAAmB,GAAE;8BACV,IAAI;oDAAC;AAGf;IADD,IAAA,2BAAmB,GAAE;;oDACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;mDACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;sDACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;oDACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;sDACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;uDACA;AAGpB;IADD,IAAA,2BAAmB,GAAE;;mDACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;8DACO;AAG3B;IADD,IAAA,2BAAmB,GAAE;;mDACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;0DACG;AAGvB;IADD,IAAA,2BAAmB,GAAE;;mDACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;sDACD;AAGnB;IADD,IAAA,2BAAmB,GAAE;;yDACE;AAGtB;IADD,IAAA,2BAAmB,GAAE;;oDACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;8BACN,IAAI;wDAAC","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateCalendarEvent {\n @ApiPropertyOptional()\n title?: string;\n\n @ApiPropertyOptional()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiPropertyOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiPropertyOptional()\n createdBy?: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}"]}
|