@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
package/es/api/Resource.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../ts/api/Resource.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../ts/api/Resource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,aAAK,KAAK,GAAG,aAAa,GAAG;IAC3B,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAC3B,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAC3B,KAAK,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B,OAAO,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAA;CACjC,CAAC;AAEF,qBAAa,QAAQ;IACnB,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;gBACX,KAAK,EAAE,KAAK;CAGzB"}
|
package/es/api/Resource.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.js","sourceRoot":"","sources":["../../ts/api/Resource.ts"],"names":[],"mappings":"AASA,MAAM,OAAO,QAAQ;IAEnB,YAAY,KAAY;QACtB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;CACF","sourcesContent":["import {AxiosInstance} from 'axios';\n\ntype Axios = AxiosInstance & {\n $get: AxiosInstance['get'],\n $put: AxiosInstance['put'],\n $post: AxiosInstance['post'],\n $delete: AxiosInstance['delete']\n}
|
|
1
|
+
{"version":3,"file":"Resource.js","sourceRoot":"","sources":["../../ts/api/Resource.ts"],"names":[],"mappings":"AASA,MAAM,OAAO,QAAQ;IAEnB,YAAY,KAAY;QACtB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;CACF","sourcesContent":["import { AxiosInstance } from 'axios';\n\ntype Axios = AxiosInstance & {\n $get: AxiosInstance['get'],\n $put: AxiosInstance['put'],\n $post: AxiosInstance['post'],\n $delete: AxiosInstance['delete']\n};\n\nexport class Resource {\n protected axios: Axios;\n constructor(axios: Axios) {\n this.axios = axios;\n }\n}\n"]}
|
package/es/api/index.d.ts
CHANGED
package/es/api/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":"AAQA,cAAc,aAAa,CAAC;AAC5B,eAAO,MAAM,KAAK,WAAY;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,GAAG,CAAC;IAAC,QAAQ,CAAC,EAAE,GAAG,CAAA;CAAE;;oBAsC1D,MAAM;CAMzB,CAAC"}
|
package/es/api/index.js
CHANGED
|
@@ -7,6 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
+
/* eslint-disable @typescript-eslint/no-shadow */
|
|
10
11
|
import axios from 'axios';
|
|
11
12
|
import { resources } from './resources';
|
|
12
13
|
const DEFAULT_HOST = 'https://api.compta-clementine.com';
|
|
@@ -47,9 +48,12 @@ export const Silex = (params) => {
|
|
|
47
48
|
});
|
|
48
49
|
} }));
|
|
49
50
|
const _resources = Object.entries(resources)
|
|
50
|
-
.reduce((acc, [name, value]) => (Object.assign(Object.assign({}, acc), {
|
|
51
|
-
|
|
51
|
+
.reduce((acc, [name, value]) => (Object.assign(Object.assign({}, acc), {
|
|
52
|
+
// eslint-disable-next-line new-cap
|
|
53
|
+
[name]: new value(wrapAxios(axiosInstance)) })), {});
|
|
54
|
+
return Object.assign({ loginWith: params.loginWith, setToken(token) {
|
|
52
55
|
axiosInstance.defaults.headers.authorization = token;
|
|
56
|
+
params.setToken(token);
|
|
53
57
|
} }, _resources);
|
|
54
58
|
};
|
|
55
59
|
//# sourceMappingURL=index.js.map
|
package/es/api/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,iDAAiD;AACjD,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,YAAY,GAAG,mCAAmC,CAAC;AACzD,MAAM,iBAAiB,GAAG,SAAS,CAAC;AAEpC,cAAc,aAAa,CAAC;AAC5B,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,MAAwD,EAAE,EAAE;IAChF,MAAM,aAAa,GAAkB,KAAK,CAAC,MAAM,CAAC;QAChD,OAAO,EAAE,MAAM,CAAC,GAAG,IAAI,GAAG,YAAY,GAAG,iBAAiB,EAAE;KAC7D,CAAC,CAAC;IAEH,MAAM,SAAS,GAAG,CAAC,QAAa,EAAE,EAAE,CAAC,iCAChC,QAAQ,KACL,IAAI,CAAC,GAAG,MAAa;;gBACzB,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC;gBAC/C,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,IAAI,CAAC,GAAG,MAAa;;gBACzB,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC;gBAC/C,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,KAAK,CAAC,GAAG,MAAa;;gBAC1B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAC;gBAChD,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,MAAM,CAAC,GAAG,MAAa;;gBAC3B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,CAAC;gBACjD,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,OAAO,CAAC,GAAG,MAAa;;gBAC5B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC;gBAClD,OAAO,IAAI,CAAC;YACd,CAAC;SAAA,IACD,CAAC;IAEH,MAAM,UAAU,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC;SACzC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,iCAC3B,GAAG;QACN,mCAAmC;QACnC,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,IAC3C,EAAE,EAAE,CAAC,CAAC;IAEV,uBACE,SAAS,EAAE,MAAM,CAAC,SAAS,EAC3B,QAAQ,CAAC,KAAa;YACpB,aAAa,CAAC,QAAQ,CAAC,OAAO,CAAC,aAAa,GAAG,KAAK,CAAC;YACrD,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QACzB,CAAC,IACE,UAAU,EACb;AACJ,CAAC,CAAC","sourcesContent":["/* eslint-disable @typescript-eslint/no-shadow */\nimport axios, { AxiosInstance } from 'axios';\n\nimport { resources } from './resources';\n\nconst DEFAULT_HOST = 'https://api.compta-clementine.com';\nconst DEFAULT_BASE_PATH = '/api/v1';\n\nexport * from './resources';\nexport const Silex = (params: { url: string, loginWith?: any, setToken?: any }) => {\n const axiosInstance: AxiosInstance = axios.create({\n baseURL: params.url || `${DEFAULT_HOST}${DEFAULT_BASE_PATH}`,\n });\n\n const wrapAxios = (instance: any) => ({\n ...instance,\n async $get(...params: any[]) {\n const { data } = await instance.get(...params);\n return data;\n },\n async $put(...params: any[]) {\n const { data } = await instance.put(...params);\n return data;\n },\n async $post(...params: any[]) {\n const { data } = await instance.post(...params);\n return data;\n },\n async $patch(...params: any[]) {\n const { data } = await instance.patch(...params);\n return data;\n },\n async $delete(...params: any[]) {\n const { data } = await instance.delete(...params);\n return data;\n },\n });\n\n const _resources = Object.entries(resources)\n .reduce((acc, [name, value]) => ({\n ...acc,\n // eslint-disable-next-line new-cap\n [name]: new value(wrapAxios(axiosInstance)),\n }), {});\n\n return {\n loginWith: params.loginWith,\n setToken(token: string) {\n axiosInstance.defaults.headers.authorization = token;\n params.setToken(token);\n },\n ..._resources,\n };\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE1D,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC;CAIrD"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { Resource } from '../Resource';
|
|
13
|
+
export class Account extends Resource {
|
|
14
|
+
getAll(params) {
|
|
15
|
+
const { id } = params, query = __rest(params, ["id"]);
|
|
16
|
+
return this.axios.$get(`/society/${id}/accounts`, { params: query });
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=Account.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,MAAM,EAAE,EAAE,KAAe,MAAM,EAAhB,KAAK,UAAK,MAAM,EAAzB,MAAgB,CAAS,CAAC;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryAccounts, ReadAccounts } from '../../types';\n\nexport class Account extends Resource {\n getAll(params: QueryAccounts): Promise<ReadAccounts> {\n const { id, ...query } = params;\n return this.axios.$get(`/society/${id}/accounts`, { params: query });\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountType.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/AccountType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,qBAAa,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,eAAe,CAAC;CAGnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountType.js","sourceRoot":"","sources":["../../../ts/api/resources/AccountType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,MAAgC;QACrC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,eAAe,MAAM,CAAC,YAAY,eAAe,CAAC,CAAC;IAC5E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ReadAccountType } from '../../types';\n\nexport class AccountType extends Resource {\n getAll(params: { idSimulation: number }): Promise<ReadAccountType> {\n return this.axios.$get(`/simulation/${params.idSimulation}/accountTypes`);\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Country.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Country.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Country.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Country.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,IAAI,OAAO,CAAC,QAAQ,EAAE,CAAC;CAG9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../ts/api/resources/Country.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../ts/api/resources/Country.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACvC,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ICountry } from '../../types';\n\nexport class Country extends Resource {\n getAll(): Promise<ICountry[]> {\n return this.axios.$get('/countries');\n }\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { ReadFormattedImmobilizationsByAccount } from '../../types';
|
|
3
|
+
export declare class Immobilization extends Resource {
|
|
4
|
+
getImmobilizationsInventory(params: {
|
|
5
|
+
idExercice: number;
|
|
6
|
+
}): Promise<ReadFormattedImmobilizationsByAccount | Error>;
|
|
7
|
+
getImmobilizationsInventoryPdf(params: {
|
|
8
|
+
idExercice: number;
|
|
9
|
+
}): Promise<void>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=Immobilization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Immobilization.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Immobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,qCAAqC,EACtC,MAAM,aAAa,CAAC;AAErB,qBAAa,cAAe,SAAQ,QAAQ;IAC1C,2BAA2B,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,qCAAqC,GAAG,KAAK,CAAC;IAIlH,8BAA8B,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAG7E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Immobilization extends Resource {
|
|
3
|
+
getImmobilizationsInventory(params) {
|
|
4
|
+
return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory`, {});
|
|
5
|
+
}
|
|
6
|
+
getImmobilizationsInventoryPdf(params) {
|
|
7
|
+
return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory/pdf`, {});
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Immobilization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Immobilization.js","sourceRoot":"","sources":["../../../ts/api/resources/Immobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,2BAA2B,CAAC,MAA6B;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,2BAA2B,EAAE,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,8BAA8B,CAAC,MAA6B;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,+BAA+B,EAAE,EAAE,CAAC,CAAC;IAC5F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadFormattedImmobilizationsByAccount,\n} from '../../types';\n\nexport class Immobilization extends Resource {\n getImmobilizationsInventory(params: { idExercice: number}): Promise<ReadFormattedImmobilizationsByAccount | Error> {\n return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory`, {});\n }\n\n getImmobilizationsInventoryPdf(params: { idExercice: number}): Promise<void> {\n return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory/pdf`, {});\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,
|
|
1
|
+
{"version":3,"file":"PaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,kCAAkC,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4CAA4C,EAAE,4CAA4C,EAAE,YAAY,EAAE,6CAA6C,EAAE,uCAAuC,EAAE,kCAAkC,EAAE,iDAAiD,EACra,MAAM,aAAa,CAAC;AAErB,qBAAa,0BAA2B,SAAQ,QAAQ;IACtD,GAAG,CAAC,MAAM,EAAE,kCAAkC,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGrF,YAAY,CAAC,MAAM,EAAE,4CAA4C,GAAG,OAAO,CAAC,YAAY,CAAC,2BAA2B,CAAC,CAAC;IAKtH,KAAK,CAAC,MAAM,EAAE,iDAAiD,GAAG,OAAO,CAAC,kCAAkC,CAAC;IAK7G,GAAG,CAAC,MAAM,EAAE,kCAAkC,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGrF,OAAO,CAAC,MAAM,EAAE,sCAAsC,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAG7F,MAAM,CAAC,MAAM,EAAE,4CAA4C,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGlG,MAAM,CAAC,MAAM,EAAE,6CAA6C,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGnG,MAAM,CAAC,MAAM,EAAE,uCAAuC,GAAG,OAAO,CAAC,2BAA2B,CAAC;CAG9F"}
|
|
@@ -5,12 +5,12 @@ export class PaymentExpectationCustomer extends Resource {
|
|
|
5
5
|
}
|
|
6
6
|
getBySociety(params) {
|
|
7
7
|
return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, {
|
|
8
|
-
params
|
|
8
|
+
params,
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
stats(params) {
|
|
12
12
|
return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, {
|
|
13
|
-
params
|
|
13
|
+
params,
|
|
14
14
|
});
|
|
15
15
|
}
|
|
16
16
|
pay(params) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"PaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,0BAA2B,SAAQ,QAAQ;IACtD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,YAAY,CAAC,MAAoD;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,gCAAgC,EAAE;YACnF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,KAAK,CAAC,MAAyD;QAC7D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,sCAAsC,EAAE;YACzF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,MAAM,CAAC,CAAC;IACrE,CAAC;IACD,OAAO,CAAC,MAA8C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,qCAAqC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IACD,MAAM,CAAC,MAAoD;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACvG,CAAC;IACD,MAAM,CAAC,MAAqD;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IACnH,CAAC;IACD,MAAM,CAAC,MAA+C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,MAAM,CAAC,SAAS,6BAA6B,EAAE,MAAM,CAAC,CAAC;IAC7F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryGetPaymentExpectationCustomer, IPaymentExpectationCustomer, QueryPayPaymentExpectationCustomer, QueryConfirmPaymentExpectationCustomer, QueryGetSocietyPaymentsExpectationsCustomers, QueryDeleteSocietyPaymentExpectationCustomer, BasePaginate, UpdateRefundSocietyPaymentExpectationCustomer, CreateSocietyPaymentExpectationCustomer, ReadPaymentExpectationCustomerStat, QueryGetSocietyPaymentsExpectationsCustomersStats,\n} from '../../types';\n\nexport class PaymentExpectationCustomer extends Resource {\n get(params: QueryGetPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$get('/paymentExpectationCustomer', { params });\n }\n getBySociety(params: QueryGetSocietyPaymentsExpectationsCustomers): Promise<BasePaginate<IPaymentExpectationCustomer>> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, {\n params,\n });\n }\n stats(params: QueryGetSocietyPaymentsExpectationsCustomersStats): Promise<ReadPaymentExpectationCustomerStat> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, {\n params,\n });\n }\n pay(params: QueryPayPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/pay', params);\n }\n confirm(params: QueryConfirmPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/confirm', params);\n }\n delete(params: QueryDeleteSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$delete(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}`);\n }\n refund(params: UpdateRefundSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$put(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}/refund`, params);\n }\n create(params: CreateSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post(`/society/${params.idSociety}/paymentExpectationCustomer`, params);\n }\n}"]}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
+
import { BasePaginate, ISimulation, ISociety, QueryPaginate, ReadSimulationColors } from '../../types';
|
|
2
3
|
export declare class Simulation extends Resource {
|
|
3
|
-
|
|
4
|
+
getBySociety(params: {
|
|
5
|
+
idSociety: number;
|
|
6
|
+
} & QueryPaginate): Promise<BasePaginate<ISimulation>>;
|
|
7
|
+
hideSimulationBetaMessage(params: {
|
|
8
|
+
idSociety: number;
|
|
9
|
+
}): Promise<ISociety>;
|
|
10
|
+
getColors(): Promise<ReadSimulationColors[]>;
|
|
4
11
|
}
|
|
5
12
|
//# sourceMappingURL=Simulation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Simulation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Simulation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,WAAW,EAAE,QAAQ,EACrB,aAAa,EAAE,oBAAoB,EACpC,MAAM,aAAa,CAAC;AAErB,qBAAa,UAAW,SAAQ,QAAQ;IACtC,YAAY,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;IAM/F,yBAAyB,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,QAAQ,CAAC;IAI3E,SAAS,IAAI,OAAO,CAAC,oBAAoB,EAAE,CAAC;CAG7C"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
export class Simulation extends Resource {
|
|
3
|
-
|
|
4
|
-
this.axios
|
|
5
|
-
|
|
3
|
+
getBySociety(params) {
|
|
4
|
+
return this.axios.$get(`/society/${params.idSociety}/simulations`, {
|
|
5
|
+
params,
|
|
6
|
+
});
|
|
7
|
+
}
|
|
8
|
+
hideSimulationBetaMessage(params) {
|
|
9
|
+
return this.axios.$post(`/society/${params.idSociety}/hideSimulationBetaMessage`);
|
|
10
|
+
}
|
|
11
|
+
getColors() {
|
|
12
|
+
return this.axios.$get('/simulation/colors');
|
|
6
13
|
}
|
|
7
14
|
}
|
|
8
|
-
;
|
|
9
15
|
//# sourceMappingURL=Simulation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Simulation.js","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Simulation.js","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC,YAAY,CAAC,MAA6C;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,cAAc,EAAE;YACjE,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IAED,yBAAyB,CAAC,MAA6B;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,MAAM,CAAC,SAAS,4BAA4B,CAAC,CAAC;IACpF,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;IAC/C,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n BasePaginate,\n ISimulation, ISociety,\n QueryPaginate, ReadSimulationColors,\n} from '../../types';\n\nexport class Simulation extends Resource {\n getBySociety(params: { idSociety: number } & QueryPaginate): Promise<BasePaginate<ISimulation>> {\n return this.axios.$get(`/society/${params.idSociety}/simulations`, {\n params,\n });\n }\n\n hideSimulationBetaMessage(params: { idSociety: number }): Promise<ISociety> {\n return this.axios.$post(`/society/${params.idSociety}/hideSimulationBetaMessage`);\n }\n\n getColors(): Promise<ReadSimulationColors[]> {\n return this.axios.$get('/simulation/colors');\n }\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction } from '../../types';
|
|
3
|
+
export declare class Transaction extends Resource {
|
|
4
|
+
getFormattedPaginate(idSociety: number, params: {
|
|
5
|
+
idAccountingJournal: AccountingJournal;
|
|
6
|
+
idBankAccount?: Array<number>;
|
|
7
|
+
orderBy?: string;
|
|
8
|
+
descending?: boolean;
|
|
9
|
+
startDate?: string;
|
|
10
|
+
endDate?: string;
|
|
11
|
+
} & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error>;
|
|
12
|
+
annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=Transaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,EAC/E,MAAM,aAAa,CAAC;AAErB,qBAAa,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;QAC9C,mBAAmB,EAAE,iBAAiB,CAAC;QACvC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,kCAAkC,CAAC,GAAG,KAAK,CAAC;IAKrF,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,GAAG,KAAK,CAAC;CAG7G"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Transaction extends Resource {
|
|
3
|
+
getFormattedPaginate(idSociety, params) {
|
|
4
|
+
return this.axios.$get(`/society/${idSociety}/transactions`, {
|
|
5
|
+
params,
|
|
6
|
+
});
|
|
7
|
+
}
|
|
8
|
+
annotate(id, data) {
|
|
9
|
+
return this.axios.$put(`/transactions/${id}`, data);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=Transaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n}\n"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { Country } from './resources/Country';
|
|
2
2
|
import { Simulation } from './resources/Simulation';
|
|
3
3
|
import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';
|
|
4
|
+
import { Immobilization } from './resources/Immobilization';
|
|
5
|
+
import { AccountType } from './resources/AccountType';
|
|
6
|
+
import { Transaction } from './resources/Transaction';
|
|
7
|
+
import { Account } from './resources/Account';
|
|
4
8
|
export declare const resources: {
|
|
5
9
|
simulation: typeof Simulation;
|
|
6
10
|
country: typeof Country;
|
|
7
11
|
paymentExpectationCustomer: typeof PaymentExpectationCustomer;
|
|
12
|
+
immobilization: typeof Immobilization;
|
|
13
|
+
accountType: typeof AccountType;
|
|
14
|
+
transaction: typeof Transaction;
|
|
15
|
+
account: typeof Account;
|
|
8
16
|
};
|
|
9
17
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;CAQrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { Country } from './resources/Country';
|
|
2
2
|
import { Simulation } from './resources/Simulation';
|
|
3
3
|
import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';
|
|
4
|
+
import { Immobilization } from './resources/Immobilization';
|
|
5
|
+
import { AccountType } from './resources/AccountType';
|
|
6
|
+
import { Transaction } from './resources/Transaction';
|
|
7
|
+
import { Account } from './resources/Account';
|
|
4
8
|
export const resources = {
|
|
5
9
|
simulation: Simulation,
|
|
6
10
|
country: Country,
|
|
7
|
-
paymentExpectationCustomer: PaymentExpectationCustomer
|
|
11
|
+
paymentExpectationCustomer: PaymentExpectationCustomer,
|
|
12
|
+
immobilization: Immobilization,
|
|
13
|
+
accountType: AccountType,
|
|
14
|
+
transaction: Transaction,
|
|
15
|
+
account: Account,
|
|
8
16
|
};
|
|
9
17
|
//# sourceMappingURL=resources.js.map
|
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;CACjB,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n};\n"]}
|
package/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC","sourcesContent":["export * from './utils';\nexport * from './types';\nexport * from './api';\n
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC","sourcesContent":["export * from './utils';\nexport * from './types';\nexport * from './api';\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountingJournal.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,GAAG,IAAE;IACL,GAAG,IAAE;IACL,EAAE,IAAE;IACJ,EAAE,IAAE;
|
|
1
|
+
{"version":3,"file":"AccountingJournal.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,GAAG,IAAE;IACL,GAAG,IAAE;IACL,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,GAAG,IAAE;CACN"}
|
|
@@ -7,5 +7,6 @@ export var AccountingJournal;
|
|
|
7
7
|
AccountingJournal[AccountingJournal["PER"] = 5] = "PER";
|
|
8
8
|
AccountingJournal[AccountingJournal["AN"] = 6] = "AN";
|
|
9
9
|
AccountingJournal[AccountingJournal["OD"] = 7] = "OD";
|
|
10
|
+
AccountingJournal[AccountingJournal["REV"] = 8] = "REV";
|
|
10
11
|
})(AccountingJournal || (AccountingJournal = {}));
|
|
11
12
|
//# sourceMappingURL=AccountingJournal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountingJournal.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"AccountingJournal.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,qDAAI,CAAA;IACJ,qDAAI,CAAA;IACJ,qDAAI,CAAA;IACJ,uDAAK,CAAA;IACL,uDAAK,CAAA;IACL,qDAAI,CAAA;IACJ,qDAAI,CAAA;IACJ,uDAAK,CAAA;AACP,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B","sourcesContent":["export enum AccountingJournal {\n BQ=1,\n AC=2,\n VE=3,\n CAI=4,\n PER=5,\n AN=6,\n OD=7,\n REV=8,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComptaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAY,CAAA;IACZ,mDAAU,CAAA;IACV,uEAAoB,CAAA;IACpB,mEAAkB,CAAA;IAClB,6EAAuB,CAAA;IACvB,yEAAqB,CAAA;AACvB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["export enum ComptaType {\n CASH_BASED=1,\n ACCRUALS=2,\n CASH_BASED_SEIZURE=3,\n ACCRUALS_SEIZURE=4,\n CASH_BASED_ASSISTANCE=5,\n CASH_BASED_ACCRUALS=6
|
|
1
|
+
{"version":3,"file":"ComptaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAY,CAAA;IACZ,mDAAU,CAAA;IACV,uEAAoB,CAAA;IACpB,mEAAkB,CAAA;IAClB,6EAAuB,CAAA;IACvB,yEAAqB,CAAA;AACvB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["export enum ComptaType {\n CASH_BASED=1,\n ACCRUALS=2,\n CASH_BASED_SEIZURE=3,\n ACCRUALS_SEIZURE=4,\n CASH_BASED_ASSISTANCE=5,\n CASH_BASED_ACCRUALS=6,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAWX;AAXD,WAAY,OAAO;IACjB,mDAAa,CAAA;IACb,yDAAgB,CAAA;IAChB,2CAAS,CAAA;IACT,2CAAS,CAAA;IACT,+CAAW,CAAA;IACX,2CAAS,CAAA;IACT,yCAAQ,CAAA;IACR,6CAAU,CAAA;IACV,mDAAa,CAAA;IACb,0CAAS,CAAA;AACX,CAAC,EAXW,OAAO,KAAP,OAAO,QAWlB","sourcesContent":["export enum Country {\n AFGHANISTAN=1,\n AFRIQUE_DU_SUD=2,\n ALBANIE=3,\n ALGERIE=4,\n ALLEMAGNE=5,\n ANDORRE=6,\n ANGOLA=7,\n ANGUILLA=8,\n ANTARCTIQUE=9,\n FRANCE=65
|
|
1
|
+
{"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAWX;AAXD,WAAY,OAAO;IACjB,mDAAa,CAAA;IACb,yDAAgB,CAAA;IAChB,2CAAS,CAAA;IACT,2CAAS,CAAA;IACT,+CAAW,CAAA;IACX,2CAAS,CAAA;IACT,yCAAQ,CAAA;IACR,6CAAU,CAAA;IACV,mDAAa,CAAA;IACb,0CAAS,CAAA;AACX,CAAC,EAXW,OAAO,KAAP,OAAO,QAWlB","sourcesContent":["export enum Country {\n AFGHANISTAN=1,\n AFRIQUE_DU_SUD=2,\n ALBANIE=3,\n ALGERIE=4,\n ALLEMAGNE=5,\n ANDORRE=6,\n ANGOLA=7,\n ANGUILLA=8,\n ANTARCTIQUE=9,\n FRANCE=65,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,
|
|
1
|
+
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAG;IACrB,MAAM,IAAG;IACT,OAAO,IAAG;IACV,UAAU,IAAG;IACb,OAAO,IAAG;IACV,IAAI,IAAG;IACP,cAAc,IAAG;CAClB;AAED,oBAAY,SAAS;IA4BnB,QAAQ,KAAK;CAOd"}
|
package/es/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,
|
|
1
|
+
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAqB,CAAA;IACrB,iDAAS,CAAA;IACT,mDAAU,CAAA;IACV,yDAAa,CAAA;IACb,mDAAU,CAAA;IACV,6CAAO,CAAA;IACP,iEAAiB,CAAA;AACnB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,8CAA8C;IAC9C,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,8BAA8B;IAC9B,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,iBAAiB;IACjB,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,uBAAuB;IACvB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX= 2,\n SOCIAL= 3,\n JURIDIC= 4,\n GENERALITY= 5,\n BILLING= 6,\n MAIL= 7,\n BANK_STATEMENT= 8,\n}\n\nexport enum GedFolder {\n // K-bis & Identity card & Tax memorandum = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n // Statutes & amendments = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n // HP of GA = 19,\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImmobilizationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ImmobilizationType.ts"],"names":[],"mappings":"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","sourcesContent":["export const ImmobilizationType = {\n FRAIS_CONSTITUTION: {\n id:1,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount:259,\n idAccountEndownment: 334,\n idAccountAmortization: 298,\n },\n FRAIS_PREMIER_ETABLISSEMENT: {\n id:2,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount:260,\n idAccountEndownment: 334,\n idAccountAmortization: 299,\n },\n FRAIS_AUGMENTATION_CAPITAL: {\n id:3,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount:261,\n idAccountEndownment: 334,\n idAccountAmortization: 300,\n },\n FRAIS_RECHERCHE: {\n id:4,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount:262,\n idAccountEndownment: 334,\n idAccountAmortization: 301,\n },\n CONCESSIONS_BREVET: {\n id:5,\n isIncorporeal: true,\n isDepreciable:true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount:263,\n idAccountEndownment: 334,\n idAccountAmortization: 302,\n },\n LOGICIEL: {\n id:6,\n isIncorporeal: true,\n isDepreciable:true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount:264,\n idAccountEndownment: 334,\n idAccountAmortization: 303,\n },\n SITE_INTERNET: {\n id:7,\n isIncorporeal: true,\n isDepreciable:true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount:265,\n idAccountEndownment: 334,\n idAccountAmortization: 304,\n },\n DROIT_AU_BAIL: {\n id:8,\n isIncorporeal: true,\n isDepreciable:true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount:266,\n idAccountEndownment: 334,\n idAccountAmortization: 305,\n },\n FOND_COMMERCIAL: {\n id:9,\n isIncorporeal: true,\n isDepreciable: false,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Sauf si la durée d\\'exploitation définie contractuellement / activité éphémère',\n amortizationDuration: 0,\n idAccount:267,\n idAccountEndownment: 334,\n idAccountAmortization: 306,\n },\n TERRAIN_NU: {\n id:10,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:268,\n idAccountEndownment: 335,\n idAccountAmortization: 307,\n },\n TERRAIN_AMENAGE: {\n id:11,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:269,\n idAccountEndownment: 335,\n idAccountAmortization: 308,\n },\n SOUS_SOLS: {\n id:12,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:270,\n idAccountEndownment: 335,\n idAccountAmortization: 309,\n },\n TERRAIN_CARRIERES: {\n id:13,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:271,\n idAccountEndownment: 335,\n idAccountAmortization: 310,\n },\n TERRAIN_BATIS: {\n id:14,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:272,\n idAccountEndownment: 335,\n idAccountAmortization: 311,\n },\n AGENCEMENT_TERRAIN: {\n id:15,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:273,\n idAccountEndownment: 335,\n idAccountAmortization: 312,\n },\n BATIMENT_COMMERCIAUX: {\n id:16,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 40,\n idAccount:274,\n idAccountEndownment: 335,\n idAccountAmortization: 313,\n },\n BATIMENT_INDUSTRIEL: {\n id:17,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 20,\n idAccount:275,\n idAccountEndownment: 335,\n idAccountAmortization: 314,\n },\n CONSTRUCTION_SOL_AUTRUI: {\n id:18,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:276,\n idAccountEndownment: 335,\n idAccountAmortization: 315,\n },\n INSTALLATION_GENERALE: {\n id:19,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount:277,\n idAccountEndownment: 335,\n idAccountAmortization: 316,\n },\n MATERIEL_TRANSPORT: {\n id:20,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 4,\n idAccount:278,\n idAccountEndownment: 335,\n idAccountAmortization: 317,\n },\n MATERIEL_BUREAU: {\n id:21,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 7.5,\n idAccount:279,\n idAccountEndownment: 335,\n idAccountAmortization: 318,\n },\n MOBILIER: {\n id:22,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount:280,\n idAccountEndownment: 335,\n idAccountAmortization: 319,\n },\n TITRE_PARTICIPATION: {\n id:23,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:281,\n idAccountEndownment: 335,\n idAccountAmortization: 320,\n },\n AUTRE_FORME_PARTICIPATION: {\n id:24,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount:282,\n idAccountEndownment: 335,\n idAccountAmortization: 321,\n },\n CREANCE_PARTICIPATION: {\n id:25,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:283,\n idAccountEndownment: 335,\n idAccountAmortization: 322,\n },\n CREANCE_PARTICIPATION_SOCIETE: {\n id:26,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:284,\n idAccountEndownment: 335,\n idAccountAmortization: 323,\n },\n VERSEMENT_RESTANT: {\n id:27,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:285,\n idAccountEndownment: 335,\n idAccountAmortization: 324,\n },\n TITRE_IMMOBILISE_AUTRES: {\n id:28,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:286,\n idAccountEndownment: 335,\n idAccountAmortization: 325,\n },\n TITRE_IMMOBILISE: {\n id:29,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:287,\n idAccountEndownment: 335,\n idAccountAmortization: 326,\n },\n TITRE_IMMOBILISE_DE_ACTIVITE: {\n id:30,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:288,\n idAccountEndownment: 335,\n idAccountAmortization: 327,\n },\n PRET: {\n id:31,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:289,\n idAccountEndownment: 335,\n idAccountAmortization: 328,\n },\n DEPOT_CAUTIONNEMENT: {\n id:32,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:290,\n idAccountEndownment: 335,\n idAccountAmortization: 329,\n },\n AUTRE_CREANCE: {\n id:33,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:291,\n idAccountEndownment: 335,\n idAccountAmortization: 330,\n },\n ACTION_PROPRE_PART_PROPRE: {\n id:34,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:292,\n idAccountEndownment: 335,\n idAccountAmortization: 331,\n },\n MALI_FUSION_ACTIF: {\n id:35,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:293,\n idAccountEndownment: 335,\n idAccountAmortization: 332,\n },\n VERSEMENT_RESTANT_SUR_TITRE: {\n id:36,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount:294,\n idAccountEndownment: 335,\n idAccountAmortization: 333,\n },\n \n};"]}
|
|
1
|
+
{"version":3,"file":"ImmobilizationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ImmobilizationType.ts"],"names":[],"mappings":"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","sourcesContent":["export const ImmobilizationType = {\n FRAIS_CONSTITUTION: {\n id: 1,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 259,\n idAccountEndownment: 334,\n idAccountAmortization: 298,\n },\n FRAIS_PREMIER_ETABLISSEMENT: {\n id: 2,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 260,\n idAccountEndownment: 334,\n idAccountAmortization: 299,\n },\n FRAIS_AUGMENTATION_CAPITAL: {\n id: 3,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 261,\n idAccountEndownment: 334,\n idAccountAmortization: 300,\n },\n FRAIS_RECHERCHE: {\n id: 4,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 262,\n idAccountEndownment: 334,\n idAccountAmortization: 301,\n },\n CONCESSIONS_BREVET: {\n id: 5,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 263,\n idAccountEndownment: 334,\n idAccountAmortization: 302,\n },\n LOGICIEL: {\n id: 6,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount: 264,\n idAccountEndownment: 334,\n idAccountAmortization: 303,\n },\n SITE_INTERNET: {\n id: 7,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount: 265,\n idAccountEndownment: 334,\n idAccountAmortization: 304,\n },\n DROIT_AU_BAIL: {\n id: 8,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 266,\n idAccountEndownment: 334,\n idAccountAmortization: 305,\n },\n FOND_COMMERCIAL: {\n id: 9,\n isIncorporeal: true,\n isDepreciable: false,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Sauf si la durée d\\'exploitation définie contractuellement / activité éphémère',\n amortizationDuration: 0,\n idAccount: 267,\n idAccountEndownment: 334,\n idAccountAmortization: 306,\n },\n TERRAIN_NU: {\n id: 10,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 268,\n idAccountEndownment: 335,\n idAccountAmortization: 307,\n },\n TERRAIN_AMENAGE: {\n id: 11,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 269,\n idAccountEndownment: 335,\n idAccountAmortization: 308,\n },\n SOUS_SOLS: {\n id: 12,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 270,\n idAccountEndownment: 335,\n idAccountAmortization: 309,\n },\n TERRAIN_CARRIERES: {\n id: 13,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 271,\n idAccountEndownment: 335,\n idAccountAmortization: 310,\n },\n TERRAIN_BATIS: {\n id: 14,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 272,\n idAccountEndownment: 335,\n idAccountAmortization: 311,\n },\n AGENCEMENT_TERRAIN: {\n id: 15,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 273,\n idAccountEndownment: 335,\n idAccountAmortization: 312,\n },\n BATIMENT_COMMERCIAUX: {\n id: 16,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 40,\n idAccount: 274,\n idAccountEndownment: 335,\n idAccountAmortization: 313,\n },\n BATIMENT_INDUSTRIEL: {\n id: 17,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 20,\n idAccount: 275,\n idAccountEndownment: 335,\n idAccountAmortization: 314,\n },\n CONSTRUCTION_SOL_AUTRUI: {\n id: 18,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 276,\n idAccountEndownment: 335,\n idAccountAmortization: 315,\n },\n INSTALLATION_GENERALE: {\n id: 19,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 277,\n idAccountEndownment: 335,\n idAccountAmortization: 316,\n },\n MATERIEL_TRANSPORT: {\n id: 20,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 4,\n idAccount: 278,\n idAccountEndownment: 335,\n idAccountAmortization: 317,\n },\n MATERIEL_BUREAU: {\n id: 21,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 7.5,\n idAccount: 279,\n idAccountEndownment: 335,\n idAccountAmortization: 318,\n },\n MOBILIER: {\n id: 22,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 280,\n idAccountEndownment: 335,\n idAccountAmortization: 319,\n },\n TITRE_PARTICIPATION: {\n id: 23,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 281,\n idAccountEndownment: 335,\n idAccountAmortization: 320,\n },\n AUTRE_FORME_PARTICIPATION: {\n id: 24,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 282,\n idAccountEndownment: 335,\n idAccountAmortization: 321,\n },\n CREANCE_PARTICIPATION: {\n id: 25,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 283,\n idAccountEndownment: 335,\n idAccountAmortization: 322,\n },\n CREANCE_PARTICIPATION_SOCIETE: {\n id: 26,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 284,\n idAccountEndownment: 335,\n idAccountAmortization: 323,\n },\n VERSEMENT_RESTANT: {\n id: 27,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 285,\n idAccountEndownment: 335,\n idAccountAmortization: 324,\n },\n TITRE_IMMOBILISE_AUTRES: {\n id: 28,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 286,\n idAccountEndownment: 335,\n idAccountAmortization: 325,\n },\n TITRE_IMMOBILISE: {\n id: 29,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 287,\n idAccountEndownment: 335,\n idAccountAmortization: 326,\n },\n TITRE_IMMOBILISE_DE_ACTIVITE: {\n id: 30,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 288,\n idAccountEndownment: 335,\n idAccountAmortization: 327,\n },\n PRET: {\n id: 31,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 289,\n idAccountEndownment: 335,\n idAccountAmortization: 328,\n },\n DEPOT_CAUTIONNEMENT: {\n id: 32,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 290,\n idAccountEndownment: 335,\n idAccountAmortization: 329,\n },\n AUTRE_CREANCE: {\n id: 33,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 291,\n idAccountEndownment: 335,\n idAccountAmortization: 330,\n },\n ACTION_PROPRE_PART_PROPRE: {\n id: 34,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 292,\n idAccountEndownment: 335,\n idAccountAmortization: 331,\n },\n MALI_FUSION_ACTIF: {\n id: 35,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 293,\n idAccountEndownment: 335,\n idAccountAmortization: 332,\n },\n VERSEMENT_RESTANT_SUR_TITRE: {\n id: 36,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 294,\n idAccountEndownment: 335,\n idAccountAmortization: 333,\n },\n\n};"]}
|