@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,19 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISimulationPeriod } from './ISimulationPeriod';
|
|
3
|
+
import { IAccountType } from './IAccountType';
|
|
4
|
+
|
|
5
|
+
// simulationSummary
|
|
6
|
+
export interface ISimulationSummary {
|
|
7
|
+
id?: number;
|
|
8
|
+
realAmount: number;
|
|
9
|
+
simulatedAmount: number;
|
|
10
|
+
isCollection: boolean;
|
|
11
|
+
idSimulationPeriod: number;
|
|
12
|
+
idTypeAccount: number;
|
|
13
|
+
createdAt?: Date | null;
|
|
14
|
+
updatedAt?: Date | null;
|
|
15
|
+
|
|
16
|
+
// Associations
|
|
17
|
+
element_simulationPeriod: ISimulationPeriod;
|
|
18
|
+
element_typeAccount: IAccountType;
|
|
19
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISmsType } from './ISmsType';
|
|
3
|
+
import { IUser } from './IUser';
|
|
4
|
+
import { ISociety } from './ISociety';
|
|
5
|
+
|
|
6
|
+
// SMS
|
|
7
|
+
export interface ISms {
|
|
8
|
+
id?: number;
|
|
9
|
+
message: string | null;
|
|
10
|
+
sid?: string | null;
|
|
11
|
+
status: string | null;
|
|
12
|
+
errorCode: number | null;
|
|
13
|
+
idRecipient: number;
|
|
14
|
+
idCollaborater: number;
|
|
15
|
+
idSociety: number;
|
|
16
|
+
idTypeSms: number;
|
|
17
|
+
createdAt?: Date | null;
|
|
18
|
+
updatedAt?: Date | null;
|
|
19
|
+
|
|
20
|
+
// Associations
|
|
21
|
+
typeSms: ISmsType;
|
|
22
|
+
recipient: IUser;
|
|
23
|
+
user: IUser;
|
|
24
|
+
society: ISociety;
|
|
25
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
|
|
2
|
+
import { IAccount } from './IAccount';
|
|
3
|
+
import { IComment } from './IComment';
|
|
4
|
+
import { IThirdParty } from './IThirdParty';
|
|
5
|
+
import { IReport } from './IReport';
|
|
6
|
+
import { IConnector } from './IConnector';
|
|
7
|
+
import { IBankConnection } from './IBankConnection';
|
|
8
|
+
import { IFollowedQualityMail } from './IFollowedQualityMail';
|
|
9
|
+
import { IFollow } from './IFollow';
|
|
10
|
+
import { IPaymentExpectation } from './IPaymentExpectation';
|
|
11
|
+
import { ILegalForm } from './ILegalForm';
|
|
12
|
+
import { IOldExpertInfo } from './IOldExpertInfo';
|
|
13
|
+
import { IPrestation } from './IPrestation';
|
|
14
|
+
import { ISector } from './ISector';
|
|
15
|
+
import { IRefund } from './IRefund';
|
|
16
|
+
import { IBankAccount } from './IBankAccount';
|
|
17
|
+
import { ISocietyBank } from './ISocietyBank';
|
|
18
|
+
import { IComptaType } from './IComptaType';
|
|
19
|
+
import { ISubscriptionType } from './ISubscriptionType';
|
|
20
|
+
import { ISocietyConfig } from './ISocietyConfig';
|
|
21
|
+
import { ISocietyGescom } from './ISocietyGescom';
|
|
22
|
+
import { ISocietyCgv } from './ISocietyCgv';
|
|
23
|
+
import { ISocietyProcessRegister } from './ISocietyProcessRegister';
|
|
24
|
+
import { IFormalism } from './IFormalism';
|
|
25
|
+
import { ISocietyNote } from './ISocietyNote';
|
|
26
|
+
import { ITaxSystem } from './ITaxSystem';
|
|
27
|
+
import { IVatRegime } from './IVatRegime';
|
|
28
|
+
import { IFiscalRegime } from './IFiscalRegime';
|
|
29
|
+
import { ISource } from './ISource';
|
|
30
|
+
import { IAnalyticsUtm } from './IAnalyticsUtm';
|
|
31
|
+
import { IActivity } from './IActivity';
|
|
32
|
+
import { ISoftwareCompta } from './ISoftwareCompta';
|
|
33
|
+
import { IAccessToken } from './IAccessToken';
|
|
34
|
+
import { ICotation } from './ICotation';
|
|
35
|
+
import { ISocietyVehicle } from './ISocietyVehicle';
|
|
36
|
+
import { ICountry } from './ICountry';
|
|
37
|
+
import { ITerminationList } from './ITerminationList';
|
|
38
|
+
import { ISocietyFile } from './ISocietyFile';
|
|
39
|
+
import { ISocietyDetail } from './ISocietyDetail';
|
|
40
|
+
import { ISocietySocial } from './ISocietySocial';
|
|
41
|
+
import { ISocietyJuridical } from './ISocietyJuridical';
|
|
42
|
+
import { IPaymentWaiting } from './IPaymentWaiting';
|
|
43
|
+
import { IExercice } from './IExercice';
|
|
44
|
+
import { IWebMail } from './IWebMail';
|
|
45
|
+
import { ISocietyProceeding } from './ISocietyProceeding';
|
|
46
|
+
import { ISocietyAction } from './ISocietyAction';
|
|
47
|
+
import { ISocietyStat } from './ISocietyStat';
|
|
48
|
+
import { ILog } from './ILog';
|
|
49
|
+
import { ISms } from './ISms';
|
|
50
|
+
import { IUser } from './IUser';
|
|
51
|
+
import {ComptaType, Country, Sector} from '../..';
|
|
52
|
+
|
|
53
|
+
// societies
|
|
54
|
+
export interface ISociety {
|
|
55
|
+
id?: number;
|
|
56
|
+
name: string | null;
|
|
57
|
+
commercialName: string | null;
|
|
58
|
+
descriptionActivity: string | null;
|
|
59
|
+
dateOfRegistration: Date | null;
|
|
60
|
+
dateIsClient: Date | null;
|
|
61
|
+
partnerSubscriptionECDate: Date | null;
|
|
62
|
+
dateStatus: Date | null;
|
|
63
|
+
socialStatut: number | null;
|
|
64
|
+
juridicalStatut: number | null;
|
|
65
|
+
mailSocial: Date | null;
|
|
66
|
+
mailJuridical: Date | null;
|
|
67
|
+
city: string | null;
|
|
68
|
+
zipCode: string | null;
|
|
69
|
+
address: string | null;
|
|
70
|
+
siret: string | null;
|
|
71
|
+
diaCode: string | null;
|
|
72
|
+
nafCode: string | null;
|
|
73
|
+
socialCapital: string | null;
|
|
74
|
+
archive: boolean;
|
|
75
|
+
archiveDate: Date | null;
|
|
76
|
+
isBlocked: boolean | null;
|
|
77
|
+
autoAnnotate: boolean;
|
|
78
|
+
managementSoftware: boolean | null;
|
|
79
|
+
cashbook: boolean | null;
|
|
80
|
+
balanceZero: boolean | null;
|
|
81
|
+
mailRecovery: boolean | null;
|
|
82
|
+
FolderIsFinished: boolean | null;
|
|
83
|
+
hideInformationsBanner: boolean | null;
|
|
84
|
+
dateUploadTva: Date | null;
|
|
85
|
+
dateUploadTva2: number | null;
|
|
86
|
+
lockImposition: boolean | null;
|
|
87
|
+
lockTva: boolean | null;
|
|
88
|
+
isWaitingEnd: boolean | null;
|
|
89
|
+
waitFirstContact: boolean | null;
|
|
90
|
+
sendFirstContact: boolean | null;
|
|
91
|
+
toConstitution: number | null;
|
|
92
|
+
passwordIsuite: string | null;
|
|
93
|
+
numberFrp: string | null;
|
|
94
|
+
socialParts: string | null;
|
|
95
|
+
numberSie: string | null;
|
|
96
|
+
aga: string | null;
|
|
97
|
+
statutoryAuditor: string | null;
|
|
98
|
+
vatIntracom: string | null;
|
|
99
|
+
typeSales: string | null;
|
|
100
|
+
dateRelanceCommercial: Date | null;
|
|
101
|
+
firstPayslipDate: Date | null;
|
|
102
|
+
totalSharesHeld: number | null;
|
|
103
|
+
idTvaRegime: number | null;
|
|
104
|
+
idTaxSystem: number | null;
|
|
105
|
+
idActivity: number | null;
|
|
106
|
+
idSource: number | null;
|
|
107
|
+
idFiscalRegime: number | null;
|
|
108
|
+
idRegion: number | null;
|
|
109
|
+
idLegalForm: number | null;
|
|
110
|
+
idComptaType: ComptaType | null;
|
|
111
|
+
idTypeBrand: number | null;
|
|
112
|
+
idSubscriptionType: number | null;
|
|
113
|
+
idCountry: Country | null;
|
|
114
|
+
idSector: Sector | null;
|
|
115
|
+
idSocietyNotes: number | null;
|
|
116
|
+
folderNote: string | null;
|
|
117
|
+
dateSendAdvise: Date | null;
|
|
118
|
+
idUserAdvise: number | null;
|
|
119
|
+
dateFirstSendUnpaid: Date | null;
|
|
120
|
+
reasonUnpaid: number | null;
|
|
121
|
+
stripeSubscriptionId: string | null;
|
|
122
|
+
stateSynchroBankAccount: number | null;
|
|
123
|
+
noShowPopUpSynchroDate: Date | null;
|
|
124
|
+
stateFollowCall: number | null;
|
|
125
|
+
hideSimulationBetaMessage: number;
|
|
126
|
+
unpaid: string | null;
|
|
127
|
+
owner: string | null;
|
|
128
|
+
social: string | null;
|
|
129
|
+
exercices: string | null;
|
|
130
|
+
recoveryDate: string | null;
|
|
131
|
+
createdAt?: Date | null;
|
|
132
|
+
updatedAt?: Date | null;
|
|
133
|
+
idSoftware: number | null;
|
|
134
|
+
|
|
135
|
+
// Associations
|
|
136
|
+
accounts: IAccount[];
|
|
137
|
+
comments: IComment[];
|
|
138
|
+
thirdParty: IThirdParty[];
|
|
139
|
+
reports: IReport[];
|
|
140
|
+
connectors: IConnector[];
|
|
141
|
+
bankConnections: IBankConnection[];
|
|
142
|
+
societiesFollowedQualityMail: IFollowedQualityMail[];
|
|
143
|
+
societyFollow: IFollow[];
|
|
144
|
+
paymentsExpectations: IPaymentExpectation[];
|
|
145
|
+
legalForm: ILegalForm;
|
|
146
|
+
oldExpertInfo: IOldExpertInfo;
|
|
147
|
+
prestationsSocieties: IPrestation[];
|
|
148
|
+
sector: ISector;
|
|
149
|
+
refunds: IRefund[];
|
|
150
|
+
bankAccounts: IBankAccount[];
|
|
151
|
+
bankPayment: ISocietyBank;
|
|
152
|
+
compta: IComptaType;
|
|
153
|
+
typeSubscription: ISubscriptionType;
|
|
154
|
+
config: ISocietyConfig;
|
|
155
|
+
gescom: ISocietyGescom;
|
|
156
|
+
societyCgv: ISocietyCgv;
|
|
157
|
+
processRegister: ISocietyProcessRegister;
|
|
158
|
+
formalism: IFormalism;
|
|
159
|
+
notes: ISocietyNote;
|
|
160
|
+
taxSystem: ITaxSystem;
|
|
161
|
+
tvaRegime: IVatRegime;
|
|
162
|
+
fiscalRegime: IFiscalRegime;
|
|
163
|
+
source: ISource;
|
|
164
|
+
analyticsUtm: IAnalyticsUtm;
|
|
165
|
+
activity: IActivity;
|
|
166
|
+
softwareCompta: ISoftwareCompta;
|
|
167
|
+
accessToken: IAccessToken;
|
|
168
|
+
cotations: ICotation[];
|
|
169
|
+
societyVehicles: ISocietyVehicle[];
|
|
170
|
+
societyCountry: ICountry;
|
|
171
|
+
terminationsList: ITerminationList;
|
|
172
|
+
societyFiles: ISocietyFile[];
|
|
173
|
+
societyDetail: ISocietyDetail;
|
|
174
|
+
societySocials: ISocietySocial[];
|
|
175
|
+
societyJuridical: ISocietyJuridical;
|
|
176
|
+
paymentWaitings: IPaymentWaiting[];
|
|
177
|
+
societyExercices: IExercice[];
|
|
178
|
+
webmailMails: IWebMail[];
|
|
179
|
+
societyProceedings: ISocietyProceeding[];
|
|
180
|
+
societyActions: ISocietyAction[];
|
|
181
|
+
societyStats: ISocietyStat[];
|
|
182
|
+
logs: ILog[];
|
|
183
|
+
sms: ISms[];
|
|
184
|
+
users: IUser[];
|
|
185
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
|
|
4
|
+
// societyActions
|
|
5
|
+
export interface ISocietyAction {
|
|
6
|
+
id?: number;
|
|
7
|
+
month: string;
|
|
8
|
+
year: string;
|
|
9
|
+
invoice: number | null;
|
|
10
|
+
active: number | null;
|
|
11
|
+
documentsState: number | null;
|
|
12
|
+
annotationState: number | null;
|
|
13
|
+
FSMailAutoDate: Date | null;
|
|
14
|
+
annotationMailAutoDate: Date | null;
|
|
15
|
+
FAMailAutoDate: Date | null;
|
|
16
|
+
updatedMailAutoDate: Date | null;
|
|
17
|
+
stampedMailDate: Date | null;
|
|
18
|
+
documentsMailAutoDate: Date | null;
|
|
19
|
+
synchronizeMailAutoDate: Date | null;
|
|
20
|
+
paymentMailAutoDate: Date | null;
|
|
21
|
+
stamped: boolean;
|
|
22
|
+
idSociety: number;
|
|
23
|
+
createdAt?: Date | null;
|
|
24
|
+
updatedAt?: Date | null;
|
|
25
|
+
|
|
26
|
+
// Associations
|
|
27
|
+
society: ISociety;
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
import { IExercice } from './IExercice';
|
|
3
|
+
import { IPaymentWaiting } from './IPaymentWaiting';
|
|
4
|
+
|
|
5
|
+
// societyApprovals
|
|
6
|
+
export interface ISocietyApproval {
|
|
7
|
+
id?: number;
|
|
8
|
+
dueDate: Date | null;
|
|
9
|
+
done: boolean | null;
|
|
10
|
+
possibleDividend: number | null;
|
|
11
|
+
amountDividend: string | null;
|
|
12
|
+
amountChief: string | null;
|
|
13
|
+
amountCotisations: string | null;
|
|
14
|
+
amountAvantage: string | null;
|
|
15
|
+
amountByPartner: string | null;
|
|
16
|
+
amountInteret: string | null;
|
|
17
|
+
amountBail: string | null;
|
|
18
|
+
amountAbandon: string | null;
|
|
19
|
+
docsCompletedDate: Date | null;
|
|
20
|
+
registryDepositDate: Date | null;
|
|
21
|
+
endLegalServiceDate: Date | null;
|
|
22
|
+
idFile: number | null;
|
|
23
|
+
idAccountant: number | null;
|
|
24
|
+
idExercice: number | null;
|
|
25
|
+
idPaymentWaiting: number | null;
|
|
26
|
+
createdAt?: Date | null;
|
|
27
|
+
updatedAt?: Date | null;
|
|
28
|
+
|
|
29
|
+
// Associations
|
|
30
|
+
exercice: IExercice;
|
|
31
|
+
paymentsWaiting: IPaymentWaiting;
|
|
32
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
// societyBank
|
|
3
|
+
export interface ISocietyBank {
|
|
4
|
+
id?: number;
|
|
5
|
+
rum: string | null;
|
|
6
|
+
iban: string | null;
|
|
7
|
+
bic: string | null;
|
|
8
|
+
dateSignSepa: Date | null;
|
|
9
|
+
bankName: string | null;
|
|
10
|
+
idSociety: number | null;
|
|
11
|
+
createdAt?: Date | null;
|
|
12
|
+
updatedAt?: Date | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
// societyConfig
|
|
3
|
+
export interface ISocietyConfig {
|
|
4
|
+
id?: number;
|
|
5
|
+
disableExport: boolean;
|
|
6
|
+
noTva: boolean;
|
|
7
|
+
dateActiveTva: Date | null;
|
|
8
|
+
logo: string | null;
|
|
9
|
+
adjournement: boolean;
|
|
10
|
+
acceptCgv: boolean;
|
|
11
|
+
modalNews: boolean;
|
|
12
|
+
typeMicroentreprise: number | null;
|
|
13
|
+
showTipSchedule: boolean;
|
|
14
|
+
defaultBa: number | null;
|
|
15
|
+
salesType: number | null;
|
|
16
|
+
noShowModalAnnotation: boolean;
|
|
17
|
+
emailAgreement: boolean;
|
|
18
|
+
clicPaiement: boolean;
|
|
19
|
+
mailIdepotStatus: boolean;
|
|
20
|
+
mobileRegister: boolean;
|
|
21
|
+
registeredFromWebsite: boolean;
|
|
22
|
+
idSociety: number | null;
|
|
23
|
+
createdAt?: Date | null;
|
|
24
|
+
updatedAt?: Date | null;
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
import { IDocumentWaitingType } from './IDocumentWaitingType';
|
|
3
|
+
import { IExercice } from './IExercice';
|
|
4
|
+
|
|
5
|
+
// societyConfigBalanceSheet
|
|
6
|
+
export interface ISocietyConfigBalanceSheet {
|
|
7
|
+
id?: number;
|
|
8
|
+
state: number;
|
|
9
|
+
stateClient: number;
|
|
10
|
+
idSociety: number | null;
|
|
11
|
+
comment: string | null;
|
|
12
|
+
amount: number | null;
|
|
13
|
+
idTypeDocumentsWaiting: number | null;
|
|
14
|
+
idExercice: number | null;
|
|
15
|
+
createdAt?: Date | null;
|
|
16
|
+
updatedAt?: Date | null;
|
|
17
|
+
|
|
18
|
+
// Associations
|
|
19
|
+
typeDocumentsWaiting: IDocumentWaitingType;
|
|
20
|
+
exercice: IExercice;
|
|
21
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
import { IFile } from './IFile';
|
|
4
|
+
import { ISociety } from './ISociety';
|
|
5
|
+
|
|
6
|
+
// societyDetails
|
|
7
|
+
export interface ISocietyDetail {
|
|
8
|
+
id?: number;
|
|
9
|
+
detailActivity: string | null;
|
|
10
|
+
historyComments: string | null;
|
|
11
|
+
isLoans: string | null;
|
|
12
|
+
loans: string | null;
|
|
13
|
+
personnalContribution: string | null;
|
|
14
|
+
nbBanks: string | null;
|
|
15
|
+
nbBankaccounts: number | null;
|
|
16
|
+
isCashdesk: boolean | null;
|
|
17
|
+
nbTva: number | null;
|
|
18
|
+
professionnalRent: string | null;
|
|
19
|
+
isPersoAdress: string | null;
|
|
20
|
+
vehicle: string | null;
|
|
21
|
+
interestOtherCompanies: string | null;
|
|
22
|
+
nbAssociates: number | null;
|
|
23
|
+
nbEmployees: number | null;
|
|
24
|
+
hiringPromess: string | null;
|
|
25
|
+
aNouveaux: boolean | null;
|
|
26
|
+
bilanN1: boolean | null;
|
|
27
|
+
revisionDate: Date | null;
|
|
28
|
+
dateFirstContact: Date | null;
|
|
29
|
+
userIdFirstContact: number | null;
|
|
30
|
+
tauxTvaComment: string | null;
|
|
31
|
+
remarqueComment: string | null;
|
|
32
|
+
remarqueCommentCab: string | null;
|
|
33
|
+
acceptation: boolean | null;
|
|
34
|
+
userIdAcceptation: number | null;
|
|
35
|
+
lab: boolean | null;
|
|
36
|
+
userIdLab: number | null;
|
|
37
|
+
previsionCa: string | null;
|
|
38
|
+
externalMeans: string | null;
|
|
39
|
+
needTreasury: string | null;
|
|
40
|
+
judiciaryRecovery: string | null;
|
|
41
|
+
fiscalControl: string | null;
|
|
42
|
+
descriptionFormation: string | null;
|
|
43
|
+
fonctionAndInterlocutors: string | null;
|
|
44
|
+
managementKnowledge: string | null;
|
|
45
|
+
otherIncome: string | null;
|
|
46
|
+
politicalResponsability: string | null;
|
|
47
|
+
prohibitedBanking: string | null;
|
|
48
|
+
accreARCEOrARE: string | null;
|
|
49
|
+
frenchTaxResident: string | null;
|
|
50
|
+
isIrTaxable: string | null;
|
|
51
|
+
billingSoftware: string | null;
|
|
52
|
+
collectionSystem: string | null;
|
|
53
|
+
flowSheet: string | null;
|
|
54
|
+
rankFiles: string | null;
|
|
55
|
+
specificNeeds: string | null;
|
|
56
|
+
configAccount: boolean | null;
|
|
57
|
+
investissement: string | null;
|
|
58
|
+
workInternationnal: string | null;
|
|
59
|
+
creationEntreprise: string | null;
|
|
60
|
+
oldActivite: string | null;
|
|
61
|
+
indemnite: string | null;
|
|
62
|
+
findClementine: string | null;
|
|
63
|
+
validationDate: Date | null;
|
|
64
|
+
idSociety: number | null;
|
|
65
|
+
idUser: number | null;
|
|
66
|
+
idFile: number | null;
|
|
67
|
+
idFileToClient: number | null;
|
|
68
|
+
idFindClementine: number | null;
|
|
69
|
+
nbAssociatesInCompany: number | null;
|
|
70
|
+
hasCommercialLease: string | null;
|
|
71
|
+
amountBaseBefore: number | null;
|
|
72
|
+
trainingIsDone: boolean;
|
|
73
|
+
commercialArea: string | null;
|
|
74
|
+
commercialRentAmount: string | null;
|
|
75
|
+
hasTravellingExpenses: string | null;
|
|
76
|
+
personnalContributionCapital: string | null;
|
|
77
|
+
personnalContributionCurrentBankAccount: string | null;
|
|
78
|
+
personnalContributionInKind: string | null;
|
|
79
|
+
poleEmploiAid: string | null;
|
|
80
|
+
poleEmploiAidType: number | null;
|
|
81
|
+
honorLoan: string | null;
|
|
82
|
+
honorLoanAmount: string | null;
|
|
83
|
+
financingStartingStock: string | null;
|
|
84
|
+
financingStartingStockAmount: string | null;
|
|
85
|
+
yearSocietyCreation: string | null;
|
|
86
|
+
lastExerciceCA: string | null;
|
|
87
|
+
borrowingInProgress: string | null;
|
|
88
|
+
borrowingInProgressAmount: string | null;
|
|
89
|
+
investissementCTMT: string | null;
|
|
90
|
+
changeECReason: string | null;
|
|
91
|
+
isSocietyCreation: boolean | null;
|
|
92
|
+
participationsInOtherSociety: string | null;
|
|
93
|
+
entrepriseProject: boolean;
|
|
94
|
+
contractorProfil: boolean;
|
|
95
|
+
notificationForConstitution: boolean;
|
|
96
|
+
notificationForOtherMissions: boolean | null;
|
|
97
|
+
takeKnowledge: boolean;
|
|
98
|
+
createdAt?: Date | null;
|
|
99
|
+
updatedAt?: Date | null;
|
|
100
|
+
|
|
101
|
+
// Associations
|
|
102
|
+
user: IUser;
|
|
103
|
+
file: IFile;
|
|
104
|
+
fileToClient: IFile;
|
|
105
|
+
society: ISociety;
|
|
106
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
|
|
4
|
+
// societyFiles
|
|
5
|
+
export interface ISocietyFile {
|
|
6
|
+
id?: number;
|
|
7
|
+
kbis: string;
|
|
8
|
+
statuts: string;
|
|
9
|
+
cni: string;
|
|
10
|
+
rib: string;
|
|
11
|
+
sepa: string;
|
|
12
|
+
ocba: string;
|
|
13
|
+
isPaper: boolean;
|
|
14
|
+
idSociety: number;
|
|
15
|
+
createdAt?: Date | null;
|
|
16
|
+
updatedAt?: Date | null;
|
|
17
|
+
|
|
18
|
+
// Associations
|
|
19
|
+
society: ISociety;
|
|
20
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
// societyGescom
|
|
3
|
+
export interface ISocietyGescom {
|
|
4
|
+
id?: number;
|
|
5
|
+
capital: number | null;
|
|
6
|
+
tvaCode: string | null;
|
|
7
|
+
rcs: string | null;
|
|
8
|
+
numberTradeDirectory: string | null;
|
|
9
|
+
bank: string | null;
|
|
10
|
+
iban: string | null;
|
|
11
|
+
bic: string | null;
|
|
12
|
+
mailContact: string | null;
|
|
13
|
+
phoneContact: string | null;
|
|
14
|
+
website: string | null;
|
|
15
|
+
penalties: string | null;
|
|
16
|
+
discount: string | null;
|
|
17
|
+
recoveryCost: string | null;
|
|
18
|
+
vatMention: string | null;
|
|
19
|
+
generatedBy: boolean | null;
|
|
20
|
+
bonPour: boolean | null;
|
|
21
|
+
acceptCheque: boolean | null;
|
|
22
|
+
mentionAutoent: boolean | null;
|
|
23
|
+
freeText: string | null;
|
|
24
|
+
startInvoice: number | null;
|
|
25
|
+
startEstimate: number | null;
|
|
26
|
+
paymentsAccepted: boolean | null;
|
|
27
|
+
stripePaymentByDefault: boolean;
|
|
28
|
+
displayLogo: boolean | null;
|
|
29
|
+
invoiceCgv: boolean | null;
|
|
30
|
+
template: number | null;
|
|
31
|
+
color: string | null;
|
|
32
|
+
idSociety: number | null;
|
|
33
|
+
idTvaMargin: number | null;
|
|
34
|
+
createdAt?: Date | null;
|
|
35
|
+
updatedAt?: Date | null;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
|
|
4
|
+
// societyJuridical
|
|
5
|
+
export interface ISocietyJuridical {
|
|
6
|
+
id?: number;
|
|
7
|
+
withApproval: boolean | null;
|
|
8
|
+
recoveryDateJuridical: Date | null;
|
|
9
|
+
idSociety: number;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
|
|
13
|
+
// Associations
|
|
14
|
+
society: ISociety;
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
import { IAccount } from './IAccount';
|
|
3
|
+
|
|
4
|
+
// societyPartner
|
|
5
|
+
export interface ISocietyPartner {
|
|
6
|
+
id?: number;
|
|
7
|
+
firstname: string;
|
|
8
|
+
lastname: string;
|
|
9
|
+
fonction: string;
|
|
10
|
+
idAccount: number;
|
|
11
|
+
idSociety: number;
|
|
12
|
+
createdAt?: Date | null;
|
|
13
|
+
updatedAt?: Date | null;
|
|
14
|
+
deletedAt?: Date | null;
|
|
15
|
+
|
|
16
|
+
// Associations
|
|
17
|
+
account: IAccount;
|
|
18
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
import { IProcedure } from './IProcedure';
|
|
4
|
+
import { ISociety } from './ISociety';
|
|
5
|
+
|
|
6
|
+
// societyProcedings
|
|
7
|
+
export interface ISocietyProceeding {
|
|
8
|
+
id?: number;
|
|
9
|
+
implementationDate: Date;
|
|
10
|
+
idProceding: number | null;
|
|
11
|
+
idSociety: number | null;
|
|
12
|
+
idUser: number | null;
|
|
13
|
+
createdAt?: Date | null;
|
|
14
|
+
updatedAt?: Date | null;
|
|
15
|
+
deletedAt?: Date | null;
|
|
16
|
+
|
|
17
|
+
// Associations
|
|
18
|
+
user: IUser;
|
|
19
|
+
proceding: IProcedure;
|
|
20
|
+
society: ISociety;
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
import { IEstimateInvoice } from './IEstimateInvoice';
|
|
4
|
+
|
|
5
|
+
// societyRelance
|
|
6
|
+
export interface ISocietyRelance {
|
|
7
|
+
id?: number;
|
|
8
|
+
active: boolean | null;
|
|
9
|
+
beforeThree: boolean | null;
|
|
10
|
+
today: boolean | null;
|
|
11
|
+
afterThree: boolean | null;
|
|
12
|
+
afterSeven: boolean | null;
|
|
13
|
+
subject: string | null;
|
|
14
|
+
message: string | null;
|
|
15
|
+
idSociety: number;
|
|
16
|
+
idEstimateInvoice: number | null;
|
|
17
|
+
createdAt?: Date | null;
|
|
18
|
+
updatedAt?: Date | null;
|
|
19
|
+
|
|
20
|
+
// Associations
|
|
21
|
+
society: ISociety;
|
|
22
|
+
estimatesInvoice: IEstimateInvoice;
|
|
23
|
+
}
|