@silexpert/core 0.0.2
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/README.md +89 -0
- package/es/api/Resource.d.ts +13 -0
- package/es/api/Resource.d.ts.map +1 -0
- package/es/api/Resource.js +6 -0
- package/es/api/Resource.js.map +1 -0
- package/es/api/index.d.ts +7 -0
- package/es/api/index.d.ts.map +1 -0
- package/es/api/index.js +55 -0
- package/es/api/index.js.map +1 -0
- package/es/api/resources/Country.d.ts +6 -0
- package/es/api/resources/Country.d.ts.map +1 -0
- package/es/api/resources/Country.js +7 -0
- package/es/api/resources/Country.js.map +1 -0
- package/es/api/resources/Simulation.d.ts +5 -0
- package/es/api/resources/Simulation.d.ts.map +1 -0
- package/es/api/resources/Simulation.js +9 -0
- package/es/api/resources/Simulation.js.map +1 -0
- package/es/api/resources.d.ts +7 -0
- package/es/api/resources.d.ts.map +1 -0
- package/es/api/resources.js +7 -0
- package/es/api/resources.js.map +1 -0
- package/es/index.d.ts +4 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.js +4 -0
- package/es/index.js.map +1 -0
- package/es/types/Enum/ComptaType.d.ts +9 -0
- package/es/types/Enum/ComptaType.d.ts.map +1 -0
- package/es/types/Enum/ComptaType.js +10 -0
- package/es/types/Enum/ComptaType.js.map +1 -0
- package/es/types/Enum/Country.d.ts +13 -0
- package/es/types/Enum/Country.d.ts.map +1 -0
- package/es/types/Enum/Country.js +14 -0
- package/es/types/Enum/Country.js.map +1 -0
- package/es/types/Enum/Ged.d.ts +14 -0
- package/es/types/Enum/Ged.d.ts.map +1 -0
- package/es/types/Enum/Ged.js +49 -0
- package/es/types/Enum/Ged.js.map +1 -0
- package/es/types/Enum/LegalForm.d.ts +162 -0
- package/es/types/Enum/LegalForm.d.ts.map +1 -0
- package/es/types/Enum/LegalForm.js +162 -0
- package/es/types/Enum/LegalForm.js.map +1 -0
- package/es/types/Enum/Role.d.ts +25 -0
- package/es/types/Enum/Role.d.ts.map +1 -0
- package/es/types/Enum/Role.js +26 -0
- package/es/types/Enum/Role.js.map +1 -0
- package/es/types/Enum/Sector.d.ts +7 -0
- package/es/types/Enum/Sector.d.ts.map +1 -0
- package/es/types/Enum/Sector.js +8 -0
- package/es/types/Enum/Sector.js.map +1 -0
- package/es/types/Enum/Simulation.d.ts +27 -0
- package/es/types/Enum/Simulation.d.ts.map +1 -0
- package/es/types/Enum/Simulation.js +27 -0
- package/es/types/Enum/Simulation.js.map +1 -0
- package/es/types/Enum/SubscriptionType.d.ts +6 -0
- package/es/types/Enum/SubscriptionType.d.ts.map +1 -0
- package/es/types/Enum/SubscriptionType.js +7 -0
- package/es/types/Enum/SubscriptionType.js.map +1 -0
- package/es/types/Enum/TypeConnector.d.ts +14 -0
- package/es/types/Enum/TypeConnector.d.ts.map +1 -0
- package/es/types/Enum/TypeConnector.js +15 -0
- package/es/types/Enum/TypeConnector.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +66 -0
- package/es/types/Enum/Vat.d.ts.map +1 -0
- package/es/types/Enum/Vat.js +66 -0
- package/es/types/Enum/Vat.js.map +1 -0
- package/es/types/Enum/VatRegime.d.ts +7 -0
- package/es/types/Enum/VatRegime.d.ts.map +1 -0
- package/es/types/Enum/VatRegime.js +8 -0
- package/es/types/Enum/VatRegime.js.map +1 -0
- package/es/types/Form/FormAuthenticate.d.ts +7 -0
- package/es/types/Form/FormAuthenticate.d.ts.map +1 -0
- package/es/types/Form/FormAuthenticate.js +3 -0
- package/es/types/Form/FormAuthenticate.js.map +1 -0
- package/es/types/Form/FormConnector.d.ts +14 -0
- package/es/types/Form/FormConnector.d.ts.map +1 -0
- package/es/types/Form/FormConnector.js +3 -0
- package/es/types/Form/FormConnector.js.map +1 -0
- package/es/types/Form/FormPaymentExpectationCustomer.d.ts +6 -0
- package/es/types/Form/FormPaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Form/FormPaymentExpectationCustomer.js +3 -0
- package/es/types/Form/FormPaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts +13 -0
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js +2 -0
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -0
- package/es/types/Interface/api/businessPartner/ReadBusinessPartner.d.ts +9 -0
- package/es/types/Interface/api/businessPartner/ReadBusinessPartner.d.ts.map +1 -0
- package/es/types/Interface/api/businessPartner/ReadBusinessPartner.js +2 -0
- package/es/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +1 -0
- package/es/types/Interface/api/simulation/CreateSimulation.d.ts +69 -0
- package/es/types/Interface/api/simulation/CreateSimulation.d.ts.map +1 -0
- package/es/types/Interface/api/simulation/CreateSimulation.js +6 -0
- package/es/types/Interface/api/simulation/CreateSimulation.js.map +1 -0
- package/es/types/Interface/api/simulation/ReadSimulation.d.ts +10 -0
- package/es/types/Interface/api/simulation/ReadSimulation.d.ts.map +1 -0
- package/es/types/Interface/api/simulation/ReadSimulation.js +2 -0
- package/es/types/Interface/api/simulation/ReadSimulation.js.map +1 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts +5 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
- package/es/types/Interface/api/society/ReadSociety.js +2 -0
- package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/es/types/Interface/models/IAbsenceType.d.ts +7 -0
- package/es/types/Interface/models/IAbsenceType.d.ts.map +1 -0
- package/es/types/Interface/models/IAbsenceType.js +2 -0
- package/es/types/Interface/models/IAbsenceType.js.map +1 -0
- package/es/types/Interface/models/IAccessToken.d.ts +9 -0
- package/es/types/Interface/models/IAccessToken.d.ts.map +1 -0
- package/es/types/Interface/models/IAccessToken.js +2 -0
- package/es/types/Interface/models/IAccessToken.js.map +1 -0
- package/es/types/Interface/models/IAccount.d.ts +47 -0
- package/es/types/Interface/models/IAccount.d.ts.map +1 -0
- package/es/types/Interface/models/IAccount.js +2 -0
- package/es/types/Interface/models/IAccount.js.map +1 -0
- package/es/types/Interface/models/IAccountDetail.d.ts +20 -0
- package/es/types/Interface/models/IAccountDetail.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountDetail.js +2 -0
- package/es/types/Interface/models/IAccountDetail.js.map +1 -0
- package/es/types/Interface/models/IAccountHelp.d.ts +8 -0
- package/es/types/Interface/models/IAccountHelp.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountHelp.js +2 -0
- package/es/types/Interface/models/IAccountHelp.js.map +1 -0
- package/es/types/Interface/models/IAccountType.d.ts +9 -0
- package/es/types/Interface/models/IAccountType.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountType.js +2 -0
- package/es/types/Interface/models/IAccountType.js.map +1 -0
- package/es/types/Interface/models/IAccountantTracker.d.ts +12 -0
- package/es/types/Interface/models/IAccountantTracker.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountantTracker.js +2 -0
- package/es/types/Interface/models/IAccountantTracker.js.map +1 -0
- package/es/types/Interface/models/IAccountingEntry.d.ts +26 -0
- package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingEntry.js +2 -0
- package/es/types/Interface/models/IAccountingEntry.js.map +1 -0
- package/es/types/Interface/models/IAccountingFile.d.ts +30 -0
- package/es/types/Interface/models/IAccountingFile.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingFile.js +2 -0
- package/es/types/Interface/models/IAccountingFile.js.map +1 -0
- package/es/types/Interface/models/IAccountingFileType.d.ts +7 -0
- package/es/types/Interface/models/IAccountingFileType.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingFileType.js +2 -0
- package/es/types/Interface/models/IAccountingFileType.js.map +1 -0
- package/es/types/Interface/models/IAccountingJournal.d.ts +7 -0
- package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingJournal.js +2 -0
- package/es/types/Interface/models/IAccountingJournal.js.map +1 -0
- package/es/types/Interface/models/IAccountingState.d.ts +19 -0
- package/es/types/Interface/models/IAccountingState.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingState.js +2 -0
- package/es/types/Interface/models/IAccountingState.js.map +1 -0
- package/es/types/Interface/models/IAccountingStateType.d.ts +7 -0
- package/es/types/Interface/models/IAccountingStateType.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingStateType.js +2 -0
- package/es/types/Interface/models/IAccountingStateType.js.map +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts +63 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingTransaction.js +2 -0
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -0
- package/es/types/Interface/models/IAccountsSocieties.d.ts +9 -0
- package/es/types/Interface/models/IAccountsSocieties.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountsSocieties.js +2 -0
- package/es/types/Interface/models/IAccountsSocieties.js.map +1 -0
- package/es/types/Interface/models/IActivity.d.ts +7 -0
- package/es/types/Interface/models/IActivity.d.ts.map +1 -0
- package/es/types/Interface/models/IActivity.js +2 -0
- package/es/types/Interface/models/IActivity.js.map +1 -0
- package/es/types/Interface/models/IAdditionalBalance.d.ts +15 -0
- package/es/types/Interface/models/IAdditionalBalance.d.ts.map +1 -0
- package/es/types/Interface/models/IAdditionalBalance.js +2 -0
- package/es/types/Interface/models/IAdditionalBalance.js.map +1 -0
- package/es/types/Interface/models/IAlert.d.ts +17 -0
- package/es/types/Interface/models/IAlert.d.ts.map +1 -0
- package/es/types/Interface/models/IAlert.js +2 -0
- package/es/types/Interface/models/IAlert.js.map +1 -0
- package/es/types/Interface/models/IAllowedIp.d.ts +10 -0
- package/es/types/Interface/models/IAllowedIp.d.ts.map +1 -0
- package/es/types/Interface/models/IAllowedIp.js +2 -0
- package/es/types/Interface/models/IAllowedIp.js.map +1 -0
- package/es/types/Interface/models/IAnalyticsUtm.d.ts +14 -0
- package/es/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -0
- package/es/types/Interface/models/IAnalyticsUtm.js +2 -0
- package/es/types/Interface/models/IAnalyticsUtm.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +23 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -0
- package/es/types/Interface/models/IApiError.js +18 -0
- package/es/types/Interface/models/IApiError.js.map +1 -0
- package/es/types/Interface/models/IAppConfig.d.ts +8 -0
- package/es/types/Interface/models/IAppConfig.d.ts.map +1 -0
- package/es/types/Interface/models/IAppConfig.js +2 -0
- package/es/types/Interface/models/IAppConfig.js.map +1 -0
- package/es/types/Interface/models/IAreasInvoice.d.ts +14 -0
- package/es/types/Interface/models/IAreasInvoice.d.ts.map +1 -0
- package/es/types/Interface/models/IAreasInvoice.js +2 -0
- package/es/types/Interface/models/IAreasInvoice.js.map +1 -0
- package/es/types/Interface/models/IAskAbsence.d.ts +29 -0
- package/es/types/Interface/models/IAskAbsence.d.ts.map +1 -0
- package/es/types/Interface/models/IAskAbsence.js +2 -0
- package/es/types/Interface/models/IAskAbsence.js.map +1 -0
- package/es/types/Interface/models/IAskAbsenceTimes.d.ts +12 -0
- package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +1 -0
- package/es/types/Interface/models/IAskAbsenceTimes.js +2 -0
- package/es/types/Interface/models/IAskAbsenceTimes.js.map +1 -0
- package/es/types/Interface/models/IAttachmentFile.d.ts +17 -0
- package/es/types/Interface/models/IAttachmentFile.d.ts.map +1 -0
- package/es/types/Interface/models/IAttachmentFile.js +2 -0
- package/es/types/Interface/models/IAttachmentFile.js.map +1 -0
- package/es/types/Interface/models/IAttestation.d.ts +37 -0
- package/es/types/Interface/models/IAttestation.d.ts.map +1 -0
- package/es/types/Interface/models/IAttestation.js +2 -0
- package/es/types/Interface/models/IAttestation.js.map +1 -0
- package/es/types/Interface/models/IAttributionHistory.d.ts +17 -0
- package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IAttributionHistory.js +2 -0
- package/es/types/Interface/models/IAttributionHistory.js.map +1 -0
- package/es/types/Interface/models/IAutoLoginToken.d.ts +10 -0
- package/es/types/Interface/models/IAutoLoginToken.d.ts.map +1 -0
- package/es/types/Interface/models/IAutoLoginToken.js +2 -0
- package/es/types/Interface/models/IAutoLoginToken.js.map +1 -0
- package/es/types/Interface/models/IBalanceBankAccount.d.ts +9 -0
- package/es/types/Interface/models/IBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceBankAccount.js +2 -0
- package/es/types/Interface/models/IBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/models/IBalanceSheet.d.ts +15 -0
- package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceSheet.js +2 -0
- package/es/types/Interface/models/IBalanceSheet.js.map +1 -0
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts +16 -0
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceSheetHistory.js +2 -0
- package/es/types/Interface/models/IBalanceSheetHistory.js.map +1 -0
- package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts +14 -0
- package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceSheetLiquidation.js +2 -0
- package/es/types/Interface/models/IBalanceSheetLiquidation.js.map +1 -0
- package/es/types/Interface/models/IBalanceSheetPartial.d.ts +14 -0
- package/es/types/Interface/models/IBalanceSheetPartial.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceSheetPartial.js +2 -0
- package/es/types/Interface/models/IBalanceSheetPartial.js.map +1 -0
- package/es/types/Interface/models/IBankAccount.d.ts +39 -0
- package/es/types/Interface/models/IBankAccount.d.ts.map +1 -0
- package/es/types/Interface/models/IBankAccount.js +2 -0
- package/es/types/Interface/models/IBankAccount.js.map +1 -0
- package/es/types/Interface/models/IBankAccountSynchroHistory.d.ts +12 -0
- package/es/types/Interface/models/IBankAccountSynchroHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IBankAccountSynchroHistory.js +2 -0
- package/es/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -0
- package/es/types/Interface/models/IBankConnection.d.ts +12 -0
- package/es/types/Interface/models/IBankConnection.d.ts.map +1 -0
- package/es/types/Interface/models/IBankConnection.js +2 -0
- package/es/types/Interface/models/IBankConnection.js.map +1 -0
- package/es/types/Interface/models/IBankList.d.ts +20 -0
- package/es/types/Interface/models/IBankList.d.ts.map +1 -0
- package/es/types/Interface/models/IBankList.js +2 -0
- package/es/types/Interface/models/IBankList.js.map +1 -0
- package/es/types/Interface/models/IBankTransaction.d.ts +34 -0
- package/es/types/Interface/models/IBankTransaction.d.ts.map +1 -0
- package/es/types/Interface/models/IBankTransaction.js +2 -0
- package/es/types/Interface/models/IBankTransaction.js.map +1 -0
- package/es/types/Interface/models/IBrandType.d.ts +8 -0
- package/es/types/Interface/models/IBrandType.d.ts.map +1 -0
- package/es/types/Interface/models/IBrandType.js +2 -0
- package/es/types/Interface/models/IBrandType.js.map +1 -0
- package/es/types/Interface/models/IBusinessLine.d.ts +10 -0
- package/es/types/Interface/models/IBusinessLine.d.ts.map +1 -0
- package/es/types/Interface/models/IBusinessLine.js +2 -0
- package/es/types/Interface/models/IBusinessLine.js.map +1 -0
- package/es/types/Interface/models/IBusinessPartner.d.ts +42 -0
- package/es/types/Interface/models/IBusinessPartner.d.ts.map +1 -0
- package/es/types/Interface/models/IBusinessPartner.js +2 -0
- package/es/types/Interface/models/IBusinessPartner.js.map +1 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts +31 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/models/ICalendarEvent.js +2 -0
- package/es/types/Interface/models/ICalendarEvent.js.map +1 -0
- package/es/types/Interface/models/ICalendarEventUser.d.ts +8 -0
- package/es/types/Interface/models/ICalendarEventUser.d.ts.map +1 -0
- package/es/types/Interface/models/ICalendarEventUser.js +2 -0
- package/es/types/Interface/models/ICalendarEventUser.js.map +1 -0
- package/es/types/Interface/models/ICallDirectly.d.ts +26 -0
- package/es/types/Interface/models/ICallDirectly.d.ts.map +1 -0
- package/es/types/Interface/models/ICallDirectly.js +2 -0
- package/es/types/Interface/models/ICallDirectly.js.map +1 -0
- package/es/types/Interface/models/ICashDeskTransactionType.d.ts +7 -0
- package/es/types/Interface/models/ICashDeskTransactionType.d.ts.map +1 -0
- package/es/types/Interface/models/ICashDeskTransactionType.js +2 -0
- package/es/types/Interface/models/ICashDeskTransactionType.js.map +1 -0
- package/es/types/Interface/models/ICategory.d.ts +9 -0
- package/es/types/Interface/models/ICategory.d.ts.map +1 -0
- package/es/types/Interface/models/ICategory.js +2 -0
- package/es/types/Interface/models/ICategory.js.map +1 -0
- package/es/types/Interface/models/ICerfaType.d.ts +5 -0
- package/es/types/Interface/models/ICerfaType.d.ts.map +1 -0
- package/es/types/Interface/models/ICerfaType.js +2 -0
- package/es/types/Interface/models/ICerfaType.js.map +1 -0
- package/es/types/Interface/models/ICerfaValue.d.ts +11 -0
- package/es/types/Interface/models/ICerfaValue.d.ts.map +1 -0
- package/es/types/Interface/models/ICerfaValue.js +2 -0
- package/es/types/Interface/models/ICerfaValue.js.map +1 -0
- package/es/types/Interface/models/IChangeLog.d.ts +11 -0
- package/es/types/Interface/models/IChangeLog.d.ts.map +1 -0
- package/es/types/Interface/models/IChangeLog.js +2 -0
- package/es/types/Interface/models/IChangeLog.js.map +1 -0
- package/es/types/Interface/models/IChannelType.d.ts +5 -0
- package/es/types/Interface/models/IChannelType.d.ts.map +1 -0
- package/es/types/Interface/models/IChannelType.js +2 -0
- package/es/types/Interface/models/IChannelType.js.map +1 -0
- package/es/types/Interface/models/IChecklist.d.ts +21 -0
- package/es/types/Interface/models/IChecklist.d.ts.map +1 -0
- package/es/types/Interface/models/IChecklist.js +2 -0
- package/es/types/Interface/models/IChecklist.js.map +1 -0
- package/es/types/Interface/models/IChecklistCategoryType.d.ts +10 -0
- package/es/types/Interface/models/IChecklistCategoryType.d.ts.map +1 -0
- package/es/types/Interface/models/IChecklistCategoryType.js +2 -0
- package/es/types/Interface/models/IChecklistCategoryType.js.map +1 -0
- package/es/types/Interface/models/IChecklistDetail.d.ts +14 -0
- package/es/types/Interface/models/IChecklistDetail.d.ts.map +1 -0
- package/es/types/Interface/models/IChecklistDetail.js +2 -0
- package/es/types/Interface/models/IChecklistDetail.js.map +1 -0
- package/es/types/Interface/models/IChecklistType.d.ts +16 -0
- package/es/types/Interface/models/IChecklistType.d.ts.map +1 -0
- package/es/types/Interface/models/IChecklistType.js +2 -0
- package/es/types/Interface/models/IChecklistType.js.map +1 -0
- package/es/types/Interface/models/ICivility.d.ts +7 -0
- package/es/types/Interface/models/ICivility.d.ts.map +1 -0
- package/es/types/Interface/models/ICivility.js +2 -0
- package/es/types/Interface/models/ICivility.js.map +1 -0
- package/es/types/Interface/models/IColor.d.ts +7 -0
- package/es/types/Interface/models/IColor.d.ts.map +1 -0
- package/es/types/Interface/models/IColor.js +2 -0
- package/es/types/Interface/models/IColor.js.map +1 -0
- package/es/types/Interface/models/IComment.d.ts +21 -0
- package/es/types/Interface/models/IComment.d.ts.map +1 -0
- package/es/types/Interface/models/IComment.js +2 -0
- package/es/types/Interface/models/IComment.js.map +1 -0
- package/es/types/Interface/models/ICommentType.d.ts +5 -0
- package/es/types/Interface/models/ICommentType.d.ts.map +1 -0
- package/es/types/Interface/models/ICommentType.js +2 -0
- package/es/types/Interface/models/ICommentType.js.map +1 -0
- package/es/types/Interface/models/IComptaHistoryType.d.ts +10 -0
- package/es/types/Interface/models/IComptaHistoryType.d.ts.map +1 -0
- package/es/types/Interface/models/IComptaHistoryType.js +2 -0
- package/es/types/Interface/models/IComptaHistoryType.js.map +1 -0
- package/es/types/Interface/models/IComptaType.d.ts +8 -0
- package/es/types/Interface/models/IComptaType.d.ts.map +1 -0
- package/es/types/Interface/models/IComptaType.js +2 -0
- package/es/types/Interface/models/IComptaType.js.map +1 -0
- package/es/types/Interface/models/IConnector.d.ts +20 -0
- package/es/types/Interface/models/IConnector.d.ts.map +1 -0
- package/es/types/Interface/models/IConnector.js +2 -0
- package/es/types/Interface/models/IConnector.js.map +1 -0
- package/es/types/Interface/models/IConnectorType.d.ts +7 -0
- package/es/types/Interface/models/IConnectorType.d.ts.map +1 -0
- package/es/types/Interface/models/IConnectorType.js +2 -0
- package/es/types/Interface/models/IConnectorType.js.map +1 -0
- package/es/types/Interface/models/IContractType.d.ts +7 -0
- package/es/types/Interface/models/IContractType.d.ts.map +1 -0
- package/es/types/Interface/models/IContractType.js +2 -0
- package/es/types/Interface/models/IContractType.js.map +1 -0
- package/es/types/Interface/models/ICotation.d.ts +9 -0
- package/es/types/Interface/models/ICotation.d.ts.map +1 -0
- package/es/types/Interface/models/ICotation.js +2 -0
- package/es/types/Interface/models/ICotation.js.map +1 -0
- package/es/types/Interface/models/ICountry.d.ts +7 -0
- package/es/types/Interface/models/ICountry.d.ts.map +1 -0
- package/es/types/Interface/models/ICountry.js +2 -0
- package/es/types/Interface/models/ICountry.js.map +1 -0
- package/es/types/Interface/models/ICurrency.d.ts +9 -0
- package/es/types/Interface/models/ICurrency.d.ts.map +1 -0
- package/es/types/Interface/models/ICurrency.js +2 -0
- package/es/types/Interface/models/ICurrency.js.map +1 -0
- package/es/types/Interface/models/ICustomerIsRegime.d.ts +18 -0
- package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomerIsRegime.js +2 -0
- package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -0
- package/es/types/Interface/models/ICustomerSignature.d.ts +25 -0
- package/es/types/Interface/models/ICustomerSignature.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomerSignature.js +2 -0
- package/es/types/Interface/models/ICustomerSignature.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +27 -0
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomerTva.js +2 -0
- package/es/types/Interface/models/ICustomerTva.js.map +1 -0
- package/es/types/Interface/models/ICustomisation.d.ts +11 -0
- package/es/types/Interface/models/ICustomisation.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomisation.js +2 -0
- package/es/types/Interface/models/ICustomisation.js.map +1 -0
- package/es/types/Interface/models/ICustomizationType.d.ts +7 -0
- package/es/types/Interface/models/ICustomizationType.d.ts.map +1 -0
- package/es/types/Interface/models/ICustomizationType.js +2 -0
- package/es/types/Interface/models/ICustomizationType.js.map +1 -0
- package/es/types/Interface/models/ICycle.d.ts +10 -0
- package/es/types/Interface/models/ICycle.d.ts.map +1 -0
- package/es/types/Interface/models/ICycle.js +2 -0
- package/es/types/Interface/models/ICycle.js.map +1 -0
- package/es/types/Interface/models/IDay.d.ts +7 -0
- package/es/types/Interface/models/IDay.d.ts.map +1 -0
- package/es/types/Interface/models/IDay.js +2 -0
- package/es/types/Interface/models/IDay.js.map +1 -0
- package/es/types/Interface/models/IDetailedLogBi.d.ts +19 -0
- package/es/types/Interface/models/IDetailedLogBi.d.ts.map +1 -0
- package/es/types/Interface/models/IDetailedLogBi.js +2 -0
- package/es/types/Interface/models/IDetailedLogBi.js.map +1 -0
- package/es/types/Interface/models/IDirectDebitHistory.d.ts +12 -0
- package/es/types/Interface/models/IDirectDebitHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IDirectDebitHistory.js +2 -0
- package/es/types/Interface/models/IDirectDebitHistory.js.map +1 -0
- package/es/types/Interface/models/IDocumentWaitingType.d.ts +9 -0
- package/es/types/Interface/models/IDocumentWaitingType.d.ts.map +1 -0
- package/es/types/Interface/models/IDocumentWaitingType.js +2 -0
- package/es/types/Interface/models/IDocumentWaitingType.js.map +1 -0
- package/es/types/Interface/models/IEmployee.d.ts +62 -0
- package/es/types/Interface/models/IEmployee.d.ts.map +1 -0
- package/es/types/Interface/models/IEmployee.js +2 -0
- package/es/types/Interface/models/IEmployee.js.map +1 -0
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts +27 -0
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts.map +1 -0
- package/es/types/Interface/models/IEngagementAccountingEntry.js +2 -0
- package/es/types/Interface/models/IEngagementAccountingEntry.js.map +1 -0
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts +43 -0
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts.map +1 -0
- package/es/types/Interface/models/IEngagementAccountingFile.js +2 -0
- package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -0
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts +35 -0
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +1 -0
- package/es/types/Interface/models/IEngagementBankTransaction.js +2 -0
- package/es/types/Interface/models/IEngagementBankTransaction.js.map +1 -0
- package/es/types/Interface/models/IEngagementOcrExtraction.d.ts +27 -0
- package/es/types/Interface/models/IEngagementOcrExtraction.d.ts.map +1 -0
- package/es/types/Interface/models/IEngagementOcrExtraction.js +2 -0
- package/es/types/Interface/models/IEngagementOcrExtraction.js.map +1 -0
- package/es/types/Interface/models/IErrorCode.d.ts +8 -0
- package/es/types/Interface/models/IErrorCode.d.ts.map +1 -0
- package/es/types/Interface/models/IErrorCode.js +2 -0
- package/es/types/Interface/models/IErrorCode.js.map +1 -0
- package/es/types/Interface/models/IEstimateInvoice.d.ts +69 -0
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -0
- package/es/types/Interface/models/IEstimateInvoice.js +2 -0
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -0
- package/es/types/Interface/models/IEstimateInvoiceRepeat.d.ts +13 -0
- package/es/types/Interface/models/IEstimateInvoiceRepeat.d.ts.map +1 -0
- package/es/types/Interface/models/IEstimateInvoiceRepeat.js +2 -0
- package/es/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -0
- package/es/types/Interface/models/IEstimateInvoiceType.d.ts +7 -0
- package/es/types/Interface/models/IEstimateInvoiceType.d.ts.map +1 -0
- package/es/types/Interface/models/IEstimateInvoiceType.js +2 -0
- package/es/types/Interface/models/IEstimateInvoiceType.js.map +1 -0
- package/es/types/Interface/models/IExercice.d.ts +53 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -0
- package/es/types/Interface/models/IExercice.js +2 -0
- package/es/types/Interface/models/IExercice.js.map +1 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts +16 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -0
- package/es/types/Interface/models/IExerciceDetail.js +2 -0
- package/es/types/Interface/models/IExerciceDetail.js.map +1 -0
- package/es/types/Interface/models/IExercicePrestation.d.ts +22 -0
- package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -0
- package/es/types/Interface/models/IExercicePrestation.js +2 -0
- package/es/types/Interface/models/IExercicePrestation.js.map +1 -0
- package/es/types/Interface/models/IFailedLoginAttempt.d.ts +10 -0
- package/es/types/Interface/models/IFailedLoginAttempt.d.ts.map +1 -0
- package/es/types/Interface/models/IFailedLoginAttempt.js +2 -0
- package/es/types/Interface/models/IFailedLoginAttempt.js.map +1 -0
- package/es/types/Interface/models/IFaq.d.ts +15 -0
- package/es/types/Interface/models/IFaq.d.ts.map +1 -0
- package/es/types/Interface/models/IFaq.js +2 -0
- package/es/types/Interface/models/IFaq.js.map +1 -0
- package/es/types/Interface/models/IFaqCategory.d.ts +5 -0
- package/es/types/Interface/models/IFaqCategory.d.ts.map +1 -0
- package/es/types/Interface/models/IFaqCategory.js +2 -0
- package/es/types/Interface/models/IFaqCategory.js.map +1 -0
- package/es/types/Interface/models/IField.d.ts +7 -0
- package/es/types/Interface/models/IField.d.ts.map +1 -0
- package/es/types/Interface/models/IField.js +2 -0
- package/es/types/Interface/models/IField.js.map +1 -0
- package/es/types/Interface/models/IFile.d.ts +17 -0
- package/es/types/Interface/models/IFile.d.ts.map +1 -0
- package/es/types/Interface/models/IFile.js +2 -0
- package/es/types/Interface/models/IFile.js.map +1 -0
- package/es/types/Interface/models/IFileMissing.d.ts +13 -0
- package/es/types/Interface/models/IFileMissing.d.ts.map +1 -0
- package/es/types/Interface/models/IFileMissing.js +2 -0
- package/es/types/Interface/models/IFileMissing.js.map +1 -0
- package/es/types/Interface/models/IFileType.d.ts +8 -0
- package/es/types/Interface/models/IFileType.d.ts.map +1 -0
- package/es/types/Interface/models/IFileType.js +2 -0
- package/es/types/Interface/models/IFileType.js.map +1 -0
- package/es/types/Interface/models/IFiscalRegime.d.ts +7 -0
- package/es/types/Interface/models/IFiscalRegime.d.ts.map +1 -0
- package/es/types/Interface/models/IFiscalRegime.js +2 -0
- package/es/types/Interface/models/IFiscalRegime.js.map +1 -0
- package/es/types/Interface/models/IFolderFile.d.ts +7 -0
- package/es/types/Interface/models/IFolderFile.d.ts.map +1 -0
- package/es/types/Interface/models/IFolderFile.js +2 -0
- package/es/types/Interface/models/IFolderFile.js.map +1 -0
- package/es/types/Interface/models/IFollow.d.ts +15 -0
- package/es/types/Interface/models/IFollow.d.ts.map +1 -0
- package/es/types/Interface/models/IFollow.js +2 -0
- package/es/types/Interface/models/IFollow.js.map +1 -0
- package/es/types/Interface/models/IFollowList.d.ts +6 -0
- package/es/types/Interface/models/IFollowList.d.ts.map +1 -0
- package/es/types/Interface/models/IFollowList.js +2 -0
- package/es/types/Interface/models/IFollowList.js.map +1 -0
- package/es/types/Interface/models/IFollowedQualityMail.d.ts +13 -0
- package/es/types/Interface/models/IFollowedQualityMail.d.ts.map +1 -0
- package/es/types/Interface/models/IFollowedQualityMail.js +2 -0
- package/es/types/Interface/models/IFollowedQualityMail.js.map +1 -0
- package/es/types/Interface/models/IFollowedQualityMailType.d.ts +7 -0
- package/es/types/Interface/models/IFollowedQualityMailType.d.ts.map +1 -0
- package/es/types/Interface/models/IFollowedQualityMailType.js +2 -0
- package/es/types/Interface/models/IFollowedQualityMailType.js.map +1 -0
- package/es/types/Interface/models/IFormalism.d.ts +23 -0
- package/es/types/Interface/models/IFormalism.d.ts.map +1 -0
- package/es/types/Interface/models/IFormalism.js +2 -0
- package/es/types/Interface/models/IFormalism.js.map +1 -0
- package/es/types/Interface/models/IFormalismValue.d.ts +13 -0
- package/es/types/Interface/models/IFormalismValue.d.ts.map +1 -0
- package/es/types/Interface/models/IFormalismValue.js +2 -0
- package/es/types/Interface/models/IFormalismValue.js.map +1 -0
- package/es/types/Interface/models/IFrequency.d.ts +7 -0
- package/es/types/Interface/models/IFrequency.d.ts.map +1 -0
- package/es/types/Interface/models/IFrequency.js +2 -0
- package/es/types/Interface/models/IFrequency.js.map +1 -0
- package/es/types/Interface/models/IFuel.d.ts +7 -0
- package/es/types/Interface/models/IFuel.d.ts.map +1 -0
- package/es/types/Interface/models/IFuel.js +2 -0
- package/es/types/Interface/models/IFuel.js.map +1 -0
- package/es/types/Interface/models/IGedCategory.d.ts +10 -0
- package/es/types/Interface/models/IGedCategory.d.ts.map +1 -0
- package/es/types/Interface/models/IGedCategory.js +2 -0
- package/es/types/Interface/models/IGedCategory.js.map +1 -0
- package/es/types/Interface/models/IGedFile.d.ts +24 -0
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -0
- package/es/types/Interface/models/IGedFile.js +2 -0
- package/es/types/Interface/models/IGedFile.js.map +1 -0
- package/es/types/Interface/models/IGedFileType.d.ts +8 -0
- package/es/types/Interface/models/IGedFileType.d.ts.map +1 -0
- package/es/types/Interface/models/IGedFileType.js +2 -0
- package/es/types/Interface/models/IGedFileType.js.map +1 -0
- package/es/types/Interface/models/IGedFolder.d.ts +11 -0
- package/es/types/Interface/models/IGedFolder.d.ts.map +1 -0
- package/es/types/Interface/models/IGedFolder.js +2 -0
- package/es/types/Interface/models/IGedFolder.js.map +1 -0
- package/es/types/Interface/models/IIdentification.d.ts +18 -0
- package/es/types/Interface/models/IIdentification.d.ts.map +1 -0
- package/es/types/Interface/models/IIdentification.js +2 -0
- package/es/types/Interface/models/IIdentification.js.map +1 -0
- package/es/types/Interface/models/IIndependentReview.d.ts +12 -0
- package/es/types/Interface/models/IIndependentReview.d.ts.map +1 -0
- package/es/types/Interface/models/IIndependentReview.js +2 -0
- package/es/types/Interface/models/IIndependentReview.js.map +1 -0
- package/es/types/Interface/models/IInterestedByFeature.d.ts +11 -0
- package/es/types/Interface/models/IInterestedByFeature.d.ts.map +1 -0
- package/es/types/Interface/models/IInterestedByFeature.js +2 -0
- package/es/types/Interface/models/IInterestedByFeature.js.map +1 -0
- package/es/types/Interface/models/IInternalEstimate.d.ts +14 -0
- package/es/types/Interface/models/IInternalEstimate.d.ts.map +1 -0
- package/es/types/Interface/models/IInternalEstimate.js +2 -0
- package/es/types/Interface/models/IInternalEstimate.js.map +1 -0
- package/es/types/Interface/models/IIpTmpBlocked.d.ts +7 -0
- package/es/types/Interface/models/IIpTmpBlocked.d.ts.map +1 -0
- package/es/types/Interface/models/IIpTmpBlocked.js +2 -0
- package/es/types/Interface/models/IIpTmpBlocked.js.map +1 -0
- package/es/types/Interface/models/IItemEstimate.d.ts +26 -0
- package/es/types/Interface/models/IItemEstimate.d.ts.map +1 -0
- package/es/types/Interface/models/IItemEstimate.js +2 -0
- package/es/types/Interface/models/IItemEstimate.js.map +1 -0
- package/es/types/Interface/models/IJob.d.ts +12 -0
- package/es/types/Interface/models/IJob.d.ts.map +1 -0
- package/es/types/Interface/models/IJob.js +2 -0
- package/es/types/Interface/models/IJob.js.map +1 -0
- package/es/types/Interface/models/IJobCategory.d.ts +9 -0
- package/es/types/Interface/models/IJobCategory.d.ts.map +1 -0
- package/es/types/Interface/models/IJobCategory.js +2 -0
- package/es/types/Interface/models/IJobCategory.js.map +1 -0
- package/es/types/Interface/models/IKilometricAllowanceScale.d.ts +9 -0
- package/es/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -0
- package/es/types/Interface/models/IKilometricAllowanceScale.js +2 -0
- package/es/types/Interface/models/IKilometricAllowanceScale.js.map +1 -0
- package/es/types/Interface/models/ILabelPaymentWaiting.d.ts +7 -0
- package/es/types/Interface/models/ILabelPaymentWaiting.d.ts.map +1 -0
- package/es/types/Interface/models/ILabelPaymentWaiting.js +2 -0
- package/es/types/Interface/models/ILabelPaymentWaiting.js.map +1 -0
- package/es/types/Interface/models/ILegalForm.d.ts +9 -0
- package/es/types/Interface/models/ILegalForm.d.ts.map +1 -0
- package/es/types/Interface/models/ILegalForm.js +2 -0
- package/es/types/Interface/models/ILegalForm.js.map +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts +25 -0
- package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -0
- package/es/types/Interface/models/ILegalNotice.js +2 -0
- package/es/types/Interface/models/ILegalNotice.js.map +1 -0
- package/es/types/Interface/models/ILetter.d.ts +25 -0
- package/es/types/Interface/models/ILetter.d.ts.map +1 -0
- package/es/types/Interface/models/ILetter.js +2 -0
- package/es/types/Interface/models/ILetter.js.map +1 -0
- package/es/types/Interface/models/ILetterType.d.ts +7 -0
- package/es/types/Interface/models/ILetterType.d.ts.map +1 -0
- package/es/types/Interface/models/ILetterType.js +2 -0
- package/es/types/Interface/models/ILetterType.js.map +1 -0
- package/es/types/Interface/models/ILettering.d.ts +15 -0
- package/es/types/Interface/models/ILettering.d.ts.map +1 -0
- package/es/types/Interface/models/ILettering.js +2 -0
- package/es/types/Interface/models/ILettering.js.map +1 -0
- package/es/types/Interface/models/ILog.d.ts +22 -0
- package/es/types/Interface/models/ILog.d.ts.map +1 -0
- package/es/types/Interface/models/ILog.js +2 -0
- package/es/types/Interface/models/ILog.js.map +1 -0
- package/es/types/Interface/models/ILogBi.d.ts +12 -0
- package/es/types/Interface/models/ILogBi.d.ts.map +1 -0
- package/es/types/Interface/models/ILogBi.js +2 -0
- package/es/types/Interface/models/ILogBi.js.map +1 -0
- package/es/types/Interface/models/ILogType.d.ts +9 -0
- package/es/types/Interface/models/ILogType.d.ts.map +1 -0
- package/es/types/Interface/models/ILogType.js +2 -0
- package/es/types/Interface/models/ILogType.js.map +1 -0
- package/es/types/Interface/models/IMailAuto.d.ts +19 -0
- package/es/types/Interface/models/IMailAuto.d.ts.map +1 -0
- package/es/types/Interface/models/IMailAuto.js +2 -0
- package/es/types/Interface/models/IMailAuto.js.map +1 -0
- package/es/types/Interface/models/IMailAutoType.d.ts +5 -0
- package/es/types/Interface/models/IMailAutoType.d.ts.map +1 -0
- package/es/types/Interface/models/IMailAutoType.js +2 -0
- package/es/types/Interface/models/IMailAutoType.js.map +1 -0
- package/es/types/Interface/models/IMailSociety.d.ts +8 -0
- package/es/types/Interface/models/IMailSociety.d.ts.map +1 -0
- package/es/types/Interface/models/IMailSociety.js +2 -0
- package/es/types/Interface/models/IMailSociety.js.map +1 -0
- package/es/types/Interface/models/IMonth.d.ts +7 -0
- package/es/types/Interface/models/IMonth.d.ts.map +1 -0
- package/es/types/Interface/models/IMonth.js +2 -0
- package/es/types/Interface/models/IMonth.js.map +1 -0
- package/es/types/Interface/models/INationality.d.ts +7 -0
- package/es/types/Interface/models/INationality.d.ts.map +1 -0
- package/es/types/Interface/models/INationality.js +2 -0
- package/es/types/Interface/models/INationality.js.map +1 -0
- package/es/types/Interface/models/INature.d.ts +7 -0
- package/es/types/Interface/models/INature.d.ts.map +1 -0
- package/es/types/Interface/models/INature.js +2 -0
- package/es/types/Interface/models/INature.js.map +1 -0
- package/es/types/Interface/models/INote.d.ts +8 -0
- package/es/types/Interface/models/INote.d.ts.map +1 -0
- package/es/types/Interface/models/INote.js +2 -0
- package/es/types/Interface/models/INote.js.map +1 -0
- package/es/types/Interface/models/INotification.d.ts +20 -0
- package/es/types/Interface/models/INotification.d.ts.map +1 -0
- package/es/types/Interface/models/INotification.js +2 -0
- package/es/types/Interface/models/INotification.js.map +1 -0
- package/es/types/Interface/models/INotificationCodeType.d.ts +9 -0
- package/es/types/Interface/models/INotificationCodeType.d.ts.map +1 -0
- package/es/types/Interface/models/INotificationCodeType.js +2 -0
- package/es/types/Interface/models/INotificationCodeType.js.map +1 -0
- package/es/types/Interface/models/INotificationType.d.ts +8 -0
- package/es/types/Interface/models/INotificationType.d.ts.map +1 -0
- package/es/types/Interface/models/INotificationType.js +2 -0
- package/es/types/Interface/models/INotificationType.js.map +1 -0
- package/es/types/Interface/models/IOldExpertInfo.d.ts +23 -0
- package/es/types/Interface/models/IOldExpertInfo.d.ts.map +1 -0
- package/es/types/Interface/models/IOldExpertInfo.js +2 -0
- package/es/types/Interface/models/IOldExpertInfo.js.map +1 -0
- package/es/types/Interface/models/IOperationLegalNotice.d.ts +7 -0
- package/es/types/Interface/models/IOperationLegalNotice.d.ts.map +1 -0
- package/es/types/Interface/models/IOperationLegalNotice.js +2 -0
- package/es/types/Interface/models/IOperationLegalNotice.js.map +1 -0
- package/es/types/Interface/models/IPageView.d.ts +10 -0
- package/es/types/Interface/models/IPageView.d.ts.map +1 -0
- package/es/types/Interface/models/IPageView.js +2 -0
- package/es/types/Interface/models/IPageView.js.map +1 -0
- package/es/types/Interface/models/IPartnerTransaction.d.ts +13 -0
- package/es/types/Interface/models/IPartnerTransaction.d.ts.map +1 -0
- package/es/types/Interface/models/IPartnerTransaction.js +2 -0
- package/es/types/Interface/models/IPartnerTransaction.js.map +1 -0
- package/es/types/Interface/models/IPartnerTransactionType.d.ts +7 -0
- package/es/types/Interface/models/IPartnerTransactionType.d.ts.map +1 -0
- package/es/types/Interface/models/IPartnerTransactionType.js +2 -0
- package/es/types/Interface/models/IPartnerTransactionType.js.map +1 -0
- package/es/types/Interface/models/IPayPlan.d.ts +7 -0
- package/es/types/Interface/models/IPayPlan.d.ts.map +1 -0
- package/es/types/Interface/models/IPayPlan.js +2 -0
- package/es/types/Interface/models/IPayPlan.js.map +1 -0
- package/es/types/Interface/models/IPayment.d.ts +30 -0
- package/es/types/Interface/models/IPayment.d.ts.map +1 -0
- package/es/types/Interface/models/IPayment.js +2 -0
- package/es/types/Interface/models/IPayment.js.map +1 -0
- package/es/types/Interface/models/IPaymentDelay.d.ts +7 -0
- package/es/types/Interface/models/IPaymentDelay.d.ts.map +1 -0
- package/es/types/Interface/models/IPaymentDelay.js +2 -0
- package/es/types/Interface/models/IPaymentDelay.js.map +1 -0
- package/es/types/Interface/models/IPaymentExpectation.d.ts +20 -0
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -0
- package/es/types/Interface/models/IPaymentExpectation.js +2 -0
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -0
- package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts +22 -0
- package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/models/IPaymentExpectationCustomer.js +2 -0
- package/es/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/models/IPaymentMethod.d.ts +9 -0
- package/es/types/Interface/models/IPaymentMethod.d.ts.map +1 -0
- package/es/types/Interface/models/IPaymentMethod.js +2 -0
- package/es/types/Interface/models/IPaymentMethod.js.map +1 -0
- package/es/types/Interface/models/IPaymentSchedule.d.ts +13 -0
- package/es/types/Interface/models/IPaymentSchedule.d.ts.map +1 -0
- package/es/types/Interface/models/IPaymentSchedule.js +2 -0
- package/es/types/Interface/models/IPaymentSchedule.js.map +1 -0
- package/es/types/Interface/models/IPaymentWaiting.d.ts +19 -0
- package/es/types/Interface/models/IPaymentWaiting.d.ts.map +1 -0
- package/es/types/Interface/models/IPaymentWaiting.js +2 -0
- package/es/types/Interface/models/IPaymentWaiting.js.map +1 -0
- package/es/types/Interface/models/IPenalty.d.ts +27 -0
- package/es/types/Interface/models/IPenalty.d.ts.map +1 -0
- package/es/types/Interface/models/IPenalty.js +2 -0
- package/es/types/Interface/models/IPenalty.js.map +1 -0
- package/es/types/Interface/models/IPenaltyType.d.ts +7 -0
- package/es/types/Interface/models/IPenaltyType.d.ts.map +1 -0
- package/es/types/Interface/models/IPenaltyType.js +2 -0
- package/es/types/Interface/models/IPenaltyType.js.map +1 -0
- package/es/types/Interface/models/IPendingPoint.d.ts +17 -0
- package/es/types/Interface/models/IPendingPoint.d.ts.map +1 -0
- package/es/types/Interface/models/IPendingPoint.js +2 -0
- package/es/types/Interface/models/IPendingPoint.js.map +1 -0
- package/es/types/Interface/models/IPermission.d.ts +16 -0
- package/es/types/Interface/models/IPermission.d.ts.map +1 -0
- package/es/types/Interface/models/IPermission.js +2 -0
- package/es/types/Interface/models/IPermission.js.map +1 -0
- package/es/types/Interface/models/IPhoneNumber.d.ts +10 -0
- package/es/types/Interface/models/IPhoneNumber.d.ts.map +1 -0
- package/es/types/Interface/models/IPhoneNumber.js +2 -0
- package/es/types/Interface/models/IPhoneNumber.js.map +1 -0
- package/es/types/Interface/models/IPhonePrefix.d.ts +10 -0
- package/es/types/Interface/models/IPhonePrefix.d.ts.map +1 -0
- package/es/types/Interface/models/IPhonePrefix.js +2 -0
- package/es/types/Interface/models/IPhonePrefix.js.map +1 -0
- package/es/types/Interface/models/IPhonePrefixChild.d.ts +8 -0
- package/es/types/Interface/models/IPhonePrefixChild.d.ts.map +1 -0
- package/es/types/Interface/models/IPhonePrefixChild.js +2 -0
- package/es/types/Interface/models/IPhonePrefixChild.js.map +1 -0
- package/es/types/Interface/models/IPrestation.d.ts +53 -0
- package/es/types/Interface/models/IPrestation.d.ts.map +1 -0
- package/es/types/Interface/models/IPrestation.js +2 -0
- package/es/types/Interface/models/IPrestation.js.map +1 -0
- package/es/types/Interface/models/IPrestationComplementary.d.ts +32 -0
- package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -0
- package/es/types/Interface/models/IPrestationComplementary.js +2 -0
- package/es/types/Interface/models/IPrestationComplementary.js.map +1 -0
- package/es/types/Interface/models/IPrestationList.d.ts +21 -0
- package/es/types/Interface/models/IPrestationList.d.ts.map +1 -0
- package/es/types/Interface/models/IPrestationList.js +2 -0
- package/es/types/Interface/models/IPrestationList.js.map +1 -0
- package/es/types/Interface/models/IPrestationSocial.d.ts +7 -0
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +1 -0
- package/es/types/Interface/models/IPrestationSocial.js +2 -0
- package/es/types/Interface/models/IPrestationSocial.js.map +1 -0
- package/es/types/Interface/models/IProcedure.d.ts +7 -0
- package/es/types/Interface/models/IProcedure.d.ts.map +1 -0
- package/es/types/Interface/models/IProcedure.js +2 -0
- package/es/types/Interface/models/IProcedure.js.map +1 -0
- package/es/types/Interface/models/IProduct.d.ts +26 -0
- package/es/types/Interface/models/IProduct.d.ts.map +1 -0
- package/es/types/Interface/models/IProduct.js +2 -0
- package/es/types/Interface/models/IProduct.js.map +1 -0
- package/es/types/Interface/models/IProductType.d.ts +7 -0
- package/es/types/Interface/models/IProductType.d.ts.map +1 -0
- package/es/types/Interface/models/IProductType.js +2 -0
- package/es/types/Interface/models/IProductType.js.map +1 -0
- package/es/types/Interface/models/IQuality.d.ts +7 -0
- package/es/types/Interface/models/IQuality.d.ts.map +1 -0
- package/es/types/Interface/models/IQuality.js +2 -0
- package/es/types/Interface/models/IQuality.js.map +1 -0
- package/es/types/Interface/models/IQuotaLead.d.ts +14 -0
- package/es/types/Interface/models/IQuotaLead.d.ts.map +1 -0
- package/es/types/Interface/models/IQuotaLead.js +2 -0
- package/es/types/Interface/models/IQuotaLead.js.map +1 -0
- package/es/types/Interface/models/IRating.d.ts +13 -0
- package/es/types/Interface/models/IRating.d.ts.map +1 -0
- package/es/types/Interface/models/IRating.js +2 -0
- package/es/types/Interface/models/IRating.js.map +1 -0
- package/es/types/Interface/models/IReason.d.ts +7 -0
- package/es/types/Interface/models/IReason.d.ts.map +1 -0
- package/es/types/Interface/models/IReason.js +2 -0
- package/es/types/Interface/models/IReason.js.map +1 -0
- package/es/types/Interface/models/IReasonTermination.d.ts +7 -0
- package/es/types/Interface/models/IReasonTermination.d.ts.map +1 -0
- package/es/types/Interface/models/IReasonTermination.js +2 -0
- package/es/types/Interface/models/IReasonTermination.js.map +1 -0
- package/es/types/Interface/models/IRecontactHistory.d.ts +8 -0
- package/es/types/Interface/models/IRecontactHistory.d.ts.map +1 -0
- package/es/types/Interface/models/IRecontactHistory.js +2 -0
- package/es/types/Interface/models/IRecontactHistory.js.map +1 -0
- package/es/types/Interface/models/IRefund.d.ts +22 -0
- package/es/types/Interface/models/IRefund.d.ts.map +1 -0
- package/es/types/Interface/models/IRefund.js +2 -0
- package/es/types/Interface/models/IRefund.js.map +1 -0
- package/es/types/Interface/models/IRefundMotif.d.ts +7 -0
- package/es/types/Interface/models/IRefundMotif.d.ts.map +1 -0
- package/es/types/Interface/models/IRefundMotif.js +2 -0
- package/es/types/Interface/models/IRefundMotif.js.map +1 -0
- package/es/types/Interface/models/IRegion.d.ts +7 -0
- package/es/types/Interface/models/IRegion.d.ts.map +1 -0
- package/es/types/Interface/models/IRegion.js +2 -0
- package/es/types/Interface/models/IRegion.js.map +1 -0
- package/es/types/Interface/models/IRegisterCategory.d.ts +7 -0
- package/es/types/Interface/models/IRegisterCategory.d.ts.map +1 -0
- package/es/types/Interface/models/IRegisterCategory.js +2 -0
- package/es/types/Interface/models/IRegisterCategory.js.map +1 -0
- package/es/types/Interface/models/IRegulate.d.ts +9 -0
- package/es/types/Interface/models/IRegulate.d.ts.map +1 -0
- package/es/types/Interface/models/IRegulate.js +2 -0
- package/es/types/Interface/models/IRegulate.js.map +1 -0
- package/es/types/Interface/models/IRegulation.d.ts +22 -0
- package/es/types/Interface/models/IRegulation.d.ts.map +1 -0
- package/es/types/Interface/models/IRegulation.js +2 -0
- package/es/types/Interface/models/IRegulation.js.map +1 -0
- package/es/types/Interface/models/IRepeatType.d.ts +7 -0
- package/es/types/Interface/models/IRepeatType.d.ts.map +1 -0
- package/es/types/Interface/models/IRepeatType.js +2 -0
- package/es/types/Interface/models/IRepeatType.js.map +1 -0
- package/es/types/Interface/models/IReport.d.ts +20 -0
- package/es/types/Interface/models/IReport.d.ts.map +1 -0
- package/es/types/Interface/models/IReport.js +2 -0
- package/es/types/Interface/models/IReport.js.map +1 -0
- package/es/types/Interface/models/IReportMessage.d.ts +11 -0
- package/es/types/Interface/models/IReportMessage.d.ts.map +1 -0
- package/es/types/Interface/models/IReportMessage.js +2 -0
- package/es/types/Interface/models/IReportMessage.js.map +1 -0
- package/es/types/Interface/models/IReportType.d.ts +8 -0
- package/es/types/Interface/models/IReportType.d.ts.map +1 -0
- package/es/types/Interface/models/IReportType.js +2 -0
- package/es/types/Interface/models/IReportType.js.map +1 -0
- package/es/types/Interface/models/IRole.d.ts +10 -0
- package/es/types/Interface/models/IRole.d.ts.map +1 -0
- package/es/types/Interface/models/IRole.js +2 -0
- package/es/types/Interface/models/IRole.js.map +1 -0
- package/es/types/Interface/models/IRoleUser.d.ts +8 -0
- package/es/types/Interface/models/IRoleUser.d.ts.map +1 -0
- package/es/types/Interface/models/IRoleUser.js +2 -0
- package/es/types/Interface/models/IRoleUser.js.map +1 -0
- package/es/types/Interface/models/IRoom.d.ts +7 -0
- package/es/types/Interface/models/IRoom.d.ts.map +1 -0
- package/es/types/Interface/models/IRoom.js +2 -0
- package/es/types/Interface/models/IRoom.js.map +1 -0
- package/es/types/Interface/models/IRule.d.ts +22 -0
- package/es/types/Interface/models/IRule.d.ts.map +1 -0
- package/es/types/Interface/models/IRule.js +2 -0
- package/es/types/Interface/models/IRule.js.map +1 -0
- package/es/types/Interface/models/ISchedule.d.ts +12 -0
- package/es/types/Interface/models/ISchedule.d.ts.map +1 -0
- package/es/types/Interface/models/ISchedule.js +2 -0
- package/es/types/Interface/models/ISchedule.js.map +1 -0
- package/es/types/Interface/models/ISector.d.ts +7 -0
- package/es/types/Interface/models/ISector.d.ts.map +1 -0
- package/es/types/Interface/models/ISector.js +2 -0
- package/es/types/Interface/models/ISector.js.map +1 -0
- package/es/types/Interface/models/ISendMethod.d.ts +7 -0
- package/es/types/Interface/models/ISendMethod.d.ts.map +1 -0
- package/es/types/Interface/models/ISendMethod.js +2 -0
- package/es/types/Interface/models/ISendMethod.js.map +1 -0
- package/es/types/Interface/models/IService.d.ts +7 -0
- package/es/types/Interface/models/IService.d.ts.map +1 -0
- package/es/types/Interface/models/IService.js +2 -0
- package/es/types/Interface/models/IService.js.map +1 -0
- package/es/types/Interface/models/ISheetMonthSchedule.d.ts +41 -0
- package/es/types/Interface/models/ISheetMonthSchedule.d.ts.map +1 -0
- package/es/types/Interface/models/ISheetMonthSchedule.js +2 -0
- package/es/types/Interface/models/ISheetMonthSchedule.js.map +1 -0
- package/es/types/Interface/models/ISimulation.d.ts +23 -0
- package/es/types/Interface/models/ISimulation.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulation.js +2 -0
- package/es/types/Interface/models/ISimulation.js.map +1 -0
- package/es/types/Interface/models/ISimulationAdditionalFinance.d.ts +8 -0
- package/es/types/Interface/models/ISimulationAdditionalFinance.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulationAdditionalFinance.js +2 -0
- package/es/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -0
- package/es/types/Interface/models/ISimulationColor.d.ts +7 -0
- package/es/types/Interface/models/ISimulationColor.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulationColor.js +2 -0
- package/es/types/Interface/models/ISimulationColor.js.map +1 -0
- package/es/types/Interface/models/ISimulationElement.d.ts +24 -0
- package/es/types/Interface/models/ISimulationElement.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulationElement.js +2 -0
- package/es/types/Interface/models/ISimulationElement.js.map +1 -0
- package/es/types/Interface/models/ISimulationHasBankAccount.d.ts +8 -0
- package/es/types/Interface/models/ISimulationHasBankAccount.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulationHasBankAccount.js +2 -0
- package/es/types/Interface/models/ISimulationHasBankAccount.js.map +1 -0
- package/es/types/Interface/models/ISimulationPeriod.d.ts +12 -0
- package/es/types/Interface/models/ISimulationPeriod.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulationPeriod.js +2 -0
- package/es/types/Interface/models/ISimulationPeriod.js.map +1 -0
- package/es/types/Interface/models/ISimulationSummary.d.ts +15 -0
- package/es/types/Interface/models/ISimulationSummary.d.ts.map +1 -0
- package/es/types/Interface/models/ISimulationSummary.js +2 -0
- package/es/types/Interface/models/ISimulationSummary.js.map +1 -0
- package/es/types/Interface/models/ISms.d.ts +21 -0
- package/es/types/Interface/models/ISms.d.ts.map +1 -0
- package/es/types/Interface/models/ISms.js +2 -0
- package/es/types/Interface/models/ISms.js.map +1 -0
- package/es/types/Interface/models/ISmsType.d.ts +7 -0
- package/es/types/Interface/models/ISmsType.d.ts.map +1 -0
- package/es/types/Interface/models/ISmsType.js +2 -0
- package/es/types/Interface/models/ISmsType.js.map +1 -0
- package/es/types/Interface/models/ISocialDetail.d.ts +11 -0
- package/es/types/Interface/models/ISocialDetail.d.ts.map +1 -0
- package/es/types/Interface/models/ISocialDetail.js +2 -0
- package/es/types/Interface/models/ISocialDetail.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +181 -0
- package/es/types/Interface/models/ISociety.d.ts.map +1 -0
- package/es/types/Interface/models/ISociety.js +2 -0
- package/es/types/Interface/models/ISociety.js.map +1 -0
- package/es/types/Interface/models/ISocietyAction.d.ts +24 -0
- package/es/types/Interface/models/ISocietyAction.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyAction.js +2 -0
- package/es/types/Interface/models/ISocietyAction.js.map +1 -0
- package/es/types/Interface/models/ISocietyApproval.d.ts +28 -0
- package/es/types/Interface/models/ISocietyApproval.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyApproval.js +2 -0
- package/es/types/Interface/models/ISocietyApproval.js.map +1 -0
- package/es/types/Interface/models/ISocietyBank.d.ts +12 -0
- package/es/types/Interface/models/ISocietyBank.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyBank.js +2 -0
- package/es/types/Interface/models/ISocietyBank.js.map +1 -0
- package/es/types/Interface/models/ISocietyBudgetConnection.d.ts +9 -0
- package/es/types/Interface/models/ISocietyBudgetConnection.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyBudgetConnection.js +2 -0
- package/es/types/Interface/models/ISocietyBudgetConnection.js.map +1 -0
- package/es/types/Interface/models/ISocietyCgv.d.ts +8 -0
- package/es/types/Interface/models/ISocietyCgv.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyCgv.js +2 -0
- package/es/types/Interface/models/ISocietyCgv.js.map +1 -0
- package/es/types/Interface/models/ISocietyConfig.d.ts +24 -0
- package/es/types/Interface/models/ISocietyConfig.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyConfig.js +2 -0
- package/es/types/Interface/models/ISocietyConfig.js.map +1 -0
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts +17 -0
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.js +2 -0
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -0
- package/es/types/Interface/models/ISocietyDetail.d.ts +102 -0
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyDetail.js +2 -0
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -0
- package/es/types/Interface/models/ISocietyFile.d.ts +16 -0
- package/es/types/Interface/models/ISocietyFile.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyFile.js +2 -0
- package/es/types/Interface/models/ISocietyFile.js.map +1 -0
- package/es/types/Interface/models/ISocietyGescom.d.ts +35 -0
- package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyGescom.js +2 -0
- package/es/types/Interface/models/ISocietyGescom.js.map +1 -0
- package/es/types/Interface/models/ISocietyJuridical.d.ts +11 -0
- package/es/types/Interface/models/ISocietyJuridical.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyJuridical.js +2 -0
- package/es/types/Interface/models/ISocietyJuridical.js.map +1 -0
- package/es/types/Interface/models/ISocietyNote.d.ts +7 -0
- package/es/types/Interface/models/ISocietyNote.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyNote.js +2 -0
- package/es/types/Interface/models/ISocietyNote.js.map +1 -0
- package/es/types/Interface/models/ISocietyPartner.d.ts +14 -0
- package/es/types/Interface/models/ISocietyPartner.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyPartner.js +2 -0
- package/es/types/Interface/models/ISocietyPartner.js.map +1 -0
- package/es/types/Interface/models/ISocietyProceeding.d.ts +17 -0
- package/es/types/Interface/models/ISocietyProceeding.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyProceeding.js +2 -0
- package/es/types/Interface/models/ISocietyProceeding.js.map +1 -0
- package/es/types/Interface/models/ISocietyProcessRegister.d.ts +10 -0
- package/es/types/Interface/models/ISocietyProcessRegister.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyProcessRegister.js +2 -0
- package/es/types/Interface/models/ISocietyProcessRegister.js.map +1 -0
- package/es/types/Interface/models/ISocietyRelance.d.ts +19 -0
- package/es/types/Interface/models/ISocietyRelance.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyRelance.js +2 -0
- package/es/types/Interface/models/ISocietyRelance.js.map +1 -0
- package/es/types/Interface/models/ISocietySocial.d.ts +17 -0
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietySocial.js +2 -0
- package/es/types/Interface/models/ISocietySocial.js.map +1 -0
- package/es/types/Interface/models/ISocietySoftware.d.ts +12 -0
- package/es/types/Interface/models/ISocietySoftware.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietySoftware.js +2 -0
- package/es/types/Interface/models/ISocietySoftware.js.map +1 -0
- package/es/types/Interface/models/ISocietyStat.d.ts +11 -0
- package/es/types/Interface/models/ISocietyStat.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyStat.js +2 -0
- package/es/types/Interface/models/ISocietyStat.js.map +1 -0
- package/es/types/Interface/models/ISocietyVehicle.d.ts +23 -0
- package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyVehicle.js +2 -0
- package/es/types/Interface/models/ISocietyVehicle.js.map +1 -0
- package/es/types/Interface/models/ISoftwareCompta.d.ts +5 -0
- package/es/types/Interface/models/ISoftwareCompta.d.ts.map +1 -0
- package/es/types/Interface/models/ISoftwareCompta.js +2 -0
- package/es/types/Interface/models/ISoftwareCompta.js.map +1 -0
- package/es/types/Interface/models/ISource.d.ts +10 -0
- package/es/types/Interface/models/ISource.d.ts.map +1 -0
- package/es/types/Interface/models/ISource.js +2 -0
- package/es/types/Interface/models/ISource.js.map +1 -0
- package/es/types/Interface/models/ISpecialOperation.d.ts +20 -0
- package/es/types/Interface/models/ISpecialOperation.d.ts.map +1 -0
- package/es/types/Interface/models/ISpecialOperation.js +2 -0
- package/es/types/Interface/models/ISpecialOperation.js.map +1 -0
- package/es/types/Interface/models/ISponsorshipLink.d.ts +9 -0
- package/es/types/Interface/models/ISponsorshipLink.d.ts.map +1 -0
- package/es/types/Interface/models/ISponsorshipLink.js +2 -0
- package/es/types/Interface/models/ISponsorshipLink.js.map +1 -0
- package/es/types/Interface/models/IStatusSignature.d.ts +7 -0
- package/es/types/Interface/models/IStatusSignature.d.ts.map +1 -0
- package/es/types/Interface/models/IStatusSignature.js +2 -0
- package/es/types/Interface/models/IStatusSignature.js.map +1 -0
- package/es/types/Interface/models/IStripeEvent.d.ts +12 -0
- package/es/types/Interface/models/IStripeEvent.d.ts.map +1 -0
- package/es/types/Interface/models/IStripeEvent.js +2 -0
- package/es/types/Interface/models/IStripeEvent.js.map +1 -0
- package/es/types/Interface/models/IStripeEventType.d.ts +7 -0
- package/es/types/Interface/models/IStripeEventType.d.ts.map +1 -0
- package/es/types/Interface/models/IStripeEventType.js +2 -0
- package/es/types/Interface/models/IStripeEventType.js.map +1 -0
- package/es/types/Interface/models/ISubscriptionType.d.ts +8 -0
- package/es/types/Interface/models/ISubscriptionType.d.ts.map +1 -0
- package/es/types/Interface/models/ISubscriptionType.js +2 -0
- package/es/types/Interface/models/ISubscriptionType.js.map +1 -0
- package/es/types/Interface/models/ISupervision.d.ts +37 -0
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -0
- package/es/types/Interface/models/ISupervision.js +2 -0
- package/es/types/Interface/models/ISupervision.js.map +1 -0
- package/es/types/Interface/models/ISupervisionJob.d.ts +8 -0
- package/es/types/Interface/models/ISupervisionJob.d.ts.map +1 -0
- package/es/types/Interface/models/ISupervisionJob.js +2 -0
- package/es/types/Interface/models/ISupervisionJob.js.map +1 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts +18 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts.map +1 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.js +2 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.js.map +1 -0
- package/es/types/Interface/models/ITag.d.ts +8 -0
- package/es/types/Interface/models/ITag.d.ts.map +1 -0
- package/es/types/Interface/models/ITag.js +2 -0
- package/es/types/Interface/models/ITag.js.map +1 -0
- package/es/types/Interface/models/ITask.d.ts +10 -0
- package/es/types/Interface/models/ITask.d.ts.map +1 -0
- package/es/types/Interface/models/ITask.js +2 -0
- package/es/types/Interface/models/ITask.js.map +1 -0
- package/es/types/Interface/models/ITaxSystem.d.ts +7 -0
- package/es/types/Interface/models/ITaxSystem.d.ts.map +1 -0
- package/es/types/Interface/models/ITaxSystem.js +2 -0
- package/es/types/Interface/models/ITaxSystem.js.map +1 -0
- package/es/types/Interface/models/ITeam.d.ts +12 -0
- package/es/types/Interface/models/ITeam.d.ts.map +1 -0
- package/es/types/Interface/models/ITeam.js +2 -0
- package/es/types/Interface/models/ITeam.js.map +1 -0
- package/es/types/Interface/models/ITeamBusinessLine.d.ts +8 -0
- package/es/types/Interface/models/ITeamBusinessLine.d.ts.map +1 -0
- package/es/types/Interface/models/ITeamBusinessLine.js +2 -0
- package/es/types/Interface/models/ITeamBusinessLine.js.map +1 -0
- package/es/types/Interface/models/ITerminationList.d.ts +24 -0
- package/es/types/Interface/models/ITerminationList.d.ts.map +1 -0
- package/es/types/Interface/models/ITerminationList.js +2 -0
- package/es/types/Interface/models/ITerminationList.js.map +1 -0
- package/es/types/Interface/models/IThirdParty.d.ts +36 -0
- package/es/types/Interface/models/IThirdParty.d.ts.map +1 -0
- package/es/types/Interface/models/IThirdParty.js +2 -0
- package/es/types/Interface/models/IThirdParty.js.map +1 -0
- package/es/types/Interface/models/IThirdPartySociety.d.ts +9 -0
- package/es/types/Interface/models/IThirdPartySociety.d.ts.map +1 -0
- package/es/types/Interface/models/IThirdPartySociety.js +2 -0
- package/es/types/Interface/models/IThirdPartySociety.js.map +1 -0
- package/es/types/Interface/models/IThirdPartyType.d.ts +7 -0
- package/es/types/Interface/models/IThirdPartyType.d.ts.map +1 -0
- package/es/types/Interface/models/IThirdPartyType.js +2 -0
- package/es/types/Interface/models/IThirdPartyType.js.map +1 -0
- package/es/types/Interface/models/ITicketSupport.d.ts +10 -0
- package/es/types/Interface/models/ITicketSupport.d.ts.map +1 -0
- package/es/types/Interface/models/ITicketSupport.js +2 -0
- package/es/types/Interface/models/ITicketSupport.js.map +1 -0
- package/es/types/Interface/models/ITicketSupportFollow.d.ts +10 -0
- package/es/types/Interface/models/ITicketSupportFollow.d.ts.map +1 -0
- package/es/types/Interface/models/ITicketSupportFollow.js +2 -0
- package/es/types/Interface/models/ITicketSupportFollow.js.map +1 -0
- package/es/types/Interface/models/ITimeTracking.d.ts +21 -0
- package/es/types/Interface/models/ITimeTracking.d.ts.map +1 -0
- package/es/types/Interface/models/ITimeTracking.js +2 -0
- package/es/types/Interface/models/ITimeTracking.js.map +1 -0
- package/es/types/Interface/models/ITimeTrackingSource.d.ts +7 -0
- package/es/types/Interface/models/ITimeTrackingSource.d.ts.map +1 -0
- package/es/types/Interface/models/ITimeTrackingSource.js +2 -0
- package/es/types/Interface/models/ITimeTrackingSource.js.map +1 -0
- package/es/types/Interface/models/ITmpValidationToken.d.ts +11 -0
- package/es/types/Interface/models/ITmpValidationToken.d.ts.map +1 -0
- package/es/types/Interface/models/ITmpValidationToken.js +2 -0
- package/es/types/Interface/models/ITmpValidationToken.js.map +1 -0
- package/es/types/Interface/models/IUnit.d.ts +8 -0
- package/es/types/Interface/models/IUnit.d.ts.map +1 -0
- package/es/types/Interface/models/IUnit.js +2 -0
- package/es/types/Interface/models/IUnit.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +89 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -0
- package/es/types/Interface/models/IUser.js +2 -0
- package/es/types/Interface/models/IUser.js.map +1 -0
- package/es/types/Interface/models/IUserNotification.d.ts +9 -0
- package/es/types/Interface/models/IUserNotification.d.ts.map +1 -0
- package/es/types/Interface/models/IUserNotification.js +2 -0
- package/es/types/Interface/models/IUserNotification.js.map +1 -0
- package/es/types/Interface/models/IUserSocietyPermission.d.ts +14 -0
- package/es/types/Interface/models/IUserSocietyPermission.d.ts.map +1 -0
- package/es/types/Interface/models/IUserSocietyPermission.js +2 -0
- package/es/types/Interface/models/IUserSocietyPermission.js.map +1 -0
- package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts +9 -0
- package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts.map +1 -0
- package/es/types/Interface/models/IUserSocietyTicketSupport.js +2 -0
- package/es/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -0
- package/es/types/Interface/models/IUserTeam.d.ts +12 -0
- package/es/types/Interface/models/IUserTeam.d.ts.map +1 -0
- package/es/types/Interface/models/IUserTeam.js +2 -0
- package/es/types/Interface/models/IUserTeam.js.map +1 -0
- package/es/types/Interface/models/IUserTest.d.ts +17 -0
- package/es/types/Interface/models/IUserTest.d.ts.map +1 -0
- package/es/types/Interface/models/IUserTest.js +2 -0
- package/es/types/Interface/models/IUserTest.js.map +1 -0
- package/es/types/Interface/models/IVat.d.ts +10 -0
- package/es/types/Interface/models/IVat.d.ts.map +1 -0
- package/es/types/Interface/models/IVat.js +2 -0
- package/es/types/Interface/models/IVat.js.map +1 -0
- package/es/types/Interface/models/IVatDeclaration.d.ts +114 -0
- package/es/types/Interface/models/IVatDeclaration.d.ts.map +1 -0
- package/es/types/Interface/models/IVatDeclaration.js +2 -0
- package/es/types/Interface/models/IVatDeclaration.js.map +1 -0
- package/es/types/Interface/models/IVatDeclarationCertificate.d.ts +13 -0
- package/es/types/Interface/models/IVatDeclarationCertificate.d.ts.map +1 -0
- package/es/types/Interface/models/IVatDeclarationCertificate.js +2 -0
- package/es/types/Interface/models/IVatDeclarationCertificate.js.map +1 -0
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts +20 -0
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +1 -0
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.js +2 -0
- package/es/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -0
- package/es/types/Interface/models/IVatMargin.d.ts +7 -0
- package/es/types/Interface/models/IVatMargin.d.ts.map +1 -0
- package/es/types/Interface/models/IVatMargin.js +2 -0
- package/es/types/Interface/models/IVatMargin.js.map +1 -0
- package/es/types/Interface/models/IVatRegime.d.ts +8 -0
- package/es/types/Interface/models/IVatRegime.d.ts.map +1 -0
- package/es/types/Interface/models/IVatRegime.js +2 -0
- package/es/types/Interface/models/IVatRegime.js.map +1 -0
- package/es/types/Interface/models/IVehicleType.d.ts +7 -0
- package/es/types/Interface/models/IVehicleType.d.ts.map +1 -0
- package/es/types/Interface/models/IVehicleType.js +2 -0
- package/es/types/Interface/models/IVehicleType.js.map +1 -0
- package/es/types/Interface/models/IWebMail.d.ts +64 -0
- package/es/types/Interface/models/IWebMail.d.ts.map +1 -0
- package/es/types/Interface/models/IWebMail.js +2 -0
- package/es/types/Interface/models/IWebMail.js.map +1 -0
- package/es/types/Interface/models/IWebMailAttachment.d.ts +8 -0
- package/es/types/Interface/models/IWebMailAttachment.d.ts.map +1 -0
- package/es/types/Interface/models/IWebMailAttachment.js +2 -0
- package/es/types/Interface/models/IWebMailAttachment.js.map +1 -0
- package/es/types/Interface/models/IWebMailSpam.d.ts +8 -0
- package/es/types/Interface/models/IWebMailSpam.d.ts.map +1 -0
- package/es/types/Interface/models/IWebMailSpam.js +2 -0
- package/es/types/Interface/models/IWebMailSpam.js.map +1 -0
- package/es/types/Interface/models/IWebMailSpamType.d.ts +7 -0
- package/es/types/Interface/models/IWebMailSpamType.d.ts.map +1 -0
- package/es/types/Interface/models/IWebMailSpamType.js +2 -0
- package/es/types/Interface/models/IWebMailSpamType.js.map +1 -0
- package/es/types/Interface/models/IWebMailStat.d.ts +9 -0
- package/es/types/Interface/models/IWebMailStat.d.ts.map +1 -0
- package/es/types/Interface/models/IWebMailStat.js +2 -0
- package/es/types/Interface/models/IWebMailStat.js.map +1 -0
- package/es/types/Interface/models/IWebMailType.d.ts +7 -0
- package/es/types/Interface/models/IWebMailType.d.ts.map +1 -0
- package/es/types/Interface/models/IWebMailType.js +2 -0
- package/es/types/Interface/models/IWebMailType.js.map +1 -0
- package/es/types/Interface/models/IWorkingSchedule.d.ts +15 -0
- package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -0
- package/es/types/Interface/models/IWorkingSchedule.js +2 -0
- package/es/types/Interface/models/IWorkingSchedule.js.map +1 -0
- package/es/types/index.d.ts +284 -0
- package/es/types/index.d.ts.map +1 -0
- package/es/types/index.js +288 -0
- package/es/types/index.js.map +1 -0
- package/es/utils/index.d.ts +2 -0
- package/es/utils/index.d.ts.map +1 -0
- package/es/utils/index.js +2 -0
- package/es/utils/index.js.map +1 -0
- package/es/utils/logger.d.ts +1 -0
- package/es/utils/logger.d.ts.map +1 -0
- package/es/utils/logger.js +2 -0
- package/es/utils/logger.js.map +1 -0
- package/es/utils/objectUtils/BaseEntity.d.ts +2 -0
- package/es/utils/objectUtils/BaseEntity.d.ts.map +1 -0
- package/es/utils/objectUtils/BaseEntity.js +2 -0
- package/es/utils/objectUtils/BaseEntity.js.map +1 -0
- package/es/utils/objectUtils/flattenObject.d.ts +10 -0
- package/es/utils/objectUtils/flattenObject.d.ts.map +1 -0
- package/es/utils/objectUtils/flattenObject.js +18 -0
- package/es/utils/objectUtils/flattenObject.js.map +1 -0
- package/es/utils/objectUtils/fullFlattenObject.d.ts +6 -0
- package/es/utils/objectUtils/fullFlattenObject.d.ts.map +1 -0
- package/es/utils/objectUtils/fullFlattenObject.js +13 -0
- package/es/utils/objectUtils/fullFlattenObject.js.map +1 -0
- package/es/utils/objectUtils/index.d.ts +7 -0
- package/es/utils/objectUtils/index.d.ts.map +1 -0
- package/es/utils/objectUtils/index.js +7 -0
- package/es/utils/objectUtils/index.js.map +1 -0
- package/es/utils/objectUtils/isValidObject.d.ts +6 -0
- package/es/utils/objectUtils/isValidObject.d.ts.map +1 -0
- package/es/utils/objectUtils/isValidObject.js +14 -0
- package/es/utils/objectUtils/isValidObject.js.map +1 -0
- package/es/utils/objectUtils/overwrite.d.ts +10 -0
- package/es/utils/objectUtils/overwrite.d.ts.map +1 -0
- package/es/utils/objectUtils/overwrite.js +2 -0
- package/es/utils/objectUtils/overwrite.js.map +1 -0
- package/es/utils/objectUtils/unflattenObject.d.ts +9 -0
- package/es/utils/objectUtils/unflattenObject.d.ts.map +1 -0
- package/es/utils/objectUtils/unflattenObject.js +18 -0
- package/es/utils/objectUtils/unflattenObject.js.map +1 -0
- package/export-models.json +29134 -0
- package/importInterfaces.ts +94 -0
- package/js/api/Resource.js +15 -0
- package/js/api/Resource.js.map +1 -0
- package/js/api/index.js +125 -0
- package/js/api/index.js.map +1 -0
- package/js/api/resources/Country.js +18 -0
- package/js/api/resources/Country.js.map +1 -0
- package/js/api/resources/Simulation.js +20 -0
- package/js/api/resources/Simulation.js.map +1 -0
- package/js/api/resources.js +16 -0
- package/js/api/resources.js.map +1 -0
- package/js/index.js +42 -0
- package/js/index.js.map +1 -0
- package/js/types/Enum/ComptaType.js +16 -0
- package/js/types/Enum/ComptaType.js.map +1 -0
- package/js/types/Enum/Country.js +20 -0
- package/js/types/Enum/Country.js.map +1 -0
- package/js/types/Enum/Ged.js +56 -0
- package/js/types/Enum/Ged.js.map +1 -0
- package/js/types/Enum/LegalForm.js +167 -0
- package/js/types/Enum/LegalForm.js.map +1 -0
- package/js/types/Enum/Role.js +32 -0
- package/js/types/Enum/Role.js.map +1 -0
- package/js/types/Enum/Sector.js +14 -0
- package/js/types/Enum/Sector.js.map +1 -0
- package/js/types/Enum/Simulation.js +32 -0
- package/js/types/Enum/Simulation.js.map +1 -0
- package/js/types/Enum/SubscriptionType.js +13 -0
- package/js/types/Enum/SubscriptionType.js.map +1 -0
- package/js/types/Enum/TypeConnector.js +21 -0
- package/js/types/Enum/TypeConnector.js.map +1 -0
- package/js/types/Enum/Vat.js +71 -0
- package/js/types/Enum/Vat.js.map +1 -0
- package/js/types/Enum/VatRegime.js +14 -0
- package/js/types/Enum/VatRegime.js.map +1 -0
- package/js/types/Form/FormAuthenticate.js +10 -0
- package/js/types/Form/FormAuthenticate.js.map +1 -0
- package/js/types/Form/FormConnector.js +10 -0
- package/js/types/Form/FormConnector.js.map +1 -0
- package/js/types/Form/FormPaymentExpectationCustomer.js +10 -0
- package/js/types/Form/FormPaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/accountingEntry/CreateAccountingEntry.js +6 -0
- package/js/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -0
- package/js/types/Interface/api/businessPartner/ReadBusinessPartner.js +6 -0
- package/js/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +1 -0
- package/js/types/Interface/api/simulation/CreateSimulation.js +15 -0
- package/js/types/Interface/api/simulation/CreateSimulation.js.map +1 -0
- package/js/types/Interface/api/simulation/ReadSimulation.js +6 -0
- package/js/types/Interface/api/simulation/ReadSimulation.js.map +1 -0
- package/js/types/Interface/api/society/ReadSociety.js +6 -0
- package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/js/types/Interface/models/IAbsenceType.js +6 -0
- package/js/types/Interface/models/IAbsenceType.js.map +1 -0
- package/js/types/Interface/models/IAccessToken.js +6 -0
- package/js/types/Interface/models/IAccessToken.js.map +1 -0
- package/js/types/Interface/models/IAccount.js +6 -0
- package/js/types/Interface/models/IAccount.js.map +1 -0
- package/js/types/Interface/models/IAccountDetail.js +6 -0
- package/js/types/Interface/models/IAccountDetail.js.map +1 -0
- package/js/types/Interface/models/IAccountHelp.js +6 -0
- package/js/types/Interface/models/IAccountHelp.js.map +1 -0
- package/js/types/Interface/models/IAccountType.js +6 -0
- package/js/types/Interface/models/IAccountType.js.map +1 -0
- package/js/types/Interface/models/IAccountantTracker.js +6 -0
- package/js/types/Interface/models/IAccountantTracker.js.map +1 -0
- package/js/types/Interface/models/IAccountingEntry.js +6 -0
- package/js/types/Interface/models/IAccountingEntry.js.map +1 -0
- package/js/types/Interface/models/IAccountingFile.js +6 -0
- package/js/types/Interface/models/IAccountingFile.js.map +1 -0
- package/js/types/Interface/models/IAccountingFileType.js +6 -0
- package/js/types/Interface/models/IAccountingFileType.js.map +1 -0
- package/js/types/Interface/models/IAccountingJournal.js +6 -0
- package/js/types/Interface/models/IAccountingJournal.js.map +1 -0
- package/js/types/Interface/models/IAccountingState.js +6 -0
- package/js/types/Interface/models/IAccountingState.js.map +1 -0
- package/js/types/Interface/models/IAccountingStateType.js +6 -0
- package/js/types/Interface/models/IAccountingStateType.js.map +1 -0
- package/js/types/Interface/models/IAccountingTransaction.js +6 -0
- package/js/types/Interface/models/IAccountingTransaction.js.map +1 -0
- package/js/types/Interface/models/IAccountsSocieties.js +6 -0
- package/js/types/Interface/models/IAccountsSocieties.js.map +1 -0
- package/js/types/Interface/models/IActivity.js +6 -0
- package/js/types/Interface/models/IActivity.js.map +1 -0
- package/js/types/Interface/models/IAdditionalBalance.js +6 -0
- package/js/types/Interface/models/IAdditionalBalance.js.map +1 -0
- package/js/types/Interface/models/IAlert.js +6 -0
- package/js/types/Interface/models/IAlert.js.map +1 -0
- package/js/types/Interface/models/IAllowedIp.js +6 -0
- package/js/types/Interface/models/IAllowedIp.js.map +1 -0
- package/js/types/Interface/models/IAnalyticsUtm.js +6 -0
- package/js/types/Interface/models/IAnalyticsUtm.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +26 -0
- package/js/types/Interface/models/IApiError.js.map +1 -0
- package/js/types/Interface/models/IAppConfig.js +6 -0
- package/js/types/Interface/models/IAppConfig.js.map +1 -0
- package/js/types/Interface/models/IAreasInvoice.js +6 -0
- package/js/types/Interface/models/IAreasInvoice.js.map +1 -0
- package/js/types/Interface/models/IAskAbsence.js +6 -0
- package/js/types/Interface/models/IAskAbsence.js.map +1 -0
- package/js/types/Interface/models/IAskAbsenceTimes.js +6 -0
- package/js/types/Interface/models/IAskAbsenceTimes.js.map +1 -0
- package/js/types/Interface/models/IAttachmentFile.js +6 -0
- package/js/types/Interface/models/IAttachmentFile.js.map +1 -0
- package/js/types/Interface/models/IAttestation.js +6 -0
- package/js/types/Interface/models/IAttestation.js.map +1 -0
- package/js/types/Interface/models/IAttributionHistory.js +6 -0
- package/js/types/Interface/models/IAttributionHistory.js.map +1 -0
- package/js/types/Interface/models/IAutoLoginToken.js +6 -0
- package/js/types/Interface/models/IAutoLoginToken.js.map +1 -0
- package/js/types/Interface/models/IBalanceBankAccount.js +6 -0
- package/js/types/Interface/models/IBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/models/IBalanceSheet.js +6 -0
- package/js/types/Interface/models/IBalanceSheet.js.map +1 -0
- package/js/types/Interface/models/IBalanceSheetHistory.js +6 -0
- package/js/types/Interface/models/IBalanceSheetHistory.js.map +1 -0
- package/js/types/Interface/models/IBalanceSheetLiquidation.js +6 -0
- package/js/types/Interface/models/IBalanceSheetLiquidation.js.map +1 -0
- package/js/types/Interface/models/IBalanceSheetPartial.js +6 -0
- package/js/types/Interface/models/IBalanceSheetPartial.js.map +1 -0
- package/js/types/Interface/models/IBankAccount.js +6 -0
- package/js/types/Interface/models/IBankAccount.js.map +1 -0
- package/js/types/Interface/models/IBankAccountSynchroHistory.js +6 -0
- package/js/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -0
- package/js/types/Interface/models/IBankConnection.js +6 -0
- package/js/types/Interface/models/IBankConnection.js.map +1 -0
- package/js/types/Interface/models/IBankList.js +6 -0
- package/js/types/Interface/models/IBankList.js.map +1 -0
- package/js/types/Interface/models/IBankTransaction.js +6 -0
- package/js/types/Interface/models/IBankTransaction.js.map +1 -0
- package/js/types/Interface/models/IBrandType.js +6 -0
- package/js/types/Interface/models/IBrandType.js.map +1 -0
- package/js/types/Interface/models/IBusinessLine.js +6 -0
- package/js/types/Interface/models/IBusinessLine.js.map +1 -0
- package/js/types/Interface/models/IBusinessPartner.js +6 -0
- package/js/types/Interface/models/IBusinessPartner.js.map +1 -0
- package/js/types/Interface/models/ICalendarEvent.js +6 -0
- package/js/types/Interface/models/ICalendarEvent.js.map +1 -0
- package/js/types/Interface/models/ICalendarEventUser.js +6 -0
- package/js/types/Interface/models/ICalendarEventUser.js.map +1 -0
- package/js/types/Interface/models/ICallDirectly.js +6 -0
- package/js/types/Interface/models/ICallDirectly.js.map +1 -0
- package/js/types/Interface/models/ICashDeskTransactionType.js +6 -0
- package/js/types/Interface/models/ICashDeskTransactionType.js.map +1 -0
- package/js/types/Interface/models/ICategory.js +6 -0
- package/js/types/Interface/models/ICategory.js.map +1 -0
- package/js/types/Interface/models/ICerfaType.js +6 -0
- package/js/types/Interface/models/ICerfaType.js.map +1 -0
- package/js/types/Interface/models/ICerfaValue.js +6 -0
- package/js/types/Interface/models/ICerfaValue.js.map +1 -0
- package/js/types/Interface/models/IChangeLog.js +6 -0
- package/js/types/Interface/models/IChangeLog.js.map +1 -0
- package/js/types/Interface/models/IChannelType.js +6 -0
- package/js/types/Interface/models/IChannelType.js.map +1 -0
- package/js/types/Interface/models/IChecklist.js +6 -0
- package/js/types/Interface/models/IChecklist.js.map +1 -0
- package/js/types/Interface/models/IChecklistCategoryType.js +6 -0
- package/js/types/Interface/models/IChecklistCategoryType.js.map +1 -0
- package/js/types/Interface/models/IChecklistDetail.js +6 -0
- package/js/types/Interface/models/IChecklistDetail.js.map +1 -0
- package/js/types/Interface/models/IChecklistType.js +6 -0
- package/js/types/Interface/models/IChecklistType.js.map +1 -0
- package/js/types/Interface/models/ICivility.js +6 -0
- package/js/types/Interface/models/ICivility.js.map +1 -0
- package/js/types/Interface/models/IColor.js +6 -0
- package/js/types/Interface/models/IColor.js.map +1 -0
- package/js/types/Interface/models/IComment.js +6 -0
- package/js/types/Interface/models/IComment.js.map +1 -0
- package/js/types/Interface/models/ICommentType.js +6 -0
- package/js/types/Interface/models/ICommentType.js.map +1 -0
- package/js/types/Interface/models/IComptaHistoryType.js +6 -0
- package/js/types/Interface/models/IComptaHistoryType.js.map +1 -0
- package/js/types/Interface/models/IComptaType.js +6 -0
- package/js/types/Interface/models/IComptaType.js.map +1 -0
- package/js/types/Interface/models/IConnector.js +6 -0
- package/js/types/Interface/models/IConnector.js.map +1 -0
- package/js/types/Interface/models/IConnectorType.js +6 -0
- package/js/types/Interface/models/IConnectorType.js.map +1 -0
- package/js/types/Interface/models/IContractType.js +6 -0
- package/js/types/Interface/models/IContractType.js.map +1 -0
- package/js/types/Interface/models/ICotation.js +6 -0
- package/js/types/Interface/models/ICotation.js.map +1 -0
- package/js/types/Interface/models/ICountry.js +6 -0
- package/js/types/Interface/models/ICountry.js.map +1 -0
- package/js/types/Interface/models/ICurrency.js +6 -0
- package/js/types/Interface/models/ICurrency.js.map +1 -0
- package/js/types/Interface/models/ICustomerIsRegime.js +6 -0
- package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -0
- package/js/types/Interface/models/ICustomerSignature.js +6 -0
- package/js/types/Interface/models/ICustomerSignature.js.map +1 -0
- package/js/types/Interface/models/ICustomerTva.js +6 -0
- package/js/types/Interface/models/ICustomerTva.js.map +1 -0
- package/js/types/Interface/models/ICustomisation.js +6 -0
- package/js/types/Interface/models/ICustomisation.js.map +1 -0
- package/js/types/Interface/models/ICustomizationType.js +6 -0
- package/js/types/Interface/models/ICustomizationType.js.map +1 -0
- package/js/types/Interface/models/ICycle.js +6 -0
- package/js/types/Interface/models/ICycle.js.map +1 -0
- package/js/types/Interface/models/IDay.js +6 -0
- package/js/types/Interface/models/IDay.js.map +1 -0
- package/js/types/Interface/models/IDetailedLogBi.js +6 -0
- package/js/types/Interface/models/IDetailedLogBi.js.map +1 -0
- package/js/types/Interface/models/IDirectDebitHistory.js +6 -0
- package/js/types/Interface/models/IDirectDebitHistory.js.map +1 -0
- package/js/types/Interface/models/IDocumentWaitingType.js +6 -0
- package/js/types/Interface/models/IDocumentWaitingType.js.map +1 -0
- package/js/types/Interface/models/IEmployee.js +6 -0
- package/js/types/Interface/models/IEmployee.js.map +1 -0
- package/js/types/Interface/models/IEngagementAccountingEntry.js +6 -0
- package/js/types/Interface/models/IEngagementAccountingEntry.js.map +1 -0
- package/js/types/Interface/models/IEngagementAccountingFile.js +6 -0
- package/js/types/Interface/models/IEngagementAccountingFile.js.map +1 -0
- package/js/types/Interface/models/IEngagementBankTransaction.js +6 -0
- package/js/types/Interface/models/IEngagementBankTransaction.js.map +1 -0
- package/js/types/Interface/models/IEngagementOcrExtraction.js +6 -0
- package/js/types/Interface/models/IEngagementOcrExtraction.js.map +1 -0
- package/js/types/Interface/models/IErrorCode.js +6 -0
- package/js/types/Interface/models/IErrorCode.js.map +1 -0
- package/js/types/Interface/models/IEstimateInvoice.js +6 -0
- package/js/types/Interface/models/IEstimateInvoice.js.map +1 -0
- package/js/types/Interface/models/IEstimateInvoiceRepeat.js +6 -0
- package/js/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -0
- package/js/types/Interface/models/IEstimateInvoiceType.js +6 -0
- package/js/types/Interface/models/IEstimateInvoiceType.js.map +1 -0
- package/js/types/Interface/models/IExercice.js +6 -0
- package/js/types/Interface/models/IExercice.js.map +1 -0
- package/js/types/Interface/models/IExerciceDetail.js +6 -0
- package/js/types/Interface/models/IExerciceDetail.js.map +1 -0
- package/js/types/Interface/models/IExercicePrestation.js +6 -0
- package/js/types/Interface/models/IExercicePrestation.js.map +1 -0
- package/js/types/Interface/models/IFailedLoginAttempt.js +6 -0
- package/js/types/Interface/models/IFailedLoginAttempt.js.map +1 -0
- package/js/types/Interface/models/IFaq.js +6 -0
- package/js/types/Interface/models/IFaq.js.map +1 -0
- package/js/types/Interface/models/IFaqCategory.js +6 -0
- package/js/types/Interface/models/IFaqCategory.js.map +1 -0
- package/js/types/Interface/models/IField.js +6 -0
- package/js/types/Interface/models/IField.js.map +1 -0
- package/js/types/Interface/models/IFile.js +6 -0
- package/js/types/Interface/models/IFile.js.map +1 -0
- package/js/types/Interface/models/IFileMissing.js +6 -0
- package/js/types/Interface/models/IFileMissing.js.map +1 -0
- package/js/types/Interface/models/IFileType.js +6 -0
- package/js/types/Interface/models/IFileType.js.map +1 -0
- package/js/types/Interface/models/IFiscalRegime.js +6 -0
- package/js/types/Interface/models/IFiscalRegime.js.map +1 -0
- package/js/types/Interface/models/IFolderFile.js +6 -0
- package/js/types/Interface/models/IFolderFile.js.map +1 -0
- package/js/types/Interface/models/IFollow.js +6 -0
- package/js/types/Interface/models/IFollow.js.map +1 -0
- package/js/types/Interface/models/IFollowList.js +6 -0
- package/js/types/Interface/models/IFollowList.js.map +1 -0
- package/js/types/Interface/models/IFollowedQualityMail.js +6 -0
- package/js/types/Interface/models/IFollowedQualityMail.js.map +1 -0
- package/js/types/Interface/models/IFollowedQualityMailType.js +6 -0
- package/js/types/Interface/models/IFollowedQualityMailType.js.map +1 -0
- package/js/types/Interface/models/IFormalism.js +6 -0
- package/js/types/Interface/models/IFormalism.js.map +1 -0
- package/js/types/Interface/models/IFormalismValue.js +6 -0
- package/js/types/Interface/models/IFormalismValue.js.map +1 -0
- package/js/types/Interface/models/IFrequency.js +6 -0
- package/js/types/Interface/models/IFrequency.js.map +1 -0
- package/js/types/Interface/models/IFuel.js +6 -0
- package/js/types/Interface/models/IFuel.js.map +1 -0
- package/js/types/Interface/models/IGedCategory.js +6 -0
- package/js/types/Interface/models/IGedCategory.js.map +1 -0
- package/js/types/Interface/models/IGedFile.js +6 -0
- package/js/types/Interface/models/IGedFile.js.map +1 -0
- package/js/types/Interface/models/IGedFileType.js +6 -0
- package/js/types/Interface/models/IGedFileType.js.map +1 -0
- package/js/types/Interface/models/IGedFolder.js +6 -0
- package/js/types/Interface/models/IGedFolder.js.map +1 -0
- package/js/types/Interface/models/IIdentification.js +6 -0
- package/js/types/Interface/models/IIdentification.js.map +1 -0
- package/js/types/Interface/models/IIndependentReview.js +6 -0
- package/js/types/Interface/models/IIndependentReview.js.map +1 -0
- package/js/types/Interface/models/IInterestedByFeature.js +6 -0
- package/js/types/Interface/models/IInterestedByFeature.js.map +1 -0
- package/js/types/Interface/models/IInternalEstimate.js +6 -0
- package/js/types/Interface/models/IInternalEstimate.js.map +1 -0
- package/js/types/Interface/models/IIpTmpBlocked.js +6 -0
- package/js/types/Interface/models/IIpTmpBlocked.js.map +1 -0
- package/js/types/Interface/models/IItemEstimate.js +6 -0
- package/js/types/Interface/models/IItemEstimate.js.map +1 -0
- package/js/types/Interface/models/IJob.js +6 -0
- package/js/types/Interface/models/IJob.js.map +1 -0
- package/js/types/Interface/models/IJobCategory.js +6 -0
- package/js/types/Interface/models/IJobCategory.js.map +1 -0
- package/js/types/Interface/models/IKilometricAllowanceScale.js +6 -0
- package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -0
- package/js/types/Interface/models/ILabelPaymentWaiting.js +6 -0
- package/js/types/Interface/models/ILabelPaymentWaiting.js.map +1 -0
- package/js/types/Interface/models/ILegalForm.js +6 -0
- package/js/types/Interface/models/ILegalForm.js.map +1 -0
- package/js/types/Interface/models/ILegalNotice.js +6 -0
- package/js/types/Interface/models/ILegalNotice.js.map +1 -0
- package/js/types/Interface/models/ILetter.js +6 -0
- package/js/types/Interface/models/ILetter.js.map +1 -0
- package/js/types/Interface/models/ILetterType.js +6 -0
- package/js/types/Interface/models/ILetterType.js.map +1 -0
- package/js/types/Interface/models/ILettering.js +6 -0
- package/js/types/Interface/models/ILettering.js.map +1 -0
- package/js/types/Interface/models/ILog.js +6 -0
- package/js/types/Interface/models/ILog.js.map +1 -0
- package/js/types/Interface/models/ILogBi.js +6 -0
- package/js/types/Interface/models/ILogBi.js.map +1 -0
- package/js/types/Interface/models/ILogType.js +6 -0
- package/js/types/Interface/models/ILogType.js.map +1 -0
- package/js/types/Interface/models/IMailAuto.js +6 -0
- package/js/types/Interface/models/IMailAuto.js.map +1 -0
- package/js/types/Interface/models/IMailAutoType.js +6 -0
- package/js/types/Interface/models/IMailAutoType.js.map +1 -0
- package/js/types/Interface/models/IMailSociety.js +6 -0
- package/js/types/Interface/models/IMailSociety.js.map +1 -0
- package/js/types/Interface/models/IMonth.js +6 -0
- package/js/types/Interface/models/IMonth.js.map +1 -0
- package/js/types/Interface/models/INationality.js +6 -0
- package/js/types/Interface/models/INationality.js.map +1 -0
- package/js/types/Interface/models/INature.js +6 -0
- package/js/types/Interface/models/INature.js.map +1 -0
- package/js/types/Interface/models/INote.js +6 -0
- package/js/types/Interface/models/INote.js.map +1 -0
- package/js/types/Interface/models/INotification.js +6 -0
- package/js/types/Interface/models/INotification.js.map +1 -0
- package/js/types/Interface/models/INotificationCodeType.js +6 -0
- package/js/types/Interface/models/INotificationCodeType.js.map +1 -0
- package/js/types/Interface/models/INotificationType.js +6 -0
- package/js/types/Interface/models/INotificationType.js.map +1 -0
- package/js/types/Interface/models/IOldExpertInfo.js +6 -0
- package/js/types/Interface/models/IOldExpertInfo.js.map +1 -0
- package/js/types/Interface/models/IOperationLegalNotice.js +6 -0
- package/js/types/Interface/models/IOperationLegalNotice.js.map +1 -0
- package/js/types/Interface/models/IPageView.js +6 -0
- package/js/types/Interface/models/IPageView.js.map +1 -0
- package/js/types/Interface/models/IPartnerTransaction.js +6 -0
- package/js/types/Interface/models/IPartnerTransaction.js.map +1 -0
- package/js/types/Interface/models/IPartnerTransactionType.js +6 -0
- package/js/types/Interface/models/IPartnerTransactionType.js.map +1 -0
- package/js/types/Interface/models/IPayPlan.js +6 -0
- package/js/types/Interface/models/IPayPlan.js.map +1 -0
- package/js/types/Interface/models/IPayment.js +6 -0
- package/js/types/Interface/models/IPayment.js.map +1 -0
- package/js/types/Interface/models/IPaymentDelay.js +6 -0
- package/js/types/Interface/models/IPaymentDelay.js.map +1 -0
- package/js/types/Interface/models/IPaymentExpectation.js +6 -0
- package/js/types/Interface/models/IPaymentExpectation.js.map +1 -0
- package/js/types/Interface/models/IPaymentExpectationCustomer.js +6 -0
- package/js/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/models/IPaymentMethod.js +6 -0
- package/js/types/Interface/models/IPaymentMethod.js.map +1 -0
- package/js/types/Interface/models/IPaymentSchedule.js +6 -0
- package/js/types/Interface/models/IPaymentSchedule.js.map +1 -0
- package/js/types/Interface/models/IPaymentWaiting.js +6 -0
- package/js/types/Interface/models/IPaymentWaiting.js.map +1 -0
- package/js/types/Interface/models/IPenalty.js +6 -0
- package/js/types/Interface/models/IPenalty.js.map +1 -0
- package/js/types/Interface/models/IPenaltyType.js +6 -0
- package/js/types/Interface/models/IPenaltyType.js.map +1 -0
- package/js/types/Interface/models/IPendingPoint.js +6 -0
- package/js/types/Interface/models/IPendingPoint.js.map +1 -0
- package/js/types/Interface/models/IPermission.js +6 -0
- package/js/types/Interface/models/IPermission.js.map +1 -0
- package/js/types/Interface/models/IPhoneNumber.js +6 -0
- package/js/types/Interface/models/IPhoneNumber.js.map +1 -0
- package/js/types/Interface/models/IPhonePrefix.js +6 -0
- package/js/types/Interface/models/IPhonePrefix.js.map +1 -0
- package/js/types/Interface/models/IPhonePrefixChild.js +6 -0
- package/js/types/Interface/models/IPhonePrefixChild.js.map +1 -0
- package/js/types/Interface/models/IPrestation.js +6 -0
- package/js/types/Interface/models/IPrestation.js.map +1 -0
- package/js/types/Interface/models/IPrestationComplementary.js +6 -0
- package/js/types/Interface/models/IPrestationComplementary.js.map +1 -0
- package/js/types/Interface/models/IPrestationList.js +6 -0
- package/js/types/Interface/models/IPrestationList.js.map +1 -0
- package/js/types/Interface/models/IPrestationSocial.js +6 -0
- package/js/types/Interface/models/IPrestationSocial.js.map +1 -0
- package/js/types/Interface/models/IProcedure.js +6 -0
- package/js/types/Interface/models/IProcedure.js.map +1 -0
- package/js/types/Interface/models/IProduct.js +6 -0
- package/js/types/Interface/models/IProduct.js.map +1 -0
- package/js/types/Interface/models/IProductType.js +6 -0
- package/js/types/Interface/models/IProductType.js.map +1 -0
- package/js/types/Interface/models/IQuality.js +6 -0
- package/js/types/Interface/models/IQuality.js.map +1 -0
- package/js/types/Interface/models/IQuotaLead.js +6 -0
- package/js/types/Interface/models/IQuotaLead.js.map +1 -0
- package/js/types/Interface/models/IRating.js +6 -0
- package/js/types/Interface/models/IRating.js.map +1 -0
- package/js/types/Interface/models/IReason.js +6 -0
- package/js/types/Interface/models/IReason.js.map +1 -0
- package/js/types/Interface/models/IReasonTermination.js +6 -0
- package/js/types/Interface/models/IReasonTermination.js.map +1 -0
- package/js/types/Interface/models/IRecontactHistory.js +6 -0
- package/js/types/Interface/models/IRecontactHistory.js.map +1 -0
- package/js/types/Interface/models/IRefund.js +6 -0
- package/js/types/Interface/models/IRefund.js.map +1 -0
- package/js/types/Interface/models/IRefundMotif.js +6 -0
- package/js/types/Interface/models/IRefundMotif.js.map +1 -0
- package/js/types/Interface/models/IRegion.js +6 -0
- package/js/types/Interface/models/IRegion.js.map +1 -0
- package/js/types/Interface/models/IRegisterCategory.js +6 -0
- package/js/types/Interface/models/IRegisterCategory.js.map +1 -0
- package/js/types/Interface/models/IRegulate.js +6 -0
- package/js/types/Interface/models/IRegulate.js.map +1 -0
- package/js/types/Interface/models/IRegulation.js +6 -0
- package/js/types/Interface/models/IRegulation.js.map +1 -0
- package/js/types/Interface/models/IRepeatType.js +6 -0
- package/js/types/Interface/models/IRepeatType.js.map +1 -0
- package/js/types/Interface/models/IReport.js +6 -0
- package/js/types/Interface/models/IReport.js.map +1 -0
- package/js/types/Interface/models/IReportMessage.js +6 -0
- package/js/types/Interface/models/IReportMessage.js.map +1 -0
- package/js/types/Interface/models/IReportType.js +6 -0
- package/js/types/Interface/models/IReportType.js.map +1 -0
- package/js/types/Interface/models/IRole.js +6 -0
- package/js/types/Interface/models/IRole.js.map +1 -0
- package/js/types/Interface/models/IRoleUser.js +6 -0
- package/js/types/Interface/models/IRoleUser.js.map +1 -0
- package/js/types/Interface/models/IRoom.js +6 -0
- package/js/types/Interface/models/IRoom.js.map +1 -0
- package/js/types/Interface/models/IRule.js +6 -0
- package/js/types/Interface/models/IRule.js.map +1 -0
- package/js/types/Interface/models/ISchedule.js +6 -0
- package/js/types/Interface/models/ISchedule.js.map +1 -0
- package/js/types/Interface/models/ISector.js +6 -0
- package/js/types/Interface/models/ISector.js.map +1 -0
- package/js/types/Interface/models/ISendMethod.js +6 -0
- package/js/types/Interface/models/ISendMethod.js.map +1 -0
- package/js/types/Interface/models/IService.js +6 -0
- package/js/types/Interface/models/IService.js.map +1 -0
- package/js/types/Interface/models/ISheetMonthSchedule.js +6 -0
- package/js/types/Interface/models/ISheetMonthSchedule.js.map +1 -0
- package/js/types/Interface/models/ISimulation.js +6 -0
- package/js/types/Interface/models/ISimulation.js.map +1 -0
- package/js/types/Interface/models/ISimulationAdditionalFinance.js +6 -0
- package/js/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -0
- package/js/types/Interface/models/ISimulationColor.js +6 -0
- package/js/types/Interface/models/ISimulationColor.js.map +1 -0
- package/js/types/Interface/models/ISimulationElement.js +6 -0
- package/js/types/Interface/models/ISimulationElement.js.map +1 -0
- package/js/types/Interface/models/ISimulationHasBankAccount.js +6 -0
- package/js/types/Interface/models/ISimulationHasBankAccount.js.map +1 -0
- package/js/types/Interface/models/ISimulationPeriod.js +6 -0
- package/js/types/Interface/models/ISimulationPeriod.js.map +1 -0
- package/js/types/Interface/models/ISimulationSummary.js +6 -0
- package/js/types/Interface/models/ISimulationSummary.js.map +1 -0
- package/js/types/Interface/models/ISms.js +6 -0
- package/js/types/Interface/models/ISms.js.map +1 -0
- package/js/types/Interface/models/ISmsType.js +6 -0
- package/js/types/Interface/models/ISmsType.js.map +1 -0
- package/js/types/Interface/models/ISocialDetail.js +6 -0
- package/js/types/Interface/models/ISocialDetail.js.map +1 -0
- package/js/types/Interface/models/ISociety.js +6 -0
- package/js/types/Interface/models/ISociety.js.map +1 -0
- package/js/types/Interface/models/ISocietyAction.js +6 -0
- package/js/types/Interface/models/ISocietyAction.js.map +1 -0
- package/js/types/Interface/models/ISocietyApproval.js +6 -0
- package/js/types/Interface/models/ISocietyApproval.js.map +1 -0
- package/js/types/Interface/models/ISocietyBank.js +6 -0
- package/js/types/Interface/models/ISocietyBank.js.map +1 -0
- package/js/types/Interface/models/ISocietyBudgetConnection.js +6 -0
- package/js/types/Interface/models/ISocietyBudgetConnection.js.map +1 -0
- package/js/types/Interface/models/ISocietyCgv.js +6 -0
- package/js/types/Interface/models/ISocietyCgv.js.map +1 -0
- package/js/types/Interface/models/ISocietyConfig.js +6 -0
- package/js/types/Interface/models/ISocietyConfig.js.map +1 -0
- package/js/types/Interface/models/ISocietyConfigBalanceSheet.js +6 -0
- package/js/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -0
- package/js/types/Interface/models/ISocietyDetail.js +6 -0
- package/js/types/Interface/models/ISocietyDetail.js.map +1 -0
- package/js/types/Interface/models/ISocietyFile.js +6 -0
- package/js/types/Interface/models/ISocietyFile.js.map +1 -0
- package/js/types/Interface/models/ISocietyGescom.js +6 -0
- package/js/types/Interface/models/ISocietyGescom.js.map +1 -0
- package/js/types/Interface/models/ISocietyJuridical.js +6 -0
- package/js/types/Interface/models/ISocietyJuridical.js.map +1 -0
- package/js/types/Interface/models/ISocietyNote.js +6 -0
- package/js/types/Interface/models/ISocietyNote.js.map +1 -0
- package/js/types/Interface/models/ISocietyPartner.js +6 -0
- package/js/types/Interface/models/ISocietyPartner.js.map +1 -0
- package/js/types/Interface/models/ISocietyProceeding.js +6 -0
- package/js/types/Interface/models/ISocietyProceeding.js.map +1 -0
- package/js/types/Interface/models/ISocietyProcessRegister.js +6 -0
- package/js/types/Interface/models/ISocietyProcessRegister.js.map +1 -0
- package/js/types/Interface/models/ISocietyRelance.js +6 -0
- package/js/types/Interface/models/ISocietyRelance.js.map +1 -0
- package/js/types/Interface/models/ISocietySocial.js +6 -0
- package/js/types/Interface/models/ISocietySocial.js.map +1 -0
- package/js/types/Interface/models/ISocietySoftware.js +6 -0
- package/js/types/Interface/models/ISocietySoftware.js.map +1 -0
- package/js/types/Interface/models/ISocietyStat.js +6 -0
- package/js/types/Interface/models/ISocietyStat.js.map +1 -0
- package/js/types/Interface/models/ISocietyVehicle.js +6 -0
- package/js/types/Interface/models/ISocietyVehicle.js.map +1 -0
- package/js/types/Interface/models/ISoftwareCompta.js +6 -0
- package/js/types/Interface/models/ISoftwareCompta.js.map +1 -0
- package/js/types/Interface/models/ISource.js +6 -0
- package/js/types/Interface/models/ISource.js.map +1 -0
- package/js/types/Interface/models/ISpecialOperation.js +6 -0
- package/js/types/Interface/models/ISpecialOperation.js.map +1 -0
- package/js/types/Interface/models/ISponsorshipLink.js +6 -0
- package/js/types/Interface/models/ISponsorshipLink.js.map +1 -0
- package/js/types/Interface/models/IStatusSignature.js +6 -0
- package/js/types/Interface/models/IStatusSignature.js.map +1 -0
- package/js/types/Interface/models/IStripeEvent.js +6 -0
- package/js/types/Interface/models/IStripeEvent.js.map +1 -0
- package/js/types/Interface/models/IStripeEventType.js +6 -0
- package/js/types/Interface/models/IStripeEventType.js.map +1 -0
- package/js/types/Interface/models/ISubscriptionType.js +6 -0
- package/js/types/Interface/models/ISubscriptionType.js.map +1 -0
- package/js/types/Interface/models/ISupervision.js +6 -0
- package/js/types/Interface/models/ISupervision.js.map +1 -0
- package/js/types/Interface/models/ISupervisionJob.js +6 -0
- package/js/types/Interface/models/ISupervisionJob.js.map +1 -0
- package/js/types/Interface/models/ISupervisionPendingPoint.js +6 -0
- package/js/types/Interface/models/ISupervisionPendingPoint.js.map +1 -0
- package/js/types/Interface/models/ITag.js +6 -0
- package/js/types/Interface/models/ITag.js.map +1 -0
- package/js/types/Interface/models/ITask.js +6 -0
- package/js/types/Interface/models/ITask.js.map +1 -0
- package/js/types/Interface/models/ITaxSystem.js +6 -0
- package/js/types/Interface/models/ITaxSystem.js.map +1 -0
- package/js/types/Interface/models/ITeam.js +6 -0
- package/js/types/Interface/models/ITeam.js.map +1 -0
- package/js/types/Interface/models/ITeamBusinessLine.js +6 -0
- package/js/types/Interface/models/ITeamBusinessLine.js.map +1 -0
- package/js/types/Interface/models/ITerminationList.js +6 -0
- package/js/types/Interface/models/ITerminationList.js.map +1 -0
- package/js/types/Interface/models/IThirdParty.js +6 -0
- package/js/types/Interface/models/IThirdParty.js.map +1 -0
- package/js/types/Interface/models/IThirdPartySociety.js +6 -0
- package/js/types/Interface/models/IThirdPartySociety.js.map +1 -0
- package/js/types/Interface/models/IThirdPartyType.js +6 -0
- package/js/types/Interface/models/IThirdPartyType.js.map +1 -0
- package/js/types/Interface/models/ITicketSupport.js +6 -0
- package/js/types/Interface/models/ITicketSupport.js.map +1 -0
- package/js/types/Interface/models/ITicketSupportFollow.js +6 -0
- package/js/types/Interface/models/ITicketSupportFollow.js.map +1 -0
- package/js/types/Interface/models/ITimeTracking.js +6 -0
- package/js/types/Interface/models/ITimeTracking.js.map +1 -0
- package/js/types/Interface/models/ITimeTrackingSource.js +6 -0
- package/js/types/Interface/models/ITimeTrackingSource.js.map +1 -0
- package/js/types/Interface/models/ITmpValidationToken.js +6 -0
- package/js/types/Interface/models/ITmpValidationToken.js.map +1 -0
- package/js/types/Interface/models/IUnit.js +6 -0
- package/js/types/Interface/models/IUnit.js.map +1 -0
- package/js/types/Interface/models/IUser.js +6 -0
- package/js/types/Interface/models/IUser.js.map +1 -0
- package/js/types/Interface/models/IUserNotification.js +6 -0
- package/js/types/Interface/models/IUserNotification.js.map +1 -0
- package/js/types/Interface/models/IUserSocietyPermission.js +6 -0
- package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -0
- package/js/types/Interface/models/IUserSocietyTicketSupport.js +6 -0
- package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -0
- package/js/types/Interface/models/IUserTeam.js +6 -0
- package/js/types/Interface/models/IUserTeam.js.map +1 -0
- package/js/types/Interface/models/IUserTest.js +6 -0
- package/js/types/Interface/models/IUserTest.js.map +1 -0
- package/js/types/Interface/models/IVat.js +6 -0
- package/js/types/Interface/models/IVat.js.map +1 -0
- package/js/types/Interface/models/IVatDeclaration.js +6 -0
- package/js/types/Interface/models/IVatDeclaration.js.map +1 -0
- package/js/types/Interface/models/IVatDeclarationCertificate.js +6 -0
- package/js/types/Interface/models/IVatDeclarationCertificate.js.map +1 -0
- package/js/types/Interface/models/IVatDeclarationSocietyDetail.js +6 -0
- package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -0
- package/js/types/Interface/models/IVatMargin.js +6 -0
- package/js/types/Interface/models/IVatMargin.js.map +1 -0
- package/js/types/Interface/models/IVatRegime.js +6 -0
- package/js/types/Interface/models/IVatRegime.js.map +1 -0
- package/js/types/Interface/models/IVehicleType.js +6 -0
- package/js/types/Interface/models/IVehicleType.js.map +1 -0
- package/js/types/Interface/models/IWebMail.js +6 -0
- package/js/types/Interface/models/IWebMail.js.map +1 -0
- package/js/types/Interface/models/IWebMailAttachment.js +6 -0
- package/js/types/Interface/models/IWebMailAttachment.js.map +1 -0
- package/js/types/Interface/models/IWebMailSpam.js +6 -0
- package/js/types/Interface/models/IWebMailSpam.js.map +1 -0
- package/js/types/Interface/models/IWebMailSpamType.js +6 -0
- package/js/types/Interface/models/IWebMailSpamType.js.map +1 -0
- package/js/types/Interface/models/IWebMailStat.js +6 -0
- package/js/types/Interface/models/IWebMailStat.js.map +1 -0
- package/js/types/Interface/models/IWebMailType.js +6 -0
- package/js/types/Interface/models/IWebMailType.js.map +1 -0
- package/js/types/Interface/models/IWorkingSchedule.js +6 -0
- package/js/types/Interface/models/IWorkingSchedule.js.map +1 -0
- package/js/types/index.js +3402 -0
- package/js/types/index.js.map +1 -0
- package/js/utils/index.js +18 -0
- package/js/utils/index.js.map +1 -0
- package/js/utils/logger.js +2 -0
- package/js/utils/logger.js.map +1 -0
- package/js/utils/objectUtils/BaseEntity.js +6 -0
- package/js/utils/objectUtils/BaseEntity.js.map +1 -0
- package/js/utils/objectUtils/flattenObject.js +27 -0
- package/js/utils/objectUtils/flattenObject.js.map +1 -0
- package/js/utils/objectUtils/fullFlattenObject.js +23 -0
- package/js/utils/objectUtils/fullFlattenObject.js.map +1 -0
- package/js/utils/objectUtils/index.js +78 -0
- package/js/utils/objectUtils/index.js.map +1 -0
- package/js/utils/objectUtils/isValidObject.js +22 -0
- package/js/utils/objectUtils/isValidObject.js.map +1 -0
- package/js/utils/objectUtils/overwrite.js +6 -0
- package/js/utils/objectUtils/overwrite.js.map +1 -0
- package/js/utils/objectUtils/unflattenObject.js +25 -0
- package/js/utils/objectUtils/unflattenObject.js.map +1 -0
- package/package.json +101 -0
- package/table.json +267 -0
- package/ts/api/Resource.ts +15 -0
- package/ts/api/index.ts +50 -0
- package/ts/api/resources/Country.ts +8 -0
- package/ts/api/resources/Simulation.ts +8 -0
- package/ts/api/resources.ts +7 -0
- package/ts/index.ts +4 -0
- package/ts/types/Enum/ComptaType.ts +8 -0
- package/ts/types/Enum/Country.ts +12 -0
- package/ts/types/Enum/Ged.ts +47 -0
- package/ts/types/Enum/LegalForm.ts +161 -0
- package/ts/types/Enum/Role.ts +25 -0
- package/ts/types/Enum/Sector.ts +6 -0
- package/ts/types/Enum/Simulation.ts +26 -0
- package/ts/types/Enum/SubscriptionType.ts +5 -0
- package/ts/types/Enum/TypeConnector.ts +13 -0
- package/ts/types/Enum/Vat.ts +65 -0
- package/ts/types/Enum/VatRegime.ts +6 -0
- package/ts/types/Form/FormAuthenticate.ts +6 -0
- package/ts/types/Form/FormConnector.ts +34 -0
- package/ts/types/Form/FormPaymentExpectationCustomer.ts +12 -0
- package/ts/types/Interface/api/accountingEntry/CreateAccountingEntry.ts +15 -0
- package/ts/types/Interface/api/businessPartner/ReadBusinessPartner.ts +9 -0
- package/ts/types/Interface/api/simulation/CreateSimulation.ts +106 -0
- package/ts/types/Interface/api/simulation/ReadSimulation.ts +14 -0
- package/ts/types/Interface/api/society/ReadSociety.ts +5 -0
- package/ts/types/Interface/models/IAbsenceType.ts +8 -0
- package/ts/types/Interface/models/IAccessToken.ts +10 -0
- package/ts/types/Interface/models/IAccount.ts +51 -0
- package/ts/types/Interface/models/IAccountDetail.ts +24 -0
- package/ts/types/Interface/models/IAccountHelp.ts +9 -0
- package/ts/types/Interface/models/IAccountType.ts +10 -0
- package/ts/types/Interface/models/IAccountantTracker.ts +13 -0
- package/ts/types/Interface/models/IAccountingEntry.ts +30 -0
- package/ts/types/Interface/models/IAccountingFile.ts +34 -0
- package/ts/types/Interface/models/IAccountingFileType.ts +8 -0
- package/ts/types/Interface/models/IAccountingJournal.ts +8 -0
- package/ts/types/Interface/models/IAccountingState.ts +23 -0
- package/ts/types/Interface/models/IAccountingStateType.ts +8 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +67 -0
- package/ts/types/Interface/models/IAccountsSocieties.ts +10 -0
- package/ts/types/Interface/models/IActivity.ts +8 -0
- package/ts/types/Interface/models/IAdditionalBalance.ts +16 -0
- package/ts/types/Interface/models/IAlert.ts +18 -0
- package/ts/types/Interface/models/IAllowedIp.ts +11 -0
- package/ts/types/Interface/models/IAnalyticsUtm.ts +18 -0
- package/ts/types/Interface/models/IApiError.ts +24 -0
- package/ts/types/Interface/models/IAppConfig.ts +9 -0
- package/ts/types/Interface/models/IAreasInvoice.ts +18 -0
- package/ts/types/Interface/models/IAskAbsence.ts +33 -0
- package/ts/types/Interface/models/IAskAbsenceTimes.ts +16 -0
- package/ts/types/Interface/models/IAttachmentFile.ts +21 -0
- package/ts/types/Interface/models/IAttestation.ts +41 -0
- package/ts/types/Interface/models/IAttributionHistory.ts +21 -0
- package/ts/types/Interface/models/IAutoLoginToken.ts +11 -0
- package/ts/types/Interface/models/IBalanceBankAccount.ts +10 -0
- package/ts/types/Interface/models/IBalanceSheet.ts +19 -0
- package/ts/types/Interface/models/IBalanceSheetHistory.ts +20 -0
- package/ts/types/Interface/models/IBalanceSheetLiquidation.ts +18 -0
- package/ts/types/Interface/models/IBalanceSheetPartial.ts +18 -0
- package/ts/types/Interface/models/IBankAccount.ts +43 -0
- package/ts/types/Interface/models/IBankAccountSynchroHistory.ts +16 -0
- package/ts/types/Interface/models/IBankConnection.ts +16 -0
- package/ts/types/Interface/models/IBankList.ts +21 -0
- package/ts/types/Interface/models/IBankTransaction.ts +38 -0
- package/ts/types/Interface/models/IBrandType.ts +9 -0
- package/ts/types/Interface/models/IBusinessLine.ts +14 -0
- package/ts/types/Interface/models/IBusinessPartner.ts +46 -0
- package/ts/types/Interface/models/ICalendarEvent.ts +35 -0
- package/ts/types/Interface/models/ICalendarEventUser.ts +9 -0
- package/ts/types/Interface/models/ICallDirectly.ts +30 -0
- package/ts/types/Interface/models/ICashDeskTransactionType.ts +8 -0
- package/ts/types/Interface/models/ICategory.ts +10 -0
- package/ts/types/Interface/models/ICerfaType.ts +6 -0
- package/ts/types/Interface/models/ICerfaValue.ts +15 -0
- package/ts/types/Interface/models/IChangeLog.ts +12 -0
- package/ts/types/Interface/models/IChannelType.ts +6 -0
- package/ts/types/Interface/models/IChecklist.ts +25 -0
- package/ts/types/Interface/models/IChecklistCategoryType.ts +14 -0
- package/ts/types/Interface/models/IChecklistDetail.ts +18 -0
- package/ts/types/Interface/models/IChecklistType.ts +20 -0
- package/ts/types/Interface/models/ICivility.ts +8 -0
- package/ts/types/Interface/models/IColor.ts +8 -0
- package/ts/types/Interface/models/IComment.ts +25 -0
- package/ts/types/Interface/models/ICommentType.ts +6 -0
- package/ts/types/Interface/models/IComptaHistoryType.ts +11 -0
- package/ts/types/Interface/models/IComptaType.ts +9 -0
- package/ts/types/Interface/models/IConnector.ts +24 -0
- package/ts/types/Interface/models/IConnectorType.ts +8 -0
- package/ts/types/Interface/models/IContractType.ts +8 -0
- package/ts/types/Interface/models/ICotation.ts +10 -0
- package/ts/types/Interface/models/ICountry.ts +8 -0
- package/ts/types/Interface/models/ICurrency.ts +10 -0
- package/ts/types/Interface/models/ICustomerIsRegime.ts +22 -0
- package/ts/types/Interface/models/ICustomerSignature.ts +29 -0
- package/ts/types/Interface/models/ICustomerTva.ts +31 -0
- package/ts/types/Interface/models/ICustomisation.ts +12 -0
- package/ts/types/Interface/models/ICustomizationType.ts +8 -0
- package/ts/types/Interface/models/ICycle.ts +14 -0
- package/ts/types/Interface/models/IDay.ts +8 -0
- package/ts/types/Interface/models/IDetailedLogBi.ts +20 -0
- package/ts/types/Interface/models/IDirectDebitHistory.ts +13 -0
- package/ts/types/Interface/models/IDocumentWaitingType.ts +10 -0
- package/ts/types/Interface/models/IEmployee.ts +66 -0
- package/ts/types/Interface/models/IEngagementAccountingEntry.ts +31 -0
- package/ts/types/Interface/models/IEngagementAccountingFile.ts +47 -0
- package/ts/types/Interface/models/IEngagementBankTransaction.ts +39 -0
- package/ts/types/Interface/models/IEngagementOcrExtraction.ts +31 -0
- package/ts/types/Interface/models/IErrorCode.ts +9 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +73 -0
- package/ts/types/Interface/models/IEstimateInvoiceRepeat.ts +14 -0
- package/ts/types/Interface/models/IEstimateInvoiceType.ts +8 -0
- package/ts/types/Interface/models/IExercice.ts +57 -0
- package/ts/types/Interface/models/IExerciceDetail.ts +17 -0
- package/ts/types/Interface/models/IExercicePrestation.ts +26 -0
- package/ts/types/Interface/models/IFailedLoginAttempt.ts +14 -0
- package/ts/types/Interface/models/IFaq.ts +19 -0
- package/ts/types/Interface/models/IFaqCategory.ts +6 -0
- package/ts/types/Interface/models/IField.ts +8 -0
- package/ts/types/Interface/models/IFile.ts +21 -0
- package/ts/types/Interface/models/IFileMissing.ts +14 -0
- package/ts/types/Interface/models/IFileType.ts +9 -0
- package/ts/types/Interface/models/IFiscalRegime.ts +8 -0
- package/ts/types/Interface/models/IFolderFile.ts +8 -0
- package/ts/types/Interface/models/IFollow.ts +19 -0
- package/ts/types/Interface/models/IFollowList.ts +7 -0
- package/ts/types/Interface/models/IFollowedQualityMail.ts +17 -0
- package/ts/types/Interface/models/IFollowedQualityMailType.ts +8 -0
- package/ts/types/Interface/models/IFormalism.ts +27 -0
- package/ts/types/Interface/models/IFormalismValue.ts +17 -0
- package/ts/types/Interface/models/IFrequency.ts +8 -0
- package/ts/types/Interface/models/IFuel.ts +8 -0
- package/ts/types/Interface/models/IGedCategory.ts +14 -0
- package/ts/types/Interface/models/IGedFile.ts +28 -0
- package/ts/types/Interface/models/IGedFileType.ts +9 -0
- package/ts/types/Interface/models/IGedFolder.ts +15 -0
- package/ts/types/Interface/models/IIdentification.ts +22 -0
- package/ts/types/Interface/models/IIndependentReview.ts +16 -0
- package/ts/types/Interface/models/IInterestedByFeature.ts +15 -0
- package/ts/types/Interface/models/IInternalEstimate.ts +15 -0
- package/ts/types/Interface/models/IIpTmpBlocked.ts +8 -0
- package/ts/types/Interface/models/IItemEstimate.ts +30 -0
- package/ts/types/Interface/models/IJob.ts +16 -0
- package/ts/types/Interface/models/IJobCategory.ts +13 -0
- package/ts/types/Interface/models/IKilometricAllowanceScale.ts +10 -0
- package/ts/types/Interface/models/ILabelPaymentWaiting.ts +8 -0
- package/ts/types/Interface/models/ILegalForm.ts +10 -0
- package/ts/types/Interface/models/ILegalNotice.ts +29 -0
- package/ts/types/Interface/models/ILetter.ts +29 -0
- package/ts/types/Interface/models/ILetterType.ts +8 -0
- package/ts/types/Interface/models/ILettering.ts +19 -0
- package/ts/types/Interface/models/ILog.ts +26 -0
- package/ts/types/Interface/models/ILogBi.ts +13 -0
- package/ts/types/Interface/models/ILogType.ts +10 -0
- package/ts/types/Interface/models/IMailAuto.ts +23 -0
- package/ts/types/Interface/models/IMailAutoType.ts +6 -0
- package/ts/types/Interface/models/IMailSociety.ts +9 -0
- package/ts/types/Interface/models/IMonth.ts +8 -0
- package/ts/types/Interface/models/INationality.ts +8 -0
- package/ts/types/Interface/models/INature.ts +8 -0
- package/ts/types/Interface/models/INote.ts +9 -0
- package/ts/types/Interface/models/INotification.ts +24 -0
- package/ts/types/Interface/models/INotificationCodeType.ts +10 -0
- package/ts/types/Interface/models/INotificationType.ts +9 -0
- package/ts/types/Interface/models/IOldExpertInfo.ts +27 -0
- package/ts/types/Interface/models/IOperationLegalNotice.ts +8 -0
- package/ts/types/Interface/models/IPageView.ts +14 -0
- package/ts/types/Interface/models/IPartnerTransaction.ts +17 -0
- package/ts/types/Interface/models/IPartnerTransactionType.ts +8 -0
- package/ts/types/Interface/models/IPayPlan.ts +8 -0
- package/ts/types/Interface/models/IPayment.ts +34 -0
- package/ts/types/Interface/models/IPaymentDelay.ts +8 -0
- package/ts/types/Interface/models/IPaymentExpectation.ts +24 -0
- package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +26 -0
- package/ts/types/Interface/models/IPaymentMethod.ts +10 -0
- package/ts/types/Interface/models/IPaymentSchedule.ts +17 -0
- package/ts/types/Interface/models/IPaymentWaiting.ts +23 -0
- package/ts/types/Interface/models/IPenalty.ts +31 -0
- package/ts/types/Interface/models/IPenaltyType.ts +8 -0
- package/ts/types/Interface/models/IPendingPoint.ts +21 -0
- package/ts/types/Interface/models/IPermission.ts +20 -0
- package/ts/types/Interface/models/IPhoneNumber.ts +11 -0
- package/ts/types/Interface/models/IPhonePrefix.ts +14 -0
- package/ts/types/Interface/models/IPhonePrefixChild.ts +9 -0
- package/ts/types/Interface/models/IPrestation.ts +57 -0
- package/ts/types/Interface/models/IPrestationComplementary.ts +36 -0
- package/ts/types/Interface/models/IPrestationList.ts +22 -0
- package/ts/types/Interface/models/IPrestationSocial.ts +8 -0
- package/ts/types/Interface/models/IProcedure.ts +8 -0
- package/ts/types/Interface/models/IProduct.ts +30 -0
- package/ts/types/Interface/models/IProductType.ts +8 -0
- package/ts/types/Interface/models/IQuality.ts +8 -0
- package/ts/types/Interface/models/IQuotaLead.ts +18 -0
- package/ts/types/Interface/models/IRating.ts +17 -0
- package/ts/types/Interface/models/IReason.ts +8 -0
- package/ts/types/Interface/models/IReasonTermination.ts +8 -0
- package/ts/types/Interface/models/IRecontactHistory.ts +9 -0
- package/ts/types/Interface/models/IRefund.ts +26 -0
- package/ts/types/Interface/models/IRefundMotif.ts +8 -0
- package/ts/types/Interface/models/IRegion.ts +8 -0
- package/ts/types/Interface/models/IRegisterCategory.ts +8 -0
- package/ts/types/Interface/models/IRegulate.ts +10 -0
- package/ts/types/Interface/models/IRegulation.ts +26 -0
- package/ts/types/Interface/models/IRepeatType.ts +8 -0
- package/ts/types/Interface/models/IReport.ts +24 -0
- package/ts/types/Interface/models/IReportMessage.ts +15 -0
- package/ts/types/Interface/models/IReportType.ts +9 -0
- package/ts/types/Interface/models/IRole.ts +14 -0
- package/ts/types/Interface/models/IRoleUser.ts +9 -0
- package/ts/types/Interface/models/IRoom.ts +8 -0
- package/ts/types/Interface/models/IRule.ts +26 -0
- package/ts/types/Interface/models/ISchedule.ts +13 -0
- package/ts/types/Interface/models/ISector.ts +8 -0
- package/ts/types/Interface/models/ISendMethod.ts +8 -0
- package/ts/types/Interface/models/IService.ts +8 -0
- package/ts/types/Interface/models/ISheetMonthSchedule.ts +45 -0
- package/ts/types/Interface/models/ISimulation.ts +27 -0
- package/ts/types/Interface/models/ISimulationAdditionalFinance.ts +9 -0
- package/ts/types/Interface/models/ISimulationColor.ts +8 -0
- package/ts/types/Interface/models/ISimulationElement.ts +28 -0
- package/ts/types/Interface/models/ISimulationHasBankAccount.ts +9 -0
- package/ts/types/Interface/models/ISimulationPeriod.ts +16 -0
- package/ts/types/Interface/models/ISimulationSummary.ts +19 -0
- package/ts/types/Interface/models/ISms.ts +25 -0
- package/ts/types/Interface/models/ISmsType.ts +8 -0
- package/ts/types/Interface/models/ISocialDetail.ts +12 -0
- package/ts/types/Interface/models/ISociety.ts +185 -0
- package/ts/types/Interface/models/ISocietyAction.ts +28 -0
- package/ts/types/Interface/models/ISocietyApproval.ts +32 -0
- package/ts/types/Interface/models/ISocietyBank.ts +13 -0
- package/ts/types/Interface/models/ISocietyBudgetConnection.ts +10 -0
- package/ts/types/Interface/models/ISocietyCgv.ts +9 -0
- package/ts/types/Interface/models/ISocietyConfig.ts +25 -0
- package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +21 -0
- package/ts/types/Interface/models/ISocietyDetail.ts +106 -0
- package/ts/types/Interface/models/ISocietyFile.ts +20 -0
- package/ts/types/Interface/models/ISocietyGescom.ts +36 -0
- package/ts/types/Interface/models/ISocietyJuridical.ts +15 -0
- package/ts/types/Interface/models/ISocietyNote.ts +8 -0
- package/ts/types/Interface/models/ISocietyPartner.ts +18 -0
- package/ts/types/Interface/models/ISocietyProceeding.ts +21 -0
- package/ts/types/Interface/models/ISocietyProcessRegister.ts +11 -0
- package/ts/types/Interface/models/ISocietyRelance.ts +23 -0
- package/ts/types/Interface/models/ISocietySocial.ts +21 -0
- package/ts/types/Interface/models/ISocietySoftware.ts +16 -0
- package/ts/types/Interface/models/ISocietyStat.ts +12 -0
- package/ts/types/Interface/models/ISocietyVehicle.ts +27 -0
- package/ts/types/Interface/models/ISoftwareCompta.ts +6 -0
- package/ts/types/Interface/models/ISource.ts +11 -0
- package/ts/types/Interface/models/ISpecialOperation.ts +24 -0
- package/ts/types/Interface/models/ISponsorshipLink.ts +10 -0
- package/ts/types/Interface/models/IStatusSignature.ts +8 -0
- package/ts/types/Interface/models/IStripeEvent.ts +13 -0
- package/ts/types/Interface/models/IStripeEventType.ts +8 -0
- package/ts/types/Interface/models/ISubscriptionType.ts +9 -0
- package/ts/types/Interface/models/ISupervision.ts +41 -0
- package/ts/types/Interface/models/ISupervisionJob.ts +9 -0
- package/ts/types/Interface/models/ISupervisionPendingPoint.ts +22 -0
- package/ts/types/Interface/models/ITag.ts +9 -0
- package/ts/types/Interface/models/ITask.ts +11 -0
- package/ts/types/Interface/models/ITaxSystem.ts +8 -0
- package/ts/types/Interface/models/ITeam.ts +16 -0
- package/ts/types/Interface/models/ITeamBusinessLine.ts +9 -0
- package/ts/types/Interface/models/ITerminationList.ts +28 -0
- package/ts/types/Interface/models/IThirdParty.ts +40 -0
- package/ts/types/Interface/models/IThirdPartySociety.ts +10 -0
- package/ts/types/Interface/models/IThirdPartyType.ts +8 -0
- package/ts/types/Interface/models/ITicketSupport.ts +11 -0
- package/ts/types/Interface/models/ITicketSupportFollow.ts +11 -0
- package/ts/types/Interface/models/ITimeTracking.ts +25 -0
- package/ts/types/Interface/models/ITimeTrackingSource.ts +8 -0
- package/ts/types/Interface/models/ITmpValidationToken.ts +15 -0
- package/ts/types/Interface/models/IUnit.ts +9 -0
- package/ts/types/Interface/models/IUser.ts +93 -0
- package/ts/types/Interface/models/IUserNotification.ts +10 -0
- package/ts/types/Interface/models/IUserSocietyPermission.ts +18 -0
- package/ts/types/Interface/models/IUserSocietyTicketSupport.ts +10 -0
- package/ts/types/Interface/models/IUserTeam.ts +16 -0
- package/ts/types/Interface/models/IUserTest.ts +21 -0
- package/ts/types/Interface/models/IVat.ts +11 -0
- package/ts/types/Interface/models/IVatDeclaration.ts +118 -0
- package/ts/types/Interface/models/IVatDeclarationCertificate.ts +17 -0
- package/ts/types/Interface/models/IVatDeclarationSocietyDetail.ts +24 -0
- package/ts/types/Interface/models/IVatMargin.ts +8 -0
- package/ts/types/Interface/models/IVatRegime.ts +9 -0
- package/ts/types/Interface/models/IVehicleType.ts +8 -0
- package/ts/types/Interface/models/IWebMail.ts +68 -0
- package/ts/types/Interface/models/IWebMailAttachment.ts +9 -0
- package/ts/types/Interface/models/IWebMailSpam.ts +9 -0
- package/ts/types/Interface/models/IWebMailSpamType.ts +8 -0
- package/ts/types/Interface/models/IWebMailStat.ts +10 -0
- package/ts/types/Interface/models/IWebMailType.ts +8 -0
- package/ts/types/Interface/models/IWorkingSchedule.ts +19 -0
- package/ts/types/index.ts +291 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/logger.ts +0 -0
- package/ts/utils/objectUtils/BaseEntity.ts +2 -0
- package/ts/utils/objectUtils/flattenObject.ts +20 -0
- package/ts/utils/objectUtils/fullFlattenObject.ts +15 -0
- package/ts/utils/objectUtils/index.ts +6 -0
- package/ts/utils/objectUtils/isValidObject.ts +13 -0
- package/ts/utils/objectUtils/overwrite.ts +4 -0
- package/ts/utils/objectUtils/unflattenObject.ts +18 -0
- package/yarn-error.log +5882 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export const Vat = {
|
|
2
|
+
WITHOUT_TAXE: {
|
|
3
|
+
id: 1,
|
|
4
|
+
value: 0,
|
|
5
|
+
name: 'Hors-Taxe',
|
|
6
|
+
collected: 212,
|
|
7
|
+
deductible: 221
|
|
8
|
+
},
|
|
9
|
+
TX_5_5: {
|
|
10
|
+
id: 2,
|
|
11
|
+
value: 5.5,
|
|
12
|
+
name: 'TVA 5.5%',
|
|
13
|
+
collected: 209,
|
|
14
|
+
deductible: 4
|
|
15
|
+
},
|
|
16
|
+
TX_10: {
|
|
17
|
+
id: 3,
|
|
18
|
+
value: 10,
|
|
19
|
+
name: 'TVA 10%',
|
|
20
|
+
collected: 210,
|
|
21
|
+
deductible: 5
|
|
22
|
+
},
|
|
23
|
+
TX_20: {
|
|
24
|
+
id: 4,
|
|
25
|
+
value: 20,
|
|
26
|
+
name: 'TVA 20%',
|
|
27
|
+
collected: 211,
|
|
28
|
+
deductible: 6
|
|
29
|
+
},
|
|
30
|
+
TX_2_1: {
|
|
31
|
+
id: 6,
|
|
32
|
+
value: 2.1,
|
|
33
|
+
name: 'TVA 2.1%',
|
|
34
|
+
collected: 222,
|
|
35
|
+
deductible: 7
|
|
36
|
+
},
|
|
37
|
+
TX_8_5: {
|
|
38
|
+
id: 7,
|
|
39
|
+
value: 8.5,
|
|
40
|
+
name: 'TVA 8.5%',
|
|
41
|
+
collected: 345,
|
|
42
|
+
deductible: 8
|
|
43
|
+
},
|
|
44
|
+
MARGE: {
|
|
45
|
+
id: 8,
|
|
46
|
+
value: 0,
|
|
47
|
+
name: 'Sur Marge',
|
|
48
|
+
collected: 211,
|
|
49
|
+
deductible: 9
|
|
50
|
+
},
|
|
51
|
+
INTRACOM: {
|
|
52
|
+
id: 9,
|
|
53
|
+
value: 20,
|
|
54
|
+
name: 'TVA intracom',
|
|
55
|
+
collected: 207,
|
|
56
|
+
deductible: 208
|
|
57
|
+
},
|
|
58
|
+
MANUAL: {
|
|
59
|
+
id: 11,
|
|
60
|
+
value: 0,
|
|
61
|
+
name: 'TVA manuelle',
|
|
62
|
+
collected: 0,
|
|
63
|
+
deductible: 0
|
|
64
|
+
},
|
|
65
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TypeConnector } from '../Enum/TypeConnector';
|
|
2
|
+
|
|
3
|
+
export class FormConnector {
|
|
4
|
+
|
|
5
|
+
// @ApiProperty()
|
|
6
|
+
username?: string;
|
|
7
|
+
|
|
8
|
+
// @ApiProperty()
|
|
9
|
+
pass?: string;
|
|
10
|
+
|
|
11
|
+
// @ApiProperty()
|
|
12
|
+
url?: string;
|
|
13
|
+
|
|
14
|
+
// @ApiProperty()
|
|
15
|
+
token?: string;
|
|
16
|
+
|
|
17
|
+
// @ApiProperty()
|
|
18
|
+
token2?: string;
|
|
19
|
+
|
|
20
|
+
// @ApiProperty()
|
|
21
|
+
token3?: string;
|
|
22
|
+
|
|
23
|
+
// @ApiProperty()
|
|
24
|
+
token4?: string;
|
|
25
|
+
|
|
26
|
+
// @ApiProperty()
|
|
27
|
+
date?: Date;
|
|
28
|
+
|
|
29
|
+
// @ApiProperty()
|
|
30
|
+
idTypeConnector: TypeConnector;
|
|
31
|
+
|
|
32
|
+
// @ApiProperty()
|
|
33
|
+
idSociety: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface FormEntries {
|
|
2
|
+
vat? : number | {
|
|
3
|
+
idVat: number;
|
|
4
|
+
amount: number;
|
|
5
|
+
}
|
|
6
|
+
idAccount?: number;
|
|
7
|
+
idThirdParty?: number;
|
|
8
|
+
amountAllTaxIncludedPurchase?: number;
|
|
9
|
+
designation?: string;
|
|
10
|
+
amountAllTaxIncluded?: number
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export type CreateAccountingEntry = FormEntries[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IBusinessPartner } from '../../models/IBusinessPartner';
|
|
2
|
+
|
|
3
|
+
export interface ReadBusinessPartner {
|
|
4
|
+
businessPartners: Partial<Omit<IBusinessPartner, 'fileKBIS' | 'fileIC' | 'fileStatus' | 'societyParent'>> & {
|
|
5
|
+
tokenFileKbis?: string;
|
|
6
|
+
tokenFileIC?: string;
|
|
7
|
+
tokenFileStatus?: string;
|
|
8
|
+
}[]
|
|
9
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
// import {SimulationColor} from '../../..';
|
|
2
|
+
|
|
3
|
+
export interface SimulationEstimateInvoice {
|
|
4
|
+
createdAt: string;
|
|
5
|
+
dateInvoiceCreated: string;
|
|
6
|
+
deletedAt: null;
|
|
7
|
+
deposit: number;
|
|
8
|
+
discount: string;
|
|
9
|
+
dueDate: string;
|
|
10
|
+
estimateMailSend: null;
|
|
11
|
+
estimateRef: null;
|
|
12
|
+
expirationDate: null;
|
|
13
|
+
fileEstimate: null;
|
|
14
|
+
fileInvoice: string;
|
|
15
|
+
freeText: string;
|
|
16
|
+
generalComment: string;
|
|
17
|
+
generalDiscount: number;
|
|
18
|
+
greetings: boolean;
|
|
19
|
+
idEstimateInvoice: number;
|
|
20
|
+
idEstimateInvoiceForThisAdvance: number;
|
|
21
|
+
idEstimateInvoiceForThisAsset: number | null;
|
|
22
|
+
idEstimateInvoiceForThisRepeat: number | null;
|
|
23
|
+
idFrequency: number | null;
|
|
24
|
+
idRelatedEstimateOrderForm: number | null;
|
|
25
|
+
idRelatedInvoice: number | null;
|
|
26
|
+
idSociety: number;
|
|
27
|
+
idThirdParty: number;
|
|
28
|
+
idTypeEstimateInvoice: number;
|
|
29
|
+
invoiceMailSend: null;
|
|
30
|
+
invoiceRef: string;
|
|
31
|
+
isCanceled: boolean;
|
|
32
|
+
isDraft: boolean;
|
|
33
|
+
isPaid: boolean;
|
|
34
|
+
isRefused: boolean;
|
|
35
|
+
isStripe: boolean;
|
|
36
|
+
isUsed: boolean;
|
|
37
|
+
label: string;
|
|
38
|
+
lastRelanceDate: null;
|
|
39
|
+
lastTryRepeat: null;
|
|
40
|
+
payment: string;
|
|
41
|
+
penalties: string;
|
|
42
|
+
recoveryCost: string;
|
|
43
|
+
template: number;
|
|
44
|
+
totalHt: number;
|
|
45
|
+
totalTtc: number;
|
|
46
|
+
updatedAt: string;
|
|
47
|
+
vatMention: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export class CreateBalanceElement {
|
|
51
|
+
// @ApiProperty()
|
|
52
|
+
action: string;
|
|
53
|
+
// @ApiProperty()
|
|
54
|
+
amount: number;
|
|
55
|
+
// @ApiProperty()
|
|
56
|
+
dateValue: string;
|
|
57
|
+
// @ApiProperty()
|
|
58
|
+
idBankAccount: number;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export class CreateSimulation {
|
|
62
|
+
|
|
63
|
+
// @ApiProperty()
|
|
64
|
+
name: string;
|
|
65
|
+
|
|
66
|
+
// @ApiPropertyOptional()
|
|
67
|
+
commentary: string;
|
|
68
|
+
|
|
69
|
+
// @ApiProperty()
|
|
70
|
+
financesStart: number;
|
|
71
|
+
|
|
72
|
+
// @ApiProperty({enum: [SimulationColor]})
|
|
73
|
+
idSimulationColor: number;
|
|
74
|
+
|
|
75
|
+
// @ApiProperty()
|
|
76
|
+
startDate: Date;
|
|
77
|
+
|
|
78
|
+
// @ApiProperty()
|
|
79
|
+
endDate: Date;
|
|
80
|
+
|
|
81
|
+
// @ApiProperty()
|
|
82
|
+
importSalesInvoice: boolean;
|
|
83
|
+
|
|
84
|
+
// @ApiProperty()
|
|
85
|
+
importPurchaseInvoice: boolean;
|
|
86
|
+
|
|
87
|
+
// @ApiProperty()
|
|
88
|
+
defaultCollectionDelayForSales: number;
|
|
89
|
+
|
|
90
|
+
// @ApiProperty()
|
|
91
|
+
defaultPaymentDelayForPurchase: number;
|
|
92
|
+
|
|
93
|
+
// @ApiProperty()
|
|
94
|
+
idSociety: number;
|
|
95
|
+
|
|
96
|
+
// @ApiPropertyOptional()
|
|
97
|
+
bankAccounts?: Array<number>;
|
|
98
|
+
|
|
99
|
+
// @ApiPropertyOptional()
|
|
100
|
+
invoices?: Partial<SimulationEstimateInvoice>[];
|
|
101
|
+
|
|
102
|
+
// @ApiPropertyOptional({
|
|
103
|
+
// type: [CreateBalanceElement]
|
|
104
|
+
// })
|
|
105
|
+
createBalanceElement?: [CreateBalanceElement];
|
|
106
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {ISimulation} from '../../..';
|
|
2
|
+
|
|
3
|
+
export interface ReadSimulationComptable extends ISimulation {
|
|
4
|
+
allo: number;
|
|
5
|
+
isFlamenco?: number;
|
|
6
|
+
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export interface ReadSimulationCustomer extends ISimulation {
|
|
11
|
+
allo: number;
|
|
12
|
+
isFlamencoCustomer?: number;
|
|
13
|
+
|
|
14
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+
import { INature } from './INature';
|
|
3
|
+
import { IAccountType } from './IAccountType';
|
|
4
|
+
import { IVat } from './IVat';
|
|
5
|
+
import { IRegisterCategory } from './IRegisterCategory';
|
|
6
|
+
import { ISector } from './ISector';
|
|
7
|
+
import { IAccountHelp } from './IAccountHelp';
|
|
8
|
+
import { IAccountDetail } from './IAccountDetail';
|
|
9
|
+
import { ISociety } from './ISociety';
|
|
10
|
+
|
|
11
|
+
// accounts
|
|
12
|
+
export interface IAccount {
|
|
13
|
+
id?: number;
|
|
14
|
+
number: number;
|
|
15
|
+
name: string;
|
|
16
|
+
originalName: string | null;
|
|
17
|
+
forceTva: boolean;
|
|
18
|
+
blockTva: boolean;
|
|
19
|
+
forceFile: boolean;
|
|
20
|
+
isHidden: boolean;
|
|
21
|
+
isImmo: boolean;
|
|
22
|
+
isCorporal: boolean;
|
|
23
|
+
icone: string | null;
|
|
24
|
+
iconePNG: string | null;
|
|
25
|
+
color: string | null;
|
|
26
|
+
isOnlyTreso: boolean;
|
|
27
|
+
isOnlyEnga: boolean;
|
|
28
|
+
isGeneric: boolean;
|
|
29
|
+
forClient: boolean;
|
|
30
|
+
forFournisseur: boolean;
|
|
31
|
+
juridicalSociety: number | null;
|
|
32
|
+
idNature: number;
|
|
33
|
+
idTypeAccount: number;
|
|
34
|
+
idTva: number | null;
|
|
35
|
+
idRegisterCategorie: number | null;
|
|
36
|
+
idSector: number | null;
|
|
37
|
+
idParentAccount: number | null;
|
|
38
|
+
createdAt?: Date | null;
|
|
39
|
+
updatedAt?: Date | null;
|
|
40
|
+
deletedAt?: Date | null;
|
|
41
|
+
|
|
42
|
+
// Associations
|
|
43
|
+
nature: INature;
|
|
44
|
+
typeAccount: IAccountType;
|
|
45
|
+
tva: IVat;
|
|
46
|
+
registerCategorie: IRegisterCategory;
|
|
47
|
+
sector: ISector;
|
|
48
|
+
accountHelp: IAccountHelp;
|
|
49
|
+
accountDetails: IAccountDetail[];
|
|
50
|
+
societies: ISociety[];
|
|
51
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
import { IAccount } from './IAccount';
|
|
4
|
+
import { IUser } from './IUser';
|
|
5
|
+
|
|
6
|
+
// accountDetail
|
|
7
|
+
export interface IAccountDetail {
|
|
8
|
+
id?: number;
|
|
9
|
+
comment: string | null;
|
|
10
|
+
isPending: boolean;
|
|
11
|
+
checkByIdAccountant: number | null;
|
|
12
|
+
checkByIdSupervisor: number | null;
|
|
13
|
+
idAccount: number;
|
|
14
|
+
idExercice: number;
|
|
15
|
+
idSociety: number;
|
|
16
|
+
createdAt?: Date | null;
|
|
17
|
+
updatedAt?: Date | null;
|
|
18
|
+
|
|
19
|
+
// Associations
|
|
20
|
+
society: ISociety;
|
|
21
|
+
account: IAccount;
|
|
22
|
+
accountDetailByAccountant: IUser;
|
|
23
|
+
accountDetailBySupervisor: IUser;
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
// trackerSuiviComptable
|
|
3
|
+
export interface IAccountantTracker {
|
|
4
|
+
id?: number;
|
|
5
|
+
idSociety: number;
|
|
6
|
+
idUser: number;
|
|
7
|
+
temps: number;
|
|
8
|
+
suiviComptable: boolean;
|
|
9
|
+
dateEnregistrement: Date;
|
|
10
|
+
dateFinEnregistrement: Date | null;
|
|
11
|
+
createdAt?: Date | null;
|
|
12
|
+
updatedAt?: Date | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
import { IAccount } from './IAccount';
|
|
3
|
+
import { IThirdParty } from './IThirdParty';
|
|
4
|
+
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
5
|
+
|
|
6
|
+
// accountingEntries
|
|
7
|
+
export interface IAccountingEntry {
|
|
8
|
+
id?: number;
|
|
9
|
+
master: boolean;
|
|
10
|
+
dateValue: Date;
|
|
11
|
+
designation: string;
|
|
12
|
+
comment: string | null;
|
|
13
|
+
debit: number;
|
|
14
|
+
credit: number;
|
|
15
|
+
isPerso: boolean;
|
|
16
|
+
autoAnnotate: boolean;
|
|
17
|
+
idInherit: number | null;
|
|
18
|
+
idAccount: number | null;
|
|
19
|
+
idThirdParty: number | null;
|
|
20
|
+
idAccountingTransaction: number;
|
|
21
|
+
createdAt?: Date | null;
|
|
22
|
+
updatedAt?: Date | null;
|
|
23
|
+
|
|
24
|
+
// Associations
|
|
25
|
+
account?: IAccount;
|
|
26
|
+
thirdParty?: IThirdParty;
|
|
27
|
+
accountingEntry?: IAccountingEntry;
|
|
28
|
+
childTva?: IAccountingEntry;
|
|
29
|
+
accountingTransaction?: IAccountingTransaction;
|
|
30
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
3
|
+
import { IEstimateInvoice } from './IEstimateInvoice';
|
|
4
|
+
import { IFileType } from './IFileType';
|
|
5
|
+
import { IFile } from './IFile';
|
|
6
|
+
import { ISociety } from './ISociety';
|
|
7
|
+
|
|
8
|
+
// accountingFile
|
|
9
|
+
export interface IAccountingFile {
|
|
10
|
+
id?: number;
|
|
11
|
+
idUser: number | null;
|
|
12
|
+
isMerged: boolean;
|
|
13
|
+
budgeaDocumentid?: number | null;
|
|
14
|
+
bankFileid?: string | null;
|
|
15
|
+
emissionDate: Date | null;
|
|
16
|
+
isMobile: boolean;
|
|
17
|
+
isDownload: boolean;
|
|
18
|
+
idAccountingTransaction: number | null;
|
|
19
|
+
idEstimateInvoice: number | null;
|
|
20
|
+
idTypeAccountingFile: number;
|
|
21
|
+
idSociety: number;
|
|
22
|
+
idFile: number;
|
|
23
|
+
createdAt?: Date | null;
|
|
24
|
+
updatedAt?: Date | null;
|
|
25
|
+
deletedAt?: Date | null;
|
|
26
|
+
idFileType: number | null;
|
|
27
|
+
|
|
28
|
+
// Associations
|
|
29
|
+
accountingTransaction: IAccountingTransaction;
|
|
30
|
+
estimatesInvoice: IEstimateInvoice;
|
|
31
|
+
fileType: IFileType;
|
|
32
|
+
file: IFile;
|
|
33
|
+
society: ISociety;
|
|
34
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
import { IGedFile } from './IGedFile';
|
|
3
|
+
import { IExercice } from './IExercice';
|
|
4
|
+
import { IAccountingStateType } from './IAccountingStateType';
|
|
5
|
+
|
|
6
|
+
// accountingStates
|
|
7
|
+
export interface IAccountingState {
|
|
8
|
+
id?: number;
|
|
9
|
+
isVisible: boolean;
|
|
10
|
+
isSendByClient: boolean;
|
|
11
|
+
idParent: number | null;
|
|
12
|
+
state: boolean | null;
|
|
13
|
+
idAccountingStateType: number;
|
|
14
|
+
idGedFile: number | null;
|
|
15
|
+
idExercice: number;
|
|
16
|
+
createdAt?: Date | null;
|
|
17
|
+
updatedAt?: Date | null;
|
|
18
|
+
|
|
19
|
+
// Associations
|
|
20
|
+
gedFile: IGedFile;
|
|
21
|
+
exercice: IExercice;
|
|
22
|
+
accountingStateType: IAccountingStateType;
|
|
23
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
|
|
2
|
+
import { IBankAccount } from './IBankAccount';
|
|
3
|
+
import { IAccountingEntry } from './IAccountingEntry';
|
|
4
|
+
import { IAccountingFile } from './IAccountingFile';
|
|
5
|
+
import { IAccountingJournal } from './IAccountingJournal';
|
|
6
|
+
import { ISociety } from './ISociety';
|
|
7
|
+
import { IUser } from './IUser';
|
|
8
|
+
import { IRule } from './IRule';
|
|
9
|
+
import { IEstimateInvoice } from './IEstimateInvoice';
|
|
10
|
+
import { IFile } from './IFile';
|
|
11
|
+
import { IComptaType } from './IComptaType';
|
|
12
|
+
import { ILettering } from './ILettering';
|
|
13
|
+
import { IPartnerTransaction } from './IPartnerTransaction';
|
|
14
|
+
|
|
15
|
+
// accountingTransactions
|
|
16
|
+
export interface IAccountingTransaction {
|
|
17
|
+
id?: number;
|
|
18
|
+
label: string | null;
|
|
19
|
+
invoiceNumber: string | null;
|
|
20
|
+
budgeaTransactionId: string | null;
|
|
21
|
+
dateValue: Date;
|
|
22
|
+
dateLocked: Date | null;
|
|
23
|
+
dateVerified: Date | null;
|
|
24
|
+
idUser: number | null;
|
|
25
|
+
isBlocked: boolean;
|
|
26
|
+
isMerged: boolean;
|
|
27
|
+
isAsset: boolean;
|
|
28
|
+
isPayPerso: boolean;
|
|
29
|
+
exported: Date | null;
|
|
30
|
+
kilometers: number | null;
|
|
31
|
+
purchaseTtc: number | null;
|
|
32
|
+
internComment: string | null;
|
|
33
|
+
isReadMobile: boolean;
|
|
34
|
+
invoiceRequested: boolean;
|
|
35
|
+
isLockedMobile: boolean;
|
|
36
|
+
isAlreadyProcessByOcr: boolean | null;
|
|
37
|
+
idBankAccount: number | null;
|
|
38
|
+
idSociety: number;
|
|
39
|
+
idPaymentMethod: number | null;
|
|
40
|
+
idSocietyVehicle: number | null;
|
|
41
|
+
idSocietyPartner: number | null;
|
|
42
|
+
idRule: number | null;
|
|
43
|
+
idLettering: number | null;
|
|
44
|
+
idAccountingJournal: number;
|
|
45
|
+
idTypeCompta: number | null;
|
|
46
|
+
idEstimateInvoice: number | null;
|
|
47
|
+
idFile: number | null;
|
|
48
|
+
idEBT: number | null;
|
|
49
|
+
idEAF: number | null;
|
|
50
|
+
createdAt?: Date | null;
|
|
51
|
+
updatedAt?: Date | null;
|
|
52
|
+
deletedAt?: Date | null;
|
|
53
|
+
|
|
54
|
+
// Associations
|
|
55
|
+
bankAccount?: IBankAccount;
|
|
56
|
+
accountingEntries?: IAccountingEntry[];
|
|
57
|
+
accountingFiles?: IAccountingFile[];
|
|
58
|
+
accountingJournal?: IAccountingJournal;
|
|
59
|
+
society?: ISociety;
|
|
60
|
+
user?: IUser;
|
|
61
|
+
rule?: IRule;
|
|
62
|
+
estimatesInvoice?: IEstimateInvoice;
|
|
63
|
+
file?: IFile;
|
|
64
|
+
typeComptum?: IComptaType;
|
|
65
|
+
lettering?: ILettering;
|
|
66
|
+
partnersTransaction?: IPartnerTransaction;
|
|
67
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
// additionnalBalance
|
|
3
|
+
export interface IAdditionalBalance {
|
|
4
|
+
id?: number;
|
|
5
|
+
isDeposit: number;
|
|
6
|
+
rbtCirce: number;
|
|
7
|
+
og: number;
|
|
8
|
+
das2: number;
|
|
9
|
+
cvae: number;
|
|
10
|
+
dsi: number;
|
|
11
|
+
decLoyer: number;
|
|
12
|
+
ca12over1k: number;
|
|
13
|
+
idExercice: number;
|
|
14
|
+
createdAt?: Date | null;
|
|
15
|
+
updatedAt?: Date | null;
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
// alerts
|
|
3
|
+
export interface IAlert {
|
|
4
|
+
id?: number;
|
|
5
|
+
idUser: number;
|
|
6
|
+
accountingNoValidation: boolean;
|
|
7
|
+
newMobileApp: boolean;
|
|
8
|
+
solidarityFund: boolean;
|
|
9
|
+
autoAnnotations: boolean;
|
|
10
|
+
newLibraryPage: boolean;
|
|
11
|
+
newSettingsPage: boolean;
|
|
12
|
+
newSalesDocumentsPage: boolean;
|
|
13
|
+
newPurchasesDocumentsPage: boolean;
|
|
14
|
+
newDashboardPage: boolean;
|
|
15
|
+
isTutorial: boolean;
|
|
16
|
+
createdAt?: Date | null;
|
|
17
|
+
updatedAt?: Date | null;
|
|
18
|
+
}
|