@silexpert/core 1.1.313 → 1.1.314
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/Resource.js +0 -1
- package/dist/cjs/api/Resource.js.map +1 -1
- package/dist/cjs/api/index.js +39 -29
- package/dist/cjs/api/index.js.map +1 -1
- package/dist/cjs/api/resources/Account.js +13 -5
- package/dist/cjs/api/resources/Account.js.map +1 -1
- package/dist/cjs/api/resources/Alert.js +17 -4
- package/dist/cjs/api/resources/Alert.js.map +1 -1
- package/dist/cjs/api/resources/Archive.js +17 -4
- package/dist/cjs/api/resources/Archive.js.map +1 -1
- package/dist/cjs/api/resources/Authenticate.js +33 -12
- package/dist/cjs/api/resources/Authenticate.js.map +1 -1
- package/dist/cjs/api/resources/BalanceSheetSupervision.js +2 -7
- package/dist/cjs/api/resources/BalanceSheetSupervision.js.map +1 -1
- package/dist/cjs/api/resources/BankAccount.js +2 -2
- package/dist/cjs/api/resources/BankAccount.js.map +1 -1
- package/dist/cjs/api/resources/CalendarEvent.js +1 -1
- package/dist/cjs/api/resources/CalendarEvent.js.map +1 -1
- package/dist/cjs/api/resources/Card.js +3 -11
- package/dist/cjs/api/resources/Card.js.map +1 -1
- package/dist/cjs/api/resources/CashAndExpense.js +2 -1
- package/dist/cjs/api/resources/CashAndExpense.js.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +2 -10
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- package/dist/cjs/api/resources/Commercial.js +5 -25
- package/dist/cjs/api/resources/Commercial.js.map +1 -1
- package/dist/cjs/api/resources/CommercialDocument.js +4 -17
- package/dist/cjs/api/resources/CommercialDocument.js.map +1 -1
- package/dist/cjs/api/resources/Employee.js +1 -5
- package/dist/cjs/api/resources/Employee.js.map +1 -1
- package/dist/cjs/api/resources/Equipment.js +14 -19
- package/dist/cjs/api/resources/Equipment.js.map +1 -1
- package/dist/cjs/api/resources/ExpertAnnuary.js +3 -3
- package/dist/cjs/api/resources/ExpertAnnuary.js.map +1 -1
- package/dist/cjs/api/resources/Facturation.js +3 -15
- package/dist/cjs/api/resources/Facturation.js.map +1 -1
- package/dist/cjs/api/resources/FecFile.js +1 -4
- package/dist/cjs/api/resources/FecFile.js.map +1 -1
- package/dist/cjs/api/resources/Fusion.js +13 -2
- package/dist/cjs/api/resources/Fusion.js.map +1 -1
- package/dist/cjs/api/resources/InternalInvoicing.js +2 -6
- package/dist/cjs/api/resources/InternalInvoicing.js.map +1 -1
- package/dist/cjs/api/resources/Invoice.js +2 -10
- package/dist/cjs/api/resources/Invoice.js.map +1 -1
- package/dist/cjs/api/resources/KilometricAllowance.js +2 -7
- package/dist/cjs/api/resources/KilometricAllowance.js.map +1 -1
- package/dist/cjs/api/resources/Library.js +7 -10
- package/dist/cjs/api/resources/Library.js.map +1 -1
- package/dist/cjs/api/resources/Loan.js +2 -1
- package/dist/cjs/api/resources/Loan.js.map +1 -1
- package/dist/cjs/api/resources/Mail.js +23 -143
- package/dist/cjs/api/resources/Mail.js.map +1 -1
- package/dist/cjs/api/resources/OldExpertInfos.js +2 -6
- package/dist/cjs/api/resources/OldExpertInfos.js.map +1 -1
- package/dist/cjs/api/resources/OnBoarding.js +2 -9
- package/dist/cjs/api/resources/OnBoarding.js.map +1 -1
- package/dist/cjs/api/resources/PartneredAccountant.js +3 -14
- package/dist/cjs/api/resources/PartneredAccountant.js.map +1 -1
- package/dist/cjs/api/resources/PaymentExpectationCustomer.js +1 -5
- package/dist/cjs/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/api/resources/Product.js +1 -8
- package/dist/cjs/api/resources/Product.js.map +1 -1
- package/dist/cjs/api/resources/Registration.js +2 -7
- package/dist/cjs/api/resources/Registration.js.map +1 -1
- package/dist/cjs/api/resources/Regulate.js +1 -5
- package/dist/cjs/api/resources/Regulate.js.map +1 -1
- package/dist/cjs/api/resources/Report.js +3 -3
- package/dist/cjs/api/resources/Report.js.map +1 -1
- package/dist/cjs/api/resources/ReportMessage.js +5 -23
- package/dist/cjs/api/resources/ReportMessage.js.map +1 -1
- package/dist/cjs/api/resources/Revision.js +6 -26
- package/dist/cjs/api/resources/Revision.js.map +1 -1
- package/dist/cjs/api/resources/SheetMonthSchedule.js +1 -5
- package/dist/cjs/api/resources/SheetMonthSchedule.js.map +1 -1
- package/dist/cjs/api/resources/Society.js +3 -13
- package/dist/cjs/api/resources/Society.js.map +1 -1
- package/dist/cjs/api/resources/Sponsorship.js +12 -1
- package/dist/cjs/api/resources/Sponsorship.js.map +1 -1
- package/dist/cjs/api/resources/Survey.js +12 -1
- package/dist/cjs/api/resources/Survey.js.map +1 -1
- package/dist/cjs/api/resources/Synchronisation.js +2 -8
- package/dist/cjs/api/resources/Synchronisation.js.map +1 -1
- package/dist/cjs/api/resources/Task.js +34 -26
- package/dist/cjs/api/resources/Task.js.map +1 -1
- package/dist/cjs/api/resources/TaxDeadline.js +3 -15
- package/dist/cjs/api/resources/TaxDeadline.js.map +1 -1
- package/dist/cjs/api/resources/TextMessage.js +3 -15
- package/dist/cjs/api/resources/TextMessage.js.map +1 -1
- package/dist/cjs/api/resources/ThirdParty.js +1 -8
- package/dist/cjs/api/resources/ThirdParty.js.map +1 -1
- package/dist/cjs/api/resources/TimeTracking.js +17 -4
- package/dist/cjs/api/resources/TimeTracking.js.map +1 -1
- package/dist/cjs/api/resources/User.js +2 -1
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/api/resources/UserSpecialDay.js +2 -7
- package/dist/cjs/api/resources/UserSpecialDay.js.map +1 -1
- package/dist/cjs/api/resources/Vat.js +18 -10
- package/dist/cjs/api/resources/Vat.js.map +1 -1
- package/dist/cjs/api/resources/Wallet.js +2 -12
- package/dist/cjs/api/resources/Wallet.js.map +1 -1
- package/dist/cjs/api/resources/prestation.js +3 -7
- package/dist/cjs/api/resources/prestation.js.map +1 -1
- package/dist/cjs/api/resources/statistic/Accountant.js +9 -36
- package/dist/cjs/api/resources/statistic/Accountant.js.map +1 -1
- package/dist/cjs/api/resources/statistic/CustomerSuccess.js +1 -5
- package/dist/cjs/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/dist/cjs/api/resources/statistic/DataOfficer.js +1 -5
- package/dist/cjs/api/resources/statistic/DataOfficer.js.map +1 -1
- package/dist/cjs/api/resources/statistic/Direction.js +1 -4
- package/dist/cjs/api/resources/statistic/Direction.js.map +1 -1
- package/dist/cjs/api/resources/statistic/ExpertAccountant.js +5 -20
- package/dist/cjs/api/resources/statistic/ExpertAccountant.js.map +1 -1
- package/dist/cjs/types/Enum/SalesContractConfig.js +0 -9
- package/dist/cjs/types/Enum/SalesContractConfig.js.map +1 -1
- package/dist/cjs/types/Form/FormAuthenticate.js +0 -6
- package/dist/cjs/types/Form/FormAuthenticate.js.map +1 -1
- package/dist/cjs/types/Form/FormConnector.js +0 -22
- package/dist/cjs/types/Form/FormConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/3cx/Create3cxLog.js +0 -13
- package/dist/cjs/types/Interface/api/3cx/Create3cxLog.js.map +1 -1
- package/dist/cjs/types/Interface/api/3cx/Query3cxSearch.js +0 -8
- package/dist/cjs/types/Interface/api/3cx/Query3cxSearch.js.map +1 -1
- package/dist/cjs/types/Interface/api/3cx/Read3cxSearch.js +0 -12
- package/dist/cjs/types/Interface/api/3cx/Read3cxSearch.js.map +1 -1
- package/dist/cjs/types/Interface/api/BasePaginate.js +0 -4
- package/dist/cjs/types/Interface/api/BasePaginate.js.map +1 -1
- package/dist/cjs/types/Interface/api/OnBoarding.js +0 -15
- package/dist/cjs/types/Interface/api/OnBoarding.js.map +1 -1
- package/dist/cjs/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +0 -2
- package/dist/cjs/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -1
- package/dist/cjs/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +0 -10
- package/dist/cjs/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -1
- package/dist/cjs/types/Interface/api/acceptance/CreateAcceptance.js +0 -3
- package/dist/cjs/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Create.js +0 -9
- package/dist/cjs/types/Interface/api/account/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Query.js +0 -16
- package/dist/cjs/types/Interface/api/account/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Update.js +0 -13
- package/dist/cjs/types/Interface/api/account/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountant/ReadAccountantBalance.js +0 -3
- package/dist/cjs/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +0 -21
- package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingEntry/Create.js +0 -17
- package/dist/cjs/types/Interface/api/accountingEntry/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -10
- package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/DeleteInvoices.js +0 -5
- package/dist/cjs/types/Interface/api/accountingTransaction/DeleteInvoices.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js +0 -2
- package/dist/cjs/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +0 -10
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js +0 -21
- package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountsSectors/Create.js +0 -3
- package/dist/cjs/types/Interface/api/accountsSectors/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/accountsSectors/Query.js +0 -1
- package/dist/cjs/types/Interface/api/accountsSectors/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/adjustment/Create.js +0 -3
- package/dist/cjs/types/Interface/api/adjustment/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/adjustment/Query.js +0 -1
- package/dist/cjs/types/Interface/api/adjustment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/adjustment/Read.js +0 -6
- package/dist/cjs/types/Interface/api/adjustment/Read.js.map +1 -1
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js +0 -3
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +1 -1
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js +0 -3
- package/dist/cjs/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +1 -1
- package/dist/cjs/types/Interface/api/alert/CreateAlert.js +0 -10
- package/dist/cjs/types/Interface/api/alert/CreateAlert.js.map +1 -1
- package/dist/cjs/types/Interface/api/appNotification/Update.js +0 -2
- package/dist/cjs/types/Interface/api/appNotification/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/archive/ImportSocietyArchive.js +0 -2
- package/dist/cjs/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.js +0 -23
- package/dist/cjs/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/Util.js +0 -43
- package/dist/cjs/types/Interface/api/aspone/Util.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.js +0 -1
- package/dist/cjs/types/Interface/api/authentification/ConnectFromSSO.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ForgotPassword.js +0 -1
- package/dist/cjs/types/Interface/api/authentification/ForgotPassword.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +0 -8
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ResetPassword.js +0 -2
- package/dist/cjs/types/Interface/api/authentification/ResetPassword.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +0 -2
- package/dist/cjs/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/Query.js +0 -15
- package/dist/cjs/types/Interface/api/balanceSheet/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +0 -4
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js +0 -4
- package/dist/cjs/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +0 -10
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js +0 -1
- package/dist/cjs/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -28
- package/dist/cjs/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +0 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -26
- package/dist/cjs/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Create.js +0 -4
- package/dist/cjs/types/Interface/api/bankAccount/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Delete.js +0 -8
- package/dist/cjs/types/Interface/api/bankAccount/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Query.js +0 -14
- package/dist/cjs/types/Interface/api/bankAccount/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Update.js +0 -4
- package/dist/cjs/types/Interface/api/bankAccount/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankStatement/QueryBankStatement.js +0 -5
- package/dist/cjs/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -2
- package/dist/cjs/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankStatement/ReadBankStatement.js +0 -2
- package/dist/cjs/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js +0 -2
- package/dist/cjs/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js +0 -11
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/Create.js +0 -2
- package/dist/cjs/types/Interface/api/budgetInsight/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/Delete.js +0 -3
- package/dist/cjs/types/Interface/api/budgetInsight/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/Query.js +0 -2
- package/dist/cjs/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +0 -2
- package/dist/cjs/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +0 -25
- package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +0 -2
- package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +0 -26
- package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessSector/Create.js +0 -1
- package/dist/cjs/types/Interface/api/businessSector/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessSector/Delete.js +0 -1
- package/dist/cjs/types/Interface/api/businessSector/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/businessSector/Query.js +0 -1
- package/dist/cjs/types/Interface/api/businessSector/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js +0 -18
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +0 -21
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/getAllCalendarEvent.js +0 -4
- package/dist/cjs/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/getLastInvalidateEvent.js +0 -3
- package/dist/cjs/types/Interface/api/calendarEvent/getLastInvalidateEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/interval.js +0 -4
- package/dist/cjs/types/Interface/api/calendarEvent/interval.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEvent.js +0 -2
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.js +0 -3
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -18
- package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js +0 -3
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/UpdateCard.js +0 -7
- package/dist/cjs/types/Interface/api/card/UpdateCard.js.map +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.js +0 -16
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Query.js +0 -4
- package/dist/cjs/types/Interface/api/cashAndExpense/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.js +0 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2033.js +0 -134
- package/dist/cjs/types/Interface/api/cerfa/2033.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2035.js +0 -4
- package/dist/cjs/types/Interface/api/cerfa/2035.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2065.js +0 -18
- package/dist/cjs/types/Interface/api/cerfa/2065.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2571.js +0 -8
- package/dist/cjs/types/Interface/api/cerfa/2571.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2572.js +0 -23
- package/dist/cjs/types/Interface/api/cerfa/2572.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3517.js +0 -6
- package/dist/cjs/types/Interface/api/cerfa/3517.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js +0 -2
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/das2.js +0 -7
- package/dist/cjs/types/Interface/api/cerfa/das2.js.map +1 -1
- package/dist/cjs/types/Interface/api/changelog/Create.js +0 -1
- package/dist/cjs/types/Interface/api/changelog/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +0 -18
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js +0 -2
- package/dist/cjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +0 -3
- package/dist/cjs/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js +0 -10
- package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.js +0 -4
- package/dist/cjs/types/Interface/api/commercial/QueryGetStatsHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +0 -1
- package/dist/cjs/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedNewProspect.js +0 -5
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedNewProspect.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +0 -15
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialImport/Create.js +0 -4
- package/dist/cjs/types/Interface/api/commercialImport/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialImport/Query.js +0 -2
- package/dist/cjs/types/Interface/api/commercialImport/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialManagement/Create.js +0 -107
- package/dist/cjs/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialManagement/Query.js +0 -27
- package/dist/cjs/types/Interface/api/commercialManagement/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialManagement/Update.js +0 -17
- package/dist/cjs/types/Interface/api/commercialManagement/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercialOffer/Query.js +0 -8
- package/dist/cjs/types/Interface/api/commercialOffer/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/connection/QueryConnectionState.js +0 -1
- package/dist/cjs/types/Interface/api/connection/QueryConnectionState.js.map +1 -1
- package/dist/cjs/types/Interface/api/connection/ReadConnectionState.js +0 -5
- package/dist/cjs/types/Interface/api/connection/ReadConnectionState.js.map +1 -1
- package/dist/cjs/types/Interface/api/connector/CreateConnector.js +0 -9
- package/dist/cjs/types/Interface/api/connector/CreateConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/connector/QueryConnector.js +0 -3
- package/dist/cjs/types/Interface/api/connector/QueryConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/connector/Sirene.js +0 -2
- package/dist/cjs/types/Interface/api/connector/Sirene.js.map +1 -1
- package/dist/cjs/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js +0 -3
- package/dist/cjs/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Create.js +0 -35
- package/dist/cjs/types/Interface/api/contest/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Query.js +0 -6
- package/dist/cjs/types/Interface/api/contest/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/Create.js +0 -1
- package/dist/cjs/types/Interface/api/customerActivity/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/CreateCustomerActivityReport.js +0 -3
- package/dist/cjs/types/Interface/api/customerActivity/CreateCustomerActivityReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.js +0 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +0 -7
- package/dist/cjs/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerSignature/Query.js +0 -17
- package/dist/cjs/types/Interface/api/customerSignature/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryBalanceBankAccount.js +0 -3
- package/dist/cjs/types/Interface/api/dashboard/QueryBalanceBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryDeadline.js +0 -3
- package/dist/cjs/types/Interface/api/dashboard/QueryDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryTopBuys.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryTopProviders.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/QueryVatDisbursed.js +0 -2
- package/dist/cjs/types/Interface/api/dashboard/QueryVatDisbursed.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadBalanceBankAccount.js +0 -10
- package/dist/cjs/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadDeadline.js +0 -12
- package/dist/cjs/types/Interface/api/dashboard/ReadDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadTopBuys.js +0 -12
- package/dist/cjs/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadTopProviders.js +0 -12
- package/dist/cjs/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/dist/cjs/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js +0 -14
- package/dist/cjs/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentSection/Update.js +0 -5
- package/dist/cjs/types/Interface/api/documentSection/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/dubiousCustomer/Create.js +0 -6
- package/dist/cjs/types/Interface/api/dubiousCustomer/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/dubiousCustomer/Update.js +0 -7
- package/dist/cjs/types/Interface/api/dubiousCustomer/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js +0 -14
- package/dist/cjs/types/Interface/api/echo/CreateOrder.js.map +1 -1
- package/dist/cjs/types/Interface/api/employee/QueryEmployeeSearch.js +6 -5
- package/dist/cjs/types/Interface/api/employee/QueryEmployeeSearch.js.map +1 -1
- package/dist/cjs/types/Interface/api/equipment/Query.js +0 -16
- package/dist/cjs/types/Interface/api/equipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/Create.js +0 -23
- package/dist/cjs/types/Interface/api/exercice/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.js +0 -6
- package/dist/cjs/types/Interface/api/exercice/QueryExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.js +0 -16
- package/dist/cjs/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceNote/CreateExerciceNote.js +0 -3
- package/dist/cjs/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceNote/QueryExerciceNote.js +0 -1
- package/dist/cjs/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.js +0 -2
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js +0 -4
- package/dist/cjs/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js.map +1 -1
- package/dist/cjs/types/Interface/api/exerciceQuestion/QueryQuestion.js +0 -1
- package/dist/cjs/types/Interface/api/exerciceQuestion/QueryQuestion.js.map +1 -1
- package/dist/cjs/types/Interface/api/expertAnnuary/Query.js +0 -1
- package/dist/cjs/types/Interface/api/expertAnnuary/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/CreateRebilling.js +0 -8
- package/dist/cjs/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/GoToFacturation.js +0 -1
- package/dist/cjs/types/Interface/api/facturation/GoToFacturation.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/Query.js +0 -6
- package/dist/cjs/types/Interface/api/facturation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js +0 -3
- package/dist/cjs/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -1
- package/dist/cjs/types/Interface/api/fecFile/CreateFecFile.js +0 -4
- package/dist/cjs/types/Interface/api/fecFile/CreateFecFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/fecFile/QueryFecFile.js +0 -1
- package/dist/cjs/types/Interface/api/fecFile/QueryFecFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/file/Create.js +0 -3
- package/dist/cjs/types/Interface/api/file/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/file/Read.js +0 -2
- package/dist/cjs/types/Interface/api/file/Read.js.map +1 -1
- package/dist/cjs/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +0 -1
- package/dist/cjs/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -1
- package/dist/cjs/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +0 -3
- package/dist/cjs/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -1
- package/dist/cjs/types/Interface/api/firstStep/Create.js +0 -8
- package/dist/cjs/types/Interface/api/firstStep/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/fusion/FusionSocieties.js +0 -2
- package/dist/cjs/types/Interface/api/fusion/FusionSocieties.js.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js +0 -13
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/updateGedFile.js +0 -10
- package/dist/cjs/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +4 -5
- package/dist/cjs/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedger.js +0 -8
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +1 -1
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +0 -9
- package/dist/cjs/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
- package/dist/cjs/types/Interface/api/iDocus/CreateExport.js +0 -1
- package/dist/cjs/types/Interface/api/iDocus/CreateExport.js.map +1 -1
- package/dist/cjs/types/Interface/api/immobilization/CreateImmobilization.js +0 -14
- package/dist/cjs/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/dist/cjs/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +0 -13
- package/dist/cjs/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -1
- package/dist/cjs/types/Interface/api/incomeStatement/QueryIncomeStatement.js +0 -4
- package/dist/cjs/types/Interface/api/incomeStatement/QueryIncomeStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js +0 -3
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js +0 -1
- package/dist/cjs/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js +0 -7
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js +0 -1
- package/dist/cjs/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +0 -5
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +0 -3
- package/dist/cjs/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/GetLastRef.js +0 -3
- package/dist/cjs/types/Interface/api/internalInvoicing/GetLastRef.js.map +1 -1
- package/dist/cjs/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js +0 -3
- package/dist/cjs/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js.map +1 -1
- package/dist/cjs/types/Interface/api/jeDeclare/CreateDocumentsParams.js +0 -2
- package/dist/cjs/types/Interface/api/jeDeclare/CreateDocumentsParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/jeDeclare/UtilCFONB.js +1 -1
- package/dist/cjs/types/Interface/api/jeDeclare/UtilCFONB.js.map +1 -1
- package/dist/cjs/types/Interface/api/journal/Journals.js +0 -12
- package/dist/cjs/types/Interface/api/journal/Journals.js.map +1 -1
- package/dist/cjs/types/Interface/api/journal/QueryJournal.js +0 -3
- package/dist/cjs/types/Interface/api/journal/QueryJournal.js.map +1 -1
- package/dist/cjs/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js +0 -4
- package/dist/cjs/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map +1 -1
- package/dist/cjs/types/Interface/api/legalNotice/UpdateLegalNotice.js +0 -2
- package/dist/cjs/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -1
- package/dist/cjs/types/Interface/api/letter/CreateLetter.js +0 -16
- package/dist/cjs/types/Interface/api/letter/CreateLetter.js.map +1 -1
- package/dist/cjs/types/Interface/api/letter/Query.js +0 -14
- package/dist/cjs/types/Interface/api/letter/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/lettering/QueryRegroupLettering.js +0 -1
- package/dist/cjs/types/Interface/api/lettering/QueryRegroupLettering.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +3 -34
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/Interface/api/loan/CreateLoan.js +0 -10
- package/dist/cjs/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.js +0 -9
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.js +5 -4
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.js.map +1 -1
- package/dist/cjs/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js +0 -7
- package/dist/cjs/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryCountMail.js +4 -8
- package/dist/cjs/types/Interface/api/mail/QueryCountMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryCountProcessedByUser.js +0 -2
- package/dist/cjs/types/Interface/api/mail/QueryCountProcessedByUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +0 -2
- package/dist/cjs/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryGetSignature.js +0 -3
- package/dist/cjs/types/Interface/api/mail/QueryGetSignature.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryMail.js +0 -8
- package/dist/cjs/types/Interface/api/mail/QueryMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryMailBySociety.js +0 -2
- package/dist/cjs/types/Interface/api/mail/QueryMailBySociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/QueryPaginatedMail.js +5 -20
- package/dist/cjs/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mail/UpdateMail.js +0 -32
- package/dist/cjs/types/Interface/api/mail/UpdateMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mailInvoice/CreateInvoiceMail.js +0 -1
- package/dist/cjs/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +0 -1
- package/dist/cjs/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -1
- package/dist/cjs/types/Interface/api/mealExpense/CreateMealExpense.js +0 -1
- package/dist/cjs/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -1
- package/dist/cjs/types/Interface/api/mealExpense/ReadMealExpense.js +0 -4
- package/dist/cjs/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -1
- package/dist/cjs/types/Interface/api/mobile/QueryMobileMigration.js +0 -2
- package/dist/cjs/types/Interface/api/mobile/QueryMobileMigration.js.map +1 -1
- package/dist/cjs/types/Interface/api/mobile/UpdateMobile.js +0 -1
- package/dist/cjs/types/Interface/api/mobile/UpdateMobile.js.map +1 -1
- package/dist/cjs/types/Interface/api/notification/CreateNotification.js +0 -2
- package/dist/cjs/types/Interface/api/notification/CreateNotification.js.map +1 -1
- package/dist/cjs/types/Interface/api/notification/Delete.js +0 -1
- package/dist/cjs/types/Interface/api/notification/Delete.js.map +1 -1
- package/dist/cjs/types/Interface/api/notificationSetting/CreateNotificationSetting.js +0 -2
- package/dist/cjs/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
- package/dist/cjs/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +0 -2
- package/dist/cjs/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
- package/dist/cjs/types/Interface/api/ocr/CreateOcr.js +0 -10
- package/dist/cjs/types/Interface/api/ocr/CreateOcr.js.map +1 -1
- package/dist/cjs/types/Interface/api/ocr/OcrTransactions.js +0 -4
- package/dist/cjs/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.js +0 -14
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.js.map +1 -1
- package/dist/cjs/types/Interface/api/pappers/QueryPappers.js +0 -80
- package/dist/cjs/types/Interface/api/pappers/QueryPappers.js.map +1 -1
- package/dist/cjs/types/Interface/api/pappers/ReadPappers.js +0 -19
- package/dist/cjs/types/Interface/api/pappers/ReadPappers.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/CreatePartner.js +0 -7
- package/dist/cjs/types/Interface/api/partner/CreatePartner.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/Query.js +0 -9
- package/dist/cjs/types/Interface/api/partner/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/Read.js +0 -19
- package/dist/cjs/types/Interface/api/partner/Read.js.map +1 -1
- package/dist/cjs/types/Interface/api/partner/UpdatePartner.js +0 -7
- package/dist/cjs/types/Interface/api/partner/UpdatePartner.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js +0 -4
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress.js +0 -4
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +0 -20
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js +0 -2
- package/dist/cjs/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/InvitePartneredAccountant.js +0 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/InvitePartneredAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js +0 -2
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js +0 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js +0 -16
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js +0 -7
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js +0 -3
- package/dist/cjs/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantAccess.js +0 -2
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantAccess.js.map +1 -1
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js +0 -4
- package/dist/cjs/types/Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/PartnerStatisticType.js +0 -12
- package/dist/cjs/types/Interface/api/partners/PartnerStatisticType.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/QueryPartnerAll.js +0 -3
- package/dist/cjs/types/Interface/api/partners/QueryPartnerAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/QueryPartnerCsv.js +0 -3
- package/dist/cjs/types/Interface/api/partners/QueryPartnerCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/partners/QueryPartnerStatistic.js +0 -3
- package/dist/cjs/types/Interface/api/partners/QueryPartnerStatistic.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomer.js +0 -2
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +0 -6
- package/dist/cjs/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.js +0 -1
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Query.js +0 -3
- package/dist/cjs/types/Interface/api/payment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/QueryMonthlyPayment.js +0 -1
- package/dist/cjs/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/QueryPayment.js +0 -2
- package/dist/cjs/types/Interface/api/payment/QueryPayment.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +0 -7
- package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +0 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +0 -17
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +0 -30
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +0 -20
- package/dist/cjs/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestashop/InvoicesPrestashop.js +0 -4
- package/dist/cjs/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/BodyCreatePrestationSocieties.js +0 -4
- package/dist/cjs/types/Interface/api/prestation/BodyCreatePrestationSocieties.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/CreatePrestation.js +0 -6
- package/dist/cjs/types/Interface/api/prestation/CreatePrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +0 -17
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +3 -7
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/QueryPrestation.js +0 -1
- package/dist/cjs/types/Interface/api/prestation/QueryPrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryCreate.js +0 -17
- package/dist/cjs/types/Interface/api/prestations/QueryCreate.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryGetAllPrestations.js +0 -5
- package/dist/cjs/types/Interface/api/prestations/QueryGetAllPrestations.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js +0 -19
- package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/product/CreateProduct.js +0 -10
- package/dist/cjs/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/dist/cjs/types/Interface/api/product/QueryProduct.js +0 -4
- package/dist/cjs/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js +0 -11
- package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/CreatePromoCode.js +0 -9
- package/dist/cjs/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/QueryDefaultPromotion.js +0 -5
- package/dist/cjs/types/Interface/api/promoCode/QueryDefaultPromotion.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js +4 -2
- package/dist/cjs/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/promoCode/UpdatePromoCode.js +0 -9
- package/dist/cjs/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/CreateProvisionForm.js +0 -5
- package/dist/cjs/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/QueryGetProvisions.js +0 -3
- package/dist/cjs/types/Interface/api/provision/QueryGetProvisions.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/QueryProvisions.js +0 -5
- package/dist/cjs/types/Interface/api/provision/QueryProvisions.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/ReadProvision.js +0 -7
- package/dist/cjs/types/Interface/api/provision/ReadProvision.js.map +1 -1
- package/dist/cjs/types/Interface/api/provision/UpdateProvisionForm.js +0 -3
- package/dist/cjs/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/Create.js +0 -32
- package/dist/cjs/types/Interface/api/qonto/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/GetConnectionInformation.js +0 -1
- package/dist/cjs/types/Interface/api/qonto/GetConnectionInformation.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/Query.js +0 -20
- package/dist/cjs/types/Interface/api/qonto/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/qonto/UpdateConnection.js +0 -1
- package/dist/cjs/types/Interface/api/qonto/UpdateConnection.js.map +1 -1
- package/dist/cjs/types/Interface/api/quotes/CreateQuoteAccount.js +0 -3
- package/dist/cjs/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/quotes/QueryQuotesAccount.js +0 -4
- package/dist/cjs/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js +0 -3
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js +0 -43
- package/dist/cjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js +0 -6
- package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.js +0 -7
- package/dist/cjs/types/Interface/api/registration/QueryRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js +0 -2
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/UpdateRegistration.js +0 -7
- package/dist/cjs/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/regulate/DestroyRegulate.js +0 -2
- package/dist/cjs/types/Interface/api/regulate/DestroyRegulate.js.map +1 -1
- package/dist/cjs/types/Interface/api/regulate/QueryGetAll.js +0 -3
- package/dist/cjs/types/Interface/api/regulate/QueryGetAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/regulation/Query.js +0 -5
- package/dist/cjs/types/Interface/api/regulation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +0 -15
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/DeleteReport.js +0 -1
- package/dist/cjs/types/Interface/api/report/DeleteReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.js +0 -9
- package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js +0 -2
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsStats.js +0 -2
- package/dist/cjs/types/Interface/api/report/QueryReportsStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/reportMessage/Query.js +0 -1
- package/dist/cjs/types/Interface/api/reportMessage/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/revision/Create.js +0 -35
- package/dist/cjs/types/Interface/api/revision/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/revision/Query.js +15 -98
- package/dist/cjs/types/Interface/api/revision/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/revisionGuide/CreateRevisionGuide.js +0 -4
- package/dist/cjs/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -1
- package/dist/cjs/types/Interface/api/revive/PostRevive.js +0 -1
- package/dist/cjs/types/Interface/api/revive/PostRevive.js.map +1 -1
- package/dist/cjs/types/Interface/api/rule/Create.js +0 -7
- package/dist/cjs/types/Interface/api/rule/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/rule/Query.js +0 -4
- package/dist/cjs/types/Interface/api/rule/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/rule/Update.js +0 -1
- package/dist/cjs/types/Interface/api/rule/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/salariesFile/CreateSalariesFile.js +0 -1
- package/dist/cjs/types/Interface/api/salariesFile/CreateSalariesFile.js.map +1 -1
- package/dist/cjs/types/Interface/api/salesContract/GenerateSalesContractParams.js +0 -1
- package/dist/cjs/types/Interface/api/salesContract/GenerateSalesContractParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/salesContract/SendSalesContractParams.js +0 -8
- package/dist/cjs/types/Interface/api/salesContract/SendSalesContractParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/CreateInKindContribution.js +0 -3
- package/dist/cjs/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/CreateShareCapital.js +0 -2
- package/dist/cjs/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapital.js +0 -4
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +0 -1
- package/dist/cjs/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -1
- package/dist/cjs/types/Interface/api/shareCapital/ResultCreateShareCapital.js +0 -4
- package/dist/cjs/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -1
- package/dist/cjs/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +5 -8
- package/dist/cjs/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
- package/dist/cjs/types/Interface/api/shine/CreateShineAccount.js +0 -3
- package/dist/cjs/types/Interface/api/shine/CreateShineAccount.js.map +1 -1
- package/dist/cjs/types/Interface/api/shine/CreateShineTransactions.js +0 -3
- package/dist/cjs/types/Interface/api/shine/CreateShineTransactions.js.map +1 -1
- package/dist/cjs/types/Interface/api/shine/GetConnect.js +0 -1
- package/dist/cjs/types/Interface/api/shine/GetConnect.js.map +1 -1
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +0 -4
- package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js +0 -9
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js.map +1 -1
- package/dist/cjs/types/Interface/api/simulation/CreateSimulation.js +0 -38
- package/dist/cjs/types/Interface/api/simulation/CreateSimulation.js.map +1 -1
- package/dist/cjs/types/Interface/api/simulationColors/ReadSimulationColors.js +0 -3
- package/dist/cjs/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/CreateSociety.js +0 -22
- package/dist/cjs/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/CreateUserToSocietyWithPermission.js +0 -8
- package/dist/cjs/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/Export.js +0 -4
- package/dist/cjs/types/Interface/api/society/Export.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/GetSocietyDetail.js +0 -1
- package/dist/cjs/types/Interface/api/society/GetSocietyDetail.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/ListUserSociety.js +0 -1
- package/dist/cjs/types/Interface/api/society/ListUserSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryArchived.js +0 -5
- package/dist/cjs/types/Interface/api/society/QueryArchived.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js +4 -6
- package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QuerySociety.js +0 -7
- package/dist/cjs/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/UpdateSociety.js +0 -24
- package/dist/cjs/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.js +0 -12
- package/dist/cjs/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyConfig/update.js +0 -19
- package/dist/cjs/types/Interface/api/societyConfig/update.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +0 -4
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +0 -8
- package/dist/cjs/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyEvent/CreateSocietyEvent.js +0 -2
- package/dist/cjs/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyEvent/QuerySocietyEvent.js +0 -1
- package/dist/cjs/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +0 -2
- package/dist/cjs/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/CreateSponsorship.js +0 -2
- package/dist/cjs/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/QuerySponsorship.js +0 -5
- package/dist/cjs/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/ReadSponsorship.js +0 -3
- package/dist/cjs/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/dist/cjs/types/Interface/api/sponsorship/SendSponsorshipLink.js +0 -2
- package/dist/cjs/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryAccountant.js +0 -3
- package/dist/cjs/types/Interface/api/statistic/QueryAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryCustomerSuccess.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryDirection.js +0 -3
- package/dist/cjs/types/Interface/api/statistic/QueryDirection.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryExpertAccountant.js +0 -3
- package/dist/cjs/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryGetAccountant.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryGetDirection.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryGetDirection.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryGetExpertAccountant.js +0 -2
- package/dist/cjs/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js +0 -4
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +0 -20
- package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +0 -4
- package/dist/cjs/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/SendInviteMailParams.js +0 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExercice.js +0 -2
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -1
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +0 -2
- package/dist/cjs/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/stock/StockEntries.js +0 -15
- package/dist/cjs/types/Interface/api/stock/StockEntries.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js +0 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +0 -3
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/dist/cjs/types/Interface/api/supervision/Query.js +0 -15
- package/dist/cjs/types/Interface/api/supervision/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/CreateSurvey.js +0 -2
- package/dist/cjs/types/Interface/api/survey/CreateSurvey.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/QuerySurvey.js +0 -2
- package/dist/cjs/types/Interface/api/survey/QuerySurvey.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/QuerySurveys.js +0 -2
- package/dist/cjs/types/Interface/api/survey/QuerySurveys.js.map +1 -1
- package/dist/cjs/types/Interface/api/survey/UpdateSurvey.js +0 -4
- package/dist/cjs/types/Interface/api/survey/UpdateSurvey.js.map +1 -1
- package/dist/cjs/types/Interface/api/synchronisation/Query.js +0 -11
- package/dist/cjs/types/Interface/api/synchronisation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryCountTask.js +0 -3
- package/dist/cjs/types/Interface/api/task/QueryCountTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryCreateTask.js +0 -6
- package/dist/cjs/types/Interface/api/task/QueryCreateTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryGetAllTask.js +0 -5
- package/dist/cjs/types/Interface/api/task/QueryGetAllTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryGetTask.js +0 -2
- package/dist/cjs/types/Interface/api/task/QueryGetTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryPaginatedTask.js +6 -20
- package/dist/cjs/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryStatsByRolesInCsv.js +0 -4
- package/dist/cjs/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryStatsByServiceInCsv.js +0 -2
- package/dist/cjs/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +0 -2
- package/dist/cjs/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -1
- package/dist/cjs/types/Interface/api/tax/CreateTax.js +0 -9
- package/dist/cjs/types/Interface/api/tax/CreateTax.js.map +1 -1
- package/dist/cjs/types/Interface/api/tax/QueryTax.js +0 -3
- package/dist/cjs/types/Interface/api/tax/QueryTax.js.map +1 -1
- package/dist/cjs/types/Interface/api/tax/ReadTax.js +0 -5
- package/dist/cjs/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/QueryTaxDeadline.js +0 -45
- package/dist/cjs/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js +0 -39
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/QueryCreate.js +0 -3
- package/dist/cjs/types/Interface/api/team/QueryCreate.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/QueryGetAllWithIncludes.js +0 -2
- package/dist/cjs/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/QueryUpdate.js +0 -4
- package/dist/cjs/types/Interface/api/team/QueryUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js +0 -16
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js +0 -14
- package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js +0 -16
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/QueryTerminationList.js +0 -14
- package/dist/cjs/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/textMessage/Create.js +0 -8
- package/dist/cjs/types/Interface/api/textMessage/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/textMessage/Query.js +0 -8
- package/dist/cjs/types/Interface/api/textMessage/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/textMessage/Update.js +0 -1
- package/dist/cjs/types/Interface/api/textMessage/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +0 -27
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/QueryThirdParty.js +0 -4
- package/dist/cjs/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +0 -24
- package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js +0 -3
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js +0 -3
- package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +0 -7
- package/dist/cjs/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +0 -2
- package/dist/cjs/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.js +0 -4
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeTracking/Create.js +0 -4
- package/dist/cjs/types/Interface/api/timeTracking/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeTracking/Query.js +0 -2
- package/dist/cjs/types/Interface/api/timeTracking/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/transactions/Query.js +0 -9
- package/dist/cjs/types/Interface/api/transactions/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/CreateCoworker.js +0 -14
- package/dist/cjs/types/Interface/api/user/CreateCoworker.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/CreateUser.js +0 -12
- package/dist/cjs/types/Interface/api/user/CreateUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAll.js +0 -4
- package/dist/cjs/types/Interface/api/user/ParamsGetAll.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllCollaborators.js +0 -5
- package/dist/cjs/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js +0 -7
- package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/Query.js +0 -22
- package/dist/cjs/types/Interface/api/user/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/BulkUpdate.js +0 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/BulkUpdate.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js +0 -5
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js +0 -8
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js +0 -4
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js +0 -4
- package/dist/cjs/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js +0 -2
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js +0 -2
- package/dist/cjs/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js +0 -2
- package/dist/cjs/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js +0 -8
- package/dist/cjs/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +0 -8
- package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -1
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +0 -4
- package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -1
- package/dist/cjs/types/Interface/api/userTimeSlot/QueryUserTimeSlot.js +0 -2
- package/dist/cjs/types/Interface/api/userTimeSlot/QueryUserTimeSlot.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatControl/CreateVatControl.js +0 -2
- package/dist/cjs/types/Interface/api/vatControl/CreateVatControl.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatControl/QueryVatControl.js +0 -1
- package/dist/cjs/types/Interface/api/vatControl/QueryVatControl.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +0 -11
- package/dist/cjs/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatDeclaration/ReadVatDeclaration.js +0 -3
- package/dist/cjs/types/Interface/api/vatDeclaration/ReadVatDeclaration.js.map +1 -1
- package/dist/cjs/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.js +0 -2
- package/dist/cjs/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.js.map +1 -1
- package/dist/cjs/types/Interface/api/vehicle/CreateSocietyVehicle.js +0 -14
- package/dist/cjs/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -1
- package/dist/cjs/types/Interface/api/vehicle/UpdateSocietyVehicle.js +0 -14
- package/dist/cjs/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -1
- package/dist/cjs/types/Interface/api/visualizedInformation/Query.js +0 -2
- package/dist/cjs/types/Interface/api/visualizedInformation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/visualizedInformation/Update.js +0 -2
- package/dist/cjs/types/Interface/api/visualizedInformation/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/wallet/QueryWallet.js +0 -4
- package/dist/cjs/types/Interface/api/wallet/QueryWallet.js.map +1 -1
- package/dist/cjs/types/Interface/api/wallet/UpdateAttribution.js +0 -4
- package/dist/cjs/types/Interface/api/wallet/UpdateAttribution.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/CreateMailFromLambda.js +0 -19
- package/dist/cjs/types/Interface/api/webmail/CreateMailFromLambda.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/ExportEmails.js +0 -7
- package/dist/cjs/types/Interface/api/webmail/ExportEmails.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +0 -16
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/MigrateMailAddresses.js +6 -4
- package/dist/cjs/types/Interface/api/webmail/MigrateMailAddresses.js.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +0 -13
- package/dist/cjs/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js +0 -5
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -1
- package/dist/cjs/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.js +0 -6
- package/dist/cjs/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.js.map +1 -1
- package/dist/cjs/types/Interface/api/zticket/CreateZTicket.js +0 -5
- package/dist/cjs/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
- package/dist/cjs/types/Interface/api/zticket/QueryZTicket.js +0 -6
- package/dist/cjs/types/Interface/api/zticket/QueryZTicket.js.map +1 -1
- package/dist/cjs/utils/amount.js +1 -4
- package/dist/cjs/utils/amount.js.map +1 -1
- package/dist/cjs/utils/balanceSheetModule.js +1 -1
- package/dist/cjs/utils/balanceSheetModule.js.map +1 -1
- package/dist/cjs/utils/bankAccount.js +1 -1
- package/dist/cjs/utils/bankAccount.js.map +1 -1
- package/dist/cjs/utils/brands.js +7 -5
- package/dist/cjs/utils/brands.js.map +1 -1
- package/dist/cjs/utils/cerfa.js +1 -3
- package/dist/cjs/utils/cerfa.js.map +1 -1
- package/dist/cjs/utils/checklist.js +5 -5
- package/dist/cjs/utils/checklist.js.map +1 -1
- package/dist/cjs/utils/checkup.js +32 -32
- package/dist/cjs/utils/checkup.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/document.js +28 -82
- package/dist/cjs/utils/commercialManagement/document.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/product.js +7 -14
- package/dist/cjs/utils/commercialManagement/product.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/recurrence.js +2 -1
- package/dist/cjs/utils/commercialManagement/recurrence.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/templates/common.js +16 -12
- package/dist/cjs/utils/commercialManagement/templates/common.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/thirdParty.js +2 -5
- package/dist/cjs/utils/commercialManagement/thirdParty.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/vat.js +7 -6
- package/dist/cjs/utils/commercialManagement/vat.js.map +1 -1
- package/dist/cjs/utils/commercialOffer.js +8 -7
- package/dist/cjs/utils/commercialOffer.js.map +1 -1
- package/dist/cjs/utils/date.js +4 -4
- package/dist/cjs/utils/date.js.map +1 -1
- package/dist/cjs/utils/email.js +35 -77
- package/dist/cjs/utils/email.js.map +1 -1
- package/dist/cjs/utils/noLodash.js +3 -6
- package/dist/cjs/utils/noLodash.js.map +1 -1
- package/dist/cjs/utils/objectUtils/flattenObject.js +1 -1
- package/dist/cjs/utils/objectUtils/flattenObject.js.map +1 -1
- package/dist/cjs/utils/objectUtils/fullFlattenObject.js +1 -1
- package/dist/cjs/utils/objectUtils/fullFlattenObject.js.map +1 -1
- package/dist/cjs/utils/payment.js +20 -34
- package/dist/cjs/utils/payment.js.map +1 -1
- package/dist/cjs/utils/phone.js +1 -1
- package/dist/cjs/utils/phone.js.map +1 -1
- package/dist/cjs/utils/prestation.js +21 -19
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/quotation.js +15 -14
- package/dist/cjs/utils/quotation.js.map +1 -1
- package/dist/cjs/utils/subscription.js +2 -1
- package/dist/cjs/utils/subscription.js.map +1 -1
- package/dist/cjs/utils/task.js +2 -1
- package/dist/cjs/utils/task.js.map +1 -1
- package/dist/cjs/utils/tests/payment.spec.js +58 -51
- package/dist/cjs/utils/tests/payment.spec.js.map +1 -1
- package/dist/cjs/utils/validators/formattedDateString.validator.js +1 -4
- package/dist/cjs/utils/validators/formattedDateString.validator.js.map +1 -1
- package/dist/cjs/utils/validators/objectId.validator.js +1 -4
- package/dist/cjs/utils/validators/objectId.validator.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century23.js +94 -92
- package/dist/cjs/utils/vat/3310/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3514/century22.js +18 -17
- package/dist/cjs/utils/vat/3514/century22.js.map +1 -1
- package/dist/cjs/utils/vat/3514/century23.js +6 -5
- package/dist/cjs/utils/vat/3514/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3517/century23.js +110 -108
- package/dist/cjs/utils/vat/3517/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3519/century17.js +10 -9
- package/dist/cjs/utils/vat/3519/century17.js.map +1 -1
- package/dist/cjs/utils/vat/3519/century23.js +9 -8
- package/dist/cjs/utils/vat/3519/century23.js.map +1 -1
- package/dist/cjs/utils/vat/centuries.js +1 -1
- package/dist/cjs/utils/vat/centuries.js.map +1 -1
- package/dist/cjs/utils/vat/registration.js +54 -53
- package/dist/cjs/utils/vat/registration.js.map +1 -1
- package/dist/cjs/utils/vat/utils.js +8 -5
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig-cjs.json +1 -1
|
@@ -13,7 +13,6 @@ exports.CreateEchoOrder = exports.Publication = exports.PublicationContent = voi
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class PublicationContent {
|
|
16
|
-
text_html;
|
|
17
16
|
}
|
|
18
17
|
exports.PublicationContent = PublicationContent;
|
|
19
18
|
__decorate([
|
|
@@ -22,11 +21,6 @@ __decorate([
|
|
|
22
21
|
__metadata("design:type", String)
|
|
23
22
|
], PublicationContent.prototype, "text_html", void 0);
|
|
24
23
|
class Publication {
|
|
25
|
-
ad_type_id;
|
|
26
|
-
content;
|
|
27
|
-
header;
|
|
28
|
-
legal_name;
|
|
29
|
-
logo_base_64;
|
|
30
24
|
}
|
|
31
25
|
exports.Publication = Publication;
|
|
32
26
|
__decorate([
|
|
@@ -55,14 +49,6 @@ __decorate([
|
|
|
55
49
|
__metadata("design:type", Object)
|
|
56
50
|
], Publication.prototype, "logo_base_64", void 0);
|
|
57
51
|
class CreateEchoOrder {
|
|
58
|
-
departement;
|
|
59
|
-
newspaper_id;
|
|
60
|
-
paper_proof_qty;
|
|
61
|
-
publication;
|
|
62
|
-
publishing_date_from;
|
|
63
|
-
publishing_date_to;
|
|
64
|
-
selection_mode;
|
|
65
|
-
type;
|
|
66
52
|
}
|
|
67
53
|
exports.CreateEchoOrder = CreateEchoOrder;
|
|
68
54
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateOrder.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoE;AACpE,6CAAqE;AAGrE,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"CreateOrder.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/echo/CreateOrder.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoE;AACpE,6CAAqE;AAGrE,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AADG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACS;AAGtB,MAAa,WAAW;CAoBvB;AApBD,kCAoBC;AAjBG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;+CACU;AAGnB;IADD,IAAA,mBAAW,GAAE;8BACH,kBAAkB;4CAAC;AAI5B;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;2CACM;AAIf;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;+CACU;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACkB;AAEjC,MAAa,eAAe;CA+B3B;AA/BD,0CA+BC;AA7BG;IADD,IAAA,mBAAW,GAAE;;oDACgB;AAI5B;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACY;AAIrB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;wDACkB;AAGxB;IADD,IAAA,mBAAW,GAAE;8BACC,WAAW;oDAAC;AAIzB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6DACoB;AAI7B;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;2DACkB;AAI3B;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uDACc;AAKvB;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;;6CACf","sourcesContent":["import { IsIn, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { DepartmentCode } from '../../../Enum/ZoneCode';\n\nexport class PublicationContent {\n @ApiProperty()\n @IsString()\n text_html: string;\n}\n\nexport class Publication {\n @ApiProperty()\n @IsString()\n ad_type_id: string;\n\n @ApiProperty()\n content: PublicationContent;\n\n @ApiProperty()\n @IsString()\n header: string; \n \n @ApiProperty()\n @IsString()\n legal_name: string;\n \n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n logo_base_64?: string | null;\n}\nexport class CreateEchoOrder {\n @ApiProperty()\n departement: DepartmentCode;\n\n @ApiProperty()\n @IsString()\n newspaper_id: string;\n\n @ApiProperty()\n @IsInt()\n paper_proof_qty: number;\n\n @ApiProperty()\n publication: Publication;\n\n @ApiProperty()\n @IsString()\n publishing_date_from: string;\n\n @ApiProperty()\n @IsString()\n publishing_date_to: string;\n\n @ApiProperty()\n @IsString()\n selection_mode: string;\n\n @ApiProperty()\n @IsString()\n @IsIn(['simulation', 'order'])\n type: string;\n}\n\n"]}
|
|
@@ -14,11 +14,12 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const __1 = require("../../../..");
|
|
15
15
|
const utils_1 = require("../../../../utils");
|
|
16
16
|
class QueryEmployeeSearch {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
constructor() {
|
|
18
|
+
this.isPaginate = false;
|
|
19
|
+
// Interface paginate
|
|
20
|
+
this.limit = 25;
|
|
21
|
+
this.page = 1;
|
|
22
|
+
}
|
|
22
23
|
}
|
|
23
24
|
exports.QueryEmployeeSearch = QueryEmployeeSearch;
|
|
24
25
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryEmployeeSearch.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/employee/QueryEmployeeSearch.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA0C;AAC1C,6CAAwD;AAExD,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"QueryEmployeeSearch.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/employee/QueryEmployeeSearch.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA0C;AAC1C,6CAAwD;AAExD,MAAa,mBAAmB;IAAhC;QAGI,eAAU,GAAI,KAAK,CAAC;QAOtB,qBAAqB;QAGnB,UAAK,GAAY,EAAE,CAAC;QAIpB,SAAI,GAAY,CAAC,CAAC;IACtB,CAAC;CAAA;AAlBD,kDAkBC;AAfG;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;uDACS;AAKpB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACK;AAKhB;IAFD,IAAA,eAAW,EAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IAC5B,IAAA,0BAAQ,GAAE;;kDACW;AAIpB;IAFD,IAAA,eAAW,EAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IAC3B,IAAA,0BAAQ,GAAE;;iDACS","sourcesContent":["import {\n IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryEmployeeSearch {\n @ApiPropertyOptional()\n @IsOptional()\n isPaginate? = false;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
|
|
@@ -14,22 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const BasePaginate_1 = require("../BasePaginate");
|
|
16
16
|
class QueryEquipment extends BasePaginate_1.RequiredQueryPaginate {
|
|
17
|
-
id;
|
|
18
|
-
idStorageArea;
|
|
19
|
-
search;
|
|
20
|
-
idUser;
|
|
21
|
-
idRoom;
|
|
22
|
-
equipmentState;
|
|
23
|
-
availability;
|
|
24
|
-
signatureStatus;
|
|
25
|
-
reference;
|
|
26
|
-
brand;
|
|
27
|
-
type;
|
|
28
|
-
supplier;
|
|
29
|
-
price;
|
|
30
|
-
comment;
|
|
31
|
-
destroyedAt;
|
|
32
|
-
lostAt;
|
|
33
17
|
}
|
|
34
18
|
exports.QueryEquipment = QueryEquipment;
|
|
35
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsE;AACtE,6CAAwD;AACxD,kDAAwD;AAExD,MAAa,cAAe,SAAQ,oCAAqB;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsE;AACtE,6CAAwD;AACxD,kDAAwD;AAExD,MAAa,cAAe,SAAQ,oCAAqB;CAgFxD;AAhFD,wCAgFC;AA5EG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACM;AAKZ;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;qDACiB;AAKvB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;sDACkB;AAKxB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oDACgB;AAKtB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;uDACmB;AAKzB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACiB;AAK1B;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACM;AAKf;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAKd;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACgB;AAKzB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACgB;AAKtB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACe;AAKxB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACO,IAAI;mDAAC;AAKnB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACE,IAAI;8CAAC","sourcesContent":["import { IsDate, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryEquipment extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idStorageArea?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRoom?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n equipmentState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n availability?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n signatureStatus?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n reference?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n brand?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n type?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n supplier?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n price?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n destroyedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n lostAt?: Date;\n}"]}
|
|
@@ -14,20 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const decorators_1 = require("../../../../utils/decorators");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
class CreateExercice {
|
|
17
|
-
startDate;
|
|
18
|
-
endDate;
|
|
19
|
-
isBack;
|
|
20
|
-
close;
|
|
21
|
-
allAnnote;
|
|
22
|
-
current;
|
|
23
|
-
withApproval;
|
|
24
|
-
reviewGuide;
|
|
25
|
-
summaryNote;
|
|
26
|
-
receiptJeDeclare;
|
|
27
|
-
annualFolderEdition;
|
|
28
|
-
processClossingExercice;
|
|
29
|
-
idSociety;
|
|
30
|
-
isDefault;
|
|
31
17
|
}
|
|
32
18
|
exports.CreateExercice = CreateExercice;
|
|
33
19
|
__decorate([
|
|
@@ -124,15 +110,6 @@ __decorate([
|
|
|
124
110
|
__metadata("design:type", Boolean)
|
|
125
111
|
], CreateExercice.prototype, "isDefault", void 0);
|
|
126
112
|
class CreateProjectExercice {
|
|
127
|
-
withBalanceSheet;
|
|
128
|
-
withIncomeStatement;
|
|
129
|
-
withbalanceSheetNote;
|
|
130
|
-
withCA12;
|
|
131
|
-
with2572;
|
|
132
|
-
mailTo;
|
|
133
|
-
mailObject;
|
|
134
|
-
mailContent;
|
|
135
|
-
isTest;
|
|
136
113
|
}
|
|
137
114
|
exports.CreateProjectExercice = CreateProjectExercice;
|
|
138
115
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAgF;AAChF,sFAA2E;AAE3E,MAAa,cAAc;
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAgF;AAChF,sFAA2E;AAE3E,MAAa,cAAc;CA+E1B;AA/ED,wCA+EC;AA5EG;IAFD,IAAA,wBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACI,IAAI;iDAAC;AAIhB;IAFD,IAAA,wBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;+CAAC;AAMd;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8CACM;AAMjB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6CACK;AAMhB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACS;AAMpB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+CACO;AAMlB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACY;AAMvB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACW;AAMtB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACW;AAMtB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACgB;AAM3B;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACmB;AAM9B;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACuB;AAKlC;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACO;AAMlB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACS;AAGxB,MAAa,qBAAqB;CA2CjC;AA3CD,sDA2CC;AAvCG;IAHD,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;+DACgB;AAK1B;IAHD,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;kEACmB;AAK7B;IAHD,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;mEACoB;AAK9B;IAHD,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;uDACQ;AAKlB;IAHD,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;uDACQ;AAIlB;IAFD,IAAA,wBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACM;AAIf;IAFD,IAAA,wBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACU;AAInB;IAFD,IAAA,wBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;0DACW;AAMpB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACM","sourcesContent":["import {\n IsBoolean, IsDate, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateExercice {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n processClossingExercice?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isDefault?: boolean;\n}\n\nexport class CreateProjectExercice {\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withBalanceSheet: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withIncomeStatement: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withbalanceSheetNote: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withCA12: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n with2572: boolean;\n\n @ApiProperty()\n @IsString()\n mailTo: string;\n\n @ApiProperty()\n @IsString()\n mailObject: string;\n\n @ApiProperty()\n @IsString()\n mailContent: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean;\n}"]}
|
|
@@ -14,11 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const decorators_1 = require("../../../../utils/decorators");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
class QueryExercice {
|
|
17
|
-
id;
|
|
18
|
-
startDate;
|
|
19
|
-
endDate;
|
|
20
|
-
isBack;
|
|
21
|
-
close;
|
|
22
17
|
}
|
|
23
18
|
exports.QueryExercice = QueryExercice;
|
|
24
19
|
__decorate([
|
|
@@ -53,7 +48,6 @@ __decorate([
|
|
|
53
48
|
__metadata("design:type", Boolean)
|
|
54
49
|
], QueryExercice.prototype, "close", void 0);
|
|
55
50
|
class QuerySocietyExercice {
|
|
56
|
-
paranoid;
|
|
57
51
|
}
|
|
58
52
|
exports.QuerySocietyExercice = QuerySocietyExercice;
|
|
59
53
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryExercice.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAChE,6DAAmE;AACnE,sFAA2E;AAE3E,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"QueryExercice.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAChE,6DAAmE;AACnE,sFAA2E;AAE3E,MAAa,aAAa;CA0BzB;AA1BD,sCA0BC;AAvBG;IAFD,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;yCACY;AAKvB;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACC,IAAI;gDAAC;AAKjB;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACD,IAAI;8CAAC;AAMf;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6CACM;AAMjB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;4CACK;AAGpB,MAAa,oBAAoB;CAMhC;AAND,oDAMC;AADG;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACQ","sourcesContent":["import { IsBoolean, IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryExercice {\n @ApiPropertyOptional()\n @IsOptional()\n id?: number | number[];\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n}\n\nexport class QuerySocietyExercice {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n paranoid?: boolean;\n}"]}
|
|
@@ -14,22 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const decorators_1 = require("../../../../utils/decorators");
|
|
15
15
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
16
16
|
class UpdateExercice {
|
|
17
|
-
startDate;
|
|
18
|
-
endDate;
|
|
19
|
-
isBack;
|
|
20
|
-
allAnnote;
|
|
21
|
-
current;
|
|
22
|
-
withApproval;
|
|
23
|
-
reviewGuide;
|
|
24
|
-
summaryNote;
|
|
25
|
-
receiptJeDeclare;
|
|
26
|
-
annualFolderEdition;
|
|
27
|
-
processClossingExercice;
|
|
28
|
-
idSociety;
|
|
29
|
-
turnoverMax;
|
|
30
|
-
benefit;
|
|
31
|
-
isDefault;
|
|
32
|
-
close;
|
|
33
17
|
}
|
|
34
18
|
exports.UpdateExercice = UpdateExercice;
|
|
35
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateExercice.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/UpdateExercice.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAmE;AACnE,sFAA2E;AAE3E,MAAa,cAAc;
|
|
1
|
+
{"version":3,"file":"UpdateExercice.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/UpdateExercice.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAmE;AACnE,sFAA2E;AAE3E,MAAa,cAAc;CA2F1B;AA3FD,wCA2FC;AAvFG;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;iDACQ;AAKnB;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;+CACM;AAMjB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8CACM;AAMjB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACS;AAMpB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+CACO;AAMlB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACY;AAMvB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACW;AAMtB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACW;AAMtB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACgB;AAM3B;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACmB;AAM9B;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACuB;AAKlC;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACQ;AAKnB;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACU;AAKrB;IAHD,IAAA,gCAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACM;AAMjB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACS;AAMpB;IAJD,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6CACK","sourcesContent":["import {\n IsBoolean, IsDateString, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateExercice {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n processClossingExercice?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n turnoverMax?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n benefit?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isDefault?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.CreateExerciceNoteFile = exports.CreateExerciceNote = void 0;
|
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
const ExerciceNoteType_1 = require("../../../Enum/ExerciceNoteType");
|
|
15
15
|
class CreateExerciceNote {
|
|
16
|
-
type;
|
|
17
|
-
value;
|
|
18
16
|
}
|
|
19
17
|
exports.CreateExerciceNote = CreateExerciceNote;
|
|
20
18
|
__decorate([
|
|
@@ -26,7 +24,6 @@ __decorate([
|
|
|
26
24
|
__metadata("design:type", String)
|
|
27
25
|
], CreateExerciceNote.prototype, "value", void 0);
|
|
28
26
|
class CreateExerciceNoteFile {
|
|
29
|
-
type;
|
|
30
27
|
}
|
|
31
28
|
exports.CreateExerciceNoteFile = CreateExerciceNoteFile;
|
|
32
29
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateExerciceNote.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceNote/CreateExerciceNote.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAChD,qEAAkE;AAElE,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"CreateExerciceNote.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceNote/CreateExerciceNote.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAChD,qEAAkE;AAElE,MAAa,kBAAkB;CAM9B;AAND,gDAMC;AAJG;IADD,IAAA,mBAAW,GAAE;;gDACW;AAGvB;IADD,IAAA,mBAAW,GAAE;;iDACE;AAGlB,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AADG;IADD,IAAA,mBAAW,GAAE;;oDACW","sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { ExerciceNoteType } from '../../../Enum/ExerciceNoteType';\n\nexport class CreateExerciceNote {\n @ApiProperty()\n type: ExerciceNoteType;\n\n @ApiProperty()\n value: string;\n}\n\nexport class CreateExerciceNoteFile {\n @ApiProperty()\n type: ExerciceNoteType;\n}"]}
|
|
@@ -13,7 +13,6 @@ exports.QueryExerciceNote = void 0;
|
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
const ExerciceNoteType_1 = require("../../../Enum/ExerciceNoteType");
|
|
15
15
|
class QueryExerciceNote {
|
|
16
|
-
type;
|
|
17
16
|
}
|
|
18
17
|
exports.QueryExerciceNote = QueryExerciceNote;
|
|
19
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryExerciceNote.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceNote/QueryExerciceNote.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAChD,qEAAkE;AAElE,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"QueryExerciceNote.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceNote/QueryExerciceNote.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAChD,qEAAkE;AAElE,MAAa,iBAAiB;CAG7B;AAHD,8CAGC;AADG;IADD,IAAA,mBAAW,GAAE;;+CACW","sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { ExerciceNoteType } from '../../../Enum/ExerciceNoteType';\n\nexport class QueryExerciceNote {\n @ApiProperty()\n type: ExerciceNoteType;\n}"]}
|
|
@@ -13,8 +13,6 @@ exports.QueryCreateExercicePrestation = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
class QueryCreateExercicePrestation {
|
|
16
|
-
exercicePrestation;
|
|
17
|
-
commercialOffers;
|
|
18
16
|
}
|
|
19
17
|
exports.QueryCreateExercicePrestation = QueryCreateExercicePrestation;
|
|
20
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercicePrestation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AACpD,6CAAqE;AAIrE,MAAa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercicePrestation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AACpD,6CAAqE;AAIrE,MAAa,6BAA6B;CAQzC;AARD,sEAQC;AALG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yEAC+B;AAIxC;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;;uEAC6B","sourcesContent":["import { IsArray, IsObject } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ICommercialOffer } from '../../models/ICommercialOffer';\nimport { IExercicePrestation } from '../../models/IExercicePrestation';\n\nexport class QueryCreateExercicePrestation {\n @ApiProperty()\n @IsObject()\n exercicePrestation: IExercicePrestation;\n\n @ApiPropertyOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}"]}
|
|
@@ -13,9 +13,6 @@ exports.CreateExerciceQuestions = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const __1 = require("../../../..");
|
|
15
15
|
class ExerciceQuestion {
|
|
16
|
-
idQuestion;
|
|
17
|
-
idAnswerTypeValue;
|
|
18
|
-
answer;
|
|
19
16
|
}
|
|
20
17
|
__decorate([
|
|
21
18
|
(0, __1.ApiProperty)(),
|
|
@@ -37,7 +34,6 @@ __decorate([
|
|
|
37
34
|
__metadata("design:type", String)
|
|
38
35
|
], ExerciceQuestion.prototype, "answer", void 0);
|
|
39
36
|
class CreateExerciceQuestions {
|
|
40
|
-
exerciceQuestions;
|
|
41
37
|
}
|
|
42
38
|
exports.CreateExerciceQuestions = CreateExerciceQuestions;
|
|
43
39
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateExerciceQuestion.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAIyB;AACzB,mCAA+D;AAE/D,MAAM,gBAAgB;
|
|
1
|
+
{"version":3,"file":"CreateExerciceQuestion.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAIyB;AACzB,mCAA+D;AAE/D,MAAM,gBAAgB;CAgBrB;AAZG;IAHD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;oDACQ;AAMnB;IAJD,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;2DACgB;AAK3B;IAHD,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACO;AAGpB,MAAa,uBAAuB;CAOnC;AAPD,0DAOC;AADG;IALD,IAAA,yBAAO,GAAE;IACT,IAAA,6BAAW,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC;IAChC,IAAA,gCAAc,EAAC;QACd,IAAI,EAAE,IAAI;KACX,CAAC;8BACmB,KAAK;kEAAmB","sourcesContent":["import {\n ArrayUnique,\n IsArray,\n IsInt, IsOptional, IsPositive, IsString, ValidateNested,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nclass ExerciceQuestion {\n @ApiProperty()\n @IsInt()\n @IsPositive()\n idQuestion: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsPositive()\n idAnswerTypeValue?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n answer?: string;\n}\n\nexport class CreateExerciceQuestions {\n @IsArray()\n @ArrayUnique((q) => q.idQuestion)\n @ValidateNested({\n each: true,\n })\n exerciceQuestions: Array<ExerciceQuestion>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryQuestion.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceQuestion/QueryQuestion.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,gCAAyC;AACzC,mCAAkD;AAElD,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"QueryQuestion.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exerciceQuestion/QueryQuestion.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,gCAAyC;AACzC,mCAAkD;AAElD,MAAa,aAAa;CAOzB;AAPD,sCAOC;AADG;IALD,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,iBAAa,EAAE;QACrB,IAAI,EAAE,IAAI;KACX,CAAC;8BACS,KAAK;6CAAgB","sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { QuestionTheme } from '../../..';\nimport { ApiPropertyOptional } from '../../../..';\n\nexport class QueryQuestion {\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(QuestionTheme, {\n each: true,\n })\n themes?: Array<QuestionTheme>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/expertAnnuary/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,6CAAwD;AAExD,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/expertAnnuary/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,6CAAwD;AAExD,MAAa,kBAAkB;CAK9B;AALD,gDAKC;AADG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACK","sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryExpertAnnuary {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n name?: string;\n}"]}
|
|
@@ -14,14 +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 CreateRebilling {
|
|
17
|
-
comment;
|
|
18
|
-
hasToBeAccruals;
|
|
19
|
-
turnoverMax;
|
|
20
|
-
idExercice;
|
|
21
|
-
idSociety;
|
|
22
|
-
idPrestation;
|
|
23
|
-
numberOfMonths;
|
|
24
|
-
totalAmount;
|
|
25
17
|
}
|
|
26
18
|
exports.CreateRebilling = CreateRebilling;
|
|
27
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRebilling.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/CreateRebilling.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA+D;AAC/D,sFAA2E;AAE3E,MAAa,eAAe;
|
|
1
|
+
{"version":3,"file":"CreateRebilling.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/CreateRebilling.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA+D;AAC/D,sFAA2E;AAE3E,MAAa,eAAe;CAmC3B;AAnCD,0CAmCC;AA/BG;IAHD,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACQ;AAMjB;IAJD,IAAA,uBAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;wDACe;AAIzB;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;oDACc;AAIpB;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;mDACa;AAInB;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;kDACY;AAIlB;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;qDACe;AAIrB;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;uDACiB;AAIvB;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;oDACc","sourcesContent":["import {\n IsBoolean, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateRebilling {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n hasToBeAccruals?: string;\n\n @ApiProperty()\n @IsInt()\n turnoverMax: number;\n\n @ApiProperty()\n @IsInt()\n idExercice: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idPrestation: number;\n\n @ApiProperty()\n @IsInt()\n numberOfMonths: number;\n\n @ApiProperty()\n @IsInt()\n totalAmount: number;\n}"]}
|
|
@@ -13,7 +13,6 @@ exports.GoToFacturationParams = void 0;
|
|
|
13
13
|
const __1 = require("../../../..");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
class GoToFacturationParams {
|
|
16
|
-
idPrestations;
|
|
17
16
|
}
|
|
18
17
|
exports.GoToFacturationParams = GoToFacturationParams;
|
|
19
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoToFacturation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/GoToFacturation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAA0C;AAC1C,qDAAwC;AAExC,MAAa,qBAAqB;
|
|
1
|
+
{"version":3,"file":"GoToFacturation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/GoToFacturation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAA0C;AAC1C,qDAAwC;AAExC,MAAa,qBAAqB;CAIjC;AAJD,sDAIC;AADG;IAFD,IAAA,eAAW,GAAE;IACb,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;4DACI","sourcesContent":["import { ApiProperty } from '../../../..';\nimport { IsInt } from 'class-validator';\n\nexport class GoToFacturationParams {\n @ApiProperty()\n @IsInt({ each: true })\n idPrestations: number[];\n}"]}
|
|
@@ -14,8 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const BasePaginate_1 = require("../BasePaginate");
|
|
16
16
|
class QueryPaginatedRebilling extends BasePaginate_1.OptionalQueryPaginate {
|
|
17
|
-
search;
|
|
18
|
-
idUser;
|
|
19
17
|
}
|
|
20
18
|
exports.QueryPaginatedRebilling = QueryPaginatedRebilling;
|
|
21
19
|
__decorate([
|
|
@@ -31,10 +29,6 @@ __decorate([
|
|
|
31
29
|
__metadata("design:type", Number)
|
|
32
30
|
], QueryPaginatedRebilling.prototype, "idUser", void 0);
|
|
33
31
|
class CreateRecommanded {
|
|
34
|
-
idSociety;
|
|
35
|
-
amount;
|
|
36
|
-
numberRecommand;
|
|
37
|
-
dateRecommand;
|
|
38
32
|
}
|
|
39
33
|
exports.CreateRecommanded = CreateRecommanded;
|
|
40
34
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AACrE,kDAAwD;AAExD,MAAa,uBAAwB,SAAQ,oCAAqB;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AACrE,kDAAwD;AAExD,MAAa,uBAAwB,SAAQ,oCAAqB;CAUjE;AAVD,0DAUC;AANG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;uDACU;AAGpB,MAAa,iBAAiB;CAe7B;AAfD,8CAeC;AAZG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;oDACS;AAIlB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;iDACM;AAGf;IADD,IAAA,mBAAW,GAAE;;0DACY;AAGxB;IADD,IAAA,mBAAW,GAAE;;wDACU","sourcesContent":["import {\n IsInt, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { OptionalQueryPaginate } from '../BasePaginate';\n\nexport class QueryPaginatedRebilling extends OptionalQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n}\n\nexport class CreateRecommanded {\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n \n @ApiProperty()\n @IsNumber()\n amount: number;\n\n @ApiProperty()\n numberRecommand: string;\n\n @ApiProperty()\n dateRecommand: string;\n\n}\n"]}
|
|
@@ -14,9 +14,6 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const utils_1 = require("../../../../utils");
|
|
15
15
|
const BasePaginate_1 = require("../BasePaginate");
|
|
16
16
|
class QueryPaginatedSocietyWithFacturation extends BasePaginate_1.OptionalQueryPaginate {
|
|
17
|
-
search;
|
|
18
|
-
idUser;
|
|
19
|
-
idBillingState;
|
|
20
17
|
}
|
|
21
18
|
exports.QueryPaginatedSocietyWithFacturation = QueryPaginatedSocietyWithFacturation;
|
|
22
19
|
__decorate([
|
package/dist/cjs/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedSocietyWithFacturation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAwD;AACxD,kDAAwD;AAExD,MAAa,oCAAqC,SAAQ,oCAAqB;
|
|
1
|
+
{"version":3,"file":"QueryPaginatedSocietyWithFacturation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAwD;AACxD,kDAAwD;AAExD,MAAa,oCAAqC,SAAQ,oCAAqB;CAe9E;AAfD,oFAeC;AAXG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oEACO;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oEACU;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4EACkB","sourcesContent":["import {\n IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { OptionalQueryPaginate } from '../BasePaginate';\n\nexport class QueryPaginatedSocietyWithFacturation extends OptionalQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idBillingState?: number;\n}\n"]}
|
|
@@ -15,8 +15,6 @@ const utils_1 = require("../../../../utils");
|
|
|
15
15
|
const FecFileDelimiter_1 = require("../../../Enum/FecFileDelimiter");
|
|
16
16
|
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
17
17
|
class CreateFecFile {
|
|
18
|
-
file;
|
|
19
|
-
delimiter;
|
|
20
18
|
}
|
|
21
19
|
exports.CreateFecFile = CreateFecFile;
|
|
22
20
|
__decorate([
|
|
@@ -28,8 +26,6 @@ __decorate([
|
|
|
28
26
|
__metadata("design:type", String)
|
|
29
27
|
], CreateFecFile.prototype, "delimiter", void 0);
|
|
30
28
|
class CreateMappingFecFile {
|
|
31
|
-
mapping;
|
|
32
|
-
disableRetainingEarnings;
|
|
33
29
|
}
|
|
34
30
|
exports.CreateMappingFecFile = CreateMappingFecFile;
|
|
35
31
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateFecFile.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/fecFile/CreateFecFile.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAqE;AACrE,qEAAkE;AAGlE,sFAA2E;AAE3E,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"CreateFecFile.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/fecFile/CreateFecFile.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAqE;AACrE,qEAAkE;AAGlE,sFAA2E;AAE3E,MAAa,aAAa;CAKzB;AALD,sCAKC;AAHG;IADD,IAAA,mBAAW,GAAE;;2CACC;AAEb;IADD,IAAA,mBAAW,GAAE;;gDACgB;AAEhC,MAAa,oBAAoB;CAShC;AATD,oDASC;AAPG;IADD,IAAA,mBAAW,GAAE;;qDACa;AAMzB;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;sEACyB","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { FecFileDelimiter } from '../../../Enum/FecFileDelimiter';\nimport { TFile } from '../file/TFile';\nimport { MappingFecFile } from './ReadFecFile';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateFecFile {\n @ApiProperty()\n file?: TFile;\n @ApiProperty()\n delimiter: FecFileDelimiter;\n}\nexport class CreateMappingFecFile {\n @ApiProperty()\n mapping?: MappingFecFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n disableRetainingEarnings?: boolean;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryFecFile.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/fecFile/QueryFecFile.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"QueryFecFile.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/fecFile/QueryFecFile.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,YAAY;CAGxB;AAHD,oCAGC;AADG;IADD,IAAA,2BAAmB,GAAE;;+CACD","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryFecFile {\n @ApiPropertyOptional()\n idSociety?: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/file/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAC3C,6CAAgD;AAGhD,MAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/file/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAC3C,6CAAgD;AAGhD,MAAa,UAAU;CAWtB;AAXD,gCAWC;AATG;IADD,IAAA,mBAAW,GAAE;;wCACA;AAIZ;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;0CACM;AAIf;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;wCACI","sourcesContent":["import { IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { TFile } from './TFile';\n\nexport class CreateFile {\n @ApiProperty()\n file: TFile;\n\n @ApiProperty()\n @IsString()\n folder: string;\n\n @ApiProperty()\n @IsString()\n name: string;\n}\n\nexport type ResizeIfTooLargePayload = {\n imageLink: string;\n path: string;\n resizeIfGreaterThan: {\n size: number;\n height: number;\n width: number;\n };\n newFile: {\n height?: number;\n width?: number;\n name: string;\n }\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Read.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/file/Read.ts"],"names":[],"mappings":";;;AAEA,MAAa,QAAQ;
|
|
1
|
+
{"version":3,"file":"Read.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/file/Read.ts"],"names":[],"mappings":";;;AAEA,MAAa,QAAQ;CAGpB;AAHD,4BAGC","sourcesContent":["import { IFile } from '../../..';\n\nexport class ReadFile {\n file: IFile;\n url: string;\n}"]}
|
|
@@ -13,7 +13,6 @@ exports.CreateNonDeductibleInterests = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const __1 = require("../../../..");
|
|
15
15
|
class CreateNonDeductibleInterests {
|
|
16
|
-
transactionIds;
|
|
17
16
|
}
|
|
18
17
|
exports.CreateNonDeductibleInterests = CreateNonDeductibleInterests;
|
|
19
18
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNonDeductibleInterests.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/financialCharge/CreateNonDeductibleInterests.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA0C;AAE1C,MAAa,4BAA4B;
|
|
1
|
+
{"version":3,"file":"CreateNonDeductibleInterests.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/financialCharge/CreateNonDeductibleInterests.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,mCAA0C;AAE1C,MAAa,4BAA4B;CAUxC;AAVD,oEAUC;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;oEAAS","sourcesContent":["import {\n ArrayUnique, IsInt, IsPositive,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateNonDeductibleInterests {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({\n each: true,\n })\n @IsPositive({\n each: true,\n })\n transactionIds: Array<number>;\n}"]}
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreatedNonDeductibleInterests = void 0;
|
|
4
4
|
class CreatedNonDeductibleInterests {
|
|
5
|
-
hasNonDeductibleInterests;
|
|
6
|
-
completion;
|
|
7
|
-
question;
|
|
8
5
|
}
|
|
9
6
|
exports.CreatedNonDeductibleInterests = CreatedNonDeductibleInterests;
|
|
10
7
|
//# sourceMappingURL=CreatedNonDeductibleInterests.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatedNonDeductibleInterests.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"CreatedNonDeductibleInterests.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;CAIzC;AAJD,sEAIC","sourcesContent":["import { IBalanceSheetCompletion, IExerciceQuestion } from '../../..';\n\nexport class CreatedNonDeductibleInterests {\n hasNonDeductibleInterests: boolean;\n completion: IBalanceSheetCompletion;\n question?: IExerciceQuestion;\n}"]}
|