@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
|
@@ -15,37 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
const MailFlag_1 = require("../../../Enum/MailFlag");
|
|
17
17
|
class UpdateMail {
|
|
18
|
-
messageId;
|
|
19
|
-
date;
|
|
20
|
-
subject;
|
|
21
|
-
fromName;
|
|
22
|
-
fromAddress;
|
|
23
|
-
to;
|
|
24
|
-
cc;
|
|
25
|
-
bcc;
|
|
26
|
-
replyTo;
|
|
27
|
-
inReplyTo;
|
|
28
|
-
listReferences;
|
|
29
|
-
textMini;
|
|
30
|
-
spamScore;
|
|
31
|
-
isSent;
|
|
32
|
-
isRead;
|
|
33
|
-
isDraft;
|
|
34
|
-
isImportant;
|
|
35
|
-
isFollowed;
|
|
36
|
-
idUser;
|
|
37
|
-
idUserWhoAnswered;
|
|
38
|
-
idUserWhoFlagged;
|
|
39
|
-
idRole;
|
|
40
|
-
idExercice;
|
|
41
|
-
idSociety;
|
|
42
|
-
idFlag;
|
|
43
|
-
customFlag;
|
|
44
|
-
idType;
|
|
45
|
-
idMailAuto;
|
|
46
|
-
receiptAcknowledgementAt;
|
|
47
|
-
processedAt;
|
|
48
|
-
responseAutoAt;
|
|
49
18
|
}
|
|
50
19
|
exports.UpdateMail = UpdateMail;
|
|
51
20
|
__decorate([
|
|
@@ -241,7 +210,6 @@ __decorate([
|
|
|
241
210
|
__metadata("design:type", Date)
|
|
242
211
|
], UpdateMail.prototype, "responseAutoAt", void 0);
|
|
243
212
|
class UpdateMailPayload {
|
|
244
|
-
mail;
|
|
245
213
|
}
|
|
246
214
|
exports.UpdateMailPayload = UpdateMailPayload;
|
|
247
215
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateMail.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mail/UpdateMail.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAwD;AACxD,sFAA2E;AAC3E,qDAAkD;AAGlD,MAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"UpdateMail.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mail/UpdateMail.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAwD;AACxD,sFAA2E;AAC3E,qDAAkD;AAGlD,MAAa,UAAU;CAiKtB;AAjKD,gCAiKC;AA7JG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACU;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACA,IAAI;wCAAC;AAKZ;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACQ;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACS;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACY;AAKrB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sCACG;AAKZ;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sCACG;AAKZ;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uCACI;AAKb;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACQ;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACU;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACe;AAKxB;IAHD,IAAA,2BAAmB,EAAC,EAAE,WAAW,EAAE,uDAAuD,EAAE,CAAC;IAC7F,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACS;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACa;AAMnB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;0CACO;AAMjB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;0CACO;AAMjB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;2CACQ;AAMlB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;+CACY;AAMtB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;8CACW;AAKrB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;qDACqB;AAK3B;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oDACoB;AAK1B;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACc;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACa;AAMnB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,mBAAQ,CAAC;;0CACC;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACW;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACc;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACoB,IAAI;4DAAC;AAKhC;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACO,IAAI;+CAAC;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACU,IAAI;kDAAC;AAG1B,MAAa,iBAAiB;CAG7B;AAHD,8CAGC;AADG;IADD,IAAA,2BAAmB,GAAE;;+CACC","sourcesContent":["import {\n IsBoolean, IsOptional, IsString, IsDate, IsInt, IsEnum,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { MailFlag } from '../../../Enum/MailFlag';\nimport { IMail } from '../../models/IMail';\n\nexport class UpdateMail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n messageId?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n date?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n fromName?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n fromAddress?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n to?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cc?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n bcc?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n replyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n inReplyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n listReferences?: string;\n\n @ApiPropertyOptional({ description: 'Début du contenu du mail, sans passer par mailContent' })\n @IsOptional()\n @IsString()\n textMini?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n spamScore?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isSent?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isRead?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDraft?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isImportant?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isFollowed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUserWhoAnswered?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUserWhoFlagged?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRole?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(MailFlag)\n idFlag?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n customFlag?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idMailAuto?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n receiptAcknowledgementAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n processedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n responseAutoAt?: Date;\n}\n\nexport class UpdateMailPayload {\n @ApiPropertyOptional()\n mail: Partial<IMail>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInvoiceMail.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mailInvoice/CreateInvoiceMail.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"CreateInvoiceMail.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mailInvoice/CreateInvoiceMail.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,iBAAiB;CAG7B;AAHD,8CAGC;AADG;IADD,IAAA,mBAAW,GAAE;;iDACG","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateInvoiceMail {\n @ApiProperty()\n prefix: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateInvoiceMail.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mailInvoice/UpdateInvoiceMail.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"UpdateInvoiceMail.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mailInvoice/UpdateInvoiceMail.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,iBAAiB;CAG7B;AAHD,8CAGC;AADG;IADD,IAAA,mBAAW,GAAE;;iDACG","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class UpdateInvoiceMail {\n @ApiProperty()\n prefix: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateMealExpense.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mealExpense/CreateMealExpense.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA0C;AAE1C,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"CreateMealExpense.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mealExpense/CreateMealExpense.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA0C;AAE1C,MAAa,iBAAiB;CAU7B;AAVD,8CAUC;AADG;IARD,IAAA,eAAW,GAAE;IACb,IAAA,6BAAW,GAAE;IACb,IAAA,uBAAK,EAAC;QACL,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAA,4BAAU,EAAC;QACV,IAAI,EAAE,IAAI;KACX,CAAC;8BACgB,KAAK;yDAAS","sourcesContent":["import {\n ArrayUnique, IsInt, IsPositive,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateMealExpense {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({\n each: true,\n })\n @IsPositive({\n each: true,\n })\n transactionIds: Array<number>;\n}"]}
|
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ReadMealExpense = void 0;
|
|
4
4
|
class ReadMealExpense {
|
|
5
|
-
transactionNumber;
|
|
6
|
-
totalPrice;
|
|
7
|
-
deductiblePrice;
|
|
8
|
-
transactions;
|
|
9
5
|
}
|
|
10
6
|
exports.ReadMealExpense = ReadMealExpense;
|
|
11
7
|
//# sourceMappingURL=ReadMealExpense.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadMealExpense.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mealExpense/ReadMealExpense.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;
|
|
1
|
+
{"version":3,"file":"ReadMealExpense.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mealExpense/ReadMealExpense.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;CAK3B;AALD,0CAKC","sourcesContent":["import { IAccountingTransaction } from '../../..';\n\nexport class ReadMealExpense {\n transactionNumber: number;\n totalPrice: number;\n deductiblePrice: number;\n transactions: Array<IAccountingTransaction>;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.QueryMobileMigration = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class QueryMobileMigration {
|
|
16
|
-
limit;
|
|
17
|
-
offset;
|
|
18
16
|
}
|
|
19
17
|
exports.QueryMobileMigration = QueryMobileMigration;
|
|
20
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryMobileMigration.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mobile/QueryMobileMigration.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,6CAAwD;AAExD,MAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"QueryMobileMigration.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mobile/QueryMobileMigration.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,6CAAwD;AAExD,MAAa,oBAAoB;CAUhC;AAVD,oDAUC;AANG;IAHD,IAAA,2BAAmB,EAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC;IACrC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACM;AAKf;IAHD,IAAA,2BAAmB,EAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACnC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACO","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryMobileMigration {\n @ApiPropertyOptional({ default: 100 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n offset?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateMobile.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mobile/UpdateMobile.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"UpdateMobile.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mobile/UpdateMobile.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,gBAAgB;CAG5B;AAHD,4CAGC;AADG;IADD,IAAA,2BAAmB,GAAE;;+CACL","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateMobileForm {\n @ApiPropertyOptional()\n token?: string;\n}"]}
|
|
@@ -14,8 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const NotificationType_1 = require("../../../Enum/NotificationType");
|
|
16
16
|
class CreateNotification {
|
|
17
|
-
notificationType;
|
|
18
|
-
token;
|
|
19
17
|
}
|
|
20
18
|
exports.CreateNotification = CreateNotification;
|
|
21
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNotification.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgD;AAChD,6CAAgD;AAChD,qEAAsE;AAEtE,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"CreateNotification.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgD;AAChD,6CAAgD;AAChD,qEAAsE;AAEtE,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAJG;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,uCAAoB,CAAC;;4DACY;AAGvC;IADD,IAAA,mBAAW,GAAE;;iDACE","sourcesContent":["import { IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n token: string;\n}"]}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.DeleteNotifications = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class DeleteNotifications {
|
|
15
|
-
token;
|
|
16
15
|
}
|
|
17
16
|
exports.DeleteNotifications = DeleteNotifications;
|
|
18
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notification/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"Delete.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notification/Delete.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,mBAAmB;CAG/B;AAHD,kDAGC;AADG;IADD,IAAA,mBAAW,GAAE;;kDACE","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class DeleteNotifications {\n @ApiProperty()\n token: string;\n}"]}
|
|
@@ -15,8 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
const NotificationType_1 = require("../../../Enum/NotificationType");
|
|
17
17
|
class CreateNotificationSetting {
|
|
18
|
-
notificationType;
|
|
19
|
-
active;
|
|
20
18
|
}
|
|
21
19
|
exports.CreateNotificationSetting = CreateNotificationSetting;
|
|
22
20
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNotificationSetting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2D;AAC3D,6CAAgD;AAChD,sFAA2E;AAC3E,qEAAsE;AAEtE,MAAa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"CreateNotificationSetting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2D;AAC3D,6CAAgD;AAChD,sFAA2E;AAC3E,qEAAsE;AAEtE,MAAa,yBAAyB;CASrC;AATD,8DASC;AALG;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,uCAAoB,CAAC;;mEACY;AAI5B;IAFZ,IAAA,mBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;yDAAiB","sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"]}
|
|
@@ -15,8 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
const NotificationType_1 = require("../../../Enum/NotificationType");
|
|
17
17
|
class UpdateNotificationSetting {
|
|
18
|
-
notificationType;
|
|
19
|
-
active;
|
|
20
18
|
}
|
|
21
19
|
exports.UpdateNotificationSetting = UpdateNotificationSetting;
|
|
22
20
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateNotificationSetting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2D;AAC3D,6CAAgD;AAChD,sFAA2E;AAC3E,qEAAsE;AAEtE,MAAa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"UpdateNotificationSetting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2D;AAC3D,6CAAgD;AAChD,sFAA2E;AAC3E,qEAAsE;AAEtE,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AANG;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,uCAAoB,CAAC;;mEACY;AAKvC;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;yDACM","sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"]}
|
|
@@ -12,16 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateOcr = void 0;
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
class CreateOcr {
|
|
15
|
-
Type;
|
|
16
|
-
MessageId;
|
|
17
|
-
Token;
|
|
18
|
-
TopicArn;
|
|
19
|
-
Message;
|
|
20
|
-
SubscribeURL;
|
|
21
|
-
Timestamp;
|
|
22
|
-
SignatureVersion;
|
|
23
|
-
Signature;
|
|
24
|
-
SigningCertURL;
|
|
25
15
|
}
|
|
26
16
|
exports.CreateOcr = CreateOcr;
|
|
27
17
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOcr.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/CreateOcr.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,SAAS;
|
|
1
|
+
{"version":3,"file":"CreateOcr.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/CreateOcr.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,SAAS;CA8BrB;AA9BD,8BA8BC;AA5BG;IADD,IAAA,2BAAmB,GAAE;;uCACP;AAGb;IADD,IAAA,2BAAmB,GAAE;;4CACF;AAGlB;IADD,IAAA,2BAAmB,GAAE;;wCACN;AAGd;IADD,IAAA,2BAAmB,GAAE;;2CACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;0CACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;+CACC;AAGrB;IADD,IAAA,2BAAmB,GAAE;;4CACF;AAGlB;IADD,IAAA,2BAAmB,GAAE;;mDACK;AAGzB;IADD,IAAA,2BAAmB,GAAE;;4CACF;AAGlB;IADD,IAAA,2BAAmB,GAAE;;iDACG","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateOcr {\n @ApiPropertyOptional()\n Type: string;\n\n @ApiPropertyOptional()\n MessageId: string;\n\n @ApiPropertyOptional()\n Token: string;\n\n @ApiPropertyOptional()\n TopicArn: string;\n\n @ApiPropertyOptional()\n Message: string;\n\n @ApiPropertyOptional()\n SubscribeURL: string;\n\n @ApiPropertyOptional()\n Timestamp: string;\n\n @ApiPropertyOptional()\n SignatureVersion: string;\n\n @ApiPropertyOptional()\n Signature: string;\n\n @ApiPropertyOptional()\n SigningCertURL: string;\n}"]}
|
|
@@ -14,10 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const __1 = require("../../../..");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
class OcrTransactions {
|
|
17
|
-
file;
|
|
18
|
-
transactions;
|
|
19
|
-
idBankAccount;
|
|
20
|
-
isPdf;
|
|
21
17
|
}
|
|
22
18
|
exports.OcrTransactions = OcrTransactions;
|
|
23
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4C;AAC5C,mCAA+D;AAC/D,sFAA2E;AAG3E,MAAa,eAAe;
|
|
1
|
+
{"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4C;AAC5C,mCAA+D;AAC/D,sFAA2E;AAG3E,MAAa,eAAe;CAiB3B;AAjBD,0CAiBC;AAfG;IADD,IAAA,uBAAmB,GAAE;;6CAIpB;AAGA;IADD,IAAA,eAAW,GAAE;;qDAC0B;AAGtC;IADD,IAAA,uBAAmB,GAAE;;sDACE;AAKtB;IAHD,IAAA,6BAAS,GAAE;IACX,IAAA,2BAAS,GAAE;IACX,IAAA,eAAW,GAAE;;8CACG","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number,\n token: string,\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n}"]}
|
|
@@ -13,20 +13,6 @@ exports.CreateOldExpertInfo = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class CreateOldExpertInfo {
|
|
16
|
-
name;
|
|
17
|
-
noteFor;
|
|
18
|
-
address;
|
|
19
|
-
city;
|
|
20
|
-
zipCode;
|
|
21
|
-
email;
|
|
22
|
-
stateLetter;
|
|
23
|
-
recoveryDate;
|
|
24
|
-
filePdf;
|
|
25
|
-
dateSendReprise;
|
|
26
|
-
dontHaveOldExpert;
|
|
27
|
-
idUser;
|
|
28
|
-
idSociety;
|
|
29
|
-
idExpertAnnuary;
|
|
30
16
|
}
|
|
31
17
|
exports.CreateOldExpertInfo = CreateOldExpertInfo;
|
|
32
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OldExpertInfos.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/oldExportInfo/OldExpertInfos.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiF;AACjF,6CAAqE;AAErE,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"OldExpertInfos.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/oldExportInfo/OldExpertInfos.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiF;AACjF,6CAAqE;AAErE,MAAa,mBAAmB;CAoE/B;AApED,kDAoEC;AAhEG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACI;AAKb;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACc;AAKvB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACI;AAKb;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACK;AAKd;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACqB;AAK3B;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;yDACmB;AAK1B;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACc;AAKvB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;4DACsB;AAI7B;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;;8DACiB;AAK3B;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;mDACgB;AAItB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;sDACY;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4DACyB","sourcesContent":["import { IsBoolean, IsDate, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateOldExpertInfo {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n name: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n noteFor: string | null;\n\n @ApiPropertyOptional() \n @IsOptional()\n @IsString()\n address: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n city: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n zipCode: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n email: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n stateLetter: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n recoveryDate: Date | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n filePdf: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n dateSendReprise: Date | null;\n\n @ApiProperty()\n @IsBoolean()\n dontHaveOldExpert: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser: number | null;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExpertAnnuary: number | null;\n}"]}
|
|
@@ -15,8 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
* DOCUMENTS ENTREPRISE
|
|
16
16
|
*/
|
|
17
17
|
class QueryGetBusinessDocumentPappers {
|
|
18
|
-
token;
|
|
19
|
-
name;
|
|
20
18
|
}
|
|
21
19
|
exports.QueryGetBusinessDocumentPappers = QueryGetBusinessDocumentPappers;
|
|
22
20
|
__decorate([
|
|
@@ -31,8 +29,6 @@ __decorate([
|
|
|
31
29
|
* FICHE ENTREPRISE
|
|
32
30
|
*/
|
|
33
31
|
class QueryGetBusinessPappers {
|
|
34
|
-
siren;
|
|
35
|
-
siret;
|
|
36
32
|
}
|
|
37
33
|
exports.QueryGetBusinessPappers = QueryGetBusinessPappers;
|
|
38
34
|
__decorate([
|
|
@@ -44,88 +40,12 @@ __decorate([
|
|
|
44
40
|
__metadata("design:type", String)
|
|
45
41
|
], QueryGetBusinessPappers.prototype, "siret", void 0);
|
|
46
42
|
class GetBusinessPappersResponse {
|
|
47
|
-
siren;
|
|
48
|
-
siren_formate;
|
|
49
|
-
nom_entreprise;
|
|
50
|
-
personne_morale;
|
|
51
|
-
denomination;
|
|
52
|
-
nom;
|
|
53
|
-
prenom;
|
|
54
|
-
sexe;
|
|
55
|
-
code_naf;
|
|
56
|
-
libelle_code_naf;
|
|
57
|
-
domaine_activite;
|
|
58
|
-
conventions_collectives;
|
|
59
|
-
date_creation;
|
|
60
|
-
date_creation_formate;
|
|
61
|
-
entreprise_cessee;
|
|
62
|
-
date_cessation;
|
|
63
|
-
entreprise_employeuse;
|
|
64
|
-
categorie_juridique;
|
|
65
|
-
forme_juridique;
|
|
66
|
-
effectif;
|
|
67
|
-
effectif_min;
|
|
68
|
-
effectif_max;
|
|
69
|
-
tranche_effectif;
|
|
70
|
-
annee_effectif;
|
|
71
|
-
dernier_traitement;
|
|
72
|
-
siege;
|
|
73
|
-
diffusable;
|
|
74
|
-
sigle;
|
|
75
|
-
objet_social;
|
|
76
|
-
capital;
|
|
77
|
-
capital_formate;
|
|
78
|
-
capital_actuel_si_variable;
|
|
79
|
-
numero_rcs;
|
|
80
|
-
date_cloture_exercice;
|
|
81
|
-
date_cloture_exercice_exceptionnelle;
|
|
82
|
-
date_cloture_exercice_exceptionnelle_formate;
|
|
83
|
-
prochaine_date_cloture_exercice;
|
|
84
|
-
prochaine_date_cloture_exercice_formate;
|
|
85
|
-
economie_sociale_solidaire;
|
|
86
|
-
duree_personne_morale;
|
|
87
|
-
derniere_mise_a_jour_sirene;
|
|
88
|
-
derniere_mise_a_jour_rcs;
|
|
89
|
-
statut_rcs;
|
|
90
|
-
greffe;
|
|
91
|
-
date_immatriculation_rcs;
|
|
92
|
-
date_premiere_immatriculation_rcs;
|
|
93
|
-
date_radiation_rcs;
|
|
94
|
-
numero_tva_intracommunautaire;
|
|
95
|
-
associe_unique;
|
|
96
|
-
etablissements;
|
|
97
|
-
finances;
|
|
98
|
-
representants;
|
|
99
|
-
beneficiaires_effectifs;
|
|
100
|
-
depots_actes;
|
|
101
|
-
comptes;
|
|
102
|
-
publications_bodacc;
|
|
103
|
-
procedures_collectives;
|
|
104
|
-
procedure_collective_existe;
|
|
105
|
-
procedure_collective_en_cours;
|
|
106
|
-
derniers_statuts;
|
|
107
|
-
extrait_immatriculation;
|
|
108
43
|
}
|
|
109
44
|
exports.GetBusinessPappersResponse = GetBusinessPappersResponse;
|
|
110
45
|
/**
|
|
111
46
|
* RECHERCHE ENTREPRISE
|
|
112
47
|
*/
|
|
113
48
|
class QuerySearchBusinessPappers {
|
|
114
|
-
limit; // par_page
|
|
115
|
-
page;
|
|
116
|
-
databases; // bases
|
|
117
|
-
precision;
|
|
118
|
-
query; // q
|
|
119
|
-
nafCode; // code_naf
|
|
120
|
-
department; // departement
|
|
121
|
-
region;
|
|
122
|
-
zipCode; // code_postal
|
|
123
|
-
collectiveAgreement; // convention_collective
|
|
124
|
-
legalCategory; // categorie_juridique
|
|
125
|
-
active; // entreprise_cessee
|
|
126
|
-
minimumTurnover; // chiffre_affaires_min
|
|
127
|
-
maximumTurnover; // chiffre_affaires_max
|
|
128
|
-
publicationType; // type_publication
|
|
129
49
|
}
|
|
130
50
|
exports.QuerySearchBusinessPappers = QuerySearchBusinessPappers;
|
|
131
51
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPappers.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAyLrE;;GAEG;AAEH,MAAa,+BAA+B;IAExC,KAAK,CAAS;IAGd,IAAI,CAAU;CACjB;AAND,0EAMC;AAJG;IADD,IAAA,mBAAW,GAAE;;8DACE;AAGd;IADD,IAAA,2BAAmB,GAAE;;6DACN;AAGlB;;GAEG;AAEH,MAAa,uBAAuB;IAEhC,KAAK,CAAU;IAGf,KAAK,CAAU;CAClB;AAND,0DAMC;AAJG;IADD,IAAA,2BAAmB,GAAE;;sDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;;sDACL;AAGnB,MAAa,0BAA0B;IACrC,KAAK,CAAgB;IACrB,aAAa,CAAgB;IAC7B,cAAc,CAAgB;IAC9B,eAAe,CAAU;IACzB,YAAY,CAAgB;IAC5B,GAAG,CAAgB;IACnB,MAAM,CAAgB;IACtB,IAAI,CAAgB;IACpB,QAAQ,CAAgB;IACxB,gBAAgB,CAAgB;IAChC,gBAAgB,CAAgB;IAChC,uBAAuB,CAAgC;IACvD,aAAa,CAAgB;IAC7B,qBAAqB,CAAgB;IACrC,iBAAiB,CAAU;IAC3B,cAAc,CAAgB;IAC9B,qBAAqB,CAAU;IAC/B,mBAAmB,CAAgB;IACnC,eAAe,CAAgB;IAC/B,QAAQ,CAAgB;IACxB,YAAY,CAAgB;IAC5B,YAAY,CAAgB;IAC5B,gBAAgB,CAAgB;IAChC,cAAc,CAAgB;IAC9B,kBAAkB,CAAgB;IAClC,KAAK,CAA2B;IAChC,UAAU,CAAU;IACpB,KAAK,CAAa;IAClB,YAAY,CAAgB;IAC5B,OAAO,CAAgB;IACvB,eAAe,CAAgB;IAC/B,0BAA0B,CAAa;IACvC,UAAU,CAAgB;IAC1B,qBAAqB,CAAgB;IACrC,oCAAoC,CAAgB;IACpD,4CAA4C,CAAgB;IAC5D,+BAA+B,CAAgB;IAC/C,uCAAuC,CAAgB;IACvD,0BAA0B,CAAU;IACpC,qBAAqB,CAAa;IAClC,2BAA2B,CAAgB;IAC3C,wBAAwB,CAAgB;IACxC,UAAU,CAAgB;IAC1B,MAAM,CAAgB;IACtB,wBAAwB,CAAgB;IACxC,iCAAiC,CAAgB;IACjD,kBAAkB,CAAgB;IAClC,6BAA6B,CAAgB;IAC7C,cAAc,CAAU;IACxB,cAAc,CAAgC;IAC9C,QAAQ,CAA0B;IAClC,aAAa,CAAiC;IAC9C,uBAAuB,CAAkC;IACzD,YAAY,CAA6B;IACzC,OAAO,CAAyB;IAChC,mBAAmB,CAAoC;IACvD,sBAAsB,CAAuC;IAC7D,2BAA2B,CAAU;IACrC,6BAA6B,CAAU;IACvC,gBAAgB,CAA4B;IAC5C,uBAAuB,CAAgC;CACxD;AA9DD,gEA8DC;AAED;;GAEG;AAEH,MAAa,0BAA0B;IAEnC,KAAK,CAAU,CAAC,WAAW;IAG3B,IAAI,CAAU;IAGd,SAAS,CAAqB,CAAC,QAAQ;IAGvC,SAAS,CAAoB;IAG7B,KAAK,CAAU,CAAC,IAAI;IAGpB,OAAO,CAAU,CAAC,WAAW;IAG7B,UAAU,CAAU,CAAC,cAAc;IAGnC,MAAM,CAAU;IAGhB,OAAO,CAAU,CAAC,cAAc;IAGhC,mBAAmB,CAAU,CAAC,wBAAwB;IAGtD,aAAa,CAAU,CAAC,sBAAsB;IAG9C,MAAM,CAAW,CAAC,oBAAoB;IAGtC,eAAe,CAAU,CAAC,uBAAuB;IAGjD,eAAe,CAAU,CAAC,uBAAuB;IAGjD,eAAe,CAA0B,CAAC,mBAAmB;CAChE;AA7CD,gEA6CC;AA3CG;IADD,IAAA,2BAAmB,GAAE;;yDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;;wDACN;AAGd;IADD,IAAA,2BAAmB,GAAE;;6DACU;AAG9B;IADD,IAAA,2BAAmB,GAAE;;6DACS;AAG7B;IADD,IAAA,2BAAmB,GAAE;;yDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;;2DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;8DACA;AAGpB;IADD,IAAA,2BAAmB,GAAE;;0DACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;2DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;uEACS;AAG7B;IADD,IAAA,2BAAmB,GAAE;;iEACG;AAGvB;IADD,IAAA,2BAAmB,GAAE;;0DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;mEACK;AAGzB;IADD,IAAA,2BAAmB,GAAE;;mEACK;AAGzB;IADD,IAAA,2BAAmB,GAAE;;mEACqB","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport type DatabasePappers = 'entreprises' | 'dirigeants' | 'documents' | 'publications';\nexport type PrecisionPappers = 'approximative' | 'standard' | 'exacte';\nexport type PublicationTypePappers = 'Création' | 'Immatriculation' | 'Modification' | 'Vente' | 'Radiation' | 'Procédure collective' | 'Dépôt des comptes';\n\nexport type LegalCategoryPappers = {\n nom: string | null;\n idcc: number | null;\n confirme: boolean | null;\n};\n\nexport type HeadOfficePappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type EstablishmentPappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: number | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type FinancePappers = {\n annee: number | null;\n date_de_cloture_exercice: string | null;\n duree_exercice: number | null;\n chiffre_affaires: number | null;\n resultat: number | null;\n effectif: number | null;\n};\n\nexport type RepresentativePappers = {\n qualite: string | null;\n personne_morale: boolean | null;\n date_prise_de_poste: string | null;\n nom: string | null;\n prenom: string | null;\n nom_complet: string | null;\n date_de_naissance: string | null;\n date_de_naissance_formate: string | null;\n age: number | null;\n nationalite: string | null;\n ville_de_naissance: string | null;\n pays_de_naissance: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n adresse_ligne_3: string | null;\n code_postal: string | null;\n ville: string | null;\n pays: string | null;\n};\n\nexport type BeneficialOwnerPappers = {\n date_greffe: string | null;\n nom: string | null;\n nom_usage: string | null;\n prenom: string | null;\n pseudonyme: string | null;\n date_de_naissance_formatee: string | null;\n nationalite: string | null;\n pourcentage_parts: number | null;\n pourcentage_parts_directes: number | null;\n pourcentage_parts_indirectes: number | null;\n pourcentage_parts_vocation_titulaire: number | null;\n details_parts_directes: any | null;\n details_parts_indirectes: any | null;\n details_parts_vocation_titulaire: any | null;\n pourcentage_votes: number | null;\n pourcentage_votes_directs: number | null;\n pourcentage_votes_indirect: number | null;\n details_votes_directs: any | null;\n details_votes_indirects: any | null;\n details_societe_de_gestion: any | null;\n detention_pouvoir_decision_ag: boolean | null;\n detention_pouvoir_nom_membre_conseil_administration: boolean | null;\n detention_autres_moyens_controle: boolean | null;\n beneficiaire_representant_legal: boolean | null;\n representant_legal_placement_sans_gestion_delegation: boolean\n};\n\nexport type Act = {\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ActDepositPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n actes: Act[] | null;\n};\n\nexport type ReportPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n date_cloture: string | null;\n annee_cloture: number | null;\n confidentialite: boolean | null;\n confidentialite_compte_de_resultat: boolean | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n};\n\nexport type BODACCPublicationPappers = {\n numero_parution: string | null;\n date: string | null;\n numero_annonce: string | null;\n bodacc: string | null;\n type: string | null;\n};\n\nexport type CollectiveProceedingPappers = {\n type: string | null;\n date_debut:string | null;\n date_fin: string | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n};\n\nexport type LastsStatusPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ImmatriculationPappers = {\n token: string;\n};\n\n/**\n * DOCUMENTS ENTREPRISE\n */\n\nexport class QueryGetBusinessDocumentPappers {\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n name?: string;\n}\n\n/**\n * FICHE ENTREPRISE\n */\n\nexport class QueryGetBusinessPappers {\n @ApiPropertyOptional()\n siren?: string;\n\n @ApiPropertyOptional()\n siret?: string;\n}\n\nexport class GetBusinessPappersResponse {\n siren: string | null;\n siren_formate: string | null;\n nom_entreprise: string | null;\n personne_morale: boolean;\n denomination: string | null;\n nom: string | null;\n prenom: string | null;\n sexe: string | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n domaine_activite: string | null;\n conventions_collectives: LegalCategoryPappers[] | null;\n date_creation: string | null;\n date_creation_formate: string | null;\n entreprise_cessee: boolean;\n date_cessation: string | null;\n entreprise_employeuse: boolean;\n categorie_juridique: string | null;\n forme_juridique: string | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n dernier_traitement: string | null;\n siege: HeadOfficePappers | null;\n diffusable: boolean;\n sigle: any | null;\n objet_social: string | null;\n capital: number | null;\n capital_formate: string | null;\n capital_actuel_si_variable: any | null;\n numero_rcs: string | null;\n date_cloture_exercice: string | null;\n date_cloture_exercice_exceptionnelle: string | null;\n date_cloture_exercice_exceptionnelle_formate: string | null;\n prochaine_date_cloture_exercice: string | null;\n prochaine_date_cloture_exercice_formate: string | null;\n economie_sociale_solidaire: boolean;\n duree_personne_morale: any | null;\n derniere_mise_a_jour_sirene: string | null;\n derniere_mise_a_jour_rcs: string | null;\n statut_rcs: string | null;\n greffe: string | null;\n date_immatriculation_rcs: string | null;\n date_premiere_immatriculation_rcs: string | null;\n date_radiation_rcs: string | null;\n numero_tva_intracommunautaire: string | null;\n associe_unique: boolean;\n etablissements: EstablishmentPappers[] | null;\n finances: FinancePappers[] | null;\n representants: RepresentativePappers[] | null;\n beneficiaires_effectifs: BeneficialOwnerPappers[] | null;\n depots_actes: ActDepositPappers[] | null;\n comptes: ReportPappers[] | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n procedures_collectives: CollectiveProceedingPappers[] | null;\n procedure_collective_existe: boolean;\n procedure_collective_en_cours: boolean;\n derniers_statuts: LastsStatusPappers | null;\n extrait_immatriculation: ImmatriculationPappers | null;\n}\n\n/**\n * RECHERCHE ENTREPRISE\n */\n\nexport class QuerySearchBusinessPappers {\n @ApiPropertyOptional()\n limit?: number; // par_page\n\n @ApiPropertyOptional()\n page?: number;\n\n @ApiPropertyOptional()\n databases?: DatabasePappers[]; // bases\n\n @ApiPropertyOptional()\n precision?: PrecisionPappers;\n\n @ApiPropertyOptional()\n query?: string; // q\n\n @ApiPropertyOptional()\n nafCode?: string; // code_naf\n\n @ApiPropertyOptional()\n department?: string; // departement\n\n @ApiPropertyOptional()\n region?: string;\n\n @ApiPropertyOptional()\n zipCode?: string; // code_postal\n\n @ApiPropertyOptional()\n collectiveAgreement?: string; // convention_collective\n\n @ApiPropertyOptional()\n legalCategory?: string; // categorie_juridique\n\n @ApiPropertyOptional()\n active?: boolean; // entreprise_cessee\n\n @ApiPropertyOptional()\n minimumTurnover?: string; // chiffre_affaires_min\n\n @ApiPropertyOptional()\n maximumTurnover?: string; // chiffre_affaires_max\n\n @ApiPropertyOptional()\n publicationType?: PublicationTypePappers; // type_publication\n}"]}
|
|
1
|
+
{"version":3,"file":"QueryPappers.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AAyLrE;;GAEG;AAEH,MAAa,+BAA+B;CAM3C;AAND,0EAMC;AAJG;IADD,IAAA,mBAAW,GAAE;;8DACE;AAGd;IADD,IAAA,2BAAmB,GAAE;;6DACN;AAGlB;;GAEG;AAEH,MAAa,uBAAuB;CAMnC;AAND,0DAMC;AAJG;IADD,IAAA,2BAAmB,GAAE;;sDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;;sDACL;AAGnB,MAAa,0BAA0B;CA8DtC;AA9DD,gEA8DC;AAED;;GAEG;AAEH,MAAa,0BAA0B;CA6CtC;AA7CD,gEA6CC;AA3CG;IADD,IAAA,2BAAmB,GAAE;;yDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;;wDACN;AAGd;IADD,IAAA,2BAAmB,GAAE;;6DACU;AAG9B;IADD,IAAA,2BAAmB,GAAE;;6DACS;AAG7B;IADD,IAAA,2BAAmB,GAAE;;yDACL;AAGf;IADD,IAAA,2BAAmB,GAAE;;2DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;8DACA;AAGpB;IADD,IAAA,2BAAmB,GAAE;;0DACJ;AAGhB;IADD,IAAA,2BAAmB,GAAE;;2DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;uEACS;AAG7B;IADD,IAAA,2BAAmB,GAAE;;iEACG;AAGvB;IADD,IAAA,2BAAmB,GAAE;;0DACH;AAGjB;IADD,IAAA,2BAAmB,GAAE;;mEACK;AAGzB;IADD,IAAA,2BAAmB,GAAE;;mEACK;AAGzB;IADD,IAAA,2BAAmB,GAAE;;mEACqB","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport type DatabasePappers = 'entreprises' | 'dirigeants' | 'documents' | 'publications';\nexport type PrecisionPappers = 'approximative' | 'standard' | 'exacte';\nexport type PublicationTypePappers = 'Création' | 'Immatriculation' | 'Modification' | 'Vente' | 'Radiation' | 'Procédure collective' | 'Dépôt des comptes';\n\nexport type LegalCategoryPappers = {\n nom: string | null;\n idcc: number | null;\n confirme: boolean | null;\n};\n\nexport type HeadOfficePappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type EstablishmentPappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: number | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type FinancePappers = {\n annee: number | null;\n date_de_cloture_exercice: string | null;\n duree_exercice: number | null;\n chiffre_affaires: number | null;\n resultat: number | null;\n effectif: number | null;\n};\n\nexport type RepresentativePappers = {\n qualite: string | null;\n personne_morale: boolean | null;\n date_prise_de_poste: string | null;\n nom: string | null;\n prenom: string | null;\n nom_complet: string | null;\n date_de_naissance: string | null;\n date_de_naissance_formate: string | null;\n age: number | null;\n nationalite: string | null;\n ville_de_naissance: string | null;\n pays_de_naissance: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n adresse_ligne_3: string | null;\n code_postal: string | null;\n ville: string | null;\n pays: string | null;\n};\n\nexport type BeneficialOwnerPappers = {\n date_greffe: string | null;\n nom: string | null;\n nom_usage: string | null;\n prenom: string | null;\n pseudonyme: string | null;\n date_de_naissance_formatee: string | null;\n nationalite: string | null;\n pourcentage_parts: number | null;\n pourcentage_parts_directes: number | null;\n pourcentage_parts_indirectes: number | null;\n pourcentage_parts_vocation_titulaire: number | null;\n details_parts_directes: any | null;\n details_parts_indirectes: any | null;\n details_parts_vocation_titulaire: any | null;\n pourcentage_votes: number | null;\n pourcentage_votes_directs: number | null;\n pourcentage_votes_indirect: number | null;\n details_votes_directs: any | null;\n details_votes_indirects: any | null;\n details_societe_de_gestion: any | null;\n detention_pouvoir_decision_ag: boolean | null;\n detention_pouvoir_nom_membre_conseil_administration: boolean | null;\n detention_autres_moyens_controle: boolean | null;\n beneficiaire_representant_legal: boolean | null;\n representant_legal_placement_sans_gestion_delegation: boolean\n};\n\nexport type Act = {\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ActDepositPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n actes: Act[] | null;\n};\n\nexport type ReportPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n date_cloture: string | null;\n annee_cloture: number | null;\n confidentialite: boolean | null;\n confidentialite_compte_de_resultat: boolean | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n};\n\nexport type BODACCPublicationPappers = {\n numero_parution: string | null;\n date: string | null;\n numero_annonce: string | null;\n bodacc: string | null;\n type: string | null;\n};\n\nexport type CollectiveProceedingPappers = {\n type: string | null;\n date_debut:string | null;\n date_fin: string | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n};\n\nexport type LastsStatusPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ImmatriculationPappers = {\n token: string;\n};\n\n/**\n * DOCUMENTS ENTREPRISE\n */\n\nexport class QueryGetBusinessDocumentPappers {\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n name?: string;\n}\n\n/**\n * FICHE ENTREPRISE\n */\n\nexport class QueryGetBusinessPappers {\n @ApiPropertyOptional()\n siren?: string;\n\n @ApiPropertyOptional()\n siret?: string;\n}\n\nexport class GetBusinessPappersResponse {\n siren: string | null;\n siren_formate: string | null;\n nom_entreprise: string | null;\n personne_morale: boolean;\n denomination: string | null;\n nom: string | null;\n prenom: string | null;\n sexe: string | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n domaine_activite: string | null;\n conventions_collectives: LegalCategoryPappers[] | null;\n date_creation: string | null;\n date_creation_formate: string | null;\n entreprise_cessee: boolean;\n date_cessation: string | null;\n entreprise_employeuse: boolean;\n categorie_juridique: string | null;\n forme_juridique: string | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n dernier_traitement: string | null;\n siege: HeadOfficePappers | null;\n diffusable: boolean;\n sigle: any | null;\n objet_social: string | null;\n capital: number | null;\n capital_formate: string | null;\n capital_actuel_si_variable: any | null;\n numero_rcs: string | null;\n date_cloture_exercice: string | null;\n date_cloture_exercice_exceptionnelle: string | null;\n date_cloture_exercice_exceptionnelle_formate: string | null;\n prochaine_date_cloture_exercice: string | null;\n prochaine_date_cloture_exercice_formate: string | null;\n economie_sociale_solidaire: boolean;\n duree_personne_morale: any | null;\n derniere_mise_a_jour_sirene: string | null;\n derniere_mise_a_jour_rcs: string | null;\n statut_rcs: string | null;\n greffe: string | null;\n date_immatriculation_rcs: string | null;\n date_premiere_immatriculation_rcs: string | null;\n date_radiation_rcs: string | null;\n numero_tva_intracommunautaire: string | null;\n associe_unique: boolean;\n etablissements: EstablishmentPappers[] | null;\n finances: FinancePappers[] | null;\n representants: RepresentativePappers[] | null;\n beneficiaires_effectifs: BeneficialOwnerPappers[] | null;\n depots_actes: ActDepositPappers[] | null;\n comptes: ReportPappers[] | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n procedures_collectives: CollectiveProceedingPappers[] | null;\n procedure_collective_existe: boolean;\n procedure_collective_en_cours: boolean;\n derniers_statuts: LastsStatusPappers | null;\n extrait_immatriculation: ImmatriculationPappers | null;\n}\n\n/**\n * RECHERCHE ENTREPRISE\n */\n\nexport class QuerySearchBusinessPappers {\n @ApiPropertyOptional()\n limit?: number; // par_page\n\n @ApiPropertyOptional()\n page?: number;\n\n @ApiPropertyOptional()\n databases?: DatabasePappers[]; // bases\n\n @ApiPropertyOptional()\n precision?: PrecisionPappers;\n\n @ApiPropertyOptional()\n query?: string; // q\n\n @ApiPropertyOptional()\n nafCode?: string; // code_naf\n\n @ApiPropertyOptional()\n department?: string; // departement\n\n @ApiPropertyOptional()\n region?: string;\n\n @ApiPropertyOptional()\n zipCode?: string; // code_postal\n\n @ApiPropertyOptional()\n collectiveAgreement?: string; // convention_collective\n\n @ApiPropertyOptional()\n legalCategory?: string; // categorie_juridique\n\n @ApiPropertyOptional()\n active?: boolean; // entreprise_cessee\n\n @ApiPropertyOptional()\n minimumTurnover?: string; // chiffre_affaires_min\n\n @ApiPropertyOptional()\n maximumTurnover?: string; // chiffre_affaires_max\n\n @ApiPropertyOptional()\n publicationType?: PublicationTypePappers; // type_publication\n}"]}
|
|
@@ -2,25 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ReadBusinessPappers = void 0;
|
|
4
4
|
class ReadBusinessPappers {
|
|
5
|
-
siren;
|
|
6
|
-
name;
|
|
7
|
-
firstname;
|
|
8
|
-
lastname;
|
|
9
|
-
civility;
|
|
10
|
-
activity;
|
|
11
|
-
isCorporation;
|
|
12
|
-
nafCode;
|
|
13
|
-
legalForm;
|
|
14
|
-
minimumEmployees;
|
|
15
|
-
maximumEmployees;
|
|
16
|
-
active;
|
|
17
|
-
headOffice;
|
|
18
|
-
capital;
|
|
19
|
-
owners;
|
|
20
|
-
partners;
|
|
21
|
-
status;
|
|
22
|
-
registration;
|
|
23
|
-
immatriculation;
|
|
24
5
|
}
|
|
25
6
|
exports.ReadBusinessPappers = ReadBusinessPappers;
|
|
26
7
|
//# sourceMappingURL=ReadPappers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadPappers.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/pappers/ReadPappers.ts"],"names":[],"mappings":";;;AA6CA,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"ReadPappers.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/pappers/ReadPappers.ts"],"names":[],"mappings":";;;AA6CA,MAAa,mBAAmB;CAoB/B;AApBD,kDAoBC","sourcesContent":["export type ReadBusinessPartnerPappers = {\n firstname: string | null;\n lastname: string | null;\n birthdate: string | null;\n nationality: string | null;\n sharesHeldRate: number | null;\n isCorporation: boolean;\n};\n\nexport type ReadBusinessOwnerPappers = {\n grade: string | null;\n isCorporation: boolean;\n firstname: string | null;\n lastname: string | null;\n fullname: string | null;\n birthdate: string;\n nationality: string | null;\n birthPlace: string | null;\n countryBirth: string | null;\n address: string | null;\n address2: string | null;\n address3: string | null;\n zipCode: string | null;\n city: string | null;\n country: string | null;\n};\n\nexport type ReadStatusPappers = {\n date: string;\n available: boolean;\n name: string;\n token: string | null;\n type: string | null;\n};\n\nexport type ReadHeadOfficePappers = {\n addressNumber: number | null;\n suffix: string | null;\n street: string | null;\n address: string | null;\n address2: string | null;\n zipCode: string;\n city: string;\n};\n\nexport class ReadBusinessPappers {\n siren: string | null;\n name: string | null;\n firstname: string | null;\n lastname: string | null;\n civility: string | null;\n activity: string | null;\n isCorporation: boolean;\n nafCode: string | null;\n legalForm: string | null;\n minimumEmployees: number | null;\n maximumEmployees: number | null;\n active: boolean;\n headOffice: ReadHeadOfficePappers;\n capital: number | null;\n owners: ReadBusinessOwnerPappers[] | null;\n partners: ReadBusinessPartnerPappers[] | null;\n status: ReadStatusPappers | null;\n registration: string;\n immatriculation: string | null;\n}"]}
|
|
@@ -13,13 +13,6 @@ exports.CreatePartner = void 0;
|
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
const __1 = require("../../..");
|
|
15
15
|
class CreatePartner {
|
|
16
|
-
firstname;
|
|
17
|
-
lastname;
|
|
18
|
-
company;
|
|
19
|
-
siret;
|
|
20
|
-
fonction;
|
|
21
|
-
soldeInit;
|
|
22
|
-
idPartnerType;
|
|
23
16
|
}
|
|
24
17
|
exports.CreatePartner = CreatePartner;
|
|
25
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePartner.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/partner/CreatePartner.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAiF;AACjF,gCAAwD;AAExD,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"CreatePartner.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/partner/CreatePartner.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAiF;AACjF,gCAAwD;AAExD,MAAa,aAAa;CAkBzB;AAlBD,sCAkBC;AAhBG;IADD,IAAA,2BAAmB,GAAE;;gDACD;AAEnB;IADD,IAAA,2BAAmB,GAAE;;+CACF;AAElB;IADD,IAAA,2BAAmB,GAAE;;8CACH;AAEjB;IADD,IAAA,2BAAmB,GAAE;;4CACL;AAEf;IADD,IAAA,mBAAW,GAAE;;+CACK;AAEjB;IADD,IAAA,mBAAW,GAAE;;gDACM;AAKlB;IAJD,IAAA,mBAAW,EAAC;QACX,OAAO,EAAE,eAAW,CAAC,gBAAgB;QACrC,WAAW,EAAE,iDAAiD;KAC/D,CAAC;;oDAC2B","sourcesContent":["import { ApiProperty, ApiPropertyOptional, BaseEntity } from '../../../../utils';\nimport { ISocietyPartner, PartnerType } from '../../..';\n\nexport class CreatePartner implements Omit<BaseEntity<ISocietyPartner>, 'idAccount' | 'idSociety' | 'account'> {\n @ApiPropertyOptional()\n firstname?: string;\n @ApiPropertyOptional()\n lastname?: string;\n @ApiPropertyOptional()\n company?: string;\n @ApiPropertyOptional()\n siret?: string;\n @ApiProperty()\n fonction: string;\n @ApiProperty()\n soldeInit: number;\n @ApiProperty({\n default: PartnerType.PHYSICAL_PARTNER,\n description: 'You can retrieve the enum Partner Type in @core',\n })\n idPartnerType: PartnerType;\n}"]}
|
|
@@ -14,7 +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 GetPartners {
|
|
17
|
-
includeDeletedPartner;
|
|
18
17
|
}
|
|
19
18
|
exports.GetPartners = GetPartners;
|
|
20
19
|
__decorate([
|
|
@@ -25,10 +24,6 @@ __decorate([
|
|
|
25
24
|
__metadata("design:type", Boolean)
|
|
26
25
|
], GetPartners.prototype, "includeDeletedPartner", void 0);
|
|
27
26
|
class GetPartnersCurrentAccounts {
|
|
28
|
-
startDate;
|
|
29
|
-
endDate;
|
|
30
|
-
descending;
|
|
31
|
-
orderBy;
|
|
32
27
|
}
|
|
33
28
|
exports.GetPartnersCurrentAccounts = GetPartnersCurrentAccounts;
|
|
34
29
|
__decorate([
|
|
@@ -48,10 +43,6 @@ __decorate([
|
|
|
48
43
|
__metadata("design:type", String)
|
|
49
44
|
], GetPartnersCurrentAccounts.prototype, "orderBy", void 0);
|
|
50
45
|
class GetPartnerSolde {
|
|
51
|
-
endDate;
|
|
52
|
-
page;
|
|
53
|
-
limit;
|
|
54
|
-
search;
|
|
55
46
|
}
|
|
56
47
|
exports.GetPartnerSolde = GetPartnerSolde;
|
|
57
48
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/partner/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,WAAW;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/partner/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,WAAW;CAMvB;AAND,kCAMC;AADG;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACqB;AAGpC,MAAa,0BAA0B;CAYtC;AAZD,gEAYC;AAVG;IADD,IAAA,mBAAW,GAAE;;6DACO;AAGnB;IADD,IAAA,mBAAW,GAAE;;2DACK;AAGjB;IADD,IAAA,2BAAmB,GAAE;;8DACC;AAGrB;IADD,IAAA,2BAAmB,GAAE;;2DACH;AAGrB,MAAa,eAAe;CAY3B;AAZD,0CAYC;AAVG;IADD,IAAA,mBAAW,GAAE;;gDACK;AAGjB;IADD,IAAA,mBAAW,GAAE;;6CACC;AAGb;IADD,IAAA,mBAAW,GAAE;;8CACE;AAGd;IADD,IAAA,2BAAmB,GAAE;;+CACJ","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n includeDeletedPartner?: boolean;\n}\n\nexport class GetPartnersCurrentAccounts {\n @ApiProperty()\n startDate!: string;\n\n @ApiProperty()\n endDate!: string;\n\n @ApiPropertyOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n orderBy?: string;\n}\n\nexport class GetPartnerSolde {\n @ApiProperty()\n endDate!: string;\n\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n search?: string;\n}"]}
|