@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,57 @@
|
|
|
1
|
+
|
|
2
|
+
import { IExercice } from './IExercice';
|
|
3
|
+
import { IPayment } from './IPayment';
|
|
4
|
+
import { IPrestationList } from './IPrestationList';
|
|
5
|
+
import { IPrestationComplementary } from './IPrestationComplementary';
|
|
6
|
+
import { ISociety } from './ISociety';
|
|
7
|
+
import { IExercicePrestation } from './IExercicePrestation';
|
|
8
|
+
import { ICustomerSignature } from './ICustomerSignature';
|
|
9
|
+
|
|
10
|
+
// prestations
|
|
11
|
+
export interface IPrestation {
|
|
12
|
+
id?: number;
|
|
13
|
+
numPrestation: string | null;
|
|
14
|
+
statePrevi: number | null;
|
|
15
|
+
archive: boolean;
|
|
16
|
+
withStatuteDrafted: boolean | null;
|
|
17
|
+
withCaptainContrat: boolean | null;
|
|
18
|
+
withStatutesApportNature: boolean | null;
|
|
19
|
+
withStatutesAutorisationTutelle: boolean | null;
|
|
20
|
+
withStatutesFileAccre: boolean | null;
|
|
21
|
+
paid: boolean | null;
|
|
22
|
+
signed: boolean | null;
|
|
23
|
+
toAdministratif: number | null;
|
|
24
|
+
goToAdministratif: Date | null;
|
|
25
|
+
administratifStatus: number;
|
|
26
|
+
toConstitution: number;
|
|
27
|
+
dateValidPrestation: Date | null;
|
|
28
|
+
goToOnboarding: Date | null;
|
|
29
|
+
goToClient: Date | null;
|
|
30
|
+
state: boolean;
|
|
31
|
+
commentPdf: string | null;
|
|
32
|
+
token: string | null;
|
|
33
|
+
size: number | null;
|
|
34
|
+
inProgress: number | null;
|
|
35
|
+
idSociety: number;
|
|
36
|
+
idPrestationList: number;
|
|
37
|
+
idPrestationCompl: number | null;
|
|
38
|
+
gestionJuridique: boolean;
|
|
39
|
+
idPrestationSocial: number | null;
|
|
40
|
+
idPrestationJuridique: number | null;
|
|
41
|
+
idPrestationCreation: number | null;
|
|
42
|
+
createdAt?: Date | null;
|
|
43
|
+
updatedAt?: Date | null;
|
|
44
|
+
deletedAt?: Date | null;
|
|
45
|
+
|
|
46
|
+
// Associations
|
|
47
|
+
exercices: IExercice[];
|
|
48
|
+
prestationsPayments: IPayment[];
|
|
49
|
+
prestationsList: IPrestationList;
|
|
50
|
+
prestationsCompl: IPrestationComplementary;
|
|
51
|
+
prestationJuridique: IPrestation;
|
|
52
|
+
prestationSocial: IPrestation;
|
|
53
|
+
prestationCreation: IPrestation;
|
|
54
|
+
societiesPrestations: ISociety;
|
|
55
|
+
prestationsDetailsBeforeExercice: IExercicePrestation[];
|
|
56
|
+
customersSignatures: ICustomerSignature[];
|
|
57
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
import { IPaymentExpectation } from './IPaymentExpectation';
|
|
4
|
+
import { IGedFile } from './IGedFile';
|
|
5
|
+
import { IPrestation } from './IPrestation';
|
|
6
|
+
|
|
7
|
+
// prestationsCompl
|
|
8
|
+
export interface IPrestationComplementary {
|
|
9
|
+
id?: number;
|
|
10
|
+
generateLink: boolean;
|
|
11
|
+
deadline: Date | null;
|
|
12
|
+
dateEstimateSigned: Date | null;
|
|
13
|
+
dateSendToClient: Date | null;
|
|
14
|
+
dateInvoice: Date | null;
|
|
15
|
+
datePayment: Date | null;
|
|
16
|
+
dateTransmission: Date | null;
|
|
17
|
+
idGedFile: number | null;
|
|
18
|
+
idCollaborater: number | null;
|
|
19
|
+
idUser: number | null;
|
|
20
|
+
idPaymentExpectation: number | null;
|
|
21
|
+
description: string | null;
|
|
22
|
+
note: string | null;
|
|
23
|
+
forOtherMission: string | null;
|
|
24
|
+
statePrestationJuridique: number | null;
|
|
25
|
+
acceptationAdmin: boolean;
|
|
26
|
+
createdAt?: Date | null;
|
|
27
|
+
updatedAt?: Date | null;
|
|
28
|
+
deletedAt?: Date | null;
|
|
29
|
+
|
|
30
|
+
// Associations
|
|
31
|
+
prestationUser: IUser;
|
|
32
|
+
prestationCollaborater: IUser;
|
|
33
|
+
prestationPaymentExpectation: IPaymentExpectation;
|
|
34
|
+
prestationGedFile: IGedFile;
|
|
35
|
+
prestation: IPrestation;
|
|
36
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
// prestationsList
|
|
3
|
+
export interface IPrestationList {
|
|
4
|
+
id?: number;
|
|
5
|
+
name: string;
|
|
6
|
+
isComptable: boolean;
|
|
7
|
+
isJuridique: boolean;
|
|
8
|
+
isSocial: boolean;
|
|
9
|
+
isAttestation: boolean;
|
|
10
|
+
inAverageCart: boolean;
|
|
11
|
+
isBack: boolean;
|
|
12
|
+
price: number | null;
|
|
13
|
+
isCatalog: boolean;
|
|
14
|
+
hidden: boolean;
|
|
15
|
+
isComplementary: boolean;
|
|
16
|
+
signaturePosition: string | null;
|
|
17
|
+
signaturePage: number | null;
|
|
18
|
+
textDefault: string | null;
|
|
19
|
+
color: string | null;
|
|
20
|
+
createdAt?: Date | null;
|
|
21
|
+
updatedAt?: Date | null;
|
|
22
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
import { IEstimateInvoice } from './IEstimateInvoice';
|
|
3
|
+
import { IVat } from './IVat';
|
|
4
|
+
import { IUnit } from './IUnit';
|
|
5
|
+
import { IProductType } from './IProductType';
|
|
6
|
+
import { ISociety } from './ISociety';
|
|
7
|
+
|
|
8
|
+
// products
|
|
9
|
+
export interface IProduct {
|
|
10
|
+
id?: number;
|
|
11
|
+
name: string;
|
|
12
|
+
isFree: boolean;
|
|
13
|
+
comment: string | null;
|
|
14
|
+
codeProduct: string | null;
|
|
15
|
+
price: number;
|
|
16
|
+
idTva: number;
|
|
17
|
+
idUnity: number | null;
|
|
18
|
+
idTypeProduct: number | null;
|
|
19
|
+
idSociety: number;
|
|
20
|
+
createdAt?: Date | null;
|
|
21
|
+
updatedAt?: Date | null;
|
|
22
|
+
deletedAt?: Date | null;
|
|
23
|
+
|
|
24
|
+
// Associations
|
|
25
|
+
estimatesInvoices: IEstimateInvoice[];
|
|
26
|
+
productTva: IVat;
|
|
27
|
+
productUnity: IUnit;
|
|
28
|
+
productTypeProduct: IProductType;
|
|
29
|
+
productSociety: ISociety;
|
|
30
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
|
|
4
|
+
// quotaLeads
|
|
5
|
+
export interface IQuotaLead {
|
|
6
|
+
id?: number;
|
|
7
|
+
period: Date;
|
|
8
|
+
nbLeadsMax: number;
|
|
9
|
+
currentNbLeads: number;
|
|
10
|
+
handicap: number;
|
|
11
|
+
active: boolean;
|
|
12
|
+
idUser: number;
|
|
13
|
+
createdAt?: Date | null;
|
|
14
|
+
updatedAt?: Date | null;
|
|
15
|
+
|
|
16
|
+
// Associations
|
|
17
|
+
user: IUser;
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
|
|
4
|
+
// ratings
|
|
5
|
+
export interface IRating {
|
|
6
|
+
id?: number;
|
|
7
|
+
notes: string;
|
|
8
|
+
comment: string;
|
|
9
|
+
average: number;
|
|
10
|
+
dateNotShowPopUp: Date | null;
|
|
11
|
+
idSociety: number;
|
|
12
|
+
createdAt?: Date | null;
|
|
13
|
+
updatedAt?: Date | null;
|
|
14
|
+
|
|
15
|
+
// Associations
|
|
16
|
+
society: ISociety;
|
|
17
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { IRefundMotif } from './IRefundMotif';
|
|
3
|
+
import { ISociety } from './ISociety';
|
|
4
|
+
import { IFile } from './IFile';
|
|
5
|
+
import { IUser } from './IUser';
|
|
6
|
+
|
|
7
|
+
// refunds
|
|
8
|
+
export interface IRefund {
|
|
9
|
+
id?: number;
|
|
10
|
+
amount: number;
|
|
11
|
+
comment: string | null;
|
|
12
|
+
refundDate: Date;
|
|
13
|
+
processed: boolean;
|
|
14
|
+
idRefundMotif: number;
|
|
15
|
+
idSociety: number;
|
|
16
|
+
idUserDemand: number;
|
|
17
|
+
idFile: number;
|
|
18
|
+
createdAt?: Date | null;
|
|
19
|
+
updatedAt?: Date | null;
|
|
20
|
+
|
|
21
|
+
// Associations
|
|
22
|
+
refundsMotif: IRefundMotif;
|
|
23
|
+
society: ISociety;
|
|
24
|
+
file: IFile;
|
|
25
|
+
userDemand: IUser;
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
import { IPaymentMethod } from './IPaymentMethod';
|
|
4
|
+
import { IComment } from './IComment';
|
|
5
|
+
import { IPaymentExpectation } from './IPaymentExpectation';
|
|
6
|
+
|
|
7
|
+
// regulations
|
|
8
|
+
export interface IRegulation {
|
|
9
|
+
id?: number;
|
|
10
|
+
amount: number;
|
|
11
|
+
amountUsed: number;
|
|
12
|
+
date: Date;
|
|
13
|
+
processed: boolean;
|
|
14
|
+
stripePaymentIntentId: string | null;
|
|
15
|
+
idPaymentMethod: number;
|
|
16
|
+
idSociety: number;
|
|
17
|
+
idComment: number | null;
|
|
18
|
+
createdAt?: Date | null;
|
|
19
|
+
updatedAt?: Date | null;
|
|
20
|
+
|
|
21
|
+
// Associations
|
|
22
|
+
regulationsSocieties: ISociety;
|
|
23
|
+
paymentsMethod: IPaymentMethod;
|
|
24
|
+
comment: IComment;
|
|
25
|
+
paymentsExpectation: IPaymentExpectation;
|
|
26
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
import { IReportMessage } from './IReportMessage';
|
|
3
|
+
import { IReportType } from './IReportType';
|
|
4
|
+
import { ISociety } from './ISociety';
|
|
5
|
+
|
|
6
|
+
// report
|
|
7
|
+
export interface IReport {
|
|
8
|
+
id?: number;
|
|
9
|
+
idSociety: number | null;
|
|
10
|
+
idTypeReport: number | null;
|
|
11
|
+
declareSoupcons: boolean | null;
|
|
12
|
+
etat: number | null;
|
|
13
|
+
informerjlb: boolean | null;
|
|
14
|
+
ressenti: number | null;
|
|
15
|
+
action: number | null;
|
|
16
|
+
processed: boolean | null;
|
|
17
|
+
createdAt?: Date | null;
|
|
18
|
+
updatedAt?: Date | null;
|
|
19
|
+
|
|
20
|
+
// Associations
|
|
21
|
+
reportComment: IReportMessage[];
|
|
22
|
+
typeReport: IReportType;
|
|
23
|
+
society: ISociety;
|
|
24
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
|
|
4
|
+
// reportMessage
|
|
5
|
+
export interface IReportMessage {
|
|
6
|
+
id?: number;
|
|
7
|
+
idReport: number;
|
|
8
|
+
idUser: number;
|
|
9
|
+
message: string | null;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
|
|
13
|
+
// Associations
|
|
14
|
+
reportUser: IUser;
|
|
15
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { IVat } from './IVat';
|
|
3
|
+
import { IAccount } from './IAccount';
|
|
4
|
+
import { IThirdParty } from './IThirdParty';
|
|
5
|
+
|
|
6
|
+
// rules
|
|
7
|
+
export interface IRule {
|
|
8
|
+
id?: number;
|
|
9
|
+
keywords: string | null;
|
|
10
|
+
aliasKeywords: string | null;
|
|
11
|
+
search: string;
|
|
12
|
+
autolock: boolean;
|
|
13
|
+
isGeneric: boolean;
|
|
14
|
+
idSociety: number | null;
|
|
15
|
+
idAccount: number | null;
|
|
16
|
+
idTva: number | null;
|
|
17
|
+
idThirdParty: number | null;
|
|
18
|
+
createdAt?: Date | null;
|
|
19
|
+
updatedAt?: Date | null;
|
|
20
|
+
deletedAt?: Date | null;
|
|
21
|
+
|
|
22
|
+
// Associations
|
|
23
|
+
tva: IVat;
|
|
24
|
+
account: IAccount;
|
|
25
|
+
thirdParty: IThirdParty;
|
|
26
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
// schedule
|
|
3
|
+
export interface ISchedule {
|
|
4
|
+
id?: number;
|
|
5
|
+
morningStart: string | null;
|
|
6
|
+
morningEnd: string | null;
|
|
7
|
+
afternoonStart: string | null;
|
|
8
|
+
afternoonEnd: string | null;
|
|
9
|
+
idUser: number;
|
|
10
|
+
idDay: number;
|
|
11
|
+
createdAt?: Date | null;
|
|
12
|
+
updatedAt?: Date | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import { IEmployee } from './IEmployee';
|
|
3
|
+
import { IMonth } from './IMonth';
|
|
4
|
+
|
|
5
|
+
// sheetMonthSchedules
|
|
6
|
+
export interface ISheetMonthSchedule {
|
|
7
|
+
id?: number;
|
|
8
|
+
year: number;
|
|
9
|
+
isBlock: boolean | null;
|
|
10
|
+
ras: boolean | null;
|
|
11
|
+
monthlyHours: number | null;
|
|
12
|
+
cart: number | null;
|
|
13
|
+
cartBuilding: number | null;
|
|
14
|
+
absences: number | null;
|
|
15
|
+
overtime10: number | null;
|
|
16
|
+
overtime25: number | null;
|
|
17
|
+
overtime50: number | null;
|
|
18
|
+
fraisPro: string | null;
|
|
19
|
+
fraiTrans: number | null;
|
|
20
|
+
startLeave: Date | null;
|
|
21
|
+
endLeave: Date | null;
|
|
22
|
+
startLeave2: Date | null;
|
|
23
|
+
endLeave2: Date | null;
|
|
24
|
+
startStickLeave: Date | null;
|
|
25
|
+
endStickLeave: Date | null;
|
|
26
|
+
startRtt: Date | null;
|
|
27
|
+
endRtt: Date | null;
|
|
28
|
+
bonus: string | null;
|
|
29
|
+
deposit: string | null;
|
|
30
|
+
eateryTickets: number | null;
|
|
31
|
+
comment: string | null;
|
|
32
|
+
files: string | null;
|
|
33
|
+
size: string | null;
|
|
34
|
+
checked: boolean;
|
|
35
|
+
idMonth: number;
|
|
36
|
+
idEmployee: number;
|
|
37
|
+
idUserVerif: number | null;
|
|
38
|
+
dateVerif: Date | null;
|
|
39
|
+
createdAt?: Date | null;
|
|
40
|
+
updatedAt?: Date | null;
|
|
41
|
+
|
|
42
|
+
// Associations
|
|
43
|
+
employee: IEmployee;
|
|
44
|
+
month: IMonth;
|
|
45
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISimulationColor } from './ISimulationColor';
|
|
3
|
+
import { ISociety } from './ISociety';
|
|
4
|
+
import { IBankAccount } from './IBankAccount';
|
|
5
|
+
|
|
6
|
+
// simulation
|
|
7
|
+
export interface ISimulation {
|
|
8
|
+
id?: number;
|
|
9
|
+
name: string;
|
|
10
|
+
startDate: Date;
|
|
11
|
+
endDate: Date;
|
|
12
|
+
importSalesInvoice: boolean;
|
|
13
|
+
importPurchaseInvoice: boolean;
|
|
14
|
+
defaultCollectionDelayForSales: number;
|
|
15
|
+
defaultPaymentDelayForPurchase: number;
|
|
16
|
+
financesStart: number;
|
|
17
|
+
idSociety: number;
|
|
18
|
+
idSimulationColor: number;
|
|
19
|
+
createdAt?: Date | null;
|
|
20
|
+
updatedAt?: Date | null;
|
|
21
|
+
commentary?: string | null;
|
|
22
|
+
|
|
23
|
+
// Associations
|
|
24
|
+
simulationColor: ISimulationColor;
|
|
25
|
+
simulationSociety: ISociety | null;
|
|
26
|
+
bankAccounts: IBankAccount[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISimulationPeriod } from './ISimulationPeriod';
|
|
3
|
+
import { IAccountType } from './IAccountType';
|
|
4
|
+
import { IEstimateInvoice } from './IEstimateInvoice';
|
|
5
|
+
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
6
|
+
|
|
7
|
+
// simulationElement
|
|
8
|
+
export interface ISimulationElement {
|
|
9
|
+
id?: number;
|
|
10
|
+
name: string;
|
|
11
|
+
amount: number;
|
|
12
|
+
idSimulationPeriod: number;
|
|
13
|
+
idTypeAccount: number;
|
|
14
|
+
idEstimateInvoice: number | null;
|
|
15
|
+
idAccountingTransaction: number | null;
|
|
16
|
+
idAccount: number | null;
|
|
17
|
+
idTva: number | null;
|
|
18
|
+
isCollection: boolean | null;
|
|
19
|
+
createdAt?: Date | null;
|
|
20
|
+
updatedAt?: Date | null;
|
|
21
|
+
isSynchronizedElement: boolean | null;
|
|
22
|
+
|
|
23
|
+
// Associations
|
|
24
|
+
element_simulationPeriod: ISimulationPeriod;
|
|
25
|
+
element_typeAccount: IAccountType;
|
|
26
|
+
element_estimatesInvoices: IEstimateInvoice;
|
|
27
|
+
element_accountingTransactions: IAccountingTransaction;
|
|
28
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISimulation } from './ISimulation';
|
|
3
|
+
import { ISimulationElement } from './ISimulationElement';
|
|
4
|
+
|
|
5
|
+
// simulationPeriod
|
|
6
|
+
export interface ISimulationPeriod {
|
|
7
|
+
id?: number;
|
|
8
|
+
period: Date;
|
|
9
|
+
idSimulation: number;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
|
|
13
|
+
// Associations
|
|
14
|
+
simulation_simulationPeriod: ISimulation;
|
|
15
|
+
simulationElements: ISimulationElement[];
|
|
16
|
+
}
|