@silexpert/core 0.1.6 → 0.4.0
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/es/api/Resource.d.ts.map +1 -1
- package/es/api/Resource.js.map +1 -1
- package/es/api/index.d.ts +3 -0
- package/es/api/index.d.ts.map +1 -1
- package/es/api/index.js +6 -2
- package/es/api/index.js.map +1 -1
- package/es/api/resources/Account.d.ts +6 -0
- package/es/api/resources/Account.d.ts.map +1 -0
- package/es/api/resources/Account.js +19 -0
- package/es/api/resources/Account.js.map +1 -0
- package/es/api/resources/AccountType.d.ts +8 -0
- package/es/api/resources/AccountType.d.ts.map +1 -0
- package/es/api/resources/AccountType.js +7 -0
- package/es/api/resources/AccountType.js.map +1 -0
- package/es/api/resources/Country.d.ts.map +1 -1
- package/es/api/resources/Country.js.map +1 -1
- package/es/api/resources/Immobilization.d.ts +11 -0
- package/es/api/resources/Immobilization.d.ts.map +1 -0
- package/es/api/resources/Immobilization.js +10 -0
- package/es/api/resources/Immobilization.js.map +1 -0
- package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -1
- package/es/api/resources/PaymentExpectationCustomer.js +2 -2
- package/es/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/es/api/resources/Simulation.d.ts +8 -1
- package/es/api/resources/Simulation.d.ts.map +1 -1
- package/es/api/resources/Simulation.js +10 -4
- package/es/api/resources/Simulation.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +14 -0
- package/es/api/resources/Transaction.d.ts.map +1 -0
- package/es/api/resources/Transaction.js +12 -0
- package/es/api/resources/Transaction.js.map +1 -0
- package/es/api/resources.d.ts +8 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +9 -1
- package/es/api/resources.js.map +1 -1
- package/es/index.js.map +1 -1
- package/es/types/Enum/AccountingJournal.d.ts +2 -1
- package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
- package/es/types/Enum/AccountingJournal.js +1 -0
- package/es/types/Enum/AccountingJournal.js.map +1 -1
- package/es/types/Enum/ComptaType.js.map +1 -1
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/ImmobilizationType.js.map +1 -1
- package/es/types/Enum/LegalForm.js +20 -20
- package/es/types/Enum/LegalForm.js.map +1 -1
- package/es/types/Enum/Nature.d.ts +6 -0
- package/es/types/Enum/Nature.d.ts.map +1 -0
- package/es/types/Enum/Nature.js +7 -0
- package/es/types/Enum/Nature.js.map +1 -0
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Enum/Simulation.js +6 -6
- package/es/types/Enum/Simulation.js.map +1 -1
- package/es/types/Enum/TypeConnector.js.map +1 -1
- package/es/types/Enum/Vat.js +3 -3
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Form/FormConnector.d.ts.map +1 -1
- package/es/types/Form/FormConnector.js.map +1 -1
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
- package/es/types/Interface/api/BasePaginate.js.map +1 -1
- package/es/types/Interface/api/account/QueryAccounts.d.ts +9 -0
- package/es/types/Interface/api/account/QueryAccounts.d.ts.map +1 -0
- package/es/types/Interface/api/account/QueryAccounts.js +33 -0
- package/es/types/Interface/api/account/QueryAccounts.js.map +1 -0
- package/es/types/Interface/api/account/ReadAccounts.d.ts +2 -0
- package/es/types/Interface/api/account/ReadAccounts.d.ts.map +1 -0
- package/es/types/Interface/api/account/ReadAccounts.js +2 -0
- package/es/types/Interface/api/account/ReadAccounts.js.map +1 -0
- package/es/types/Interface/api/accountType/ReadAccountType.d.ts +8 -0
- package/es/types/Interface/api/accountType/ReadAccountType.d.ts.map +1 -0
- package/es/types/Interface/api/accountType/ReadAccountType.js +2 -0
- package/es/types/Interface/api/accountType/ReadAccountType.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +8 -6
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +27 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js +2 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/api/simulation/CreateSimulation.d.ts.map +1 -1
- package/es/types/Interface/api/simulation/CreateSimulation.js.map +1 -1
- package/es/types/Interface/api/simulation/ReadSimulation.d.ts +0 -9
- package/es/types/Interface/api/simulation/ReadSimulation.d.ts.map +1 -1
- package/es/types/Interface/api/simulation/ReadSimulation.js +1 -1
- package/es/types/Interface/api/simulation/ReadSimulation.js.map +1 -1
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.d.ts +5 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.d.ts.map +1 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.js +21 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/es/types/Interface/models/IAbsenceType.d.ts.map +1 -1
- package/es/types/Interface/models/IAbsenceType.js.map +1 -1
- package/es/types/Interface/models/IAccessToken.d.ts.map +1 -1
- package/es/types/Interface/models/IAccessToken.js.map +1 -1
- package/es/types/Interface/models/IAccount.d.ts +2 -2
- package/es/types/Interface/models/IAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IAccount.js.map +1 -1
- package/es/types/Interface/models/IAccountDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountDetail.js.map +1 -1
- package/es/types/Interface/models/IAccountHelp.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountHelp.js.map +1 -1
- package/es/types/Interface/models/IAccountType.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountType.js.map +1 -1
- package/es/types/Interface/models/IAccountantTracker.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountantTracker.js.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/es/types/Interface/models/IAccountingFile.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingFile.js.map +1 -1
- package/es/types/Interface/models/IAccountingFileType.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingFileType.js.map +1 -1
- package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingJournal.js.map +1 -1
- package/es/types/Interface/models/IAccountingState.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingState.js.map +1 -1
- package/es/types/Interface/models/IAccountingStateType.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingStateType.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IAccountsSocieties.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountsSocieties.js.map +1 -1
- package/es/types/Interface/models/IActivity.d.ts.map +1 -1
- package/es/types/Interface/models/IActivity.js.map +1 -1
- package/es/types/Interface/models/IAdditionalBalance.d.ts.map +1 -1
- package/es/types/Interface/models/IAdditionalBalance.js.map +1 -1
- package/es/types/Interface/models/IAlert.d.ts.map +1 -1
- package/es/types/Interface/models/IAlert.js.map +1 -1
- package/es/types/Interface/models/IAllowedIp.d.ts.map +1 -1
- package/es/types/Interface/models/IAllowedIp.js.map +1 -1
- package/es/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
- package/es/types/Interface/models/IAnalyticsUtm.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +6 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +6 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IAppConfig.d.ts.map +1 -1
- package/es/types/Interface/models/IAppConfig.js.map +1 -1
- package/es/types/Interface/models/IAreasInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IAreasInvoice.js.map +1 -1
- package/es/types/Interface/models/IAskAbsence.d.ts.map +1 -1
- package/es/types/Interface/models/IAskAbsence.js.map +1 -1
- package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +1 -1
- package/es/types/Interface/models/IAskAbsenceTimes.js.map +1 -1
- package/es/types/Interface/models/IAttachmentFile.d.ts.map +1 -1
- package/es/types/Interface/models/IAttachmentFile.js.map +1 -1
- package/es/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/es/types/Interface/models/IAttestation.js.map +1 -1
- package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
- package/es/types/Interface/models/IAutoLoginToken.d.ts.map +1 -1
- package/es/types/Interface/models/IAutoLoginToken.js.map +1 -1
- package/es/types/Interface/models/IBalanceBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceBankAccount.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetHistory.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetLiquidation.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetPartial.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetPartial.js.map +1 -1
- package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IBankAccount.js.map +1 -1
- package/es/types/Interface/models/IBankAccountSynchroHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -1
- package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
- package/es/types/Interface/models/IBankConnection.js.map +1 -1
- package/es/types/Interface/models/IBankList.d.ts.map +1 -1
- package/es/types/Interface/models/IBankList.js.map +1 -1
- package/es/types/Interface/models/IBankTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IBankTransaction.js.map +1 -1
- package/es/types/Interface/models/IBrandType.d.ts.map +1 -1
- package/es/types/Interface/models/IBrandType.js.map +1 -1
- package/es/types/Interface/models/IBusinessLine.d.ts.map +1 -1
- package/es/types/Interface/models/IBusinessLine.js.map +1 -1
- package/es/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
- package/es/types/Interface/models/IBusinessPartner.js.map +1 -1
- package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/es/types/Interface/models/ICalendarEventUser.d.ts.map +1 -1
- package/es/types/Interface/models/ICalendarEventUser.js.map +1 -1
- package/es/types/Interface/models/ICallDirectly.d.ts.map +1 -1
- package/es/types/Interface/models/ICallDirectly.js.map +1 -1
- package/es/types/Interface/models/ICashDeskTransactionType.d.ts.map +1 -1
- package/es/types/Interface/models/ICashDeskTransactionType.js.map +1 -1
- package/es/types/Interface/models/ICategory.d.ts.map +1 -1
- package/es/types/Interface/models/ICategory.js.map +1 -1
- package/es/types/Interface/models/ICerfaType.d.ts.map +1 -1
- package/es/types/Interface/models/ICerfaType.js.map +1 -1
- package/es/types/Interface/models/ICerfaValue.d.ts.map +1 -1
- package/es/types/Interface/models/ICerfaValue.js.map +1 -1
- package/es/types/Interface/models/IChangeLog.d.ts.map +1 -1
- package/es/types/Interface/models/IChangeLog.js.map +1 -1
- package/es/types/Interface/models/IChannelType.d.ts.map +1 -1
- package/es/types/Interface/models/IChannelType.js.map +1 -1
- package/es/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklist.js.map +1 -1
- package/es/types/Interface/models/IChecklistCategoryType.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklistCategoryType.js.map +1 -1
- package/es/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/es/types/Interface/models/IChecklistType.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklistType.js.map +1 -1
- package/es/types/Interface/models/ICivility.d.ts.map +1 -1
- package/es/types/Interface/models/ICivility.js.map +1 -1
- package/es/types/Interface/models/IColor.d.ts.map +1 -1
- package/es/types/Interface/models/IColor.js.map +1 -1
- package/es/types/Interface/models/IComment.d.ts.map +1 -1
- package/es/types/Interface/models/IComment.js.map +1 -1
- package/es/types/Interface/models/ICommentType.d.ts.map +1 -1
- package/es/types/Interface/models/ICommentType.js.map +1 -1
- package/es/types/Interface/models/IComptaHistoryType.d.ts.map +1 -1
- package/es/types/Interface/models/IComptaHistoryType.js.map +1 -1
- package/es/types/Interface/models/IComptaType.d.ts.map +1 -1
- package/es/types/Interface/models/IComptaType.js.map +1 -1
- package/es/types/Interface/models/IConnector.d.ts.map +1 -1
- package/es/types/Interface/models/IConnector.js.map +1 -1
- package/es/types/Interface/models/IConnectorType.d.ts.map +1 -1
- package/es/types/Interface/models/IConnectorType.js.map +1 -1
- package/es/types/Interface/models/IContractType.d.ts.map +1 -1
- package/es/types/Interface/models/IContractType.js.map +1 -1
- package/es/types/Interface/models/ICotation.d.ts.map +1 -1
- package/es/types/Interface/models/ICotation.js.map +1 -1
- package/es/types/Interface/models/ICountry.d.ts.map +1 -1
- package/es/types/Interface/models/ICountry.js.map +1 -1
- package/es/types/Interface/models/ICurrency.d.ts.map +1 -1
- package/es/types/Interface/models/ICurrency.js.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/es/types/Interface/models/ICustomerSignature.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerSignature.js.map +1 -1
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/ICustomisation.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomisation.js.map +1 -1
- package/es/types/Interface/models/ICustomizationType.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomizationType.js.map +1 -1
- package/es/types/Interface/models/ICycle.d.ts.map +1 -1
- package/es/types/Interface/models/ICycle.js.map +1 -1
- package/es/types/Interface/models/IDay.d.ts.map +1 -1
- package/es/types/Interface/models/IDay.js.map +1 -1
- package/es/types/Interface/models/IDetailedLogBi.d.ts.map +1 -1
- package/es/types/Interface/models/IDetailedLogBi.js.map +1 -1
- package/es/types/Interface/models/IDirectDebitHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IDirectDebitHistory.js.map +1 -1
- package/es/types/Interface/models/IDocumentWaitingType.d.ts.map +1 -1
- package/es/types/Interface/models/IDocumentWaitingType.js.map +1 -1
- package/es/types/Interface/models/IEmployee.d.ts.map +1 -1
- package/es/types/Interface/models/IEmployee.js.map +1 -1
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/models/IEngagementAccountingEntry.js.map +1 -1
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts.map +1 -1
- package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IEngagementBankTransaction.js.map +1 -1
- package/es/types/Interface/models/IEngagementOcrExtraction.d.ts.map +1 -1
- package/es/types/Interface/models/IEngagementOcrExtraction.js.map +1 -1
- package/es/types/Interface/models/IErrorCode.d.ts.map +1 -1
- package/es/types/Interface/models/IErrorCode.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoiceRepeat.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoiceType.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoiceType.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
- package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
- package/es/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/es/types/Interface/models/IFailedLoginAttempt.d.ts.map +1 -1
- package/es/types/Interface/models/IFailedLoginAttempt.js.map +1 -1
- package/es/types/Interface/models/IFaq.d.ts.map +1 -1
- package/es/types/Interface/models/IFaq.js.map +1 -1
- package/es/types/Interface/models/IFaqCategory.d.ts.map +1 -1
- package/es/types/Interface/models/IFaqCategory.js.map +1 -1
- package/es/types/Interface/models/IField.d.ts.map +1 -1
- package/es/types/Interface/models/IField.js.map +1 -1
- package/es/types/Interface/models/IFile.d.ts.map +1 -1
- package/es/types/Interface/models/IFile.js.map +1 -1
- package/es/types/Interface/models/IFileMissing.d.ts.map +1 -1
- package/es/types/Interface/models/IFileMissing.js.map +1 -1
- package/es/types/Interface/models/IFileType.d.ts.map +1 -1
- package/es/types/Interface/models/IFileType.js.map +1 -1
- package/es/types/Interface/models/IFiscalRegime.d.ts.map +1 -1
- package/es/types/Interface/models/IFiscalRegime.js.map +1 -1
- package/es/types/Interface/models/IFolderFile.d.ts.map +1 -1
- package/es/types/Interface/models/IFolderFile.js.map +1 -1
- package/es/types/Interface/models/IFollow.d.ts.map +1 -1
- package/es/types/Interface/models/IFollow.js.map +1 -1
- package/es/types/Interface/models/IFollowList.d.ts.map +1 -1
- package/es/types/Interface/models/IFollowList.js.map +1 -1
- package/es/types/Interface/models/IFollowedQualityMail.d.ts.map +1 -1
- package/es/types/Interface/models/IFollowedQualityMail.js.map +1 -1
- package/es/types/Interface/models/IFollowedQualityMailType.d.ts.map +1 -1
- package/es/types/Interface/models/IFollowedQualityMailType.js.map +1 -1
- package/es/types/Interface/models/IFormalism.d.ts.map +1 -1
- package/es/types/Interface/models/IFormalism.js.map +1 -1
- package/es/types/Interface/models/IFormalismValue.d.ts.map +1 -1
- package/es/types/Interface/models/IFormalismValue.js.map +1 -1
- package/es/types/Interface/models/IFrequency.d.ts.map +1 -1
- package/es/types/Interface/models/IFrequency.js.map +1 -1
- package/es/types/Interface/models/IFuel.d.ts.map +1 -1
- package/es/types/Interface/models/IFuel.js.map +1 -1
- package/es/types/Interface/models/IGedCategory.d.ts.map +1 -1
- package/es/types/Interface/models/IGedCategory.js.map +1 -1
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/IGedFileType.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFileType.js.map +1 -1
- package/es/types/Interface/models/IGedFolder.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFolder.js.map +1 -1
- package/es/types/Interface/models/IIdentification.d.ts.map +1 -1
- package/es/types/Interface/models/IIdentification.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +4 -2
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
- package/es/types/Interface/models/IImmobilization.js.map +1 -1
- package/es/types/Interface/models/IIndependentReview.d.ts.map +1 -1
- package/es/types/Interface/models/IIndependentReview.js.map +1 -1
- package/es/types/Interface/models/IInterestedByFeature.d.ts.map +1 -1
- package/es/types/Interface/models/IInterestedByFeature.js.map +1 -1
- package/es/types/Interface/models/IInternalEstimate.d.ts.map +1 -1
- package/es/types/Interface/models/IInternalEstimate.js.map +1 -1
- package/es/types/Interface/models/IIpTmpBlocked.d.ts.map +1 -1
- package/es/types/Interface/models/IIpTmpBlocked.js.map +1 -1
- package/es/types/Interface/models/IItemEstimate.d.ts.map +1 -1
- package/es/types/Interface/models/IItemEstimate.js.map +1 -1
- package/es/types/Interface/models/IJob.d.ts.map +1 -1
- package/es/types/Interface/models/IJob.js.map +1 -1
- package/es/types/Interface/models/IJobCategory.d.ts.map +1 -1
- package/es/types/Interface/models/IJobCategory.js.map +1 -1
- package/es/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -1
- package/es/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
- package/es/types/Interface/models/ILabelPaymentWaiting.d.ts.map +1 -1
- package/es/types/Interface/models/ILabelPaymentWaiting.js.map +1 -1
- package/es/types/Interface/models/ILegalForm.d.ts.map +1 -1
- package/es/types/Interface/models/ILegalForm.js.map +1 -1
- package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/es/types/Interface/models/ILegalNotice.js.map +1 -1
- package/es/types/Interface/models/ILetter.d.ts.map +1 -1
- package/es/types/Interface/models/ILetter.js.map +1 -1
- package/es/types/Interface/models/ILetterType.d.ts.map +1 -1
- package/es/types/Interface/models/ILetterType.js.map +1 -1
- package/es/types/Interface/models/ILettering.d.ts.map +1 -1
- package/es/types/Interface/models/ILettering.js.map +1 -1
- package/es/types/Interface/models/ILog.d.ts.map +1 -1
- package/es/types/Interface/models/ILog.js.map +1 -1
- package/es/types/Interface/models/ILogBi.d.ts.map +1 -1
- package/es/types/Interface/models/ILogBi.js.map +1 -1
- package/es/types/Interface/models/ILogType.d.ts.map +1 -1
- package/es/types/Interface/models/ILogType.js.map +1 -1
- package/es/types/Interface/models/IMailAuto.d.ts.map +1 -1
- package/es/types/Interface/models/IMailAuto.js.map +1 -1
- package/es/types/Interface/models/IMailAutoType.d.ts.map +1 -1
- package/es/types/Interface/models/IMailAutoType.js.map +1 -1
- package/es/types/Interface/models/IMailSociety.d.ts.map +1 -1
- package/es/types/Interface/models/IMailSociety.js.map +1 -1
- package/es/types/Interface/models/IMonth.d.ts.map +1 -1
- package/es/types/Interface/models/IMonth.js.map +1 -1
- package/es/types/Interface/models/INationality.d.ts.map +1 -1
- package/es/types/Interface/models/INationality.js.map +1 -1
- package/es/types/Interface/models/INature.d.ts.map +1 -1
- package/es/types/Interface/models/INature.js.map +1 -1
- package/es/types/Interface/models/INote.d.ts.map +1 -1
- package/es/types/Interface/models/INote.js.map +1 -1
- package/es/types/Interface/models/INotification.d.ts.map +1 -1
- package/es/types/Interface/models/INotification.js.map +1 -1
- package/es/types/Interface/models/INotificationCodeType.d.ts.map +1 -1
- package/es/types/Interface/models/INotificationCodeType.js.map +1 -1
- package/es/types/Interface/models/INotificationType.d.ts.map +1 -1
- package/es/types/Interface/models/INotificationType.js.map +1 -1
- package/es/types/Interface/models/IOldExpertInfo.d.ts.map +1 -1
- package/es/types/Interface/models/IOldExpertInfo.js.map +1 -1
- package/es/types/Interface/models/IOperationLegalNotice.d.ts.map +1 -1
- package/es/types/Interface/models/IOperationLegalNotice.js.map +1 -1
- package/es/types/Interface/models/IPageView.d.ts.map +1 -1
- package/es/types/Interface/models/IPageView.js.map +1 -1
- package/es/types/Interface/models/IPartnerTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IPartnerTransaction.js.map +1 -1
- package/es/types/Interface/models/IPartnerTransactionType.d.ts.map +1 -1
- package/es/types/Interface/models/IPartnerTransactionType.js.map +1 -1
- package/es/types/Interface/models/IPayPlan.d.ts.map +1 -1
- package/es/types/Interface/models/IPayPlan.js.map +1 -1
- package/es/types/Interface/models/IPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IPayment.js.map +1 -1
- package/es/types/Interface/models/IPaymentDelay.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentDelay.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/models/IPaymentMethod.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentMethod.js.map +1 -1
- package/es/types/Interface/models/IPaymentSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentSchedule.js.map +1 -1
- package/es/types/Interface/models/IPaymentWaiting.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentWaiting.js.map +1 -1
- package/es/types/Interface/models/IPenalty.d.ts.map +1 -1
- package/es/types/Interface/models/IPenalty.js.map +1 -1
- package/es/types/Interface/models/IPenaltyType.d.ts.map +1 -1
- package/es/types/Interface/models/IPenaltyType.js.map +1 -1
- package/es/types/Interface/models/IPendingPoint.d.ts.map +1 -1
- package/es/types/Interface/models/IPendingPoint.js.map +1 -1
- package/es/types/Interface/models/IPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IPermission.js.map +1 -1
- package/es/types/Interface/models/IPhoneNumber.d.ts.map +1 -1
- package/es/types/Interface/models/IPhoneNumber.js.map +1 -1
- package/es/types/Interface/models/IPhonePrefix.d.ts.map +1 -1
- package/es/types/Interface/models/IPhonePrefix.js.map +1 -1
- package/es/types/Interface/models/IPhonePrefixChild.d.ts.map +1 -1
- package/es/types/Interface/models/IPhonePrefixChild.js.map +1 -1
- package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestation.js.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
- package/es/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationList.js.map +1 -1
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationSocial.js.map +1 -1
- package/es/types/Interface/models/IProcedure.d.ts.map +1 -1
- package/es/types/Interface/models/IProcedure.js.map +1 -1
- package/es/types/Interface/models/IProduct.d.ts.map +1 -1
- package/es/types/Interface/models/IProduct.js.map +1 -1
- package/es/types/Interface/models/IProductType.d.ts.map +1 -1
- package/es/types/Interface/models/IProductType.js.map +1 -1
- package/es/types/Interface/models/IQuality.d.ts.map +1 -1
- package/es/types/Interface/models/IQuality.js.map +1 -1
- package/es/types/Interface/models/IQuotaLead.d.ts.map +1 -1
- package/es/types/Interface/models/IQuotaLead.js.map +1 -1
- package/es/types/Interface/models/IRating.d.ts.map +1 -1
- package/es/types/Interface/models/IRating.js.map +1 -1
- package/es/types/Interface/models/IReason.d.ts.map +1 -1
- package/es/types/Interface/models/IReason.js.map +1 -1
- package/es/types/Interface/models/IReasonTermination.d.ts.map +1 -1
- package/es/types/Interface/models/IReasonTermination.js.map +1 -1
- package/es/types/Interface/models/IRecontactHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IRecontactHistory.js.map +1 -1
- package/es/types/Interface/models/IRefund.d.ts.map +1 -1
- package/es/types/Interface/models/IRefund.js.map +1 -1
- package/es/types/Interface/models/IRefundMotif.d.ts.map +1 -1
- package/es/types/Interface/models/IRefundMotif.js.map +1 -1
- package/es/types/Interface/models/IRegion.d.ts.map +1 -1
- package/es/types/Interface/models/IRegion.js.map +1 -1
- package/es/types/Interface/models/IRegisterCategory.d.ts.map +1 -1
- package/es/types/Interface/models/IRegisterCategory.js.map +1 -1
- package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/es/types/Interface/models/IRegulate.js.map +1 -1
- package/es/types/Interface/models/IRegulation.d.ts.map +1 -1
- package/es/types/Interface/models/IRegulation.js.map +1 -1
- package/es/types/Interface/models/IRepeatType.d.ts.map +1 -1
- package/es/types/Interface/models/IRepeatType.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts.map +1 -1
- package/es/types/Interface/models/IReportMessage.js.map +1 -1
- package/es/types/Interface/models/IReportType.d.ts.map +1 -1
- package/es/types/Interface/models/IReportType.js.map +1 -1
- package/es/types/Interface/models/IRole.d.ts.map +1 -1
- package/es/types/Interface/models/IRole.js.map +1 -1
- package/es/types/Interface/models/IRoleUser.d.ts.map +1 -1
- package/es/types/Interface/models/IRoleUser.js.map +1 -1
- package/es/types/Interface/models/IRoom.d.ts.map +1 -1
- package/es/types/Interface/models/IRoom.js.map +1 -1
- package/es/types/Interface/models/IRule.d.ts.map +1 -1
- package/es/types/Interface/models/IRule.js.map +1 -1
- package/es/types/Interface/models/ISchedule.d.ts.map +1 -1
- package/es/types/Interface/models/ISchedule.js.map +1 -1
- package/es/types/Interface/models/ISector.d.ts.map +1 -1
- package/es/types/Interface/models/ISector.js.map +1 -1
- package/es/types/Interface/models/ISendMethod.d.ts.map +1 -1
- package/es/types/Interface/models/ISendMethod.js.map +1 -1
- package/es/types/Interface/models/IService.d.ts.map +1 -1
- package/es/types/Interface/models/IService.js.map +1 -1
- package/es/types/Interface/models/ISheetMonthSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/ISheetMonthSchedule.js.map +1 -1
- package/es/types/Interface/models/ISimulation.d.ts +3 -3
- package/es/types/Interface/models/ISimulation.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulation.js.map +1 -1
- package/es/types/Interface/models/ISimulationAdditionalFinance.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -1
- package/es/types/Interface/models/ISimulationColor.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationColor.js.map +1 -1
- package/es/types/Interface/models/ISimulationElement.d.ts +5 -5
- package/es/types/Interface/models/ISimulationElement.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationElement.js.map +1 -1
- package/es/types/Interface/models/ISimulationHasBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationHasBankAccount.js.map +1 -1
- package/es/types/Interface/models/ISimulationPeriod.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationPeriod.js.map +1 -1
- package/es/types/Interface/models/ISimulationSummary.d.ts +3 -3
- package/es/types/Interface/models/ISimulationSummary.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationSummary.js.map +1 -1
- package/es/types/Interface/models/ISms.d.ts.map +1 -1
- package/es/types/Interface/models/ISms.js.map +1 -1
- package/es/types/Interface/models/ISmsType.d.ts.map +1 -1
- package/es/types/Interface/models/ISmsType.js.map +1 -1
- package/es/types/Interface/models/ISocialDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocialDetail.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +1 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISocietyAction.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyAction.js.map +1 -1
- package/es/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/es/types/Interface/models/ISocietyBank.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyBank.js.map +1 -1
- package/es/types/Interface/models/ISocietyBudgetConnection.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyBudgetConnection.js.map +1 -1
- package/es/types/Interface/models/ISocietyCgv.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyCgv.js.map +1 -1
- package/es/types/Interface/models/ISocietyConfig.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyConfig.js.map +1 -1
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/Interface/models/ISocietyFile.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyFile.js.map +1 -1
- package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/es/types/Interface/models/ISocietyJuridical.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyJuridical.js.map +1 -1
- package/es/types/Interface/models/ISocietyNote.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyNote.js.map +1 -1
- package/es/types/Interface/models/ISocietyPartner.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyPartner.js.map +1 -1
- package/es/types/Interface/models/ISocietyProceeding.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyProceeding.js.map +1 -1
- package/es/types/Interface/models/ISocietyProcessRegister.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyProcessRegister.js.map +1 -1
- package/es/types/Interface/models/ISocietyRelance.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyRelance.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/Interface/models/ISocietySoftware.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySoftware.js.map +1 -1
- package/es/types/Interface/models/ISocietyStat.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyStat.js.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.js.map +1 -1
- package/es/types/Interface/models/ISoftwareCompta.d.ts.map +1 -1
- package/es/types/Interface/models/ISoftwareCompta.js.map +1 -1
- package/es/types/Interface/models/ISource.d.ts.map +1 -1
- package/es/types/Interface/models/ISource.js.map +1 -1
- package/es/types/Interface/models/ISpecialOperation.d.ts.map +1 -1
- package/es/types/Interface/models/ISpecialOperation.js.map +1 -1
- package/es/types/Interface/models/ISponsorshipLink.d.ts.map +1 -1
- package/es/types/Interface/models/ISponsorshipLink.js.map +1 -1
- package/es/types/Interface/models/IStatusSignature.d.ts.map +1 -1
- package/es/types/Interface/models/IStatusSignature.js.map +1 -1
- package/es/types/Interface/models/IStripeEvent.d.ts.map +1 -1
- package/es/types/Interface/models/IStripeEvent.js.map +1 -1
- package/es/types/Interface/models/IStripeEventType.d.ts.map +1 -1
- package/es/types/Interface/models/IStripeEventType.js.map +1 -1
- package/es/types/Interface/models/ISubscriptionType.d.ts.map +1 -1
- package/es/types/Interface/models/ISubscriptionType.js.map +1 -1
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervision.js.map +1 -1
- package/es/types/Interface/models/ISupervisionJob.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervisionJob.js.map +1 -1
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
- package/es/types/Interface/models/ITag.d.ts.map +1 -1
- package/es/types/Interface/models/ITag.js.map +1 -1
- package/es/types/Interface/models/ITask.d.ts.map +1 -1
- package/es/types/Interface/models/ITask.js.map +1 -1
- package/es/types/Interface/models/ITaxSystem.d.ts.map +1 -1
- package/es/types/Interface/models/ITaxSystem.js.map +1 -1
- package/es/types/Interface/models/ITeam.d.ts.map +1 -1
- package/es/types/Interface/models/ITeam.js.map +1 -1
- package/es/types/Interface/models/ITeamBusinessLine.d.ts.map +1 -1
- package/es/types/Interface/models/ITeamBusinessLine.js.map +1 -1
- package/es/types/Interface/models/ITerminationList.d.ts.map +1 -1
- package/es/types/Interface/models/ITerminationList.js.map +1 -1
- package/es/types/Interface/models/IThirdParty.d.ts.map +1 -1
- package/es/types/Interface/models/IThirdParty.js.map +1 -1
- package/es/types/Interface/models/IThirdPartySociety.d.ts.map +1 -1
- package/es/types/Interface/models/IThirdPartySociety.js.map +1 -1
- package/es/types/Interface/models/IThirdPartyType.d.ts.map +1 -1
- package/es/types/Interface/models/IThirdPartyType.js.map +1 -1
- package/es/types/Interface/models/ITicketSupport.d.ts.map +1 -1
- package/es/types/Interface/models/ITicketSupport.js.map +1 -1
- package/es/types/Interface/models/ITicketSupportFollow.d.ts.map +1 -1
- package/es/types/Interface/models/ITicketSupportFollow.js.map +1 -1
- package/es/types/Interface/models/ITimeTracking.d.ts.map +1 -1
- package/es/types/Interface/models/ITimeTracking.js.map +1 -1
- package/es/types/Interface/models/ITimeTrackingSource.d.ts.map +1 -1
- package/es/types/Interface/models/ITimeTrackingSource.js.map +1 -1
- package/es/types/Interface/models/ITmpValidationToken.d.ts.map +1 -1
- package/es/types/Interface/models/ITmpValidationToken.js.map +1 -1
- package/es/types/Interface/models/IUnit.d.ts.map +1 -1
- package/es/types/Interface/models/IUnit.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/Interface/models/IUserNotification.d.ts.map +1 -1
- package/es/types/Interface/models/IUserNotification.js.map +1 -1
- package/es/types/Interface/models/IUserSocietyPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IUserSocietyPermission.js.map +1 -1
- package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts.map +1 -1
- package/es/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -1
- package/es/types/Interface/models/IUserTeam.d.ts.map +1 -1
- package/es/types/Interface/models/IUserTeam.js.map +1 -1
- package/es/types/Interface/models/IUserTest.d.ts.map +1 -1
- package/es/types/Interface/models/IUserTest.js.map +1 -1
- package/es/types/Interface/models/IVat.d.ts.map +1 -1
- package/es/types/Interface/models/IVat.js.map +1 -1
- package/es/types/Interface/models/IVatDeclaration.d.ts.map +1 -1
- package/es/types/Interface/models/IVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IVatDeclarationCertificate.d.ts.map +1 -1
- package/es/types/Interface/models/IVatDeclarationCertificate.js.map +1 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
- package/es/types/Interface/models/IVatMargin.d.ts.map +1 -1
- package/es/types/Interface/models/IVatMargin.js.map +1 -1
- package/es/types/Interface/models/IVatRegime.d.ts.map +1 -1
- package/es/types/Interface/models/IVatRegime.js.map +1 -1
- package/es/types/Interface/models/IVehicleType.d.ts.map +1 -1
- package/es/types/Interface/models/IVehicleType.js.map +1 -1
- package/es/types/Interface/models/IWebMail.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMail.js.map +1 -1
- package/es/types/Interface/models/IWebMailAttachment.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMailAttachment.js.map +1 -1
- package/es/types/Interface/models/IWebMailSpam.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMailSpam.js.map +1 -1
- package/es/types/Interface/models/IWebMailSpamType.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMailSpamType.js.map +1 -1
- package/es/types/Interface/models/IWebMailStat.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMailStat.js.map +1 -1
- package/es/types/Interface/models/IWebMailType.d.ts.map +1 -1
- package/es/types/Interface/models/IWebMailType.js.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/decorators.d.ts +7 -0
- package/es/utils/decorators.d.ts.map +1 -0
- package/es/utils/decorators.js +15 -0
- package/es/utils/decorators.js.map +1 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.d.ts.map +1 -1
- package/es/utils/index.js +1 -0
- package/es/utils/index.js.map +1 -1
- package/es/utils/objectUtils/BaseEntity.d.ts.map +1 -1
- package/es/utils/objectUtils/BaseEntity.js.map +1 -1
- package/es/utils/objectUtils/flattenObject.d.ts.map +1 -1
- package/es/utils/objectUtils/flattenObject.js +3 -5
- package/es/utils/objectUtils/flattenObject.js.map +1 -1
- package/es/utils/objectUtils/fullFlattenObject.d.ts.map +1 -1
- package/es/utils/objectUtils/fullFlattenObject.js +2 -4
- package/es/utils/objectUtils/fullFlattenObject.js.map +1 -1
- package/es/utils/objectUtils/unflattenObject.d.ts.map +1 -1
- package/es/utils/objectUtils/unflattenObject.js +4 -5
- package/es/utils/objectUtils/unflattenObject.js.map +1 -1
- package/js/api/Resource.js.map +1 -1
- package/js/api/index.js +6 -0
- package/js/api/index.js.map +1 -1
- package/js/api/resources/Account.js +36 -0
- package/js/api/resources/Account.js.map +1 -0
- package/js/api/resources/AccountType.js +18 -0
- package/js/api/resources/AccountType.js.map +1 -0
- package/js/api/resources/Country.js.map +1 -1
- package/js/api/resources/Immobilization.js +22 -0
- package/js/api/resources/Immobilization.js.map +1 -0
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/js/api/resources/Simulation.js +12 -4
- package/js/api/resources/Simulation.js.map +1 -1
- package/js/api/resources/Transaction.js +24 -0
- package/js/api/resources/Transaction.js.map +1 -0
- package/js/api/resources.js +13 -1
- package/js/api/resources.js.map +1 -1
- package/js/index.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js +1 -0
- package/js/types/Enum/AccountingJournal.js.map +1 -1
- package/js/types/Enum/ComptaType.js.map +1 -1
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/ImmobilizationType.js.map +1 -1
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Enum/Nature.js +13 -0
- package/js/types/Enum/Nature.js.map +1 -0
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Enum/Simulation.js.map +1 -1
- package/js/types/Enum/TypeConnector.js.map +1 -1
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Form/FormConnector.js.map +1 -1
- package/js/types/Interface/api/account/QueryAccounts.js +35 -0
- package/js/types/Interface/api/account/QueryAccounts.js.map +1 -0
- package/js/types/Interface/api/account/ReadAccounts.js +6 -0
- package/js/types/Interface/api/account/ReadAccounts.js.map +1 -0
- package/js/types/Interface/api/accountType/ReadAccountType.js +6 -0
- package/js/types/Interface/api/accountType/ReadAccountType.js.map +1 -0
- package/js/types/Interface/api/immobilization/ReadFormattedImmobilization.js +6 -0
- package/js/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/simulation/CreateSimulation.js.map +1 -1
- package/js/types/Interface/api/simulation/ReadSimulation.js +0 -4
- package/js/types/Interface/api/simulationColors/ReadSimulationColors.js +29 -0
- package/js/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +6 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/decorators.js +28 -0
- package/js/utils/decorators.js.map +1 -0
- package/js/utils/index.js +12 -0
- package/js/utils/index.js.map +1 -1
- package/js/utils/objectUtils/flattenObject.js +3 -5
- package/js/utils/objectUtils/flattenObject.js.map +1 -1
- package/js/utils/objectUtils/fullFlattenObject.js +3 -5
- package/js/utils/objectUtils/fullFlattenObject.js.map +1 -1
- package/js/utils/objectUtils/unflattenObject.js +3 -3
- package/js/utils/objectUtils/unflattenObject.js.map +1 -1
- package/package.json +25 -38
- package/ts/api/Resource.ts +2 -2
- package/ts/api/index.ts +12 -8
- package/ts/api/resources/Account.ts +9 -0
- package/ts/api/resources/AccountType.ts +8 -0
- package/ts/api/resources/Country.ts +2 -2
- package/ts/api/resources/Immobilization.ts +14 -0
- package/ts/api/resources/PaymentExpectationCustomer.ts +10 -8
- package/ts/api/resources/Simulation.ts +19 -5
- package/ts/api/resources/Transaction.ts +24 -0
- package/ts/api/resources.ts +9 -1
- package/ts/index.ts +0 -1
- package/ts/types/Enum/AccountingJournal.ts +2 -1
- package/ts/types/Enum/ComptaType.ts +1 -1
- package/ts/types/Enum/Country.ts +1 -1
- package/ts/types/Enum/Ged.ts +4 -4
- package/ts/types/Enum/ImmobilizationType.ts +77 -77
- package/ts/types/Enum/LegalForm.ts +20 -20
- package/ts/types/Enum/Nature.ts +5 -0
- package/ts/types/Enum/Role.ts +4 -5
- package/ts/types/Enum/Simulation.ts +6 -6
- package/ts/types/Enum/TypeConnector.ts +1 -1
- package/ts/types/Enum/Vat.ts +3 -3
- package/ts/types/Form/FormConnector.ts +1 -2
- package/ts/types/Interface/api/BasePaginate.ts +0 -1
- package/ts/types/Interface/api/account/QueryAccounts.ts +20 -0
- package/ts/types/Interface/api/account/ReadAccounts.ts +2 -0
- package/ts/types/Interface/api/accountType/ReadAccountType.ts +8 -0
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +10 -5
- package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +29 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +1 -2
- package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +0 -15
- package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +1 -3
- package/ts/types/Interface/api/simulation/CreateSimulation.ts +0 -1
- package/ts/types/Interface/api/simulation/ReadSimulation.ts +0 -14
- package/ts/types/Interface/api/simulationColors/ReadSimulationColors.ts +9 -0
- package/ts/types/Interface/api/society/ReadSociety.ts +1 -1
- package/ts/types/Interface/models/IAbsenceType.ts +0 -1
- package/ts/types/Interface/models/IAccessToken.ts +0 -1
- package/ts/types/Interface/models/IAccount.ts +2 -3
- package/ts/types/Interface/models/IAccountDetail.ts +0 -1
- package/ts/types/Interface/models/IAccountHelp.ts +0 -1
- package/ts/types/Interface/models/IAccountType.ts +0 -1
- package/ts/types/Interface/models/IAccountantTracker.ts +0 -1
- package/ts/types/Interface/models/IAccountingEntry.ts +1 -2
- package/ts/types/Interface/models/IAccountingFile.ts +0 -1
- package/ts/types/Interface/models/IAccountingFileType.ts +0 -1
- package/ts/types/Interface/models/IAccountingJournal.ts +0 -1
- package/ts/types/Interface/models/IAccountingState.ts +0 -1
- package/ts/types/Interface/models/IAccountingStateType.ts +0 -1
- package/ts/types/Interface/models/IAccountingTransaction.ts +0 -1
- package/ts/types/Interface/models/IAccountsSocieties.ts +0 -1
- package/ts/types/Interface/models/IActivity.ts +0 -1
- package/ts/types/Interface/models/IAdditionalBalance.ts +0 -1
- package/ts/types/Interface/models/IAlert.ts +0 -1
- package/ts/types/Interface/models/IAllowedIp.ts +0 -1
- package/ts/types/Interface/models/IAnalyticsUtm.ts +0 -1
- package/ts/types/Interface/models/IApiError.ts +9 -2
- package/ts/types/Interface/models/IAppConfig.ts +0 -1
- package/ts/types/Interface/models/IAreasInvoice.ts +0 -1
- package/ts/types/Interface/models/IAskAbsence.ts +0 -1
- package/ts/types/Interface/models/IAskAbsenceTimes.ts +0 -1
- package/ts/types/Interface/models/IAttachmentFile.ts +0 -1
- package/ts/types/Interface/models/IAttestation.ts +0 -1
- package/ts/types/Interface/models/IAttributionHistory.ts +0 -1
- package/ts/types/Interface/models/IAutoLoginToken.ts +0 -1
- package/ts/types/Interface/models/IBalanceBankAccount.ts +0 -1
- package/ts/types/Interface/models/IBalanceSheet.ts +0 -1
- package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -1
- package/ts/types/Interface/models/IBalanceSheetLiquidation.ts +0 -1
- package/ts/types/Interface/models/IBalanceSheetPartial.ts +0 -1
- package/ts/types/Interface/models/IBankAccount.ts +0 -1
- package/ts/types/Interface/models/IBankAccountSynchroHistory.ts +0 -1
- package/ts/types/Interface/models/IBankConnection.ts +0 -1
- package/ts/types/Interface/models/IBankList.ts +0 -1
- package/ts/types/Interface/models/IBankTransaction.ts +0 -1
- package/ts/types/Interface/models/IBrandType.ts +0 -1
- package/ts/types/Interface/models/IBusinessLine.ts +0 -1
- package/ts/types/Interface/models/IBusinessPartner.ts +0 -1
- package/ts/types/Interface/models/ICalendarEvent.ts +0 -1
- package/ts/types/Interface/models/ICalendarEventUser.ts +0 -1
- package/ts/types/Interface/models/ICallDirectly.ts +0 -1
- package/ts/types/Interface/models/ICashDeskTransactionType.ts +0 -1
- package/ts/types/Interface/models/ICategory.ts +0 -1
- package/ts/types/Interface/models/ICerfaType.ts +0 -1
- package/ts/types/Interface/models/ICerfaValue.ts +0 -1
- package/ts/types/Interface/models/IChangeLog.ts +0 -1
- package/ts/types/Interface/models/IChannelType.ts +0 -1
- package/ts/types/Interface/models/IChecklist.ts +0 -1
- package/ts/types/Interface/models/IChecklistCategoryType.ts +0 -1
- package/ts/types/Interface/models/IChecklistDetail.ts +0 -1
- package/ts/types/Interface/models/IChecklistType.ts +0 -1
- package/ts/types/Interface/models/ICivility.ts +0 -1
- package/ts/types/Interface/models/IColor.ts +0 -1
- package/ts/types/Interface/models/IComment.ts +0 -1
- package/ts/types/Interface/models/ICommentType.ts +0 -1
- package/ts/types/Interface/models/IComptaHistoryType.ts +0 -1
- package/ts/types/Interface/models/IComptaType.ts +0 -1
- package/ts/types/Interface/models/IConnector.ts +0 -1
- package/ts/types/Interface/models/IConnectorType.ts +0 -1
- package/ts/types/Interface/models/IContractType.ts +0 -1
- package/ts/types/Interface/models/ICotation.ts +0 -1
- package/ts/types/Interface/models/ICountry.ts +0 -1
- package/ts/types/Interface/models/ICurrency.ts +0 -1
- package/ts/types/Interface/models/ICustomerIsRegime.ts +0 -1
- package/ts/types/Interface/models/ICustomerSignature.ts +0 -1
- package/ts/types/Interface/models/ICustomerTva.ts +0 -1
- package/ts/types/Interface/models/ICustomisation.ts +0 -1
- package/ts/types/Interface/models/ICustomizationType.ts +0 -1
- package/ts/types/Interface/models/ICycle.ts +0 -1
- package/ts/types/Interface/models/IDay.ts +0 -1
- package/ts/types/Interface/models/IDetailedLogBi.ts +0 -1
- package/ts/types/Interface/models/IDirectDebitHistory.ts +0 -1
- package/ts/types/Interface/models/IDocumentWaitingType.ts +0 -1
- package/ts/types/Interface/models/IEmployee.ts +0 -1
- package/ts/types/Interface/models/IEngagementAccountingEntry.ts +0 -1
- package/ts/types/Interface/models/IEngagementAccountingFile.ts +0 -1
- package/ts/types/Interface/models/IEngagementBankTransaction.ts +0 -1
- package/ts/types/Interface/models/IEngagementOcrExtraction.ts +0 -1
- package/ts/types/Interface/models/IErrorCode.ts +0 -1
- package/ts/types/Interface/models/IEstimateInvoice.ts +0 -1
- package/ts/types/Interface/models/IEstimateInvoiceRepeat.ts +0 -1
- package/ts/types/Interface/models/IEstimateInvoiceType.ts +0 -1
- package/ts/types/Interface/models/IExercice.ts +0 -1
- package/ts/types/Interface/models/IExerciceDetail.ts +0 -1
- package/ts/types/Interface/models/IExercicePrestation.ts +0 -1
- package/ts/types/Interface/models/IFailedLoginAttempt.ts +0 -1
- package/ts/types/Interface/models/IFaq.ts +0 -1
- package/ts/types/Interface/models/IFaqCategory.ts +0 -1
- package/ts/types/Interface/models/IField.ts +0 -1
- package/ts/types/Interface/models/IFile.ts +0 -1
- package/ts/types/Interface/models/IFileMissing.ts +0 -1
- package/ts/types/Interface/models/IFileType.ts +0 -1
- package/ts/types/Interface/models/IFiscalRegime.ts +0 -1
- package/ts/types/Interface/models/IFolderFile.ts +0 -1
- package/ts/types/Interface/models/IFollow.ts +0 -1
- package/ts/types/Interface/models/IFollowList.ts +0 -1
- package/ts/types/Interface/models/IFollowedQualityMail.ts +0 -1
- package/ts/types/Interface/models/IFollowedQualityMailType.ts +0 -1
- package/ts/types/Interface/models/IFormalism.ts +0 -1
- package/ts/types/Interface/models/IFormalismValue.ts +0 -1
- package/ts/types/Interface/models/IFrequency.ts +0 -1
- package/ts/types/Interface/models/IFuel.ts +0 -1
- package/ts/types/Interface/models/IGedCategory.ts +0 -1
- package/ts/types/Interface/models/IGedFile.ts +0 -1
- package/ts/types/Interface/models/IGedFileType.ts +0 -1
- package/ts/types/Interface/models/IGedFolder.ts +0 -1
- package/ts/types/Interface/models/IIdentification.ts +0 -1
- package/ts/types/Interface/models/IImmobilization.ts +5 -4
- package/ts/types/Interface/models/IIndependentReview.ts +0 -1
- package/ts/types/Interface/models/IInterestedByFeature.ts +0 -1
- package/ts/types/Interface/models/IInternalEstimate.ts +0 -1
- package/ts/types/Interface/models/IIpTmpBlocked.ts +0 -1
- package/ts/types/Interface/models/IItemEstimate.ts +0 -1
- package/ts/types/Interface/models/IJob.ts +0 -1
- package/ts/types/Interface/models/IJobCategory.ts +0 -1
- package/ts/types/Interface/models/IKilometricAllowanceScale.ts +0 -1
- package/ts/types/Interface/models/ILabelPaymentWaiting.ts +0 -1
- package/ts/types/Interface/models/ILegalForm.ts +0 -1
- package/ts/types/Interface/models/ILegalNotice.ts +0 -1
- package/ts/types/Interface/models/ILetter.ts +0 -1
- package/ts/types/Interface/models/ILetterType.ts +0 -1
- package/ts/types/Interface/models/ILettering.ts +0 -1
- package/ts/types/Interface/models/ILog.ts +0 -1
- package/ts/types/Interface/models/ILogBi.ts +0 -1
- package/ts/types/Interface/models/ILogType.ts +0 -1
- package/ts/types/Interface/models/IMailAuto.ts +0 -1
- package/ts/types/Interface/models/IMailAutoType.ts +0 -1
- package/ts/types/Interface/models/IMailSociety.ts +0 -1
- package/ts/types/Interface/models/IMonth.ts +0 -1
- package/ts/types/Interface/models/INationality.ts +0 -1
- package/ts/types/Interface/models/INature.ts +0 -1
- package/ts/types/Interface/models/INote.ts +0 -1
- package/ts/types/Interface/models/INotification.ts +0 -1
- package/ts/types/Interface/models/INotificationCodeType.ts +0 -1
- package/ts/types/Interface/models/INotificationType.ts +0 -1
- package/ts/types/Interface/models/IOldExpertInfo.ts +0 -1
- package/ts/types/Interface/models/IOperationLegalNotice.ts +0 -1
- package/ts/types/Interface/models/IPageView.ts +0 -1
- package/ts/types/Interface/models/IPartnerTransaction.ts +0 -1
- package/ts/types/Interface/models/IPartnerTransactionType.ts +0 -1
- package/ts/types/Interface/models/IPayPlan.ts +0 -1
- package/ts/types/Interface/models/IPayment.ts +0 -1
- package/ts/types/Interface/models/IPaymentDelay.ts +0 -1
- package/ts/types/Interface/models/IPaymentExpectation.ts +0 -1
- package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +0 -1
- package/ts/types/Interface/models/IPaymentMethod.ts +0 -1
- package/ts/types/Interface/models/IPaymentSchedule.ts +0 -1
- package/ts/types/Interface/models/IPaymentWaiting.ts +0 -1
- package/ts/types/Interface/models/IPenalty.ts +0 -1
- package/ts/types/Interface/models/IPenaltyType.ts +0 -1
- package/ts/types/Interface/models/IPendingPoint.ts +0 -1
- package/ts/types/Interface/models/IPermission.ts +0 -1
- package/ts/types/Interface/models/IPhoneNumber.ts +0 -1
- package/ts/types/Interface/models/IPhonePrefix.ts +0 -1
- package/ts/types/Interface/models/IPhonePrefixChild.ts +0 -1
- package/ts/types/Interface/models/IPrestation.ts +0 -1
- package/ts/types/Interface/models/IPrestationComplementary.ts +0 -1
- package/ts/types/Interface/models/IPrestationList.ts +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -1
- package/ts/types/Interface/models/IProcedure.ts +0 -1
- package/ts/types/Interface/models/IProduct.ts +0 -1
- package/ts/types/Interface/models/IProductType.ts +0 -1
- package/ts/types/Interface/models/IQuality.ts +0 -1
- package/ts/types/Interface/models/IQuotaLead.ts +0 -1
- package/ts/types/Interface/models/IRating.ts +0 -1
- package/ts/types/Interface/models/IReason.ts +0 -1
- package/ts/types/Interface/models/IReasonTermination.ts +0 -1
- package/ts/types/Interface/models/IRecontactHistory.ts +0 -1
- package/ts/types/Interface/models/IRefund.ts +0 -1
- package/ts/types/Interface/models/IRefundMotif.ts +0 -1
- package/ts/types/Interface/models/IRegion.ts +0 -1
- package/ts/types/Interface/models/IRegisterCategory.ts +0 -1
- package/ts/types/Interface/models/IRegulate.ts +0 -1
- package/ts/types/Interface/models/IRegulation.ts +0 -1
- package/ts/types/Interface/models/IRepeatType.ts +0 -1
- package/ts/types/Interface/models/IReport.ts +0 -1
- package/ts/types/Interface/models/IReportMessage.ts +0 -1
- package/ts/types/Interface/models/IReportType.ts +0 -1
- package/ts/types/Interface/models/IRole.ts +0 -1
- package/ts/types/Interface/models/IRoleUser.ts +0 -1
- package/ts/types/Interface/models/IRoom.ts +0 -1
- package/ts/types/Interface/models/IRule.ts +0 -1
- package/ts/types/Interface/models/ISchedule.ts +0 -1
- package/ts/types/Interface/models/ISector.ts +0 -1
- package/ts/types/Interface/models/ISendMethod.ts +0 -1
- package/ts/types/Interface/models/IService.ts +0 -1
- package/ts/types/Interface/models/ISheetMonthSchedule.ts +0 -1
- package/ts/types/Interface/models/ISimulation.ts +3 -4
- package/ts/types/Interface/models/ISimulationAdditionalFinance.ts +0 -1
- package/ts/types/Interface/models/ISimulationColor.ts +0 -1
- package/ts/types/Interface/models/ISimulationElement.ts +5 -6
- package/ts/types/Interface/models/ISimulationHasBankAccount.ts +0 -1
- package/ts/types/Interface/models/ISimulationPeriod.ts +0 -1
- package/ts/types/Interface/models/ISimulationSummary.ts +3 -4
- package/ts/types/Interface/models/ISms.ts +0 -1
- package/ts/types/Interface/models/ISmsType.ts +0 -1
- package/ts/types/Interface/models/ISocialDetail.ts +0 -1
- package/ts/types/Interface/models/ISociety.ts +2 -3
- package/ts/types/Interface/models/ISocietyAction.ts +0 -1
- package/ts/types/Interface/models/ISocietyApproval.ts +0 -1
- package/ts/types/Interface/models/ISocietyBank.ts +0 -1
- package/ts/types/Interface/models/ISocietyBudgetConnection.ts +0 -1
- package/ts/types/Interface/models/ISocietyCgv.ts +0 -1
- package/ts/types/Interface/models/ISocietyConfig.ts +1 -2
- package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +0 -1
- package/ts/types/Interface/models/ISocietyDetail.ts +0 -1
- package/ts/types/Interface/models/ISocietyFile.ts +0 -1
- package/ts/types/Interface/models/ISocietyGescom.ts +0 -1
- package/ts/types/Interface/models/ISocietyJuridical.ts +0 -1
- package/ts/types/Interface/models/ISocietyNote.ts +0 -1
- package/ts/types/Interface/models/ISocietyPartner.ts +0 -1
- package/ts/types/Interface/models/ISocietyProceeding.ts +0 -1
- package/ts/types/Interface/models/ISocietyProcessRegister.ts +0 -1
- package/ts/types/Interface/models/ISocietyRelance.ts +0 -1
- package/ts/types/Interface/models/ISocietySocial.ts +0 -1
- package/ts/types/Interface/models/ISocietySoftware.ts +0 -1
- package/ts/types/Interface/models/ISocietyStat.ts +0 -1
- package/ts/types/Interface/models/ISocietyVehicle.ts +0 -1
- package/ts/types/Interface/models/ISoftwareCompta.ts +0 -1
- package/ts/types/Interface/models/ISource.ts +0 -1
- package/ts/types/Interface/models/ISpecialOperation.ts +0 -1
- package/ts/types/Interface/models/ISponsorshipLink.ts +0 -1
- package/ts/types/Interface/models/IStatusSignature.ts +0 -1
- package/ts/types/Interface/models/IStripeEvent.ts +0 -1
- package/ts/types/Interface/models/IStripeEventType.ts +0 -1
- package/ts/types/Interface/models/ISubscriptionType.ts +0 -1
- package/ts/types/Interface/models/ISupervision.ts +0 -1
- package/ts/types/Interface/models/ISupervisionJob.ts +0 -1
- package/ts/types/Interface/models/ISupervisionPendingPoint.ts +0 -1
- package/ts/types/Interface/models/ITag.ts +0 -1
- package/ts/types/Interface/models/ITask.ts +0 -1
- package/ts/types/Interface/models/ITaxSystem.ts +0 -1
- package/ts/types/Interface/models/ITeam.ts +0 -1
- package/ts/types/Interface/models/ITeamBusinessLine.ts +0 -1
- package/ts/types/Interface/models/ITerminationList.ts +0 -1
- package/ts/types/Interface/models/IThirdParty.ts +0 -1
- package/ts/types/Interface/models/IThirdPartySociety.ts +0 -1
- package/ts/types/Interface/models/IThirdPartyType.ts +1 -2
- package/ts/types/Interface/models/ITicketSupport.ts +0 -1
- package/ts/types/Interface/models/ITicketSupportFollow.ts +0 -1
- package/ts/types/Interface/models/ITimeTracking.ts +0 -1
- package/ts/types/Interface/models/ITimeTrackingSource.ts +0 -1
- package/ts/types/Interface/models/ITmpValidationToken.ts +0 -1
- package/ts/types/Interface/models/IUnit.ts +0 -1
- package/ts/types/Interface/models/IUser.ts +0 -1
- package/ts/types/Interface/models/IUserNotification.ts +0 -1
- package/ts/types/Interface/models/IUserSocietyPermission.ts +0 -1
- package/ts/types/Interface/models/IUserSocietyTicketSupport.ts +0 -1
- package/ts/types/Interface/models/IUserTeam.ts +0 -1
- package/ts/types/Interface/models/IUserTest.ts +0 -1
- package/ts/types/Interface/models/IVat.ts +0 -1
- package/ts/types/Interface/models/IVatDeclaration.ts +0 -1
- package/ts/types/Interface/models/IVatDeclarationCertificate.ts +0 -1
- package/ts/types/Interface/models/IVatDeclarationSocietyDetail.ts +0 -1
- package/ts/types/Interface/models/IVatMargin.ts +0 -1
- package/ts/types/Interface/models/IVatRegime.ts +0 -1
- package/ts/types/Interface/models/IVehicleType.ts +0 -1
- package/ts/types/Interface/models/IWebMail.ts +0 -1
- package/ts/types/Interface/models/IWebMailAttachment.ts +0 -1
- package/ts/types/Interface/models/IWebMailSpam.ts +0 -1
- package/ts/types/Interface/models/IWebMailSpamType.ts +0 -1
- package/ts/types/Interface/models/IWebMailStat.ts +0 -1
- package/ts/types/Interface/models/IWebMailType.ts +0 -1
- package/ts/types/Interface/models/IWorkingSchedule.ts +0 -1
- package/ts/types/index.ts +6 -1
- package/ts/utils/decorators.ts +15 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/objectUtils/BaseEntity.ts +0 -1
- package/ts/utils/objectUtils/flattenObject.ts +4 -7
- package/ts/utils/objectUtils/fullFlattenObject.ts +3 -6
- package/ts/utils/objectUtils/unflattenObject.ts +4 -5
- package/yalc.lock +0 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOldExpertInfo.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IOldExpertInfo.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IOldExpertInfo.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IOldExpertInfo.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from './IFile';\nimport { IUser } from './IUser';\n\n// oldExpertInfo\nexport interface IOldExpertInfo {\n id?: number;\n name: string | null;\n noteFor: string | null;\n address: string | null;\n city: string | null;\n zipCode: string | null;\n email: string | null;\n stateLetter: number | null;\n recoveryDate: Date | null;\n filePdf: string | null;\n dateSendReprise: Date | null;\n idUser: number | null;\n idSociety: number;\n idFile: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n file: IFile;\n user: IUser;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOperationLegalNotice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IOperationLegalNotice.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IOperationLegalNotice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IOperationLegalNotice.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,qBAAqB;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOperationLegalNotice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IOperationLegalNotice.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IOperationLegalNotice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IOperationLegalNotice.ts"],"names":[],"mappings":"","sourcesContent":["// operationsLegalsNotice\nexport interface IOperationLegalNotice {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPageView.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPageView.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPageView.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPageView.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// pageViews\nexport interface IPageView {\n id?: number;\n idPage: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartnerTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPartnerTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,wBAAwB,EAAE,MAAM,CAAC;IACjC,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3C,sBAAsB,EAAE,uBAAuB,CAAC;CACjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartnerTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPartnerTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IPartnerTransactionType } from './IPartnerTransactionType';\n\n// partnersTransactions\nexport interface IPartnerTransaction {\n id?: number;\n tokenString: string | null;\n tokenInteger: number | null;\n idTypePartnerTransaction: number;\n idAccountingTransaction: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idEngagementBankTransaction: number | null;\n\n // Associations\n typePartnerTransaction: IPartnerTransactionType;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartnerTransactionType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransactionType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPartnerTransactionType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransactionType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,uBAAuB;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartnerTransactionType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransactionType.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPartnerTransactionType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartnerTransactionType.ts"],"names":[],"mappings":"","sourcesContent":["// typePartnerTransaction\nexport interface IPartnerTransactionType {\n id?: number;\n name: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPayPlan.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayPlan.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPayPlan.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayPlan.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPayPlan.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayPlan.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPayPlan.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayPlan.ts"],"names":[],"mappings":"","sourcesContent":["// paiePlan\nexport interface IPayPlan {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPayment.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPayment.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,WAAW,CAAC;IACjC,cAAc,EAAE,cAAc,CAAC;IAC/B,IAAI,EAAE,KAAK,CAAC;IACZ,QAAQ,EAAE,SAAS,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPayment.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPayment.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"","sourcesContent":["import { IPrestation } from './IPrestation';\nimport { IPaymentMethod } from './IPaymentMethod';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\n\n// payments\nexport interface IPayment {\n id?: number;\n amount: number;\n amountPayed: number;\n isLate: boolean;\n isOverdue: boolean;\n isOverpaid?: boolean;\n isFirst: boolean;\n toCollect: boolean;\n isAsset: boolean;\n isFree: boolean;\n dateOverdue: Date | null;\n datePayment: Date;\n traite: boolean | null;\n idPrestation: number;\n idExercice: number | null;\n idUser: number | null;\n idPaymentMethod: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n paymentsPrestations: IPrestation;\n paymentsMethod: IPaymentMethod;\n user: IUser;\n exercice: IExercice;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentDelay.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentDelay.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPaymentDelay.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentDelay.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentDelay.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentDelay.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPaymentDelay.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentDelay.ts"],"names":[],"mappings":"","sourcesContent":["// paymentDelai\nexport interface IPaymentDelay {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentExpectation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPaymentExpectation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,WAAW,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentExpectation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectation.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPaymentExpectation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectation.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IErrorCode } from './IErrorCode';\nimport { IRegulation } from './IRegulation';\n\n// paymentsExpectations\nexport interface IPaymentExpectation {\n id?: number;\n label: string;\n amount: number;\n ref: string;\n archive: boolean;\n idCodeErreur: number | null;\n idReason: number | null;\n idSociety: number;\n idRegulation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n codeErreur: IErrorCode;\n regulation: IRegulation;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectationCustomer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,2BAA2B;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,iCAAiC,EAAE,gBAAgB,CAAC;IACpD,UAAU,EAAE,WAAW,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectationCustomer.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentExpectationCustomer.ts"],"names":[],"mappings":"","sourcesContent":["import { IEstimateInvoice } from './IEstimateInvoice';\nimport { IThirdParty } from './IThirdParty';\n\n// paymentsExpectationsCustomers\nexport interface IPaymentExpectationCustomer {\n id?: number;\n email: string | null;\n emailBcc: string | null;\n amount: number | null;\n label: string | null;\n paid: boolean | null;\n refund: boolean | null;\n key: string | null;\n idPaymentIntent: string | null;\n token: string | null;\n sendingDate: Date | null;\n idSociety: number;\n idThirdParty?: number | null;\n idEstimateInvoice?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n paymentExpectationEstimateInvoice: IEstimateInvoice;\n thirdParty: IThirdParty;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentMethod.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentMethod.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPaymentMethod.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentMethod.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentMethod.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentMethod.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPaymentMethod.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentMethod.ts"],"names":[],"mappings":"","sourcesContent":["// paymentsMethod\nexport interface IPaymentMethod {\n id?: number;\n name: string;\n isSpecial: boolean;\n isOverdue: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentSchedule.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPaymentSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentSchedule.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPaymentSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentSchedule.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IFile } from './IFile';\n\n// paymentSchedules\nexport interface IPaymentSchedule {\n id?: number;\n year: string;\n idFile: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n file: IFile;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentWaiting.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentWaiting.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPaymentWaiting.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentWaiting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,oBAAoB,CAAC;IAC1C,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPaymentWaiting.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentWaiting.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPaymentWaiting.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentWaiting.ts"],"names":[],"mappings":"","sourcesContent":["import { ILabelPaymentWaiting } from './ILabelPaymentWaiting';\nimport { ISociety } from './ISociety';\n\n// paymentsWaiting\nexport interface IPaymentWaiting {\n id?: number;\n datePayment: Date;\n amount: number;\n withPrlv: boolean;\n sendPrlv: boolean;\n prlvDone: boolean;\n done: boolean;\n type: number;\n idSociety: number;\n idLabelPaymentWaiting: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n labelPaymentWaiting: ILabelPaymentWaiting;\n society: ISociety;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPenalty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPenalty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,YAAY,CAAC;IAChC,eAAe,EAAE,YAAY,CAAC;IAC9B,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPenalty.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPenalty.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IPenaltyType } from './IPenaltyType';\nimport { ICustomerTva } from './ICustomerTva';\nimport { IUser } from './IUser';\n\n// penalities\nexport interface IPenalty {\n id?: number;\n idTypePenality: number | null;\n idSociety: number;\n idAccountant: number;\n idCustomerTva: number | null;\n reason: string | null;\n rebate: boolean;\n rebateIsAccepted: boolean | null;\n rebateAmount: number | null;\n amountRefunded: number | null;\n rebateIsDone: boolean;\n idCustomerTvaEnd: number | null;\n customerIsRefunded: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n typePenality: IPenaltyType;\n customersTvaBegin: ICustomerTva;\n customersTvaEnd: ICustomerTva;\n user: IUser;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPenaltyType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPenaltyType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPenaltyType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPenaltyType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"","sourcesContent":["// typePenalities\nexport interface IPenaltyType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPendingPoint.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPendingPoint.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPendingPoint.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPendingPoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,YAAY,EAAE,CAAC;CAC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPendingPoint.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPendingPoint.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPendingPoint.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPendingPoint.ts"],"names":[],"mappings":"","sourcesContent":["import { ICycle } from './ICycle';\nimport { ISupervision } from './ISupervision';\n\n// pendingPoints\nexport interface IPendingPoint {\n id?: number;\n label: string;\n visibleForEI: boolean;\n visibleForEIRL: boolean;\n visibleForSociety: boolean;\n visibleForAssociation: boolean;\n priority: number | null;\n idCycle: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n cycle: ICycle;\n supervisions: ISupervision[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPermission.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPermission.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGlE,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,GAAG,EAAE,OAAO,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,wBAAwB,EAAE,sBAAsB,CAAC;CAClD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPermission.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPermission.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"","sourcesContent":["import { IUserSocietyPermission } from './IUserSocietyPermission';\n\n// permissions\nexport interface IPermission {\n id?: number;\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n usersSocietiesPermission: IUserSocietyPermission;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPhoneNumber.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPhoneNumber.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"","sourcesContent":["// phoneNumber\nexport interface IPhoneNumber {\n id?: number;\n name: string | null;\n internalNumbers: string | null;\n externalNumbers: string | null;\n idService: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPhonePrefix.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPhonePrefix.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,iBAAiB,EAAE,CAAC;CAC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPhonePrefix.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPhonePrefix.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"","sourcesContent":["import { IPhonePrefixChild } from './IPhonePrefixChild';\n\n// phonePrefix\nexport interface IPhonePrefix {\n id?: number;\n value: string;\n description: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n phonePrefixChildren: IPhonePrefixChild[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPhonePrefixChild.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPhonePrefixChild.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPhonePrefixChild.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPhonePrefixChild.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"","sourcesContent":["// phonePrefixChild\nexport interface IPhonePrefixChild {\n id?: number;\n value: string;\n idPhonePrefix: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,wBAAwB,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,+BAA+B,EAAE,OAAO,GAAG,IAAI,CAAC;IAChD,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,iBAAiB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,EAAE,SAAS,EAAE,CAAC;IACvB,mBAAmB,EAAE,QAAQ,EAAE,CAAC;IAChC,eAAe,EAAE,eAAe,CAAC;IACjC,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,mBAAmB,EAAE,WAAW,CAAC;IACjC,gBAAgB,EAAE,WAAW,CAAC;IAC9B,kBAAkB,EAAE,WAAW,CAAC;IAChC,oBAAoB,EAAE,QAAQ,CAAC;IAC/B,gCAAgC,EAAE,mBAAmB,EAAE,CAAC;IACxD,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { IPayment } from './IPayment';\nimport { IPrestationList } from './IPrestationList';\nimport { IPrestationComplementary } from './IPrestationComplementary';\nimport { ISociety } from './ISociety';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { ICustomerSignature } from './ICustomerSignature';\n\n// prestations\nexport interface IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n goToClient: Date | null;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n size: number | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n idPrestationCompl: number | null;\n gestionJuridique: boolean;\n idPrestationSocial: number | null;\n idPrestationJuridique: number | null;\n idPrestationCreation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n exercices: IExercice[];\n prestationsPayments: IPayment[];\n prestationsList: IPrestationList;\n prestationsCompl: IPrestationComplementary;\n prestationJuridique: IPrestation;\n prestationSocial: IPrestation;\n prestationCreation: IPrestation;\n societiesPrestations: ISociety;\n prestationsDetailsBeforeExercice: IExercicePrestation[];\n customersSignatures: ICustomerSignature[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationComplementary.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPrestationComplementary.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,kBAAkB,EAAE,IAAI,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,EAAE,KAAK,CAAC;IACtB,sBAAsB,EAAE,KAAK,CAAC;IAC9B,4BAA4B,EAAE,mBAAmB,CAAC;IAClD,iBAAiB,EAAE,QAAQ,CAAC;IAC5B,UAAU,EAAE,WAAW,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationComplementary.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPrestationComplementary.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { IGedFile } from './IGedFile';\nimport { IPrestation } from './IPrestation';\n\n// prestationsCompl\nexport interface IPrestationComplementary {\n id?: number;\n generateLink: boolean;\n deadline: Date | null;\n dateEstimateSigned: Date | null;\n dateSendToClient: Date | null;\n dateInvoice: Date | null;\n datePayment: Date | null;\n dateTransmission: Date | null;\n idGedFile: number | null;\n idCollaborater: number | null;\n idUser: number | null;\n idPaymentExpectation: number | null;\n description: string | null;\n note: string | null;\n forOtherMission: string | null;\n statePrestationJuridique: number | null;\n acceptationAdmin: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n prestationUser: IUser;\n prestationCollaborater: IUser;\n prestationPaymentExpectation: IPaymentExpectation;\n prestationGedFile: IGedFile;\n prestation: IPrestation;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationList.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationList.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPrestationList.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationList.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationList.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationList.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPrestationList.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationList.ts"],"names":[],"mappings":"","sourcesContent":["// prestationsList\nexport interface IPrestationList {\n id?: number;\n name: string;\n isComptable: boolean;\n isJuridique: boolean;\n isSocial: boolean;\n isAttestation: boolean;\n inAverageCart: boolean;\n isBack: boolean;\n price: number | null;\n isCatalog: boolean;\n hidden: boolean;\n isComplementary: boolean;\n signaturePosition: string | null;\n signaturePage: number | null;\n textDefault: string | null;\n color: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationSocial.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationSocial.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IPrestationSocial.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationSocial.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationSocial.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationSocial.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IPrestationSocial.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationSocial.ts"],"names":[],"mappings":"","sourcesContent":["// prestationSocial\nexport interface IPrestationSocial {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProcedure.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProcedure.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IProcedure.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProcedure.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProcedure.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProcedure.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IProcedure.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProcedure.ts"],"names":[],"mappings":"","sourcesContent":["// procedings\nexport interface IProcedure {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProduct.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProduct.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IProduct.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;IACtC,UAAU,EAAE,IAAI,CAAC;IACjB,YAAY,EAAE,KAAK,CAAC;IACpB,kBAAkB,EAAE,YAAY,CAAC;IACjC,cAAc,EAAE,QAAQ,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProduct.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProduct.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IProduct.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProduct.ts"],"names":[],"mappings":"","sourcesContent":["import { IEstimateInvoice } from './IEstimateInvoice';\nimport { IVat } from './IVat';\nimport { IUnit } from './IUnit';\nimport { IProductType } from './IProductType';\nimport { ISociety } from './ISociety';\n\n// products\nexport interface IProduct {\n id?: number;\n name: string;\n isFree: boolean;\n comment: string | null;\n codeProduct: string | null;\n price: number;\n idTva: number;\n idUnity: number | null;\n idTypeProduct: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n estimatesInvoices: IEstimateInvoice[];\n productTva: IVat;\n productUnity: IUnit;\n productTypeProduct: IProductType;\n productSociety: ISociety;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProductType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProductType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IProductType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProductType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProductType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProductType.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IProductType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IProductType.ts"],"names":[],"mappings":"","sourcesContent":["// typeProducts\nexport interface IProductType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IQuality.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuality.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IQuality.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuality.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IQuality.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuality.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IQuality.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuality.ts"],"names":[],"mappings":"","sourcesContent":["// qualities\nexport interface IQuality {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IQuotaLead.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IQuotaLead.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,IAAI,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,IAAI,EAAE,KAAK,CAAC;CACb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IQuotaLead.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IQuotaLead.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\n\n// quotaLeads\nexport interface IQuotaLead {\n id?: number;\n period: Date;\n nbLeadsMax: number;\n currentNbLeads: number;\n handicap: number;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRating.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRating.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRating.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRating.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRating.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRating.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRating.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRating.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// ratings\nexport interface IRating {\n id?: number;\n notes: string;\n comment: string;\n average: number;\n dateNotShowPopUp: Date | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReason.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReason.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IReason.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReason.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReason.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReason.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IReason.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReason.ts"],"names":[],"mappings":"","sourcesContent":["// reasons\nexport interface IReason {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReasonTermination.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IReasonTermination.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReasonTermination.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IReasonTermination.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"","sourcesContent":["// reasonTermination\nexport interface IReasonTermination {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRecontactHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRecontactHistory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRecontactHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRecontactHistory.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRecontactHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRecontactHistory.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRecontactHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRecontactHistory.ts"],"names":[],"mappings":"","sourcesContent":["// recontactHistory\nexport interface IRecontactHistory {\n id?: number;\n idUser: number | null;\n idSource: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRefund.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefund.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRefund.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefund.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,IAAI,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;IACZ,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRefund.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefund.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRefund.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefund.ts"],"names":[],"mappings":"","sourcesContent":["import { IRefundMotif } from './IRefundMotif';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { IUser } from './IUser';\n\n// refunds\nexport interface IRefund {\n id?: number;\n amount: number;\n comment: string | null;\n refundDate: Date;\n processed: boolean;\n idRefundMotif: number;\n idSociety: number;\n idUserDemand: number;\n idFile: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n refundsMotif: IRefundMotif;\n society: ISociety;\n file: IFile;\n userDemand: IUser;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRefundMotif.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefundMotif.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRefundMotif.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefundMotif.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRefundMotif.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefundMotif.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRefundMotif.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefundMotif.ts"],"names":[],"mappings":"","sourcesContent":["// refundsMotif\nexport interface IRefundMotif {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegion.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegion.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRegion.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegion.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegion.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegion.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRegion.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegion.ts"],"names":[],"mappings":"","sourcesContent":["// region\nexport interface IRegion {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegisterCategory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegisterCategory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRegisterCategory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegisterCategory.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegisterCategory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegisterCategory.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRegisterCategory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegisterCategory.ts"],"names":[],"mappings":"","sourcesContent":["// registerCategorie\nexport interface IRegisterCategory {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegulate.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRegulate.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulate.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,IAAI,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegulate.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulate.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRegulate.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulate.ts"],"names":[],"mappings":"","sourcesContent":["// regulates\nexport interface IRegulate {\n id?: number;\n monthDate: Date;\n regulateAmount: number;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegulation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRegulation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,IAAI,CAAC;IACX,SAAS,EAAE,OAAO,CAAC;IACnB,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,oBAAoB,EAAE,QAAQ,CAAC;IAC/B,cAAc,EAAE,cAAc,CAAC;IAC/B,OAAO,EAAE,QAAQ,CAAC;IAClB,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRegulation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulation.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IRegulation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegulation.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IPaymentMethod } from './IPaymentMethod';\nimport { IComment } from './IComment';\nimport { IPaymentExpectation } from './IPaymentExpectation';\n\n// regulations\nexport interface IRegulation {\n id?: number;\n amount: number;\n amountUsed: number;\n date: Date;\n processed: boolean;\n stripePaymentIntentId: string | null;\n idPaymentMethod: number;\n idSociety: number;\n idComment: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n regulationsSocieties: ISociety;\n paymentsMethod: IPaymentMethod;\n comment: IComment;\n paymentsExpectation: IPaymentExpectation;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRepeatType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRepeatType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IRepeatType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRepeatType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|