@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,3402 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
var _IApiError = require("./Interface/models/IApiError");
|
|
8
|
+
|
|
9
|
+
Object.keys(_IApiError).forEach(function (key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
Object.defineProperty(exports, key, {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return _IApiError[key];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
var _ISms = require("./Interface/models/ISms");
|
|
20
|
+
|
|
21
|
+
Object.keys(_ISms).forEach(function (key) {
|
|
22
|
+
if (key === "default" || key === "__esModule") return;
|
|
23
|
+
Object.defineProperty(exports, key, {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () {
|
|
26
|
+
return _ISms[key];
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
var _IAccessToken = require("./Interface/models/IAccessToken");
|
|
32
|
+
|
|
33
|
+
Object.keys(_IAccessToken).forEach(function (key) {
|
|
34
|
+
if (key === "default" || key === "__esModule") return;
|
|
35
|
+
Object.defineProperty(exports, key, {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () {
|
|
38
|
+
return _IAccessToken[key];
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
var _IAccountDetail = require("./Interface/models/IAccountDetail");
|
|
44
|
+
|
|
45
|
+
Object.keys(_IAccountDetail).forEach(function (key) {
|
|
46
|
+
if (key === "default" || key === "__esModule") return;
|
|
47
|
+
Object.defineProperty(exports, key, {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () {
|
|
50
|
+
return _IAccountDetail[key];
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
var _IAccountHelp = require("./Interface/models/IAccountHelp");
|
|
56
|
+
|
|
57
|
+
Object.keys(_IAccountHelp).forEach(function (key) {
|
|
58
|
+
if (key === "default" || key === "__esModule") return;
|
|
59
|
+
Object.defineProperty(exports, key, {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () {
|
|
62
|
+
return _IAccountHelp[key];
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
var _IAccountingEntry = require("./Interface/models/IAccountingEntry");
|
|
68
|
+
|
|
69
|
+
Object.keys(_IAccountingEntry).forEach(function (key) {
|
|
70
|
+
if (key === "default" || key === "__esModule") return;
|
|
71
|
+
Object.defineProperty(exports, key, {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () {
|
|
74
|
+
return _IAccountingEntry[key];
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
var _IAccountingFile = require("./Interface/models/IAccountingFile");
|
|
80
|
+
|
|
81
|
+
Object.keys(_IAccountingFile).forEach(function (key) {
|
|
82
|
+
if (key === "default" || key === "__esModule") return;
|
|
83
|
+
Object.defineProperty(exports, key, {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () {
|
|
86
|
+
return _IAccountingFile[key];
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
var _IAccountingJournal = require("./Interface/models/IAccountingJournal");
|
|
92
|
+
|
|
93
|
+
Object.keys(_IAccountingJournal).forEach(function (key) {
|
|
94
|
+
if (key === "default" || key === "__esModule") return;
|
|
95
|
+
Object.defineProperty(exports, key, {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () {
|
|
98
|
+
return _IAccountingJournal[key];
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
var _IAccountingStateType = require("./Interface/models/IAccountingStateType");
|
|
104
|
+
|
|
105
|
+
Object.keys(_IAccountingStateType).forEach(function (key) {
|
|
106
|
+
if (key === "default" || key === "__esModule") return;
|
|
107
|
+
Object.defineProperty(exports, key, {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () {
|
|
110
|
+
return _IAccountingStateType[key];
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
var _IAccountingState = require("./Interface/models/IAccountingState");
|
|
116
|
+
|
|
117
|
+
Object.keys(_IAccountingState).forEach(function (key) {
|
|
118
|
+
if (key === "default" || key === "__esModule") return;
|
|
119
|
+
Object.defineProperty(exports, key, {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () {
|
|
122
|
+
return _IAccountingState[key];
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
var _IAccountingTransaction = require("./Interface/models/IAccountingTransaction");
|
|
128
|
+
|
|
129
|
+
Object.keys(_IAccountingTransaction).forEach(function (key) {
|
|
130
|
+
if (key === "default" || key === "__esModule") return;
|
|
131
|
+
Object.defineProperty(exports, key, {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () {
|
|
134
|
+
return _IAccountingTransaction[key];
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
});
|
|
138
|
+
|
|
139
|
+
var _IAccount = require("./Interface/models/IAccount");
|
|
140
|
+
|
|
141
|
+
Object.keys(_IAccount).forEach(function (key) {
|
|
142
|
+
if (key === "default" || key === "__esModule") return;
|
|
143
|
+
Object.defineProperty(exports, key, {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () {
|
|
146
|
+
return _IAccount[key];
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
var _IAccountsSocieties = require("./Interface/models/IAccountsSocieties");
|
|
152
|
+
|
|
153
|
+
Object.keys(_IAccountsSocieties).forEach(function (key) {
|
|
154
|
+
if (key === "default" || key === "__esModule") return;
|
|
155
|
+
Object.defineProperty(exports, key, {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () {
|
|
158
|
+
return _IAccountsSocieties[key];
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
});
|
|
162
|
+
|
|
163
|
+
var _IActivity = require("./Interface/models/IActivity");
|
|
164
|
+
|
|
165
|
+
Object.keys(_IActivity).forEach(function (key) {
|
|
166
|
+
if (key === "default" || key === "__esModule") return;
|
|
167
|
+
Object.defineProperty(exports, key, {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function () {
|
|
170
|
+
return _IActivity[key];
|
|
171
|
+
}
|
|
172
|
+
});
|
|
173
|
+
});
|
|
174
|
+
|
|
175
|
+
var _IAdditionalBalance = require("./Interface/models/IAdditionalBalance");
|
|
176
|
+
|
|
177
|
+
Object.keys(_IAdditionalBalance).forEach(function (key) {
|
|
178
|
+
if (key === "default" || key === "__esModule") return;
|
|
179
|
+
Object.defineProperty(exports, key, {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () {
|
|
182
|
+
return _IAdditionalBalance[key];
|
|
183
|
+
}
|
|
184
|
+
});
|
|
185
|
+
});
|
|
186
|
+
|
|
187
|
+
var _IAlert = require("./Interface/models/IAlert");
|
|
188
|
+
|
|
189
|
+
Object.keys(_IAlert).forEach(function (key) {
|
|
190
|
+
if (key === "default" || key === "__esModule") return;
|
|
191
|
+
Object.defineProperty(exports, key, {
|
|
192
|
+
enumerable: true,
|
|
193
|
+
get: function () {
|
|
194
|
+
return _IAlert[key];
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
var _IAllowedIp = require("./Interface/models/IAllowedIp");
|
|
200
|
+
|
|
201
|
+
Object.keys(_IAllowedIp).forEach(function (key) {
|
|
202
|
+
if (key === "default" || key === "__esModule") return;
|
|
203
|
+
Object.defineProperty(exports, key, {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () {
|
|
206
|
+
return _IAllowedIp[key];
|
|
207
|
+
}
|
|
208
|
+
});
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
var _IAnalyticsUtm = require("./Interface/models/IAnalyticsUtm");
|
|
212
|
+
|
|
213
|
+
Object.keys(_IAnalyticsUtm).forEach(function (key) {
|
|
214
|
+
if (key === "default" || key === "__esModule") return;
|
|
215
|
+
Object.defineProperty(exports, key, {
|
|
216
|
+
enumerable: true,
|
|
217
|
+
get: function () {
|
|
218
|
+
return _IAnalyticsUtm[key];
|
|
219
|
+
}
|
|
220
|
+
});
|
|
221
|
+
});
|
|
222
|
+
|
|
223
|
+
var _IAppConfig = require("./Interface/models/IAppConfig");
|
|
224
|
+
|
|
225
|
+
Object.keys(_IAppConfig).forEach(function (key) {
|
|
226
|
+
if (key === "default" || key === "__esModule") return;
|
|
227
|
+
Object.defineProperty(exports, key, {
|
|
228
|
+
enumerable: true,
|
|
229
|
+
get: function () {
|
|
230
|
+
return _IAppConfig[key];
|
|
231
|
+
}
|
|
232
|
+
});
|
|
233
|
+
});
|
|
234
|
+
|
|
235
|
+
var _IAreasInvoice = require("./Interface/models/IAreasInvoice");
|
|
236
|
+
|
|
237
|
+
Object.keys(_IAreasInvoice).forEach(function (key) {
|
|
238
|
+
if (key === "default" || key === "__esModule") return;
|
|
239
|
+
Object.defineProperty(exports, key, {
|
|
240
|
+
enumerable: true,
|
|
241
|
+
get: function () {
|
|
242
|
+
return _IAreasInvoice[key];
|
|
243
|
+
}
|
|
244
|
+
});
|
|
245
|
+
});
|
|
246
|
+
|
|
247
|
+
var _IAskAbsence = require("./Interface/models/IAskAbsence");
|
|
248
|
+
|
|
249
|
+
Object.keys(_IAskAbsence).forEach(function (key) {
|
|
250
|
+
if (key === "default" || key === "__esModule") return;
|
|
251
|
+
Object.defineProperty(exports, key, {
|
|
252
|
+
enumerable: true,
|
|
253
|
+
get: function () {
|
|
254
|
+
return _IAskAbsence[key];
|
|
255
|
+
}
|
|
256
|
+
});
|
|
257
|
+
});
|
|
258
|
+
|
|
259
|
+
var _IAskAbsenceTimes = require("./Interface/models/IAskAbsenceTimes");
|
|
260
|
+
|
|
261
|
+
Object.keys(_IAskAbsenceTimes).forEach(function (key) {
|
|
262
|
+
if (key === "default" || key === "__esModule") return;
|
|
263
|
+
Object.defineProperty(exports, key, {
|
|
264
|
+
enumerable: true,
|
|
265
|
+
get: function () {
|
|
266
|
+
return _IAskAbsenceTimes[key];
|
|
267
|
+
}
|
|
268
|
+
});
|
|
269
|
+
});
|
|
270
|
+
|
|
271
|
+
var _IAttachmentFile = require("./Interface/models/IAttachmentFile");
|
|
272
|
+
|
|
273
|
+
Object.keys(_IAttachmentFile).forEach(function (key) {
|
|
274
|
+
if (key === "default" || key === "__esModule") return;
|
|
275
|
+
Object.defineProperty(exports, key, {
|
|
276
|
+
enumerable: true,
|
|
277
|
+
get: function () {
|
|
278
|
+
return _IAttachmentFile[key];
|
|
279
|
+
}
|
|
280
|
+
});
|
|
281
|
+
});
|
|
282
|
+
|
|
283
|
+
var _IAttestation = require("./Interface/models/IAttestation");
|
|
284
|
+
|
|
285
|
+
Object.keys(_IAttestation).forEach(function (key) {
|
|
286
|
+
if (key === "default" || key === "__esModule") return;
|
|
287
|
+
Object.defineProperty(exports, key, {
|
|
288
|
+
enumerable: true,
|
|
289
|
+
get: function () {
|
|
290
|
+
return _IAttestation[key];
|
|
291
|
+
}
|
|
292
|
+
});
|
|
293
|
+
});
|
|
294
|
+
|
|
295
|
+
var _IAttributionHistory = require("./Interface/models/IAttributionHistory");
|
|
296
|
+
|
|
297
|
+
Object.keys(_IAttributionHistory).forEach(function (key) {
|
|
298
|
+
if (key === "default" || key === "__esModule") return;
|
|
299
|
+
Object.defineProperty(exports, key, {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function () {
|
|
302
|
+
return _IAttributionHistory[key];
|
|
303
|
+
}
|
|
304
|
+
});
|
|
305
|
+
});
|
|
306
|
+
|
|
307
|
+
var _IAutoLoginToken = require("./Interface/models/IAutoLoginToken");
|
|
308
|
+
|
|
309
|
+
Object.keys(_IAutoLoginToken).forEach(function (key) {
|
|
310
|
+
if (key === "default" || key === "__esModule") return;
|
|
311
|
+
Object.defineProperty(exports, key, {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function () {
|
|
314
|
+
return _IAutoLoginToken[key];
|
|
315
|
+
}
|
|
316
|
+
});
|
|
317
|
+
});
|
|
318
|
+
|
|
319
|
+
var _IBalanceBankAccount = require("./Interface/models/IBalanceBankAccount");
|
|
320
|
+
|
|
321
|
+
Object.keys(_IBalanceBankAccount).forEach(function (key) {
|
|
322
|
+
if (key === "default" || key === "__esModule") return;
|
|
323
|
+
Object.defineProperty(exports, key, {
|
|
324
|
+
enumerable: true,
|
|
325
|
+
get: function () {
|
|
326
|
+
return _IBalanceBankAccount[key];
|
|
327
|
+
}
|
|
328
|
+
});
|
|
329
|
+
});
|
|
330
|
+
|
|
331
|
+
var _IBalanceSheet = require("./Interface/models/IBalanceSheet");
|
|
332
|
+
|
|
333
|
+
Object.keys(_IBalanceSheet).forEach(function (key) {
|
|
334
|
+
if (key === "default" || key === "__esModule") return;
|
|
335
|
+
Object.defineProperty(exports, key, {
|
|
336
|
+
enumerable: true,
|
|
337
|
+
get: function () {
|
|
338
|
+
return _IBalanceSheet[key];
|
|
339
|
+
}
|
|
340
|
+
});
|
|
341
|
+
});
|
|
342
|
+
|
|
343
|
+
var _IBalanceSheetHistory = require("./Interface/models/IBalanceSheetHistory");
|
|
344
|
+
|
|
345
|
+
Object.keys(_IBalanceSheetHistory).forEach(function (key) {
|
|
346
|
+
if (key === "default" || key === "__esModule") return;
|
|
347
|
+
Object.defineProperty(exports, key, {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function () {
|
|
350
|
+
return _IBalanceSheetHistory[key];
|
|
351
|
+
}
|
|
352
|
+
});
|
|
353
|
+
});
|
|
354
|
+
|
|
355
|
+
var _IBalanceSheetLiquidation = require("./Interface/models/IBalanceSheetLiquidation");
|
|
356
|
+
|
|
357
|
+
Object.keys(_IBalanceSheetLiquidation).forEach(function (key) {
|
|
358
|
+
if (key === "default" || key === "__esModule") return;
|
|
359
|
+
Object.defineProperty(exports, key, {
|
|
360
|
+
enumerable: true,
|
|
361
|
+
get: function () {
|
|
362
|
+
return _IBalanceSheetLiquidation[key];
|
|
363
|
+
}
|
|
364
|
+
});
|
|
365
|
+
});
|
|
366
|
+
|
|
367
|
+
var _IBalanceSheetPartial = require("./Interface/models/IBalanceSheetPartial");
|
|
368
|
+
|
|
369
|
+
Object.keys(_IBalanceSheetPartial).forEach(function (key) {
|
|
370
|
+
if (key === "default" || key === "__esModule") return;
|
|
371
|
+
Object.defineProperty(exports, key, {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () {
|
|
374
|
+
return _IBalanceSheetPartial[key];
|
|
375
|
+
}
|
|
376
|
+
});
|
|
377
|
+
});
|
|
378
|
+
|
|
379
|
+
var _IBankAccountSynchroHistory = require("./Interface/models/IBankAccountSynchroHistory");
|
|
380
|
+
|
|
381
|
+
Object.keys(_IBankAccountSynchroHistory).forEach(function (key) {
|
|
382
|
+
if (key === "default" || key === "__esModule") return;
|
|
383
|
+
Object.defineProperty(exports, key, {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function () {
|
|
386
|
+
return _IBankAccountSynchroHistory[key];
|
|
387
|
+
}
|
|
388
|
+
});
|
|
389
|
+
});
|
|
390
|
+
|
|
391
|
+
var _IBankAccount = require("./Interface/models/IBankAccount");
|
|
392
|
+
|
|
393
|
+
Object.keys(_IBankAccount).forEach(function (key) {
|
|
394
|
+
if (key === "default" || key === "__esModule") return;
|
|
395
|
+
Object.defineProperty(exports, key, {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function () {
|
|
398
|
+
return _IBankAccount[key];
|
|
399
|
+
}
|
|
400
|
+
});
|
|
401
|
+
});
|
|
402
|
+
|
|
403
|
+
var _IBankConnection = require("./Interface/models/IBankConnection");
|
|
404
|
+
|
|
405
|
+
Object.keys(_IBankConnection).forEach(function (key) {
|
|
406
|
+
if (key === "default" || key === "__esModule") return;
|
|
407
|
+
Object.defineProperty(exports, key, {
|
|
408
|
+
enumerable: true,
|
|
409
|
+
get: function () {
|
|
410
|
+
return _IBankConnection[key];
|
|
411
|
+
}
|
|
412
|
+
});
|
|
413
|
+
});
|
|
414
|
+
|
|
415
|
+
var _IBankList = require("./Interface/models/IBankList");
|
|
416
|
+
|
|
417
|
+
Object.keys(_IBankList).forEach(function (key) {
|
|
418
|
+
if (key === "default" || key === "__esModule") return;
|
|
419
|
+
Object.defineProperty(exports, key, {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function () {
|
|
422
|
+
return _IBankList[key];
|
|
423
|
+
}
|
|
424
|
+
});
|
|
425
|
+
});
|
|
426
|
+
|
|
427
|
+
var _IBankTransaction = require("./Interface/models/IBankTransaction");
|
|
428
|
+
|
|
429
|
+
Object.keys(_IBankTransaction).forEach(function (key) {
|
|
430
|
+
if (key === "default" || key === "__esModule") return;
|
|
431
|
+
Object.defineProperty(exports, key, {
|
|
432
|
+
enumerable: true,
|
|
433
|
+
get: function () {
|
|
434
|
+
return _IBankTransaction[key];
|
|
435
|
+
}
|
|
436
|
+
});
|
|
437
|
+
});
|
|
438
|
+
|
|
439
|
+
var _IBusinessLine = require("./Interface/models/IBusinessLine");
|
|
440
|
+
|
|
441
|
+
Object.keys(_IBusinessLine).forEach(function (key) {
|
|
442
|
+
if (key === "default" || key === "__esModule") return;
|
|
443
|
+
Object.defineProperty(exports, key, {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function () {
|
|
446
|
+
return _IBusinessLine[key];
|
|
447
|
+
}
|
|
448
|
+
});
|
|
449
|
+
});
|
|
450
|
+
|
|
451
|
+
var _IBusinessPartner = require("./Interface/models/IBusinessPartner");
|
|
452
|
+
|
|
453
|
+
Object.keys(_IBusinessPartner).forEach(function (key) {
|
|
454
|
+
if (key === "default" || key === "__esModule") return;
|
|
455
|
+
Object.defineProperty(exports, key, {
|
|
456
|
+
enumerable: true,
|
|
457
|
+
get: function () {
|
|
458
|
+
return _IBusinessPartner[key];
|
|
459
|
+
}
|
|
460
|
+
});
|
|
461
|
+
});
|
|
462
|
+
|
|
463
|
+
var _ICalendarEvent = require("./Interface/models/ICalendarEvent");
|
|
464
|
+
|
|
465
|
+
Object.keys(_ICalendarEvent).forEach(function (key) {
|
|
466
|
+
if (key === "default" || key === "__esModule") return;
|
|
467
|
+
Object.defineProperty(exports, key, {
|
|
468
|
+
enumerable: true,
|
|
469
|
+
get: function () {
|
|
470
|
+
return _ICalendarEvent[key];
|
|
471
|
+
}
|
|
472
|
+
});
|
|
473
|
+
});
|
|
474
|
+
|
|
475
|
+
var _ICalendarEventUser = require("./Interface/models/ICalendarEventUser");
|
|
476
|
+
|
|
477
|
+
Object.keys(_ICalendarEventUser).forEach(function (key) {
|
|
478
|
+
if (key === "default" || key === "__esModule") return;
|
|
479
|
+
Object.defineProperty(exports, key, {
|
|
480
|
+
enumerable: true,
|
|
481
|
+
get: function () {
|
|
482
|
+
return _ICalendarEventUser[key];
|
|
483
|
+
}
|
|
484
|
+
});
|
|
485
|
+
});
|
|
486
|
+
|
|
487
|
+
var _ICallDirectly = require("./Interface/models/ICallDirectly");
|
|
488
|
+
|
|
489
|
+
Object.keys(_ICallDirectly).forEach(function (key) {
|
|
490
|
+
if (key === "default" || key === "__esModule") return;
|
|
491
|
+
Object.defineProperty(exports, key, {
|
|
492
|
+
enumerable: true,
|
|
493
|
+
get: function () {
|
|
494
|
+
return _ICallDirectly[key];
|
|
495
|
+
}
|
|
496
|
+
});
|
|
497
|
+
});
|
|
498
|
+
|
|
499
|
+
var _ICategory = require("./Interface/models/ICategory");
|
|
500
|
+
|
|
501
|
+
Object.keys(_ICategory).forEach(function (key) {
|
|
502
|
+
if (key === "default" || key === "__esModule") return;
|
|
503
|
+
Object.defineProperty(exports, key, {
|
|
504
|
+
enumerable: true,
|
|
505
|
+
get: function () {
|
|
506
|
+
return _ICategory[key];
|
|
507
|
+
}
|
|
508
|
+
});
|
|
509
|
+
});
|
|
510
|
+
|
|
511
|
+
var _ICerfaType = require("./Interface/models/ICerfaType");
|
|
512
|
+
|
|
513
|
+
Object.keys(_ICerfaType).forEach(function (key) {
|
|
514
|
+
if (key === "default" || key === "__esModule") return;
|
|
515
|
+
Object.defineProperty(exports, key, {
|
|
516
|
+
enumerable: true,
|
|
517
|
+
get: function () {
|
|
518
|
+
return _ICerfaType[key];
|
|
519
|
+
}
|
|
520
|
+
});
|
|
521
|
+
});
|
|
522
|
+
|
|
523
|
+
var _ICerfaValue = require("./Interface/models/ICerfaValue");
|
|
524
|
+
|
|
525
|
+
Object.keys(_ICerfaValue).forEach(function (key) {
|
|
526
|
+
if (key === "default" || key === "__esModule") return;
|
|
527
|
+
Object.defineProperty(exports, key, {
|
|
528
|
+
enumerable: true,
|
|
529
|
+
get: function () {
|
|
530
|
+
return _ICerfaValue[key];
|
|
531
|
+
}
|
|
532
|
+
});
|
|
533
|
+
});
|
|
534
|
+
|
|
535
|
+
var _IChangeLog = require("./Interface/models/IChangeLog");
|
|
536
|
+
|
|
537
|
+
Object.keys(_IChangeLog).forEach(function (key) {
|
|
538
|
+
if (key === "default" || key === "__esModule") return;
|
|
539
|
+
Object.defineProperty(exports, key, {
|
|
540
|
+
enumerable: true,
|
|
541
|
+
get: function () {
|
|
542
|
+
return _IChangeLog[key];
|
|
543
|
+
}
|
|
544
|
+
});
|
|
545
|
+
});
|
|
546
|
+
|
|
547
|
+
var _IChecklist = require("./Interface/models/IChecklist");
|
|
548
|
+
|
|
549
|
+
Object.keys(_IChecklist).forEach(function (key) {
|
|
550
|
+
if (key === "default" || key === "__esModule") return;
|
|
551
|
+
Object.defineProperty(exports, key, {
|
|
552
|
+
enumerable: true,
|
|
553
|
+
get: function () {
|
|
554
|
+
return _IChecklist[key];
|
|
555
|
+
}
|
|
556
|
+
});
|
|
557
|
+
});
|
|
558
|
+
|
|
559
|
+
var _IChecklistDetail = require("./Interface/models/IChecklistDetail");
|
|
560
|
+
|
|
561
|
+
Object.keys(_IChecklistDetail).forEach(function (key) {
|
|
562
|
+
if (key === "default" || key === "__esModule") return;
|
|
563
|
+
Object.defineProperty(exports, key, {
|
|
564
|
+
enumerable: true,
|
|
565
|
+
get: function () {
|
|
566
|
+
return _IChecklistDetail[key];
|
|
567
|
+
}
|
|
568
|
+
});
|
|
569
|
+
});
|
|
570
|
+
|
|
571
|
+
var _ICivility = require("./Interface/models/ICivility");
|
|
572
|
+
|
|
573
|
+
Object.keys(_ICivility).forEach(function (key) {
|
|
574
|
+
if (key === "default" || key === "__esModule") return;
|
|
575
|
+
Object.defineProperty(exports, key, {
|
|
576
|
+
enumerable: true,
|
|
577
|
+
get: function () {
|
|
578
|
+
return _ICivility[key];
|
|
579
|
+
}
|
|
580
|
+
});
|
|
581
|
+
});
|
|
582
|
+
|
|
583
|
+
var _IErrorCode = require("./Interface/models/IErrorCode");
|
|
584
|
+
|
|
585
|
+
Object.keys(_IErrorCode).forEach(function (key) {
|
|
586
|
+
if (key === "default" || key === "__esModule") return;
|
|
587
|
+
Object.defineProperty(exports, key, {
|
|
588
|
+
enumerable: true,
|
|
589
|
+
get: function () {
|
|
590
|
+
return _IErrorCode[key];
|
|
591
|
+
}
|
|
592
|
+
});
|
|
593
|
+
});
|
|
594
|
+
|
|
595
|
+
var _IColor = require("./Interface/models/IColor");
|
|
596
|
+
|
|
597
|
+
Object.keys(_IColor).forEach(function (key) {
|
|
598
|
+
if (key === "default" || key === "__esModule") return;
|
|
599
|
+
Object.defineProperty(exports, key, {
|
|
600
|
+
enumerable: true,
|
|
601
|
+
get: function () {
|
|
602
|
+
return _IColor[key];
|
|
603
|
+
}
|
|
604
|
+
});
|
|
605
|
+
});
|
|
606
|
+
|
|
607
|
+
var _IComment = require("./Interface/models/IComment");
|
|
608
|
+
|
|
609
|
+
Object.keys(_IComment).forEach(function (key) {
|
|
610
|
+
if (key === "default" || key === "__esModule") return;
|
|
611
|
+
Object.defineProperty(exports, key, {
|
|
612
|
+
enumerable: true,
|
|
613
|
+
get: function () {
|
|
614
|
+
return _IComment[key];
|
|
615
|
+
}
|
|
616
|
+
});
|
|
617
|
+
});
|
|
618
|
+
|
|
619
|
+
var _IConnector = require("./Interface/models/IConnector");
|
|
620
|
+
|
|
621
|
+
Object.keys(_IConnector).forEach(function (key) {
|
|
622
|
+
if (key === "default" || key === "__esModule") return;
|
|
623
|
+
Object.defineProperty(exports, key, {
|
|
624
|
+
enumerable: true,
|
|
625
|
+
get: function () {
|
|
626
|
+
return _IConnector[key];
|
|
627
|
+
}
|
|
628
|
+
});
|
|
629
|
+
});
|
|
630
|
+
|
|
631
|
+
var _ICotation = require("./Interface/models/ICotation");
|
|
632
|
+
|
|
633
|
+
Object.keys(_ICotation).forEach(function (key) {
|
|
634
|
+
if (key === "default" || key === "__esModule") return;
|
|
635
|
+
Object.defineProperty(exports, key, {
|
|
636
|
+
enumerable: true,
|
|
637
|
+
get: function () {
|
|
638
|
+
return _ICotation[key];
|
|
639
|
+
}
|
|
640
|
+
});
|
|
641
|
+
});
|
|
642
|
+
|
|
643
|
+
var _ICountry = require("./Interface/models/ICountry");
|
|
644
|
+
|
|
645
|
+
Object.keys(_ICountry).forEach(function (key) {
|
|
646
|
+
if (key === "default" || key === "__esModule") return;
|
|
647
|
+
Object.defineProperty(exports, key, {
|
|
648
|
+
enumerable: true,
|
|
649
|
+
get: function () {
|
|
650
|
+
return _ICountry[key];
|
|
651
|
+
}
|
|
652
|
+
});
|
|
653
|
+
});
|
|
654
|
+
|
|
655
|
+
var _ICurrency = require("./Interface/models/ICurrency");
|
|
656
|
+
|
|
657
|
+
Object.keys(_ICurrency).forEach(function (key) {
|
|
658
|
+
if (key === "default" || key === "__esModule") return;
|
|
659
|
+
Object.defineProperty(exports, key, {
|
|
660
|
+
enumerable: true,
|
|
661
|
+
get: function () {
|
|
662
|
+
return _ICurrency[key];
|
|
663
|
+
}
|
|
664
|
+
});
|
|
665
|
+
});
|
|
666
|
+
|
|
667
|
+
var _ICustomerIsRegime = require("./Interface/models/ICustomerIsRegime");
|
|
668
|
+
|
|
669
|
+
Object.keys(_ICustomerIsRegime).forEach(function (key) {
|
|
670
|
+
if (key === "default" || key === "__esModule") return;
|
|
671
|
+
Object.defineProperty(exports, key, {
|
|
672
|
+
enumerable: true,
|
|
673
|
+
get: function () {
|
|
674
|
+
return _ICustomerIsRegime[key];
|
|
675
|
+
}
|
|
676
|
+
});
|
|
677
|
+
});
|
|
678
|
+
|
|
679
|
+
var _ICustomerSignature = require("./Interface/models/ICustomerSignature");
|
|
680
|
+
|
|
681
|
+
Object.keys(_ICustomerSignature).forEach(function (key) {
|
|
682
|
+
if (key === "default" || key === "__esModule") return;
|
|
683
|
+
Object.defineProperty(exports, key, {
|
|
684
|
+
enumerable: true,
|
|
685
|
+
get: function () {
|
|
686
|
+
return _ICustomerSignature[key];
|
|
687
|
+
}
|
|
688
|
+
});
|
|
689
|
+
});
|
|
690
|
+
|
|
691
|
+
var _ICustomerTva = require("./Interface/models/ICustomerTva");
|
|
692
|
+
|
|
693
|
+
Object.keys(_ICustomerTva).forEach(function (key) {
|
|
694
|
+
if (key === "default" || key === "__esModule") return;
|
|
695
|
+
Object.defineProperty(exports, key, {
|
|
696
|
+
enumerable: true,
|
|
697
|
+
get: function () {
|
|
698
|
+
return _ICustomerTva[key];
|
|
699
|
+
}
|
|
700
|
+
});
|
|
701
|
+
});
|
|
702
|
+
|
|
703
|
+
var _ICustomisation = require("./Interface/models/ICustomisation");
|
|
704
|
+
|
|
705
|
+
Object.keys(_ICustomisation).forEach(function (key) {
|
|
706
|
+
if (key === "default" || key === "__esModule") return;
|
|
707
|
+
Object.defineProperty(exports, key, {
|
|
708
|
+
enumerable: true,
|
|
709
|
+
get: function () {
|
|
710
|
+
return _ICustomisation[key];
|
|
711
|
+
}
|
|
712
|
+
});
|
|
713
|
+
});
|
|
714
|
+
|
|
715
|
+
var _ICycle = require("./Interface/models/ICycle");
|
|
716
|
+
|
|
717
|
+
Object.keys(_ICycle).forEach(function (key) {
|
|
718
|
+
if (key === "default" || key === "__esModule") return;
|
|
719
|
+
Object.defineProperty(exports, key, {
|
|
720
|
+
enumerable: true,
|
|
721
|
+
get: function () {
|
|
722
|
+
return _ICycle[key];
|
|
723
|
+
}
|
|
724
|
+
});
|
|
725
|
+
});
|
|
726
|
+
|
|
727
|
+
var _IDay = require("./Interface/models/IDay");
|
|
728
|
+
|
|
729
|
+
Object.keys(_IDay).forEach(function (key) {
|
|
730
|
+
if (key === "default" || key === "__esModule") return;
|
|
731
|
+
Object.defineProperty(exports, key, {
|
|
732
|
+
enumerable: true,
|
|
733
|
+
get: function () {
|
|
734
|
+
return _IDay[key];
|
|
735
|
+
}
|
|
736
|
+
});
|
|
737
|
+
});
|
|
738
|
+
|
|
739
|
+
var _IDetailedLogBi = require("./Interface/models/IDetailedLogBi");
|
|
740
|
+
|
|
741
|
+
Object.keys(_IDetailedLogBi).forEach(function (key) {
|
|
742
|
+
if (key === "default" || key === "__esModule") return;
|
|
743
|
+
Object.defineProperty(exports, key, {
|
|
744
|
+
enumerable: true,
|
|
745
|
+
get: function () {
|
|
746
|
+
return _IDetailedLogBi[key];
|
|
747
|
+
}
|
|
748
|
+
});
|
|
749
|
+
});
|
|
750
|
+
|
|
751
|
+
var _IDirectDebitHistory = require("./Interface/models/IDirectDebitHistory");
|
|
752
|
+
|
|
753
|
+
Object.keys(_IDirectDebitHistory).forEach(function (key) {
|
|
754
|
+
if (key === "default" || key === "__esModule") return;
|
|
755
|
+
Object.defineProperty(exports, key, {
|
|
756
|
+
enumerable: true,
|
|
757
|
+
get: function () {
|
|
758
|
+
return _IDirectDebitHistory[key];
|
|
759
|
+
}
|
|
760
|
+
});
|
|
761
|
+
});
|
|
762
|
+
|
|
763
|
+
var _IEmployee = require("./Interface/models/IEmployee");
|
|
764
|
+
|
|
765
|
+
Object.keys(_IEmployee).forEach(function (key) {
|
|
766
|
+
if (key === "default" || key === "__esModule") return;
|
|
767
|
+
Object.defineProperty(exports, key, {
|
|
768
|
+
enumerable: true,
|
|
769
|
+
get: function () {
|
|
770
|
+
return _IEmployee[key];
|
|
771
|
+
}
|
|
772
|
+
});
|
|
773
|
+
});
|
|
774
|
+
|
|
775
|
+
var _IEngagementAccountingEntry = require("./Interface/models/IEngagementAccountingEntry");
|
|
776
|
+
|
|
777
|
+
Object.keys(_IEngagementAccountingEntry).forEach(function (key) {
|
|
778
|
+
if (key === "default" || key === "__esModule") return;
|
|
779
|
+
Object.defineProperty(exports, key, {
|
|
780
|
+
enumerable: true,
|
|
781
|
+
get: function () {
|
|
782
|
+
return _IEngagementAccountingEntry[key];
|
|
783
|
+
}
|
|
784
|
+
});
|
|
785
|
+
});
|
|
786
|
+
|
|
787
|
+
var _IEngagementAccountingFile = require("./Interface/models/IEngagementAccountingFile");
|
|
788
|
+
|
|
789
|
+
Object.keys(_IEngagementAccountingFile).forEach(function (key) {
|
|
790
|
+
if (key === "default" || key === "__esModule") return;
|
|
791
|
+
Object.defineProperty(exports, key, {
|
|
792
|
+
enumerable: true,
|
|
793
|
+
get: function () {
|
|
794
|
+
return _IEngagementAccountingFile[key];
|
|
795
|
+
}
|
|
796
|
+
});
|
|
797
|
+
});
|
|
798
|
+
|
|
799
|
+
var _IEngagementBankTransaction = require("./Interface/models/IEngagementBankTransaction");
|
|
800
|
+
|
|
801
|
+
Object.keys(_IEngagementBankTransaction).forEach(function (key) {
|
|
802
|
+
if (key === "default" || key === "__esModule") return;
|
|
803
|
+
Object.defineProperty(exports, key, {
|
|
804
|
+
enumerable: true,
|
|
805
|
+
get: function () {
|
|
806
|
+
return _IEngagementBankTransaction[key];
|
|
807
|
+
}
|
|
808
|
+
});
|
|
809
|
+
});
|
|
810
|
+
|
|
811
|
+
var _IEngagementOcrExtraction = require("./Interface/models/IEngagementOcrExtraction");
|
|
812
|
+
|
|
813
|
+
Object.keys(_IEngagementOcrExtraction).forEach(function (key) {
|
|
814
|
+
if (key === "default" || key === "__esModule") return;
|
|
815
|
+
Object.defineProperty(exports, key, {
|
|
816
|
+
enumerable: true,
|
|
817
|
+
get: function () {
|
|
818
|
+
return _IEngagementOcrExtraction[key];
|
|
819
|
+
}
|
|
820
|
+
});
|
|
821
|
+
});
|
|
822
|
+
|
|
823
|
+
var _IEstimateInvoiceRepeat = require("./Interface/models/IEstimateInvoiceRepeat");
|
|
824
|
+
|
|
825
|
+
Object.keys(_IEstimateInvoiceRepeat).forEach(function (key) {
|
|
826
|
+
if (key === "default" || key === "__esModule") return;
|
|
827
|
+
Object.defineProperty(exports, key, {
|
|
828
|
+
enumerable: true,
|
|
829
|
+
get: function () {
|
|
830
|
+
return _IEstimateInvoiceRepeat[key];
|
|
831
|
+
}
|
|
832
|
+
});
|
|
833
|
+
});
|
|
834
|
+
|
|
835
|
+
var _IEstimateInvoice = require("./Interface/models/IEstimateInvoice");
|
|
836
|
+
|
|
837
|
+
Object.keys(_IEstimateInvoice).forEach(function (key) {
|
|
838
|
+
if (key === "default" || key === "__esModule") return;
|
|
839
|
+
Object.defineProperty(exports, key, {
|
|
840
|
+
enumerable: true,
|
|
841
|
+
get: function () {
|
|
842
|
+
return _IEstimateInvoice[key];
|
|
843
|
+
}
|
|
844
|
+
});
|
|
845
|
+
});
|
|
846
|
+
|
|
847
|
+
var _IExerciceDetail = require("./Interface/models/IExerciceDetail");
|
|
848
|
+
|
|
849
|
+
Object.keys(_IExerciceDetail).forEach(function (key) {
|
|
850
|
+
if (key === "default" || key === "__esModule") return;
|
|
851
|
+
Object.defineProperty(exports, key, {
|
|
852
|
+
enumerable: true,
|
|
853
|
+
get: function () {
|
|
854
|
+
return _IExerciceDetail[key];
|
|
855
|
+
}
|
|
856
|
+
});
|
|
857
|
+
});
|
|
858
|
+
|
|
859
|
+
var _IExercice = require("./Interface/models/IExercice");
|
|
860
|
+
|
|
861
|
+
Object.keys(_IExercice).forEach(function (key) {
|
|
862
|
+
if (key === "default" || key === "__esModule") return;
|
|
863
|
+
Object.defineProperty(exports, key, {
|
|
864
|
+
enumerable: true,
|
|
865
|
+
get: function () {
|
|
866
|
+
return _IExercice[key];
|
|
867
|
+
}
|
|
868
|
+
});
|
|
869
|
+
});
|
|
870
|
+
|
|
871
|
+
var _IExercicePrestation = require("./Interface/models/IExercicePrestation");
|
|
872
|
+
|
|
873
|
+
Object.keys(_IExercicePrestation).forEach(function (key) {
|
|
874
|
+
if (key === "default" || key === "__esModule") return;
|
|
875
|
+
Object.defineProperty(exports, key, {
|
|
876
|
+
enumerable: true,
|
|
877
|
+
get: function () {
|
|
878
|
+
return _IExercicePrestation[key];
|
|
879
|
+
}
|
|
880
|
+
});
|
|
881
|
+
});
|
|
882
|
+
|
|
883
|
+
var _IFailedLoginAttempt = require("./Interface/models/IFailedLoginAttempt");
|
|
884
|
+
|
|
885
|
+
Object.keys(_IFailedLoginAttempt).forEach(function (key) {
|
|
886
|
+
if (key === "default" || key === "__esModule") return;
|
|
887
|
+
Object.defineProperty(exports, key, {
|
|
888
|
+
enumerable: true,
|
|
889
|
+
get: function () {
|
|
890
|
+
return _IFailedLoginAttempt[key];
|
|
891
|
+
}
|
|
892
|
+
});
|
|
893
|
+
});
|
|
894
|
+
|
|
895
|
+
var _IFaqCategory = require("./Interface/models/IFaqCategory");
|
|
896
|
+
|
|
897
|
+
Object.keys(_IFaqCategory).forEach(function (key) {
|
|
898
|
+
if (key === "default" || key === "__esModule") return;
|
|
899
|
+
Object.defineProperty(exports, key, {
|
|
900
|
+
enumerable: true,
|
|
901
|
+
get: function () {
|
|
902
|
+
return _IFaqCategory[key];
|
|
903
|
+
}
|
|
904
|
+
});
|
|
905
|
+
});
|
|
906
|
+
|
|
907
|
+
var _IFaq = require("./Interface/models/IFaq");
|
|
908
|
+
|
|
909
|
+
Object.keys(_IFaq).forEach(function (key) {
|
|
910
|
+
if (key === "default" || key === "__esModule") return;
|
|
911
|
+
Object.defineProperty(exports, key, {
|
|
912
|
+
enumerable: true,
|
|
913
|
+
get: function () {
|
|
914
|
+
return _IFaq[key];
|
|
915
|
+
}
|
|
916
|
+
});
|
|
917
|
+
});
|
|
918
|
+
|
|
919
|
+
var _IFileType = require("./Interface/models/IFileType");
|
|
920
|
+
|
|
921
|
+
Object.keys(_IFileType).forEach(function (key) {
|
|
922
|
+
if (key === "default" || key === "__esModule") return;
|
|
923
|
+
Object.defineProperty(exports, key, {
|
|
924
|
+
enumerable: true,
|
|
925
|
+
get: function () {
|
|
926
|
+
return _IFileType[key];
|
|
927
|
+
}
|
|
928
|
+
});
|
|
929
|
+
});
|
|
930
|
+
|
|
931
|
+
var _IFile = require("./Interface/models/IFile");
|
|
932
|
+
|
|
933
|
+
Object.keys(_IFile).forEach(function (key) {
|
|
934
|
+
if (key === "default" || key === "__esModule") return;
|
|
935
|
+
Object.defineProperty(exports, key, {
|
|
936
|
+
enumerable: true,
|
|
937
|
+
get: function () {
|
|
938
|
+
return _IFile[key];
|
|
939
|
+
}
|
|
940
|
+
});
|
|
941
|
+
});
|
|
942
|
+
|
|
943
|
+
var _IFileMissing = require("./Interface/models/IFileMissing");
|
|
944
|
+
|
|
945
|
+
Object.keys(_IFileMissing).forEach(function (key) {
|
|
946
|
+
if (key === "default" || key === "__esModule") return;
|
|
947
|
+
Object.defineProperty(exports, key, {
|
|
948
|
+
enumerable: true,
|
|
949
|
+
get: function () {
|
|
950
|
+
return _IFileMissing[key];
|
|
951
|
+
}
|
|
952
|
+
});
|
|
953
|
+
});
|
|
954
|
+
|
|
955
|
+
var _IFiscalRegime = require("./Interface/models/IFiscalRegime");
|
|
956
|
+
|
|
957
|
+
Object.keys(_IFiscalRegime).forEach(function (key) {
|
|
958
|
+
if (key === "default" || key === "__esModule") return;
|
|
959
|
+
Object.defineProperty(exports, key, {
|
|
960
|
+
enumerable: true,
|
|
961
|
+
get: function () {
|
|
962
|
+
return _IFiscalRegime[key];
|
|
963
|
+
}
|
|
964
|
+
});
|
|
965
|
+
});
|
|
966
|
+
|
|
967
|
+
var _IFolderFile = require("./Interface/models/IFolderFile");
|
|
968
|
+
|
|
969
|
+
Object.keys(_IFolderFile).forEach(function (key) {
|
|
970
|
+
if (key === "default" || key === "__esModule") return;
|
|
971
|
+
Object.defineProperty(exports, key, {
|
|
972
|
+
enumerable: true,
|
|
973
|
+
get: function () {
|
|
974
|
+
return _IFolderFile[key];
|
|
975
|
+
}
|
|
976
|
+
});
|
|
977
|
+
});
|
|
978
|
+
|
|
979
|
+
var _IFollowedQualityMail = require("./Interface/models/IFollowedQualityMail");
|
|
980
|
+
|
|
981
|
+
Object.keys(_IFollowedQualityMail).forEach(function (key) {
|
|
982
|
+
if (key === "default" || key === "__esModule") return;
|
|
983
|
+
Object.defineProperty(exports, key, {
|
|
984
|
+
enumerable: true,
|
|
985
|
+
get: function () {
|
|
986
|
+
return _IFollowedQualityMail[key];
|
|
987
|
+
}
|
|
988
|
+
});
|
|
989
|
+
});
|
|
990
|
+
|
|
991
|
+
var _IFollow = require("./Interface/models/IFollow");
|
|
992
|
+
|
|
993
|
+
Object.keys(_IFollow).forEach(function (key) {
|
|
994
|
+
if (key === "default" || key === "__esModule") return;
|
|
995
|
+
Object.defineProperty(exports, key, {
|
|
996
|
+
enumerable: true,
|
|
997
|
+
get: function () {
|
|
998
|
+
return _IFollow[key];
|
|
999
|
+
}
|
|
1000
|
+
});
|
|
1001
|
+
});
|
|
1002
|
+
|
|
1003
|
+
var _IFollowList = require("./Interface/models/IFollowList");
|
|
1004
|
+
|
|
1005
|
+
Object.keys(_IFollowList).forEach(function (key) {
|
|
1006
|
+
if (key === "default" || key === "__esModule") return;
|
|
1007
|
+
Object.defineProperty(exports, key, {
|
|
1008
|
+
enumerable: true,
|
|
1009
|
+
get: function () {
|
|
1010
|
+
return _IFollowList[key];
|
|
1011
|
+
}
|
|
1012
|
+
});
|
|
1013
|
+
});
|
|
1014
|
+
|
|
1015
|
+
var _IFormalismValue = require("./Interface/models/IFormalismValue");
|
|
1016
|
+
|
|
1017
|
+
Object.keys(_IFormalismValue).forEach(function (key) {
|
|
1018
|
+
if (key === "default" || key === "__esModule") return;
|
|
1019
|
+
Object.defineProperty(exports, key, {
|
|
1020
|
+
enumerable: true,
|
|
1021
|
+
get: function () {
|
|
1022
|
+
return _IFormalismValue[key];
|
|
1023
|
+
}
|
|
1024
|
+
});
|
|
1025
|
+
});
|
|
1026
|
+
|
|
1027
|
+
var _IFormalism = require("./Interface/models/IFormalism");
|
|
1028
|
+
|
|
1029
|
+
Object.keys(_IFormalism).forEach(function (key) {
|
|
1030
|
+
if (key === "default" || key === "__esModule") return;
|
|
1031
|
+
Object.defineProperty(exports, key, {
|
|
1032
|
+
enumerable: true,
|
|
1033
|
+
get: function () {
|
|
1034
|
+
return _IFormalism[key];
|
|
1035
|
+
}
|
|
1036
|
+
});
|
|
1037
|
+
});
|
|
1038
|
+
|
|
1039
|
+
var _IFrequency = require("./Interface/models/IFrequency");
|
|
1040
|
+
|
|
1041
|
+
Object.keys(_IFrequency).forEach(function (key) {
|
|
1042
|
+
if (key === "default" || key === "__esModule") return;
|
|
1043
|
+
Object.defineProperty(exports, key, {
|
|
1044
|
+
enumerable: true,
|
|
1045
|
+
get: function () {
|
|
1046
|
+
return _IFrequency[key];
|
|
1047
|
+
}
|
|
1048
|
+
});
|
|
1049
|
+
});
|
|
1050
|
+
|
|
1051
|
+
var _IFuel = require("./Interface/models/IFuel");
|
|
1052
|
+
|
|
1053
|
+
Object.keys(_IFuel).forEach(function (key) {
|
|
1054
|
+
if (key === "default" || key === "__esModule") return;
|
|
1055
|
+
Object.defineProperty(exports, key, {
|
|
1056
|
+
enumerable: true,
|
|
1057
|
+
get: function () {
|
|
1058
|
+
return _IFuel[key];
|
|
1059
|
+
}
|
|
1060
|
+
});
|
|
1061
|
+
});
|
|
1062
|
+
|
|
1063
|
+
var _IGedCategory = require("./Interface/models/IGedCategory");
|
|
1064
|
+
|
|
1065
|
+
Object.keys(_IGedCategory).forEach(function (key) {
|
|
1066
|
+
if (key === "default" || key === "__esModule") return;
|
|
1067
|
+
Object.defineProperty(exports, key, {
|
|
1068
|
+
enumerable: true,
|
|
1069
|
+
get: function () {
|
|
1070
|
+
return _IGedCategory[key];
|
|
1071
|
+
}
|
|
1072
|
+
});
|
|
1073
|
+
});
|
|
1074
|
+
|
|
1075
|
+
var _IGedFile = require("./Interface/models/IGedFile");
|
|
1076
|
+
|
|
1077
|
+
Object.keys(_IGedFile).forEach(function (key) {
|
|
1078
|
+
if (key === "default" || key === "__esModule") return;
|
|
1079
|
+
Object.defineProperty(exports, key, {
|
|
1080
|
+
enumerable: true,
|
|
1081
|
+
get: function () {
|
|
1082
|
+
return _IGedFile[key];
|
|
1083
|
+
}
|
|
1084
|
+
});
|
|
1085
|
+
});
|
|
1086
|
+
|
|
1087
|
+
var _IGedFolder = require("./Interface/models/IGedFolder");
|
|
1088
|
+
|
|
1089
|
+
Object.keys(_IGedFolder).forEach(function (key) {
|
|
1090
|
+
if (key === "default" || key === "__esModule") return;
|
|
1091
|
+
Object.defineProperty(exports, key, {
|
|
1092
|
+
enumerable: true,
|
|
1093
|
+
get: function () {
|
|
1094
|
+
return _IGedFolder[key];
|
|
1095
|
+
}
|
|
1096
|
+
});
|
|
1097
|
+
});
|
|
1098
|
+
|
|
1099
|
+
var _IIdentification = require("./Interface/models/IIdentification");
|
|
1100
|
+
|
|
1101
|
+
Object.keys(_IIdentification).forEach(function (key) {
|
|
1102
|
+
if (key === "default" || key === "__esModule") return;
|
|
1103
|
+
Object.defineProperty(exports, key, {
|
|
1104
|
+
enumerable: true,
|
|
1105
|
+
get: function () {
|
|
1106
|
+
return _IIdentification[key];
|
|
1107
|
+
}
|
|
1108
|
+
});
|
|
1109
|
+
});
|
|
1110
|
+
|
|
1111
|
+
var _IIndependentReview = require("./Interface/models/IIndependentReview");
|
|
1112
|
+
|
|
1113
|
+
Object.keys(_IIndependentReview).forEach(function (key) {
|
|
1114
|
+
if (key === "default" || key === "__esModule") return;
|
|
1115
|
+
Object.defineProperty(exports, key, {
|
|
1116
|
+
enumerable: true,
|
|
1117
|
+
get: function () {
|
|
1118
|
+
return _IIndependentReview[key];
|
|
1119
|
+
}
|
|
1120
|
+
});
|
|
1121
|
+
});
|
|
1122
|
+
|
|
1123
|
+
var _IInterestedByFeature = require("./Interface/models/IInterestedByFeature");
|
|
1124
|
+
|
|
1125
|
+
Object.keys(_IInterestedByFeature).forEach(function (key) {
|
|
1126
|
+
if (key === "default" || key === "__esModule") return;
|
|
1127
|
+
Object.defineProperty(exports, key, {
|
|
1128
|
+
enumerable: true,
|
|
1129
|
+
get: function () {
|
|
1130
|
+
return _IInterestedByFeature[key];
|
|
1131
|
+
}
|
|
1132
|
+
});
|
|
1133
|
+
});
|
|
1134
|
+
|
|
1135
|
+
var _IInternalEstimate = require("./Interface/models/IInternalEstimate");
|
|
1136
|
+
|
|
1137
|
+
Object.keys(_IInternalEstimate).forEach(function (key) {
|
|
1138
|
+
if (key === "default" || key === "__esModule") return;
|
|
1139
|
+
Object.defineProperty(exports, key, {
|
|
1140
|
+
enumerable: true,
|
|
1141
|
+
get: function () {
|
|
1142
|
+
return _IInternalEstimate[key];
|
|
1143
|
+
}
|
|
1144
|
+
});
|
|
1145
|
+
});
|
|
1146
|
+
|
|
1147
|
+
var _IIpTmpBlocked = require("./Interface/models/IIpTmpBlocked");
|
|
1148
|
+
|
|
1149
|
+
Object.keys(_IIpTmpBlocked).forEach(function (key) {
|
|
1150
|
+
if (key === "default" || key === "__esModule") return;
|
|
1151
|
+
Object.defineProperty(exports, key, {
|
|
1152
|
+
enumerable: true,
|
|
1153
|
+
get: function () {
|
|
1154
|
+
return _IIpTmpBlocked[key];
|
|
1155
|
+
}
|
|
1156
|
+
});
|
|
1157
|
+
});
|
|
1158
|
+
|
|
1159
|
+
var _IItemEstimate = require("./Interface/models/IItemEstimate");
|
|
1160
|
+
|
|
1161
|
+
Object.keys(_IItemEstimate).forEach(function (key) {
|
|
1162
|
+
if (key === "default" || key === "__esModule") return;
|
|
1163
|
+
Object.defineProperty(exports, key, {
|
|
1164
|
+
enumerable: true,
|
|
1165
|
+
get: function () {
|
|
1166
|
+
return _IItemEstimate[key];
|
|
1167
|
+
}
|
|
1168
|
+
});
|
|
1169
|
+
});
|
|
1170
|
+
|
|
1171
|
+
var _IJobCategory = require("./Interface/models/IJobCategory");
|
|
1172
|
+
|
|
1173
|
+
Object.keys(_IJobCategory).forEach(function (key) {
|
|
1174
|
+
if (key === "default" || key === "__esModule") return;
|
|
1175
|
+
Object.defineProperty(exports, key, {
|
|
1176
|
+
enumerable: true,
|
|
1177
|
+
get: function () {
|
|
1178
|
+
return _IJobCategory[key];
|
|
1179
|
+
}
|
|
1180
|
+
});
|
|
1181
|
+
});
|
|
1182
|
+
|
|
1183
|
+
var _IJob = require("./Interface/models/IJob");
|
|
1184
|
+
|
|
1185
|
+
Object.keys(_IJob).forEach(function (key) {
|
|
1186
|
+
if (key === "default" || key === "__esModule") return;
|
|
1187
|
+
Object.defineProperty(exports, key, {
|
|
1188
|
+
enumerable: true,
|
|
1189
|
+
get: function () {
|
|
1190
|
+
return _IJob[key];
|
|
1191
|
+
}
|
|
1192
|
+
});
|
|
1193
|
+
});
|
|
1194
|
+
|
|
1195
|
+
var _IKilometricAllowanceScale = require("./Interface/models/IKilometricAllowanceScale");
|
|
1196
|
+
|
|
1197
|
+
Object.keys(_IKilometricAllowanceScale).forEach(function (key) {
|
|
1198
|
+
if (key === "default" || key === "__esModule") return;
|
|
1199
|
+
Object.defineProperty(exports, key, {
|
|
1200
|
+
enumerable: true,
|
|
1201
|
+
get: function () {
|
|
1202
|
+
return _IKilometricAllowanceScale[key];
|
|
1203
|
+
}
|
|
1204
|
+
});
|
|
1205
|
+
});
|
|
1206
|
+
|
|
1207
|
+
var _ILabelPaymentWaiting = require("./Interface/models/ILabelPaymentWaiting");
|
|
1208
|
+
|
|
1209
|
+
Object.keys(_ILabelPaymentWaiting).forEach(function (key) {
|
|
1210
|
+
if (key === "default" || key === "__esModule") return;
|
|
1211
|
+
Object.defineProperty(exports, key, {
|
|
1212
|
+
enumerable: true,
|
|
1213
|
+
get: function () {
|
|
1214
|
+
return _ILabelPaymentWaiting[key];
|
|
1215
|
+
}
|
|
1216
|
+
});
|
|
1217
|
+
});
|
|
1218
|
+
|
|
1219
|
+
var _ILegalForm = require("./Interface/models/ILegalForm");
|
|
1220
|
+
|
|
1221
|
+
Object.keys(_ILegalForm).forEach(function (key) {
|
|
1222
|
+
if (key === "default" || key === "__esModule") return;
|
|
1223
|
+
Object.defineProperty(exports, key, {
|
|
1224
|
+
enumerable: true,
|
|
1225
|
+
get: function () {
|
|
1226
|
+
return _ILegalForm[key];
|
|
1227
|
+
}
|
|
1228
|
+
});
|
|
1229
|
+
});
|
|
1230
|
+
|
|
1231
|
+
var _ILegalNotice = require("./Interface/models/ILegalNotice");
|
|
1232
|
+
|
|
1233
|
+
Object.keys(_ILegalNotice).forEach(function (key) {
|
|
1234
|
+
if (key === "default" || key === "__esModule") return;
|
|
1235
|
+
Object.defineProperty(exports, key, {
|
|
1236
|
+
enumerable: true,
|
|
1237
|
+
get: function () {
|
|
1238
|
+
return _ILegalNotice[key];
|
|
1239
|
+
}
|
|
1240
|
+
});
|
|
1241
|
+
});
|
|
1242
|
+
|
|
1243
|
+
var _ILettering = require("./Interface/models/ILettering");
|
|
1244
|
+
|
|
1245
|
+
Object.keys(_ILettering).forEach(function (key) {
|
|
1246
|
+
if (key === "default" || key === "__esModule") return;
|
|
1247
|
+
Object.defineProperty(exports, key, {
|
|
1248
|
+
enumerable: true,
|
|
1249
|
+
get: function () {
|
|
1250
|
+
return _ILettering[key];
|
|
1251
|
+
}
|
|
1252
|
+
});
|
|
1253
|
+
});
|
|
1254
|
+
|
|
1255
|
+
var _ILetter = require("./Interface/models/ILetter");
|
|
1256
|
+
|
|
1257
|
+
Object.keys(_ILetter).forEach(function (key) {
|
|
1258
|
+
if (key === "default" || key === "__esModule") return;
|
|
1259
|
+
Object.defineProperty(exports, key, {
|
|
1260
|
+
enumerable: true,
|
|
1261
|
+
get: function () {
|
|
1262
|
+
return _ILetter[key];
|
|
1263
|
+
}
|
|
1264
|
+
});
|
|
1265
|
+
});
|
|
1266
|
+
|
|
1267
|
+
var _ILogBi = require("./Interface/models/ILogBi");
|
|
1268
|
+
|
|
1269
|
+
Object.keys(_ILogBi).forEach(function (key) {
|
|
1270
|
+
if (key === "default" || key === "__esModule") return;
|
|
1271
|
+
Object.defineProperty(exports, key, {
|
|
1272
|
+
enumerable: true,
|
|
1273
|
+
get: function () {
|
|
1274
|
+
return _ILogBi[key];
|
|
1275
|
+
}
|
|
1276
|
+
});
|
|
1277
|
+
});
|
|
1278
|
+
|
|
1279
|
+
var _ILog = require("./Interface/models/ILog");
|
|
1280
|
+
|
|
1281
|
+
Object.keys(_ILog).forEach(function (key) {
|
|
1282
|
+
if (key === "default" || key === "__esModule") return;
|
|
1283
|
+
Object.defineProperty(exports, key, {
|
|
1284
|
+
enumerable: true,
|
|
1285
|
+
get: function () {
|
|
1286
|
+
return _ILog[key];
|
|
1287
|
+
}
|
|
1288
|
+
});
|
|
1289
|
+
});
|
|
1290
|
+
|
|
1291
|
+
var _IMailSociety = require("./Interface/models/IMailSociety");
|
|
1292
|
+
|
|
1293
|
+
Object.keys(_IMailSociety).forEach(function (key) {
|
|
1294
|
+
if (key === "default" || key === "__esModule") return;
|
|
1295
|
+
Object.defineProperty(exports, key, {
|
|
1296
|
+
enumerable: true,
|
|
1297
|
+
get: function () {
|
|
1298
|
+
return _IMailSociety[key];
|
|
1299
|
+
}
|
|
1300
|
+
});
|
|
1301
|
+
});
|
|
1302
|
+
|
|
1303
|
+
var _IMailAuto = require("./Interface/models/IMailAuto");
|
|
1304
|
+
|
|
1305
|
+
Object.keys(_IMailAuto).forEach(function (key) {
|
|
1306
|
+
if (key === "default" || key === "__esModule") return;
|
|
1307
|
+
Object.defineProperty(exports, key, {
|
|
1308
|
+
enumerable: true,
|
|
1309
|
+
get: function () {
|
|
1310
|
+
return _IMailAuto[key];
|
|
1311
|
+
}
|
|
1312
|
+
});
|
|
1313
|
+
});
|
|
1314
|
+
|
|
1315
|
+
var _IMailAutoType = require("./Interface/models/IMailAutoType");
|
|
1316
|
+
|
|
1317
|
+
Object.keys(_IMailAutoType).forEach(function (key) {
|
|
1318
|
+
if (key === "default" || key === "__esModule") return;
|
|
1319
|
+
Object.defineProperty(exports, key, {
|
|
1320
|
+
enumerable: true,
|
|
1321
|
+
get: function () {
|
|
1322
|
+
return _IMailAutoType[key];
|
|
1323
|
+
}
|
|
1324
|
+
});
|
|
1325
|
+
});
|
|
1326
|
+
|
|
1327
|
+
var _IMonth = require("./Interface/models/IMonth");
|
|
1328
|
+
|
|
1329
|
+
Object.keys(_IMonth).forEach(function (key) {
|
|
1330
|
+
if (key === "default" || key === "__esModule") return;
|
|
1331
|
+
Object.defineProperty(exports, key, {
|
|
1332
|
+
enumerable: true,
|
|
1333
|
+
get: function () {
|
|
1334
|
+
return _IMonth[key];
|
|
1335
|
+
}
|
|
1336
|
+
});
|
|
1337
|
+
});
|
|
1338
|
+
|
|
1339
|
+
var _INationality = require("./Interface/models/INationality");
|
|
1340
|
+
|
|
1341
|
+
Object.keys(_INationality).forEach(function (key) {
|
|
1342
|
+
if (key === "default" || key === "__esModule") return;
|
|
1343
|
+
Object.defineProperty(exports, key, {
|
|
1344
|
+
enumerable: true,
|
|
1345
|
+
get: function () {
|
|
1346
|
+
return _INationality[key];
|
|
1347
|
+
}
|
|
1348
|
+
});
|
|
1349
|
+
});
|
|
1350
|
+
|
|
1351
|
+
var _INature = require("./Interface/models/INature");
|
|
1352
|
+
|
|
1353
|
+
Object.keys(_INature).forEach(function (key) {
|
|
1354
|
+
if (key === "default" || key === "__esModule") return;
|
|
1355
|
+
Object.defineProperty(exports, key, {
|
|
1356
|
+
enumerable: true,
|
|
1357
|
+
get: function () {
|
|
1358
|
+
return _INature[key];
|
|
1359
|
+
}
|
|
1360
|
+
});
|
|
1361
|
+
});
|
|
1362
|
+
|
|
1363
|
+
var _INote = require("./Interface/models/INote");
|
|
1364
|
+
|
|
1365
|
+
Object.keys(_INote).forEach(function (key) {
|
|
1366
|
+
if (key === "default" || key === "__esModule") return;
|
|
1367
|
+
Object.defineProperty(exports, key, {
|
|
1368
|
+
enumerable: true,
|
|
1369
|
+
get: function () {
|
|
1370
|
+
return _INote[key];
|
|
1371
|
+
}
|
|
1372
|
+
});
|
|
1373
|
+
});
|
|
1374
|
+
|
|
1375
|
+
var _INotification = require("./Interface/models/INotification");
|
|
1376
|
+
|
|
1377
|
+
Object.keys(_INotification).forEach(function (key) {
|
|
1378
|
+
if (key === "default" || key === "__esModule") return;
|
|
1379
|
+
Object.defineProperty(exports, key, {
|
|
1380
|
+
enumerable: true,
|
|
1381
|
+
get: function () {
|
|
1382
|
+
return _INotification[key];
|
|
1383
|
+
}
|
|
1384
|
+
});
|
|
1385
|
+
});
|
|
1386
|
+
|
|
1387
|
+
var _IOldExpertInfo = require("./Interface/models/IOldExpertInfo");
|
|
1388
|
+
|
|
1389
|
+
Object.keys(_IOldExpertInfo).forEach(function (key) {
|
|
1390
|
+
if (key === "default" || key === "__esModule") return;
|
|
1391
|
+
Object.defineProperty(exports, key, {
|
|
1392
|
+
enumerable: true,
|
|
1393
|
+
get: function () {
|
|
1394
|
+
return _IOldExpertInfo[key];
|
|
1395
|
+
}
|
|
1396
|
+
});
|
|
1397
|
+
});
|
|
1398
|
+
|
|
1399
|
+
var _IOperationLegalNotice = require("./Interface/models/IOperationLegalNotice");
|
|
1400
|
+
|
|
1401
|
+
Object.keys(_IOperationLegalNotice).forEach(function (key) {
|
|
1402
|
+
if (key === "default" || key === "__esModule") return;
|
|
1403
|
+
Object.defineProperty(exports, key, {
|
|
1404
|
+
enumerable: true,
|
|
1405
|
+
get: function () {
|
|
1406
|
+
return _IOperationLegalNotice[key];
|
|
1407
|
+
}
|
|
1408
|
+
});
|
|
1409
|
+
});
|
|
1410
|
+
|
|
1411
|
+
var _IPageView = require("./Interface/models/IPageView");
|
|
1412
|
+
|
|
1413
|
+
Object.keys(_IPageView).forEach(function (key) {
|
|
1414
|
+
if (key === "default" || key === "__esModule") return;
|
|
1415
|
+
Object.defineProperty(exports, key, {
|
|
1416
|
+
enumerable: true,
|
|
1417
|
+
get: function () {
|
|
1418
|
+
return _IPageView[key];
|
|
1419
|
+
}
|
|
1420
|
+
});
|
|
1421
|
+
});
|
|
1422
|
+
|
|
1423
|
+
var _IPayPlan = require("./Interface/models/IPayPlan");
|
|
1424
|
+
|
|
1425
|
+
Object.keys(_IPayPlan).forEach(function (key) {
|
|
1426
|
+
if (key === "default" || key === "__esModule") return;
|
|
1427
|
+
Object.defineProperty(exports, key, {
|
|
1428
|
+
enumerable: true,
|
|
1429
|
+
get: function () {
|
|
1430
|
+
return _IPayPlan[key];
|
|
1431
|
+
}
|
|
1432
|
+
});
|
|
1433
|
+
});
|
|
1434
|
+
|
|
1435
|
+
var _IPartnerTransaction = require("./Interface/models/IPartnerTransaction");
|
|
1436
|
+
|
|
1437
|
+
Object.keys(_IPartnerTransaction).forEach(function (key) {
|
|
1438
|
+
if (key === "default" || key === "__esModule") return;
|
|
1439
|
+
Object.defineProperty(exports, key, {
|
|
1440
|
+
enumerable: true,
|
|
1441
|
+
get: function () {
|
|
1442
|
+
return _IPartnerTransaction[key];
|
|
1443
|
+
}
|
|
1444
|
+
});
|
|
1445
|
+
});
|
|
1446
|
+
|
|
1447
|
+
var _IPaymentDelay = require("./Interface/models/IPaymentDelay");
|
|
1448
|
+
|
|
1449
|
+
Object.keys(_IPaymentDelay).forEach(function (key) {
|
|
1450
|
+
if (key === "default" || key === "__esModule") return;
|
|
1451
|
+
Object.defineProperty(exports, key, {
|
|
1452
|
+
enumerable: true,
|
|
1453
|
+
get: function () {
|
|
1454
|
+
return _IPaymentDelay[key];
|
|
1455
|
+
}
|
|
1456
|
+
});
|
|
1457
|
+
});
|
|
1458
|
+
|
|
1459
|
+
var _IPaymentSchedule = require("./Interface/models/IPaymentSchedule");
|
|
1460
|
+
|
|
1461
|
+
Object.keys(_IPaymentSchedule).forEach(function (key) {
|
|
1462
|
+
if (key === "default" || key === "__esModule") return;
|
|
1463
|
+
Object.defineProperty(exports, key, {
|
|
1464
|
+
enumerable: true,
|
|
1465
|
+
get: function () {
|
|
1466
|
+
return _IPaymentSchedule[key];
|
|
1467
|
+
}
|
|
1468
|
+
});
|
|
1469
|
+
});
|
|
1470
|
+
|
|
1471
|
+
var _IPayment = require("./Interface/models/IPayment");
|
|
1472
|
+
|
|
1473
|
+
Object.keys(_IPayment).forEach(function (key) {
|
|
1474
|
+
if (key === "default" || key === "__esModule") return;
|
|
1475
|
+
Object.defineProperty(exports, key, {
|
|
1476
|
+
enumerable: true,
|
|
1477
|
+
get: function () {
|
|
1478
|
+
return _IPayment[key];
|
|
1479
|
+
}
|
|
1480
|
+
});
|
|
1481
|
+
});
|
|
1482
|
+
|
|
1483
|
+
var _IPaymentExpectation = require("./Interface/models/IPaymentExpectation");
|
|
1484
|
+
|
|
1485
|
+
Object.keys(_IPaymentExpectation).forEach(function (key) {
|
|
1486
|
+
if (key === "default" || key === "__esModule") return;
|
|
1487
|
+
Object.defineProperty(exports, key, {
|
|
1488
|
+
enumerable: true,
|
|
1489
|
+
get: function () {
|
|
1490
|
+
return _IPaymentExpectation[key];
|
|
1491
|
+
}
|
|
1492
|
+
});
|
|
1493
|
+
});
|
|
1494
|
+
|
|
1495
|
+
var _IPaymentExpectationCustomer = require("./Interface/models/IPaymentExpectationCustomer");
|
|
1496
|
+
|
|
1497
|
+
Object.keys(_IPaymentExpectationCustomer).forEach(function (key) {
|
|
1498
|
+
if (key === "default" || key === "__esModule") return;
|
|
1499
|
+
Object.defineProperty(exports, key, {
|
|
1500
|
+
enumerable: true,
|
|
1501
|
+
get: function () {
|
|
1502
|
+
return _IPaymentExpectationCustomer[key];
|
|
1503
|
+
}
|
|
1504
|
+
});
|
|
1505
|
+
});
|
|
1506
|
+
|
|
1507
|
+
var _IPaymentMethod = require("./Interface/models/IPaymentMethod");
|
|
1508
|
+
|
|
1509
|
+
Object.keys(_IPaymentMethod).forEach(function (key) {
|
|
1510
|
+
if (key === "default" || key === "__esModule") return;
|
|
1511
|
+
Object.defineProperty(exports, key, {
|
|
1512
|
+
enumerable: true,
|
|
1513
|
+
get: function () {
|
|
1514
|
+
return _IPaymentMethod[key];
|
|
1515
|
+
}
|
|
1516
|
+
});
|
|
1517
|
+
});
|
|
1518
|
+
|
|
1519
|
+
var _IPaymentWaiting = require("./Interface/models/IPaymentWaiting");
|
|
1520
|
+
|
|
1521
|
+
Object.keys(_IPaymentWaiting).forEach(function (key) {
|
|
1522
|
+
if (key === "default" || key === "__esModule") return;
|
|
1523
|
+
Object.defineProperty(exports, key, {
|
|
1524
|
+
enumerable: true,
|
|
1525
|
+
get: function () {
|
|
1526
|
+
return _IPaymentWaiting[key];
|
|
1527
|
+
}
|
|
1528
|
+
});
|
|
1529
|
+
});
|
|
1530
|
+
|
|
1531
|
+
var _IPenalty = require("./Interface/models/IPenalty");
|
|
1532
|
+
|
|
1533
|
+
Object.keys(_IPenalty).forEach(function (key) {
|
|
1534
|
+
if (key === "default" || key === "__esModule") return;
|
|
1535
|
+
Object.defineProperty(exports, key, {
|
|
1536
|
+
enumerable: true,
|
|
1537
|
+
get: function () {
|
|
1538
|
+
return _IPenalty[key];
|
|
1539
|
+
}
|
|
1540
|
+
});
|
|
1541
|
+
});
|
|
1542
|
+
|
|
1543
|
+
var _IPendingPoint = require("./Interface/models/IPendingPoint");
|
|
1544
|
+
|
|
1545
|
+
Object.keys(_IPendingPoint).forEach(function (key) {
|
|
1546
|
+
if (key === "default" || key === "__esModule") return;
|
|
1547
|
+
Object.defineProperty(exports, key, {
|
|
1548
|
+
enumerable: true,
|
|
1549
|
+
get: function () {
|
|
1550
|
+
return _IPendingPoint[key];
|
|
1551
|
+
}
|
|
1552
|
+
});
|
|
1553
|
+
});
|
|
1554
|
+
|
|
1555
|
+
var _IPermission = require("./Interface/models/IPermission");
|
|
1556
|
+
|
|
1557
|
+
Object.keys(_IPermission).forEach(function (key) {
|
|
1558
|
+
if (key === "default" || key === "__esModule") return;
|
|
1559
|
+
Object.defineProperty(exports, key, {
|
|
1560
|
+
enumerable: true,
|
|
1561
|
+
get: function () {
|
|
1562
|
+
return _IPermission[key];
|
|
1563
|
+
}
|
|
1564
|
+
});
|
|
1565
|
+
});
|
|
1566
|
+
|
|
1567
|
+
var _IPhoneNumber = require("./Interface/models/IPhoneNumber");
|
|
1568
|
+
|
|
1569
|
+
Object.keys(_IPhoneNumber).forEach(function (key) {
|
|
1570
|
+
if (key === "default" || key === "__esModule") return;
|
|
1571
|
+
Object.defineProperty(exports, key, {
|
|
1572
|
+
enumerable: true,
|
|
1573
|
+
get: function () {
|
|
1574
|
+
return _IPhoneNumber[key];
|
|
1575
|
+
}
|
|
1576
|
+
});
|
|
1577
|
+
});
|
|
1578
|
+
|
|
1579
|
+
var _IPhonePrefix = require("./Interface/models/IPhonePrefix");
|
|
1580
|
+
|
|
1581
|
+
Object.keys(_IPhonePrefix).forEach(function (key) {
|
|
1582
|
+
if (key === "default" || key === "__esModule") return;
|
|
1583
|
+
Object.defineProperty(exports, key, {
|
|
1584
|
+
enumerable: true,
|
|
1585
|
+
get: function () {
|
|
1586
|
+
return _IPhonePrefix[key];
|
|
1587
|
+
}
|
|
1588
|
+
});
|
|
1589
|
+
});
|
|
1590
|
+
|
|
1591
|
+
var _IPhonePrefixChild = require("./Interface/models/IPhonePrefixChild");
|
|
1592
|
+
|
|
1593
|
+
Object.keys(_IPhonePrefixChild).forEach(function (key) {
|
|
1594
|
+
if (key === "default" || key === "__esModule") return;
|
|
1595
|
+
Object.defineProperty(exports, key, {
|
|
1596
|
+
enumerable: true,
|
|
1597
|
+
get: function () {
|
|
1598
|
+
return _IPhonePrefixChild[key];
|
|
1599
|
+
}
|
|
1600
|
+
});
|
|
1601
|
+
});
|
|
1602
|
+
|
|
1603
|
+
var _IPrestationSocial = require("./Interface/models/IPrestationSocial");
|
|
1604
|
+
|
|
1605
|
+
Object.keys(_IPrestationSocial).forEach(function (key) {
|
|
1606
|
+
if (key === "default" || key === "__esModule") return;
|
|
1607
|
+
Object.defineProperty(exports, key, {
|
|
1608
|
+
enumerable: true,
|
|
1609
|
+
get: function () {
|
|
1610
|
+
return _IPrestationSocial[key];
|
|
1611
|
+
}
|
|
1612
|
+
});
|
|
1613
|
+
});
|
|
1614
|
+
|
|
1615
|
+
var _IPrestation = require("./Interface/models/IPrestation");
|
|
1616
|
+
|
|
1617
|
+
Object.keys(_IPrestation).forEach(function (key) {
|
|
1618
|
+
if (key === "default" || key === "__esModule") return;
|
|
1619
|
+
Object.defineProperty(exports, key, {
|
|
1620
|
+
enumerable: true,
|
|
1621
|
+
get: function () {
|
|
1622
|
+
return _IPrestation[key];
|
|
1623
|
+
}
|
|
1624
|
+
});
|
|
1625
|
+
});
|
|
1626
|
+
|
|
1627
|
+
var _IPrestationComplementary = require("./Interface/models/IPrestationComplementary");
|
|
1628
|
+
|
|
1629
|
+
Object.keys(_IPrestationComplementary).forEach(function (key) {
|
|
1630
|
+
if (key === "default" || key === "__esModule") return;
|
|
1631
|
+
Object.defineProperty(exports, key, {
|
|
1632
|
+
enumerable: true,
|
|
1633
|
+
get: function () {
|
|
1634
|
+
return _IPrestationComplementary[key];
|
|
1635
|
+
}
|
|
1636
|
+
});
|
|
1637
|
+
});
|
|
1638
|
+
|
|
1639
|
+
var _IPrestationList = require("./Interface/models/IPrestationList");
|
|
1640
|
+
|
|
1641
|
+
Object.keys(_IPrestationList).forEach(function (key) {
|
|
1642
|
+
if (key === "default" || key === "__esModule") return;
|
|
1643
|
+
Object.defineProperty(exports, key, {
|
|
1644
|
+
enumerable: true,
|
|
1645
|
+
get: function () {
|
|
1646
|
+
return _IPrestationList[key];
|
|
1647
|
+
}
|
|
1648
|
+
});
|
|
1649
|
+
});
|
|
1650
|
+
|
|
1651
|
+
var _IProcedure = require("./Interface/models/IProcedure");
|
|
1652
|
+
|
|
1653
|
+
Object.keys(_IProcedure).forEach(function (key) {
|
|
1654
|
+
if (key === "default" || key === "__esModule") return;
|
|
1655
|
+
Object.defineProperty(exports, key, {
|
|
1656
|
+
enumerable: true,
|
|
1657
|
+
get: function () {
|
|
1658
|
+
return _IProcedure[key];
|
|
1659
|
+
}
|
|
1660
|
+
});
|
|
1661
|
+
});
|
|
1662
|
+
|
|
1663
|
+
var _IProduct = require("./Interface/models/IProduct");
|
|
1664
|
+
|
|
1665
|
+
Object.keys(_IProduct).forEach(function (key) {
|
|
1666
|
+
if (key === "default" || key === "__esModule") return;
|
|
1667
|
+
Object.defineProperty(exports, key, {
|
|
1668
|
+
enumerable: true,
|
|
1669
|
+
get: function () {
|
|
1670
|
+
return _IProduct[key];
|
|
1671
|
+
}
|
|
1672
|
+
});
|
|
1673
|
+
});
|
|
1674
|
+
|
|
1675
|
+
var _IQuality = require("./Interface/models/IQuality");
|
|
1676
|
+
|
|
1677
|
+
Object.keys(_IQuality).forEach(function (key) {
|
|
1678
|
+
if (key === "default" || key === "__esModule") return;
|
|
1679
|
+
Object.defineProperty(exports, key, {
|
|
1680
|
+
enumerable: true,
|
|
1681
|
+
get: function () {
|
|
1682
|
+
return _IQuality[key];
|
|
1683
|
+
}
|
|
1684
|
+
});
|
|
1685
|
+
});
|
|
1686
|
+
|
|
1687
|
+
var _IQuotaLead = require("./Interface/models/IQuotaLead");
|
|
1688
|
+
|
|
1689
|
+
Object.keys(_IQuotaLead).forEach(function (key) {
|
|
1690
|
+
if (key === "default" || key === "__esModule") return;
|
|
1691
|
+
Object.defineProperty(exports, key, {
|
|
1692
|
+
enumerable: true,
|
|
1693
|
+
get: function () {
|
|
1694
|
+
return _IQuotaLead[key];
|
|
1695
|
+
}
|
|
1696
|
+
});
|
|
1697
|
+
});
|
|
1698
|
+
|
|
1699
|
+
var _IRating = require("./Interface/models/IRating");
|
|
1700
|
+
|
|
1701
|
+
Object.keys(_IRating).forEach(function (key) {
|
|
1702
|
+
if (key === "default" || key === "__esModule") return;
|
|
1703
|
+
Object.defineProperty(exports, key, {
|
|
1704
|
+
enumerable: true,
|
|
1705
|
+
get: function () {
|
|
1706
|
+
return _IRating[key];
|
|
1707
|
+
}
|
|
1708
|
+
});
|
|
1709
|
+
});
|
|
1710
|
+
|
|
1711
|
+
var _IReasonTermination = require("./Interface/models/IReasonTermination");
|
|
1712
|
+
|
|
1713
|
+
Object.keys(_IReasonTermination).forEach(function (key) {
|
|
1714
|
+
if (key === "default" || key === "__esModule") return;
|
|
1715
|
+
Object.defineProperty(exports, key, {
|
|
1716
|
+
enumerable: true,
|
|
1717
|
+
get: function () {
|
|
1718
|
+
return _IReasonTermination[key];
|
|
1719
|
+
}
|
|
1720
|
+
});
|
|
1721
|
+
});
|
|
1722
|
+
|
|
1723
|
+
var _IReason = require("./Interface/models/IReason");
|
|
1724
|
+
|
|
1725
|
+
Object.keys(_IReason).forEach(function (key) {
|
|
1726
|
+
if (key === "default" || key === "__esModule") return;
|
|
1727
|
+
Object.defineProperty(exports, key, {
|
|
1728
|
+
enumerable: true,
|
|
1729
|
+
get: function () {
|
|
1730
|
+
return _IReason[key];
|
|
1731
|
+
}
|
|
1732
|
+
});
|
|
1733
|
+
});
|
|
1734
|
+
|
|
1735
|
+
var _IRecontactHistory = require("./Interface/models/IRecontactHistory");
|
|
1736
|
+
|
|
1737
|
+
Object.keys(_IRecontactHistory).forEach(function (key) {
|
|
1738
|
+
if (key === "default" || key === "__esModule") return;
|
|
1739
|
+
Object.defineProperty(exports, key, {
|
|
1740
|
+
enumerable: true,
|
|
1741
|
+
get: function () {
|
|
1742
|
+
return _IRecontactHistory[key];
|
|
1743
|
+
}
|
|
1744
|
+
});
|
|
1745
|
+
});
|
|
1746
|
+
|
|
1747
|
+
var _IRefund = require("./Interface/models/IRefund");
|
|
1748
|
+
|
|
1749
|
+
Object.keys(_IRefund).forEach(function (key) {
|
|
1750
|
+
if (key === "default" || key === "__esModule") return;
|
|
1751
|
+
Object.defineProperty(exports, key, {
|
|
1752
|
+
enumerable: true,
|
|
1753
|
+
get: function () {
|
|
1754
|
+
return _IRefund[key];
|
|
1755
|
+
}
|
|
1756
|
+
});
|
|
1757
|
+
});
|
|
1758
|
+
|
|
1759
|
+
var _IRefundMotif = require("./Interface/models/IRefundMotif");
|
|
1760
|
+
|
|
1761
|
+
Object.keys(_IRefundMotif).forEach(function (key) {
|
|
1762
|
+
if (key === "default" || key === "__esModule") return;
|
|
1763
|
+
Object.defineProperty(exports, key, {
|
|
1764
|
+
enumerable: true,
|
|
1765
|
+
get: function () {
|
|
1766
|
+
return _IRefundMotif[key];
|
|
1767
|
+
}
|
|
1768
|
+
});
|
|
1769
|
+
});
|
|
1770
|
+
|
|
1771
|
+
var _IRegion = require("./Interface/models/IRegion");
|
|
1772
|
+
|
|
1773
|
+
Object.keys(_IRegion).forEach(function (key) {
|
|
1774
|
+
if (key === "default" || key === "__esModule") return;
|
|
1775
|
+
Object.defineProperty(exports, key, {
|
|
1776
|
+
enumerable: true,
|
|
1777
|
+
get: function () {
|
|
1778
|
+
return _IRegion[key];
|
|
1779
|
+
}
|
|
1780
|
+
});
|
|
1781
|
+
});
|
|
1782
|
+
|
|
1783
|
+
var _IRegisterCategory = require("./Interface/models/IRegisterCategory");
|
|
1784
|
+
|
|
1785
|
+
Object.keys(_IRegisterCategory).forEach(function (key) {
|
|
1786
|
+
if (key === "default" || key === "__esModule") return;
|
|
1787
|
+
Object.defineProperty(exports, key, {
|
|
1788
|
+
enumerable: true,
|
|
1789
|
+
get: function () {
|
|
1790
|
+
return _IRegisterCategory[key];
|
|
1791
|
+
}
|
|
1792
|
+
});
|
|
1793
|
+
});
|
|
1794
|
+
|
|
1795
|
+
var _IRegulate = require("./Interface/models/IRegulate");
|
|
1796
|
+
|
|
1797
|
+
Object.keys(_IRegulate).forEach(function (key) {
|
|
1798
|
+
if (key === "default" || key === "__esModule") return;
|
|
1799
|
+
Object.defineProperty(exports, key, {
|
|
1800
|
+
enumerable: true,
|
|
1801
|
+
get: function () {
|
|
1802
|
+
return _IRegulate[key];
|
|
1803
|
+
}
|
|
1804
|
+
});
|
|
1805
|
+
});
|
|
1806
|
+
|
|
1807
|
+
var _IRegulation = require("./Interface/models/IRegulation");
|
|
1808
|
+
|
|
1809
|
+
Object.keys(_IRegulation).forEach(function (key) {
|
|
1810
|
+
if (key === "default" || key === "__esModule") return;
|
|
1811
|
+
Object.defineProperty(exports, key, {
|
|
1812
|
+
enumerable: true,
|
|
1813
|
+
get: function () {
|
|
1814
|
+
return _IRegulation[key];
|
|
1815
|
+
}
|
|
1816
|
+
});
|
|
1817
|
+
});
|
|
1818
|
+
|
|
1819
|
+
var _IReport = require("./Interface/models/IReport");
|
|
1820
|
+
|
|
1821
|
+
Object.keys(_IReport).forEach(function (key) {
|
|
1822
|
+
if (key === "default" || key === "__esModule") return;
|
|
1823
|
+
Object.defineProperty(exports, key, {
|
|
1824
|
+
enumerable: true,
|
|
1825
|
+
get: function () {
|
|
1826
|
+
return _IReport[key];
|
|
1827
|
+
}
|
|
1828
|
+
});
|
|
1829
|
+
});
|
|
1830
|
+
|
|
1831
|
+
var _IReportMessage = require("./Interface/models/IReportMessage");
|
|
1832
|
+
|
|
1833
|
+
Object.keys(_IReportMessage).forEach(function (key) {
|
|
1834
|
+
if (key === "default" || key === "__esModule") return;
|
|
1835
|
+
Object.defineProperty(exports, key, {
|
|
1836
|
+
enumerable: true,
|
|
1837
|
+
get: function () {
|
|
1838
|
+
return _IReportMessage[key];
|
|
1839
|
+
}
|
|
1840
|
+
});
|
|
1841
|
+
});
|
|
1842
|
+
|
|
1843
|
+
var _IRole = require("./Interface/models/IRole");
|
|
1844
|
+
|
|
1845
|
+
Object.keys(_IRole).forEach(function (key) {
|
|
1846
|
+
if (key === "default" || key === "__esModule") return;
|
|
1847
|
+
Object.defineProperty(exports, key, {
|
|
1848
|
+
enumerable: true,
|
|
1849
|
+
get: function () {
|
|
1850
|
+
return _IRole[key];
|
|
1851
|
+
}
|
|
1852
|
+
});
|
|
1853
|
+
});
|
|
1854
|
+
|
|
1855
|
+
var _IRoleUser = require("./Interface/models/IRoleUser");
|
|
1856
|
+
|
|
1857
|
+
Object.keys(_IRoleUser).forEach(function (key) {
|
|
1858
|
+
if (key === "default" || key === "__esModule") return;
|
|
1859
|
+
Object.defineProperty(exports, key, {
|
|
1860
|
+
enumerable: true,
|
|
1861
|
+
get: function () {
|
|
1862
|
+
return _IRoleUser[key];
|
|
1863
|
+
}
|
|
1864
|
+
});
|
|
1865
|
+
});
|
|
1866
|
+
|
|
1867
|
+
var _IRoom = require("./Interface/models/IRoom");
|
|
1868
|
+
|
|
1869
|
+
Object.keys(_IRoom).forEach(function (key) {
|
|
1870
|
+
if (key === "default" || key === "__esModule") return;
|
|
1871
|
+
Object.defineProperty(exports, key, {
|
|
1872
|
+
enumerable: true,
|
|
1873
|
+
get: function () {
|
|
1874
|
+
return _IRoom[key];
|
|
1875
|
+
}
|
|
1876
|
+
});
|
|
1877
|
+
});
|
|
1878
|
+
|
|
1879
|
+
var _IRule = require("./Interface/models/IRule");
|
|
1880
|
+
|
|
1881
|
+
Object.keys(_IRule).forEach(function (key) {
|
|
1882
|
+
if (key === "default" || key === "__esModule") return;
|
|
1883
|
+
Object.defineProperty(exports, key, {
|
|
1884
|
+
enumerable: true,
|
|
1885
|
+
get: function () {
|
|
1886
|
+
return _IRule[key];
|
|
1887
|
+
}
|
|
1888
|
+
});
|
|
1889
|
+
});
|
|
1890
|
+
|
|
1891
|
+
var _ISchedule = require("./Interface/models/ISchedule");
|
|
1892
|
+
|
|
1893
|
+
Object.keys(_ISchedule).forEach(function (key) {
|
|
1894
|
+
if (key === "default" || key === "__esModule") return;
|
|
1895
|
+
Object.defineProperty(exports, key, {
|
|
1896
|
+
enumerable: true,
|
|
1897
|
+
get: function () {
|
|
1898
|
+
return _ISchedule[key];
|
|
1899
|
+
}
|
|
1900
|
+
});
|
|
1901
|
+
});
|
|
1902
|
+
|
|
1903
|
+
var _ISector = require("./Interface/models/ISector");
|
|
1904
|
+
|
|
1905
|
+
Object.keys(_ISector).forEach(function (key) {
|
|
1906
|
+
if (key === "default" || key === "__esModule") return;
|
|
1907
|
+
Object.defineProperty(exports, key, {
|
|
1908
|
+
enumerable: true,
|
|
1909
|
+
get: function () {
|
|
1910
|
+
return _ISector[key];
|
|
1911
|
+
}
|
|
1912
|
+
});
|
|
1913
|
+
});
|
|
1914
|
+
|
|
1915
|
+
var _ISendMethod = require("./Interface/models/ISendMethod");
|
|
1916
|
+
|
|
1917
|
+
Object.keys(_ISendMethod).forEach(function (key) {
|
|
1918
|
+
if (key === "default" || key === "__esModule") return;
|
|
1919
|
+
Object.defineProperty(exports, key, {
|
|
1920
|
+
enumerable: true,
|
|
1921
|
+
get: function () {
|
|
1922
|
+
return _ISendMethod[key];
|
|
1923
|
+
}
|
|
1924
|
+
});
|
|
1925
|
+
});
|
|
1926
|
+
|
|
1927
|
+
var _IService = require("./Interface/models/IService");
|
|
1928
|
+
|
|
1929
|
+
Object.keys(_IService).forEach(function (key) {
|
|
1930
|
+
if (key === "default" || key === "__esModule") return;
|
|
1931
|
+
Object.defineProperty(exports, key, {
|
|
1932
|
+
enumerable: true,
|
|
1933
|
+
get: function () {
|
|
1934
|
+
return _IService[key];
|
|
1935
|
+
}
|
|
1936
|
+
});
|
|
1937
|
+
});
|
|
1938
|
+
|
|
1939
|
+
var _ISheetMonthSchedule = require("./Interface/models/ISheetMonthSchedule");
|
|
1940
|
+
|
|
1941
|
+
Object.keys(_ISheetMonthSchedule).forEach(function (key) {
|
|
1942
|
+
if (key === "default" || key === "__esModule") return;
|
|
1943
|
+
Object.defineProperty(exports, key, {
|
|
1944
|
+
enumerable: true,
|
|
1945
|
+
get: function () {
|
|
1946
|
+
return _ISheetMonthSchedule[key];
|
|
1947
|
+
}
|
|
1948
|
+
});
|
|
1949
|
+
});
|
|
1950
|
+
|
|
1951
|
+
var _ISimulation = require("./Interface/models/ISimulation");
|
|
1952
|
+
|
|
1953
|
+
Object.keys(_ISimulation).forEach(function (key) {
|
|
1954
|
+
if (key === "default" || key === "__esModule") return;
|
|
1955
|
+
Object.defineProperty(exports, key, {
|
|
1956
|
+
enumerable: true,
|
|
1957
|
+
get: function () {
|
|
1958
|
+
return _ISimulation[key];
|
|
1959
|
+
}
|
|
1960
|
+
});
|
|
1961
|
+
});
|
|
1962
|
+
|
|
1963
|
+
var _ISimulationAdditionalFinance = require("./Interface/models/ISimulationAdditionalFinance");
|
|
1964
|
+
|
|
1965
|
+
Object.keys(_ISimulationAdditionalFinance).forEach(function (key) {
|
|
1966
|
+
if (key === "default" || key === "__esModule") return;
|
|
1967
|
+
Object.defineProperty(exports, key, {
|
|
1968
|
+
enumerable: true,
|
|
1969
|
+
get: function () {
|
|
1970
|
+
return _ISimulationAdditionalFinance[key];
|
|
1971
|
+
}
|
|
1972
|
+
});
|
|
1973
|
+
});
|
|
1974
|
+
|
|
1975
|
+
var _ISimulationColor = require("./Interface/models/ISimulationColor");
|
|
1976
|
+
|
|
1977
|
+
Object.keys(_ISimulationColor).forEach(function (key) {
|
|
1978
|
+
if (key === "default" || key === "__esModule") return;
|
|
1979
|
+
Object.defineProperty(exports, key, {
|
|
1980
|
+
enumerable: true,
|
|
1981
|
+
get: function () {
|
|
1982
|
+
return _ISimulationColor[key];
|
|
1983
|
+
}
|
|
1984
|
+
});
|
|
1985
|
+
});
|
|
1986
|
+
|
|
1987
|
+
var _ISimulationElement = require("./Interface/models/ISimulationElement");
|
|
1988
|
+
|
|
1989
|
+
Object.keys(_ISimulationElement).forEach(function (key) {
|
|
1990
|
+
if (key === "default" || key === "__esModule") return;
|
|
1991
|
+
Object.defineProperty(exports, key, {
|
|
1992
|
+
enumerable: true,
|
|
1993
|
+
get: function () {
|
|
1994
|
+
return _ISimulationElement[key];
|
|
1995
|
+
}
|
|
1996
|
+
});
|
|
1997
|
+
});
|
|
1998
|
+
|
|
1999
|
+
var _ISimulationHasBankAccount = require("./Interface/models/ISimulationHasBankAccount");
|
|
2000
|
+
|
|
2001
|
+
Object.keys(_ISimulationHasBankAccount).forEach(function (key) {
|
|
2002
|
+
if (key === "default" || key === "__esModule") return;
|
|
2003
|
+
Object.defineProperty(exports, key, {
|
|
2004
|
+
enumerable: true,
|
|
2005
|
+
get: function () {
|
|
2006
|
+
return _ISimulationHasBankAccount[key];
|
|
2007
|
+
}
|
|
2008
|
+
});
|
|
2009
|
+
});
|
|
2010
|
+
|
|
2011
|
+
var _ISimulationPeriod = require("./Interface/models/ISimulationPeriod");
|
|
2012
|
+
|
|
2013
|
+
Object.keys(_ISimulationPeriod).forEach(function (key) {
|
|
2014
|
+
if (key === "default" || key === "__esModule") return;
|
|
2015
|
+
Object.defineProperty(exports, key, {
|
|
2016
|
+
enumerable: true,
|
|
2017
|
+
get: function () {
|
|
2018
|
+
return _ISimulationPeriod[key];
|
|
2019
|
+
}
|
|
2020
|
+
});
|
|
2021
|
+
});
|
|
2022
|
+
|
|
2023
|
+
var _ISimulationSummary = require("./Interface/models/ISimulationSummary");
|
|
2024
|
+
|
|
2025
|
+
Object.keys(_ISimulationSummary).forEach(function (key) {
|
|
2026
|
+
if (key === "default" || key === "__esModule") return;
|
|
2027
|
+
Object.defineProperty(exports, key, {
|
|
2028
|
+
enumerable: true,
|
|
2029
|
+
get: function () {
|
|
2030
|
+
return _ISimulationSummary[key];
|
|
2031
|
+
}
|
|
2032
|
+
});
|
|
2033
|
+
});
|
|
2034
|
+
|
|
2035
|
+
var _ISocialDetail = require("./Interface/models/ISocialDetail");
|
|
2036
|
+
|
|
2037
|
+
Object.keys(_ISocialDetail).forEach(function (key) {
|
|
2038
|
+
if (key === "default" || key === "__esModule") return;
|
|
2039
|
+
Object.defineProperty(exports, key, {
|
|
2040
|
+
enumerable: true,
|
|
2041
|
+
get: function () {
|
|
2042
|
+
return _ISocialDetail[key];
|
|
2043
|
+
}
|
|
2044
|
+
});
|
|
2045
|
+
});
|
|
2046
|
+
|
|
2047
|
+
var _ISociety = require("./Interface/models/ISociety");
|
|
2048
|
+
|
|
2049
|
+
Object.keys(_ISociety).forEach(function (key) {
|
|
2050
|
+
if (key === "default" || key === "__esModule") return;
|
|
2051
|
+
Object.defineProperty(exports, key, {
|
|
2052
|
+
enumerable: true,
|
|
2053
|
+
get: function () {
|
|
2054
|
+
return _ISociety[key];
|
|
2055
|
+
}
|
|
2056
|
+
});
|
|
2057
|
+
});
|
|
2058
|
+
|
|
2059
|
+
var _ISocietyAction = require("./Interface/models/ISocietyAction");
|
|
2060
|
+
|
|
2061
|
+
Object.keys(_ISocietyAction).forEach(function (key) {
|
|
2062
|
+
if (key === "default" || key === "__esModule") return;
|
|
2063
|
+
Object.defineProperty(exports, key, {
|
|
2064
|
+
enumerable: true,
|
|
2065
|
+
get: function () {
|
|
2066
|
+
return _ISocietyAction[key];
|
|
2067
|
+
}
|
|
2068
|
+
});
|
|
2069
|
+
});
|
|
2070
|
+
|
|
2071
|
+
var _ISocietyApproval = require("./Interface/models/ISocietyApproval");
|
|
2072
|
+
|
|
2073
|
+
Object.keys(_ISocietyApproval).forEach(function (key) {
|
|
2074
|
+
if (key === "default" || key === "__esModule") return;
|
|
2075
|
+
Object.defineProperty(exports, key, {
|
|
2076
|
+
enumerable: true,
|
|
2077
|
+
get: function () {
|
|
2078
|
+
return _ISocietyApproval[key];
|
|
2079
|
+
}
|
|
2080
|
+
});
|
|
2081
|
+
});
|
|
2082
|
+
|
|
2083
|
+
var _ISocietyBank = require("./Interface/models/ISocietyBank");
|
|
2084
|
+
|
|
2085
|
+
Object.keys(_ISocietyBank).forEach(function (key) {
|
|
2086
|
+
if (key === "default" || key === "__esModule") return;
|
|
2087
|
+
Object.defineProperty(exports, key, {
|
|
2088
|
+
enumerable: true,
|
|
2089
|
+
get: function () {
|
|
2090
|
+
return _ISocietyBank[key];
|
|
2091
|
+
}
|
|
2092
|
+
});
|
|
2093
|
+
});
|
|
2094
|
+
|
|
2095
|
+
var _ISocietyBudgetConnection = require("./Interface/models/ISocietyBudgetConnection");
|
|
2096
|
+
|
|
2097
|
+
Object.keys(_ISocietyBudgetConnection).forEach(function (key) {
|
|
2098
|
+
if (key === "default" || key === "__esModule") return;
|
|
2099
|
+
Object.defineProperty(exports, key, {
|
|
2100
|
+
enumerable: true,
|
|
2101
|
+
get: function () {
|
|
2102
|
+
return _ISocietyBudgetConnection[key];
|
|
2103
|
+
}
|
|
2104
|
+
});
|
|
2105
|
+
});
|
|
2106
|
+
|
|
2107
|
+
var _ISocietyCgv = require("./Interface/models/ISocietyCgv");
|
|
2108
|
+
|
|
2109
|
+
Object.keys(_ISocietyCgv).forEach(function (key) {
|
|
2110
|
+
if (key === "default" || key === "__esModule") return;
|
|
2111
|
+
Object.defineProperty(exports, key, {
|
|
2112
|
+
enumerable: true,
|
|
2113
|
+
get: function () {
|
|
2114
|
+
return _ISocietyCgv[key];
|
|
2115
|
+
}
|
|
2116
|
+
});
|
|
2117
|
+
});
|
|
2118
|
+
|
|
2119
|
+
var _ISocietyConfig = require("./Interface/models/ISocietyConfig");
|
|
2120
|
+
|
|
2121
|
+
Object.keys(_ISocietyConfig).forEach(function (key) {
|
|
2122
|
+
if (key === "default" || key === "__esModule") return;
|
|
2123
|
+
Object.defineProperty(exports, key, {
|
|
2124
|
+
enumerable: true,
|
|
2125
|
+
get: function () {
|
|
2126
|
+
return _ISocietyConfig[key];
|
|
2127
|
+
}
|
|
2128
|
+
});
|
|
2129
|
+
});
|
|
2130
|
+
|
|
2131
|
+
var _ISocietyConfigBalanceSheet = require("./Interface/models/ISocietyConfigBalanceSheet");
|
|
2132
|
+
|
|
2133
|
+
Object.keys(_ISocietyConfigBalanceSheet).forEach(function (key) {
|
|
2134
|
+
if (key === "default" || key === "__esModule") return;
|
|
2135
|
+
Object.defineProperty(exports, key, {
|
|
2136
|
+
enumerable: true,
|
|
2137
|
+
get: function () {
|
|
2138
|
+
return _ISocietyConfigBalanceSheet[key];
|
|
2139
|
+
}
|
|
2140
|
+
});
|
|
2141
|
+
});
|
|
2142
|
+
|
|
2143
|
+
var _ISocietyDetail = require("./Interface/models/ISocietyDetail");
|
|
2144
|
+
|
|
2145
|
+
Object.keys(_ISocietyDetail).forEach(function (key) {
|
|
2146
|
+
if (key === "default" || key === "__esModule") return;
|
|
2147
|
+
Object.defineProperty(exports, key, {
|
|
2148
|
+
enumerable: true,
|
|
2149
|
+
get: function () {
|
|
2150
|
+
return _ISocietyDetail[key];
|
|
2151
|
+
}
|
|
2152
|
+
});
|
|
2153
|
+
});
|
|
2154
|
+
|
|
2155
|
+
var _ISocietyFile = require("./Interface/models/ISocietyFile");
|
|
2156
|
+
|
|
2157
|
+
Object.keys(_ISocietyFile).forEach(function (key) {
|
|
2158
|
+
if (key === "default" || key === "__esModule") return;
|
|
2159
|
+
Object.defineProperty(exports, key, {
|
|
2160
|
+
enumerable: true,
|
|
2161
|
+
get: function () {
|
|
2162
|
+
return _ISocietyFile[key];
|
|
2163
|
+
}
|
|
2164
|
+
});
|
|
2165
|
+
});
|
|
2166
|
+
|
|
2167
|
+
var _ISocietyGescom = require("./Interface/models/ISocietyGescom");
|
|
2168
|
+
|
|
2169
|
+
Object.keys(_ISocietyGescom).forEach(function (key) {
|
|
2170
|
+
if (key === "default" || key === "__esModule") return;
|
|
2171
|
+
Object.defineProperty(exports, key, {
|
|
2172
|
+
enumerable: true,
|
|
2173
|
+
get: function () {
|
|
2174
|
+
return _ISocietyGescom[key];
|
|
2175
|
+
}
|
|
2176
|
+
});
|
|
2177
|
+
});
|
|
2178
|
+
|
|
2179
|
+
var _ISocietyJuridical = require("./Interface/models/ISocietyJuridical");
|
|
2180
|
+
|
|
2181
|
+
Object.keys(_ISocietyJuridical).forEach(function (key) {
|
|
2182
|
+
if (key === "default" || key === "__esModule") return;
|
|
2183
|
+
Object.defineProperty(exports, key, {
|
|
2184
|
+
enumerable: true,
|
|
2185
|
+
get: function () {
|
|
2186
|
+
return _ISocietyJuridical[key];
|
|
2187
|
+
}
|
|
2188
|
+
});
|
|
2189
|
+
});
|
|
2190
|
+
|
|
2191
|
+
var _ISocietyNote = require("./Interface/models/ISocietyNote");
|
|
2192
|
+
|
|
2193
|
+
Object.keys(_ISocietyNote).forEach(function (key) {
|
|
2194
|
+
if (key === "default" || key === "__esModule") return;
|
|
2195
|
+
Object.defineProperty(exports, key, {
|
|
2196
|
+
enumerable: true,
|
|
2197
|
+
get: function () {
|
|
2198
|
+
return _ISocietyNote[key];
|
|
2199
|
+
}
|
|
2200
|
+
});
|
|
2201
|
+
});
|
|
2202
|
+
|
|
2203
|
+
var _ISocietyPartner = require("./Interface/models/ISocietyPartner");
|
|
2204
|
+
|
|
2205
|
+
Object.keys(_ISocietyPartner).forEach(function (key) {
|
|
2206
|
+
if (key === "default" || key === "__esModule") return;
|
|
2207
|
+
Object.defineProperty(exports, key, {
|
|
2208
|
+
enumerable: true,
|
|
2209
|
+
get: function () {
|
|
2210
|
+
return _ISocietyPartner[key];
|
|
2211
|
+
}
|
|
2212
|
+
});
|
|
2213
|
+
});
|
|
2214
|
+
|
|
2215
|
+
var _ISocietyProceeding = require("./Interface/models/ISocietyProceeding");
|
|
2216
|
+
|
|
2217
|
+
Object.keys(_ISocietyProceeding).forEach(function (key) {
|
|
2218
|
+
if (key === "default" || key === "__esModule") return;
|
|
2219
|
+
Object.defineProperty(exports, key, {
|
|
2220
|
+
enumerable: true,
|
|
2221
|
+
get: function () {
|
|
2222
|
+
return _ISocietyProceeding[key];
|
|
2223
|
+
}
|
|
2224
|
+
});
|
|
2225
|
+
});
|
|
2226
|
+
|
|
2227
|
+
var _ISocietyProcessRegister = require("./Interface/models/ISocietyProcessRegister");
|
|
2228
|
+
|
|
2229
|
+
Object.keys(_ISocietyProcessRegister).forEach(function (key) {
|
|
2230
|
+
if (key === "default" || key === "__esModule") return;
|
|
2231
|
+
Object.defineProperty(exports, key, {
|
|
2232
|
+
enumerable: true,
|
|
2233
|
+
get: function () {
|
|
2234
|
+
return _ISocietyProcessRegister[key];
|
|
2235
|
+
}
|
|
2236
|
+
});
|
|
2237
|
+
});
|
|
2238
|
+
|
|
2239
|
+
var _ISocietyRelance = require("./Interface/models/ISocietyRelance");
|
|
2240
|
+
|
|
2241
|
+
Object.keys(_ISocietyRelance).forEach(function (key) {
|
|
2242
|
+
if (key === "default" || key === "__esModule") return;
|
|
2243
|
+
Object.defineProperty(exports, key, {
|
|
2244
|
+
enumerable: true,
|
|
2245
|
+
get: function () {
|
|
2246
|
+
return _ISocietyRelance[key];
|
|
2247
|
+
}
|
|
2248
|
+
});
|
|
2249
|
+
});
|
|
2250
|
+
|
|
2251
|
+
var _ISocietySocial = require("./Interface/models/ISocietySocial");
|
|
2252
|
+
|
|
2253
|
+
Object.keys(_ISocietySocial).forEach(function (key) {
|
|
2254
|
+
if (key === "default" || key === "__esModule") return;
|
|
2255
|
+
Object.defineProperty(exports, key, {
|
|
2256
|
+
enumerable: true,
|
|
2257
|
+
get: function () {
|
|
2258
|
+
return _ISocietySocial[key];
|
|
2259
|
+
}
|
|
2260
|
+
});
|
|
2261
|
+
});
|
|
2262
|
+
|
|
2263
|
+
var _ISocietySoftware = require("./Interface/models/ISocietySoftware");
|
|
2264
|
+
|
|
2265
|
+
Object.keys(_ISocietySoftware).forEach(function (key) {
|
|
2266
|
+
if (key === "default" || key === "__esModule") return;
|
|
2267
|
+
Object.defineProperty(exports, key, {
|
|
2268
|
+
enumerable: true,
|
|
2269
|
+
get: function () {
|
|
2270
|
+
return _ISocietySoftware[key];
|
|
2271
|
+
}
|
|
2272
|
+
});
|
|
2273
|
+
});
|
|
2274
|
+
|
|
2275
|
+
var _ISocietyStat = require("./Interface/models/ISocietyStat");
|
|
2276
|
+
|
|
2277
|
+
Object.keys(_ISocietyStat).forEach(function (key) {
|
|
2278
|
+
if (key === "default" || key === "__esModule") return;
|
|
2279
|
+
Object.defineProperty(exports, key, {
|
|
2280
|
+
enumerable: true,
|
|
2281
|
+
get: function () {
|
|
2282
|
+
return _ISocietyStat[key];
|
|
2283
|
+
}
|
|
2284
|
+
});
|
|
2285
|
+
});
|
|
2286
|
+
|
|
2287
|
+
var _ISocietyVehicle = require("./Interface/models/ISocietyVehicle");
|
|
2288
|
+
|
|
2289
|
+
Object.keys(_ISocietyVehicle).forEach(function (key) {
|
|
2290
|
+
if (key === "default" || key === "__esModule") return;
|
|
2291
|
+
Object.defineProperty(exports, key, {
|
|
2292
|
+
enumerable: true,
|
|
2293
|
+
get: function () {
|
|
2294
|
+
return _ISocietyVehicle[key];
|
|
2295
|
+
}
|
|
2296
|
+
});
|
|
2297
|
+
});
|
|
2298
|
+
|
|
2299
|
+
var _ISoftwareCompta = require("./Interface/models/ISoftwareCompta");
|
|
2300
|
+
|
|
2301
|
+
Object.keys(_ISoftwareCompta).forEach(function (key) {
|
|
2302
|
+
if (key === "default" || key === "__esModule") return;
|
|
2303
|
+
Object.defineProperty(exports, key, {
|
|
2304
|
+
enumerable: true,
|
|
2305
|
+
get: function () {
|
|
2306
|
+
return _ISoftwareCompta[key];
|
|
2307
|
+
}
|
|
2308
|
+
});
|
|
2309
|
+
});
|
|
2310
|
+
|
|
2311
|
+
var _ISource = require("./Interface/models/ISource");
|
|
2312
|
+
|
|
2313
|
+
Object.keys(_ISource).forEach(function (key) {
|
|
2314
|
+
if (key === "default" || key === "__esModule") return;
|
|
2315
|
+
Object.defineProperty(exports, key, {
|
|
2316
|
+
enumerable: true,
|
|
2317
|
+
get: function () {
|
|
2318
|
+
return _ISource[key];
|
|
2319
|
+
}
|
|
2320
|
+
});
|
|
2321
|
+
});
|
|
2322
|
+
|
|
2323
|
+
var _ISpecialOperation = require("./Interface/models/ISpecialOperation");
|
|
2324
|
+
|
|
2325
|
+
Object.keys(_ISpecialOperation).forEach(function (key) {
|
|
2326
|
+
if (key === "default" || key === "__esModule") return;
|
|
2327
|
+
Object.defineProperty(exports, key, {
|
|
2328
|
+
enumerable: true,
|
|
2329
|
+
get: function () {
|
|
2330
|
+
return _ISpecialOperation[key];
|
|
2331
|
+
}
|
|
2332
|
+
});
|
|
2333
|
+
});
|
|
2334
|
+
|
|
2335
|
+
var _ISponsorshipLink = require("./Interface/models/ISponsorshipLink");
|
|
2336
|
+
|
|
2337
|
+
Object.keys(_ISponsorshipLink).forEach(function (key) {
|
|
2338
|
+
if (key === "default" || key === "__esModule") return;
|
|
2339
|
+
Object.defineProperty(exports, key, {
|
|
2340
|
+
enumerable: true,
|
|
2341
|
+
get: function () {
|
|
2342
|
+
return _ISponsorshipLink[key];
|
|
2343
|
+
}
|
|
2344
|
+
});
|
|
2345
|
+
});
|
|
2346
|
+
|
|
2347
|
+
var _IStatusSignature = require("./Interface/models/IStatusSignature");
|
|
2348
|
+
|
|
2349
|
+
Object.keys(_IStatusSignature).forEach(function (key) {
|
|
2350
|
+
if (key === "default" || key === "__esModule") return;
|
|
2351
|
+
Object.defineProperty(exports, key, {
|
|
2352
|
+
enumerable: true,
|
|
2353
|
+
get: function () {
|
|
2354
|
+
return _IStatusSignature[key];
|
|
2355
|
+
}
|
|
2356
|
+
});
|
|
2357
|
+
});
|
|
2358
|
+
|
|
2359
|
+
var _IStripeEvent = require("./Interface/models/IStripeEvent");
|
|
2360
|
+
|
|
2361
|
+
Object.keys(_IStripeEvent).forEach(function (key) {
|
|
2362
|
+
if (key === "default" || key === "__esModule") return;
|
|
2363
|
+
Object.defineProperty(exports, key, {
|
|
2364
|
+
enumerable: true,
|
|
2365
|
+
get: function () {
|
|
2366
|
+
return _IStripeEvent[key];
|
|
2367
|
+
}
|
|
2368
|
+
});
|
|
2369
|
+
});
|
|
2370
|
+
|
|
2371
|
+
var _ISupervision = require("./Interface/models/ISupervision");
|
|
2372
|
+
|
|
2373
|
+
Object.keys(_ISupervision).forEach(function (key) {
|
|
2374
|
+
if (key === "default" || key === "__esModule") return;
|
|
2375
|
+
Object.defineProperty(exports, key, {
|
|
2376
|
+
enumerable: true,
|
|
2377
|
+
get: function () {
|
|
2378
|
+
return _ISupervision[key];
|
|
2379
|
+
}
|
|
2380
|
+
});
|
|
2381
|
+
});
|
|
2382
|
+
|
|
2383
|
+
var _ISupervisionJob = require("./Interface/models/ISupervisionJob");
|
|
2384
|
+
|
|
2385
|
+
Object.keys(_ISupervisionJob).forEach(function (key) {
|
|
2386
|
+
if (key === "default" || key === "__esModule") return;
|
|
2387
|
+
Object.defineProperty(exports, key, {
|
|
2388
|
+
enumerable: true,
|
|
2389
|
+
get: function () {
|
|
2390
|
+
return _ISupervisionJob[key];
|
|
2391
|
+
}
|
|
2392
|
+
});
|
|
2393
|
+
});
|
|
2394
|
+
|
|
2395
|
+
var _ISupervisionPendingPoint = require("./Interface/models/ISupervisionPendingPoint");
|
|
2396
|
+
|
|
2397
|
+
Object.keys(_ISupervisionPendingPoint).forEach(function (key) {
|
|
2398
|
+
if (key === "default" || key === "__esModule") return;
|
|
2399
|
+
Object.defineProperty(exports, key, {
|
|
2400
|
+
enumerable: true,
|
|
2401
|
+
get: function () {
|
|
2402
|
+
return _ISupervisionPendingPoint[key];
|
|
2403
|
+
}
|
|
2404
|
+
});
|
|
2405
|
+
});
|
|
2406
|
+
|
|
2407
|
+
var _ITag = require("./Interface/models/ITag");
|
|
2408
|
+
|
|
2409
|
+
Object.keys(_ITag).forEach(function (key) {
|
|
2410
|
+
if (key === "default" || key === "__esModule") return;
|
|
2411
|
+
Object.defineProperty(exports, key, {
|
|
2412
|
+
enumerable: true,
|
|
2413
|
+
get: function () {
|
|
2414
|
+
return _ITag[key];
|
|
2415
|
+
}
|
|
2416
|
+
});
|
|
2417
|
+
});
|
|
2418
|
+
|
|
2419
|
+
var _ITask = require("./Interface/models/ITask");
|
|
2420
|
+
|
|
2421
|
+
Object.keys(_ITask).forEach(function (key) {
|
|
2422
|
+
if (key === "default" || key === "__esModule") return;
|
|
2423
|
+
Object.defineProperty(exports, key, {
|
|
2424
|
+
enumerable: true,
|
|
2425
|
+
get: function () {
|
|
2426
|
+
return _ITask[key];
|
|
2427
|
+
}
|
|
2428
|
+
});
|
|
2429
|
+
});
|
|
2430
|
+
|
|
2431
|
+
var _ITaxSystem = require("./Interface/models/ITaxSystem");
|
|
2432
|
+
|
|
2433
|
+
Object.keys(_ITaxSystem).forEach(function (key) {
|
|
2434
|
+
if (key === "default" || key === "__esModule") return;
|
|
2435
|
+
Object.defineProperty(exports, key, {
|
|
2436
|
+
enumerable: true,
|
|
2437
|
+
get: function () {
|
|
2438
|
+
return _ITaxSystem[key];
|
|
2439
|
+
}
|
|
2440
|
+
});
|
|
2441
|
+
});
|
|
2442
|
+
|
|
2443
|
+
var _ITeamBusinessLine = require("./Interface/models/ITeamBusinessLine");
|
|
2444
|
+
|
|
2445
|
+
Object.keys(_ITeamBusinessLine).forEach(function (key) {
|
|
2446
|
+
if (key === "default" || key === "__esModule") return;
|
|
2447
|
+
Object.defineProperty(exports, key, {
|
|
2448
|
+
enumerable: true,
|
|
2449
|
+
get: function () {
|
|
2450
|
+
return _ITeamBusinessLine[key];
|
|
2451
|
+
}
|
|
2452
|
+
});
|
|
2453
|
+
});
|
|
2454
|
+
|
|
2455
|
+
var _ITeam = require("./Interface/models/ITeam");
|
|
2456
|
+
|
|
2457
|
+
Object.keys(_ITeam).forEach(function (key) {
|
|
2458
|
+
if (key === "default" || key === "__esModule") return;
|
|
2459
|
+
Object.defineProperty(exports, key, {
|
|
2460
|
+
enumerable: true,
|
|
2461
|
+
get: function () {
|
|
2462
|
+
return _ITeam[key];
|
|
2463
|
+
}
|
|
2464
|
+
});
|
|
2465
|
+
});
|
|
2466
|
+
|
|
2467
|
+
var _ITerminationList = require("./Interface/models/ITerminationList");
|
|
2468
|
+
|
|
2469
|
+
Object.keys(_ITerminationList).forEach(function (key) {
|
|
2470
|
+
if (key === "default" || key === "__esModule") return;
|
|
2471
|
+
Object.defineProperty(exports, key, {
|
|
2472
|
+
enumerable: true,
|
|
2473
|
+
get: function () {
|
|
2474
|
+
return _ITerminationList[key];
|
|
2475
|
+
}
|
|
2476
|
+
});
|
|
2477
|
+
});
|
|
2478
|
+
|
|
2479
|
+
var _ITicketSupport = require("./Interface/models/ITicketSupport");
|
|
2480
|
+
|
|
2481
|
+
Object.keys(_ITicketSupport).forEach(function (key) {
|
|
2482
|
+
if (key === "default" || key === "__esModule") return;
|
|
2483
|
+
Object.defineProperty(exports, key, {
|
|
2484
|
+
enumerable: true,
|
|
2485
|
+
get: function () {
|
|
2486
|
+
return _ITicketSupport[key];
|
|
2487
|
+
}
|
|
2488
|
+
});
|
|
2489
|
+
});
|
|
2490
|
+
|
|
2491
|
+
var _ITicketSupportFollow = require("./Interface/models/ITicketSupportFollow");
|
|
2492
|
+
|
|
2493
|
+
Object.keys(_ITicketSupportFollow).forEach(function (key) {
|
|
2494
|
+
if (key === "default" || key === "__esModule") return;
|
|
2495
|
+
Object.defineProperty(exports, key, {
|
|
2496
|
+
enumerable: true,
|
|
2497
|
+
get: function () {
|
|
2498
|
+
return _ITicketSupportFollow[key];
|
|
2499
|
+
}
|
|
2500
|
+
});
|
|
2501
|
+
});
|
|
2502
|
+
|
|
2503
|
+
var _IThirdParty = require("./Interface/models/IThirdParty");
|
|
2504
|
+
|
|
2505
|
+
Object.keys(_IThirdParty).forEach(function (key) {
|
|
2506
|
+
if (key === "default" || key === "__esModule") return;
|
|
2507
|
+
Object.defineProperty(exports, key, {
|
|
2508
|
+
enumerable: true,
|
|
2509
|
+
get: function () {
|
|
2510
|
+
return _IThirdParty[key];
|
|
2511
|
+
}
|
|
2512
|
+
});
|
|
2513
|
+
});
|
|
2514
|
+
|
|
2515
|
+
var _IThirdPartySociety = require("./Interface/models/IThirdPartySociety");
|
|
2516
|
+
|
|
2517
|
+
Object.keys(_IThirdPartySociety).forEach(function (key) {
|
|
2518
|
+
if (key === "default" || key === "__esModule") return;
|
|
2519
|
+
Object.defineProperty(exports, key, {
|
|
2520
|
+
enumerable: true,
|
|
2521
|
+
get: function () {
|
|
2522
|
+
return _IThirdPartySociety[key];
|
|
2523
|
+
}
|
|
2524
|
+
});
|
|
2525
|
+
});
|
|
2526
|
+
|
|
2527
|
+
var _ITimeTracking = require("./Interface/models/ITimeTracking");
|
|
2528
|
+
|
|
2529
|
+
Object.keys(_ITimeTracking).forEach(function (key) {
|
|
2530
|
+
if (key === "default" || key === "__esModule") return;
|
|
2531
|
+
Object.defineProperty(exports, key, {
|
|
2532
|
+
enumerable: true,
|
|
2533
|
+
get: function () {
|
|
2534
|
+
return _ITimeTracking[key];
|
|
2535
|
+
}
|
|
2536
|
+
});
|
|
2537
|
+
});
|
|
2538
|
+
|
|
2539
|
+
var _ITimeTrackingSource = require("./Interface/models/ITimeTrackingSource");
|
|
2540
|
+
|
|
2541
|
+
Object.keys(_ITimeTrackingSource).forEach(function (key) {
|
|
2542
|
+
if (key === "default" || key === "__esModule") return;
|
|
2543
|
+
Object.defineProperty(exports, key, {
|
|
2544
|
+
enumerable: true,
|
|
2545
|
+
get: function () {
|
|
2546
|
+
return _ITimeTrackingSource[key];
|
|
2547
|
+
}
|
|
2548
|
+
});
|
|
2549
|
+
});
|
|
2550
|
+
|
|
2551
|
+
var _ITmpValidationToken = require("./Interface/models/ITmpValidationToken");
|
|
2552
|
+
|
|
2553
|
+
Object.keys(_ITmpValidationToken).forEach(function (key) {
|
|
2554
|
+
if (key === "default" || key === "__esModule") return;
|
|
2555
|
+
Object.defineProperty(exports, key, {
|
|
2556
|
+
enumerable: true,
|
|
2557
|
+
get: function () {
|
|
2558
|
+
return _ITmpValidationToken[key];
|
|
2559
|
+
}
|
|
2560
|
+
});
|
|
2561
|
+
});
|
|
2562
|
+
|
|
2563
|
+
var _IAccountantTracker = require("./Interface/models/IAccountantTracker");
|
|
2564
|
+
|
|
2565
|
+
Object.keys(_IAccountantTracker).forEach(function (key) {
|
|
2566
|
+
if (key === "default" || key === "__esModule") return;
|
|
2567
|
+
Object.defineProperty(exports, key, {
|
|
2568
|
+
enumerable: true,
|
|
2569
|
+
get: function () {
|
|
2570
|
+
return _IAccountantTracker[key];
|
|
2571
|
+
}
|
|
2572
|
+
});
|
|
2573
|
+
});
|
|
2574
|
+
|
|
2575
|
+
var _IVatMargin = require("./Interface/models/IVatMargin");
|
|
2576
|
+
|
|
2577
|
+
Object.keys(_IVatMargin).forEach(function (key) {
|
|
2578
|
+
if (key === "default" || key === "__esModule") return;
|
|
2579
|
+
Object.defineProperty(exports, key, {
|
|
2580
|
+
enumerable: true,
|
|
2581
|
+
get: function () {
|
|
2582
|
+
return _IVatMargin[key];
|
|
2583
|
+
}
|
|
2584
|
+
});
|
|
2585
|
+
});
|
|
2586
|
+
|
|
2587
|
+
var _IVatRegime = require("./Interface/models/IVatRegime");
|
|
2588
|
+
|
|
2589
|
+
Object.keys(_IVatRegime).forEach(function (key) {
|
|
2590
|
+
if (key === "default" || key === "__esModule") return;
|
|
2591
|
+
Object.defineProperty(exports, key, {
|
|
2592
|
+
enumerable: true,
|
|
2593
|
+
get: function () {
|
|
2594
|
+
return _IVatRegime[key];
|
|
2595
|
+
}
|
|
2596
|
+
});
|
|
2597
|
+
});
|
|
2598
|
+
|
|
2599
|
+
var _IVat = require("./Interface/models/IVat");
|
|
2600
|
+
|
|
2601
|
+
Object.keys(_IVat).forEach(function (key) {
|
|
2602
|
+
if (key === "default" || key === "__esModule") return;
|
|
2603
|
+
Object.defineProperty(exports, key, {
|
|
2604
|
+
enumerable: true,
|
|
2605
|
+
get: function () {
|
|
2606
|
+
return _IVat[key];
|
|
2607
|
+
}
|
|
2608
|
+
});
|
|
2609
|
+
});
|
|
2610
|
+
|
|
2611
|
+
var _IAbsenceType = require("./Interface/models/IAbsenceType");
|
|
2612
|
+
|
|
2613
|
+
Object.keys(_IAbsenceType).forEach(function (key) {
|
|
2614
|
+
if (key === "default" || key === "__esModule") return;
|
|
2615
|
+
Object.defineProperty(exports, key, {
|
|
2616
|
+
enumerable: true,
|
|
2617
|
+
get: function () {
|
|
2618
|
+
return _IAbsenceType[key];
|
|
2619
|
+
}
|
|
2620
|
+
});
|
|
2621
|
+
});
|
|
2622
|
+
|
|
2623
|
+
var _IAccountType = require("./Interface/models/IAccountType");
|
|
2624
|
+
|
|
2625
|
+
Object.keys(_IAccountType).forEach(function (key) {
|
|
2626
|
+
if (key === "default" || key === "__esModule") return;
|
|
2627
|
+
Object.defineProperty(exports, key, {
|
|
2628
|
+
enumerable: true,
|
|
2629
|
+
get: function () {
|
|
2630
|
+
return _IAccountType[key];
|
|
2631
|
+
}
|
|
2632
|
+
});
|
|
2633
|
+
});
|
|
2634
|
+
|
|
2635
|
+
var _IAccountingFileType = require("./Interface/models/IAccountingFileType");
|
|
2636
|
+
|
|
2637
|
+
Object.keys(_IAccountingFileType).forEach(function (key) {
|
|
2638
|
+
if (key === "default" || key === "__esModule") return;
|
|
2639
|
+
Object.defineProperty(exports, key, {
|
|
2640
|
+
enumerable: true,
|
|
2641
|
+
get: function () {
|
|
2642
|
+
return _IAccountingFileType[key];
|
|
2643
|
+
}
|
|
2644
|
+
});
|
|
2645
|
+
});
|
|
2646
|
+
|
|
2647
|
+
var _IBrandType = require("./Interface/models/IBrandType");
|
|
2648
|
+
|
|
2649
|
+
Object.keys(_IBrandType).forEach(function (key) {
|
|
2650
|
+
if (key === "default" || key === "__esModule") return;
|
|
2651
|
+
Object.defineProperty(exports, key, {
|
|
2652
|
+
enumerable: true,
|
|
2653
|
+
get: function () {
|
|
2654
|
+
return _IBrandType[key];
|
|
2655
|
+
}
|
|
2656
|
+
});
|
|
2657
|
+
});
|
|
2658
|
+
|
|
2659
|
+
var _ICashDeskTransactionType = require("./Interface/models/ICashDeskTransactionType");
|
|
2660
|
+
|
|
2661
|
+
Object.keys(_ICashDeskTransactionType).forEach(function (key) {
|
|
2662
|
+
if (key === "default" || key === "__esModule") return;
|
|
2663
|
+
Object.defineProperty(exports, key, {
|
|
2664
|
+
enumerable: true,
|
|
2665
|
+
get: function () {
|
|
2666
|
+
return _ICashDeskTransactionType[key];
|
|
2667
|
+
}
|
|
2668
|
+
});
|
|
2669
|
+
});
|
|
2670
|
+
|
|
2671
|
+
var _IChannelType = require("./Interface/models/IChannelType");
|
|
2672
|
+
|
|
2673
|
+
Object.keys(_IChannelType).forEach(function (key) {
|
|
2674
|
+
if (key === "default" || key === "__esModule") return;
|
|
2675
|
+
Object.defineProperty(exports, key, {
|
|
2676
|
+
enumerable: true,
|
|
2677
|
+
get: function () {
|
|
2678
|
+
return _IChannelType[key];
|
|
2679
|
+
}
|
|
2680
|
+
});
|
|
2681
|
+
});
|
|
2682
|
+
|
|
2683
|
+
var _IChecklistType = require("./Interface/models/IChecklistType");
|
|
2684
|
+
|
|
2685
|
+
Object.keys(_IChecklistType).forEach(function (key) {
|
|
2686
|
+
if (key === "default" || key === "__esModule") return;
|
|
2687
|
+
Object.defineProperty(exports, key, {
|
|
2688
|
+
enumerable: true,
|
|
2689
|
+
get: function () {
|
|
2690
|
+
return _IChecklistType[key];
|
|
2691
|
+
}
|
|
2692
|
+
});
|
|
2693
|
+
});
|
|
2694
|
+
|
|
2695
|
+
var _IChecklistCategoryType = require("./Interface/models/IChecklistCategoryType");
|
|
2696
|
+
|
|
2697
|
+
Object.keys(_IChecklistCategoryType).forEach(function (key) {
|
|
2698
|
+
if (key === "default" || key === "__esModule") return;
|
|
2699
|
+
Object.defineProperty(exports, key, {
|
|
2700
|
+
enumerable: true,
|
|
2701
|
+
get: function () {
|
|
2702
|
+
return _IChecklistCategoryType[key];
|
|
2703
|
+
}
|
|
2704
|
+
});
|
|
2705
|
+
});
|
|
2706
|
+
|
|
2707
|
+
var _ICommentType = require("./Interface/models/ICommentType");
|
|
2708
|
+
|
|
2709
|
+
Object.keys(_ICommentType).forEach(function (key) {
|
|
2710
|
+
if (key === "default" || key === "__esModule") return;
|
|
2711
|
+
Object.defineProperty(exports, key, {
|
|
2712
|
+
enumerable: true,
|
|
2713
|
+
get: function () {
|
|
2714
|
+
return _ICommentType[key];
|
|
2715
|
+
}
|
|
2716
|
+
});
|
|
2717
|
+
});
|
|
2718
|
+
|
|
2719
|
+
var _IComptaType = require("./Interface/models/IComptaType");
|
|
2720
|
+
|
|
2721
|
+
Object.keys(_IComptaType).forEach(function (key) {
|
|
2722
|
+
if (key === "default" || key === "__esModule") return;
|
|
2723
|
+
Object.defineProperty(exports, key, {
|
|
2724
|
+
enumerable: true,
|
|
2725
|
+
get: function () {
|
|
2726
|
+
return _IComptaType[key];
|
|
2727
|
+
}
|
|
2728
|
+
});
|
|
2729
|
+
});
|
|
2730
|
+
|
|
2731
|
+
var _IComptaHistoryType = require("./Interface/models/IComptaHistoryType");
|
|
2732
|
+
|
|
2733
|
+
Object.keys(_IComptaHistoryType).forEach(function (key) {
|
|
2734
|
+
if (key === "default" || key === "__esModule") return;
|
|
2735
|
+
Object.defineProperty(exports, key, {
|
|
2736
|
+
enumerable: true,
|
|
2737
|
+
get: function () {
|
|
2738
|
+
return _IComptaHistoryType[key];
|
|
2739
|
+
}
|
|
2740
|
+
});
|
|
2741
|
+
});
|
|
2742
|
+
|
|
2743
|
+
var _IConnectorType = require("./Interface/models/IConnectorType");
|
|
2744
|
+
|
|
2745
|
+
Object.keys(_IConnectorType).forEach(function (key) {
|
|
2746
|
+
if (key === "default" || key === "__esModule") return;
|
|
2747
|
+
Object.defineProperty(exports, key, {
|
|
2748
|
+
enumerable: true,
|
|
2749
|
+
get: function () {
|
|
2750
|
+
return _IConnectorType[key];
|
|
2751
|
+
}
|
|
2752
|
+
});
|
|
2753
|
+
});
|
|
2754
|
+
|
|
2755
|
+
var _IContractType = require("./Interface/models/IContractType");
|
|
2756
|
+
|
|
2757
|
+
Object.keys(_IContractType).forEach(function (key) {
|
|
2758
|
+
if (key === "default" || key === "__esModule") return;
|
|
2759
|
+
Object.defineProperty(exports, key, {
|
|
2760
|
+
enumerable: true,
|
|
2761
|
+
get: function () {
|
|
2762
|
+
return _IContractType[key];
|
|
2763
|
+
}
|
|
2764
|
+
});
|
|
2765
|
+
});
|
|
2766
|
+
|
|
2767
|
+
var _ICustomizationType = require("./Interface/models/ICustomizationType");
|
|
2768
|
+
|
|
2769
|
+
Object.keys(_ICustomizationType).forEach(function (key) {
|
|
2770
|
+
if (key === "default" || key === "__esModule") return;
|
|
2771
|
+
Object.defineProperty(exports, key, {
|
|
2772
|
+
enumerable: true,
|
|
2773
|
+
get: function () {
|
|
2774
|
+
return _ICustomizationType[key];
|
|
2775
|
+
}
|
|
2776
|
+
});
|
|
2777
|
+
});
|
|
2778
|
+
|
|
2779
|
+
var _IDocumentWaitingType = require("./Interface/models/IDocumentWaitingType");
|
|
2780
|
+
|
|
2781
|
+
Object.keys(_IDocumentWaitingType).forEach(function (key) {
|
|
2782
|
+
if (key === "default" || key === "__esModule") return;
|
|
2783
|
+
Object.defineProperty(exports, key, {
|
|
2784
|
+
enumerable: true,
|
|
2785
|
+
get: function () {
|
|
2786
|
+
return _IDocumentWaitingType[key];
|
|
2787
|
+
}
|
|
2788
|
+
});
|
|
2789
|
+
});
|
|
2790
|
+
|
|
2791
|
+
var _IEstimateInvoiceType = require("./Interface/models/IEstimateInvoiceType");
|
|
2792
|
+
|
|
2793
|
+
Object.keys(_IEstimateInvoiceType).forEach(function (key) {
|
|
2794
|
+
if (key === "default" || key === "__esModule") return;
|
|
2795
|
+
Object.defineProperty(exports, key, {
|
|
2796
|
+
enumerable: true,
|
|
2797
|
+
get: function () {
|
|
2798
|
+
return _IEstimateInvoiceType[key];
|
|
2799
|
+
}
|
|
2800
|
+
});
|
|
2801
|
+
});
|
|
2802
|
+
|
|
2803
|
+
var _IFollowedQualityMailType = require("./Interface/models/IFollowedQualityMailType");
|
|
2804
|
+
|
|
2805
|
+
Object.keys(_IFollowedQualityMailType).forEach(function (key) {
|
|
2806
|
+
if (key === "default" || key === "__esModule") return;
|
|
2807
|
+
Object.defineProperty(exports, key, {
|
|
2808
|
+
enumerable: true,
|
|
2809
|
+
get: function () {
|
|
2810
|
+
return _IFollowedQualityMailType[key];
|
|
2811
|
+
}
|
|
2812
|
+
});
|
|
2813
|
+
});
|
|
2814
|
+
|
|
2815
|
+
var _IGedFileType = require("./Interface/models/IGedFileType");
|
|
2816
|
+
|
|
2817
|
+
Object.keys(_IGedFileType).forEach(function (key) {
|
|
2818
|
+
if (key === "default" || key === "__esModule") return;
|
|
2819
|
+
Object.defineProperty(exports, key, {
|
|
2820
|
+
enumerable: true,
|
|
2821
|
+
get: function () {
|
|
2822
|
+
return _IGedFileType[key];
|
|
2823
|
+
}
|
|
2824
|
+
});
|
|
2825
|
+
});
|
|
2826
|
+
|
|
2827
|
+
var _ILetterType = require("./Interface/models/ILetterType");
|
|
2828
|
+
|
|
2829
|
+
Object.keys(_ILetterType).forEach(function (key) {
|
|
2830
|
+
if (key === "default" || key === "__esModule") return;
|
|
2831
|
+
Object.defineProperty(exports, key, {
|
|
2832
|
+
enumerable: true,
|
|
2833
|
+
get: function () {
|
|
2834
|
+
return _ILetterType[key];
|
|
2835
|
+
}
|
|
2836
|
+
});
|
|
2837
|
+
});
|
|
2838
|
+
|
|
2839
|
+
var _ILogType = require("./Interface/models/ILogType");
|
|
2840
|
+
|
|
2841
|
+
Object.keys(_ILogType).forEach(function (key) {
|
|
2842
|
+
if (key === "default" || key === "__esModule") return;
|
|
2843
|
+
Object.defineProperty(exports, key, {
|
|
2844
|
+
enumerable: true,
|
|
2845
|
+
get: function () {
|
|
2846
|
+
return _ILogType[key];
|
|
2847
|
+
}
|
|
2848
|
+
});
|
|
2849
|
+
});
|
|
2850
|
+
|
|
2851
|
+
var _INotificationCodeType = require("./Interface/models/INotificationCodeType");
|
|
2852
|
+
|
|
2853
|
+
Object.keys(_INotificationCodeType).forEach(function (key) {
|
|
2854
|
+
if (key === "default" || key === "__esModule") return;
|
|
2855
|
+
Object.defineProperty(exports, key, {
|
|
2856
|
+
enumerable: true,
|
|
2857
|
+
get: function () {
|
|
2858
|
+
return _INotificationCodeType[key];
|
|
2859
|
+
}
|
|
2860
|
+
});
|
|
2861
|
+
});
|
|
2862
|
+
|
|
2863
|
+
var _INotificationType = require("./Interface/models/INotificationType");
|
|
2864
|
+
|
|
2865
|
+
Object.keys(_INotificationType).forEach(function (key) {
|
|
2866
|
+
if (key === "default" || key === "__esModule") return;
|
|
2867
|
+
Object.defineProperty(exports, key, {
|
|
2868
|
+
enumerable: true,
|
|
2869
|
+
get: function () {
|
|
2870
|
+
return _INotificationType[key];
|
|
2871
|
+
}
|
|
2872
|
+
});
|
|
2873
|
+
});
|
|
2874
|
+
|
|
2875
|
+
var _IPartnerTransactionType = require("./Interface/models/IPartnerTransactionType");
|
|
2876
|
+
|
|
2877
|
+
Object.keys(_IPartnerTransactionType).forEach(function (key) {
|
|
2878
|
+
if (key === "default" || key === "__esModule") return;
|
|
2879
|
+
Object.defineProperty(exports, key, {
|
|
2880
|
+
enumerable: true,
|
|
2881
|
+
get: function () {
|
|
2882
|
+
return _IPartnerTransactionType[key];
|
|
2883
|
+
}
|
|
2884
|
+
});
|
|
2885
|
+
});
|
|
2886
|
+
|
|
2887
|
+
var _IPenaltyType = require("./Interface/models/IPenaltyType");
|
|
2888
|
+
|
|
2889
|
+
Object.keys(_IPenaltyType).forEach(function (key) {
|
|
2890
|
+
if (key === "default" || key === "__esModule") return;
|
|
2891
|
+
Object.defineProperty(exports, key, {
|
|
2892
|
+
enumerable: true,
|
|
2893
|
+
get: function () {
|
|
2894
|
+
return _IPenaltyType[key];
|
|
2895
|
+
}
|
|
2896
|
+
});
|
|
2897
|
+
});
|
|
2898
|
+
|
|
2899
|
+
var _IProductType = require("./Interface/models/IProductType");
|
|
2900
|
+
|
|
2901
|
+
Object.keys(_IProductType).forEach(function (key) {
|
|
2902
|
+
if (key === "default" || key === "__esModule") return;
|
|
2903
|
+
Object.defineProperty(exports, key, {
|
|
2904
|
+
enumerable: true,
|
|
2905
|
+
get: function () {
|
|
2906
|
+
return _IProductType[key];
|
|
2907
|
+
}
|
|
2908
|
+
});
|
|
2909
|
+
});
|
|
2910
|
+
|
|
2911
|
+
var _IRepeatType = require("./Interface/models/IRepeatType");
|
|
2912
|
+
|
|
2913
|
+
Object.keys(_IRepeatType).forEach(function (key) {
|
|
2914
|
+
if (key === "default" || key === "__esModule") return;
|
|
2915
|
+
Object.defineProperty(exports, key, {
|
|
2916
|
+
enumerable: true,
|
|
2917
|
+
get: function () {
|
|
2918
|
+
return _IRepeatType[key];
|
|
2919
|
+
}
|
|
2920
|
+
});
|
|
2921
|
+
});
|
|
2922
|
+
|
|
2923
|
+
var _IReportType = require("./Interface/models/IReportType");
|
|
2924
|
+
|
|
2925
|
+
Object.keys(_IReportType).forEach(function (key) {
|
|
2926
|
+
if (key === "default" || key === "__esModule") return;
|
|
2927
|
+
Object.defineProperty(exports, key, {
|
|
2928
|
+
enumerable: true,
|
|
2929
|
+
get: function () {
|
|
2930
|
+
return _IReportType[key];
|
|
2931
|
+
}
|
|
2932
|
+
});
|
|
2933
|
+
});
|
|
2934
|
+
|
|
2935
|
+
var _ISmsType = require("./Interface/models/ISmsType");
|
|
2936
|
+
|
|
2937
|
+
Object.keys(_ISmsType).forEach(function (key) {
|
|
2938
|
+
if (key === "default" || key === "__esModule") return;
|
|
2939
|
+
Object.defineProperty(exports, key, {
|
|
2940
|
+
enumerable: true,
|
|
2941
|
+
get: function () {
|
|
2942
|
+
return _ISmsType[key];
|
|
2943
|
+
}
|
|
2944
|
+
});
|
|
2945
|
+
});
|
|
2946
|
+
|
|
2947
|
+
var _IStripeEventType = require("./Interface/models/IStripeEventType");
|
|
2948
|
+
|
|
2949
|
+
Object.keys(_IStripeEventType).forEach(function (key) {
|
|
2950
|
+
if (key === "default" || key === "__esModule") return;
|
|
2951
|
+
Object.defineProperty(exports, key, {
|
|
2952
|
+
enumerable: true,
|
|
2953
|
+
get: function () {
|
|
2954
|
+
return _IStripeEventType[key];
|
|
2955
|
+
}
|
|
2956
|
+
});
|
|
2957
|
+
});
|
|
2958
|
+
|
|
2959
|
+
var _ISubscriptionType = require("./Interface/models/ISubscriptionType");
|
|
2960
|
+
|
|
2961
|
+
Object.keys(_ISubscriptionType).forEach(function (key) {
|
|
2962
|
+
if (key === "default" || key === "__esModule") return;
|
|
2963
|
+
Object.defineProperty(exports, key, {
|
|
2964
|
+
enumerable: true,
|
|
2965
|
+
get: function () {
|
|
2966
|
+
return _ISubscriptionType[key];
|
|
2967
|
+
}
|
|
2968
|
+
});
|
|
2969
|
+
});
|
|
2970
|
+
|
|
2971
|
+
var _IThirdPartyType = require("./Interface/models/IThirdPartyType");
|
|
2972
|
+
|
|
2973
|
+
Object.keys(_IThirdPartyType).forEach(function (key) {
|
|
2974
|
+
if (key === "default" || key === "__esModule") return;
|
|
2975
|
+
Object.defineProperty(exports, key, {
|
|
2976
|
+
enumerable: true,
|
|
2977
|
+
get: function () {
|
|
2978
|
+
return _IThirdPartyType[key];
|
|
2979
|
+
}
|
|
2980
|
+
});
|
|
2981
|
+
});
|
|
2982
|
+
|
|
2983
|
+
var _IVehicleType = require("./Interface/models/IVehicleType");
|
|
2984
|
+
|
|
2985
|
+
Object.keys(_IVehicleType).forEach(function (key) {
|
|
2986
|
+
if (key === "default" || key === "__esModule") return;
|
|
2987
|
+
Object.defineProperty(exports, key, {
|
|
2988
|
+
enumerable: true,
|
|
2989
|
+
get: function () {
|
|
2990
|
+
return _IVehicleType[key];
|
|
2991
|
+
}
|
|
2992
|
+
});
|
|
2993
|
+
});
|
|
2994
|
+
|
|
2995
|
+
var _IUnit = require("./Interface/models/IUnit");
|
|
2996
|
+
|
|
2997
|
+
Object.keys(_IUnit).forEach(function (key) {
|
|
2998
|
+
if (key === "default" || key === "__esModule") return;
|
|
2999
|
+
Object.defineProperty(exports, key, {
|
|
3000
|
+
enumerable: true,
|
|
3001
|
+
get: function () {
|
|
3002
|
+
return _IUnit[key];
|
|
3003
|
+
}
|
|
3004
|
+
});
|
|
3005
|
+
});
|
|
3006
|
+
|
|
3007
|
+
var _IUser = require("./Interface/models/IUser");
|
|
3008
|
+
|
|
3009
|
+
Object.keys(_IUser).forEach(function (key) {
|
|
3010
|
+
if (key === "default" || key === "__esModule") return;
|
|
3011
|
+
Object.defineProperty(exports, key, {
|
|
3012
|
+
enumerable: true,
|
|
3013
|
+
get: function () {
|
|
3014
|
+
return _IUser[key];
|
|
3015
|
+
}
|
|
3016
|
+
});
|
|
3017
|
+
});
|
|
3018
|
+
|
|
3019
|
+
var _IUserNotification = require("./Interface/models/IUserNotification");
|
|
3020
|
+
|
|
3021
|
+
Object.keys(_IUserNotification).forEach(function (key) {
|
|
3022
|
+
if (key === "default" || key === "__esModule") return;
|
|
3023
|
+
Object.defineProperty(exports, key, {
|
|
3024
|
+
enumerable: true,
|
|
3025
|
+
get: function () {
|
|
3026
|
+
return _IUserNotification[key];
|
|
3027
|
+
}
|
|
3028
|
+
});
|
|
3029
|
+
});
|
|
3030
|
+
|
|
3031
|
+
var _IUserSocietyPermission = require("./Interface/models/IUserSocietyPermission");
|
|
3032
|
+
|
|
3033
|
+
Object.keys(_IUserSocietyPermission).forEach(function (key) {
|
|
3034
|
+
if (key === "default" || key === "__esModule") return;
|
|
3035
|
+
Object.defineProperty(exports, key, {
|
|
3036
|
+
enumerable: true,
|
|
3037
|
+
get: function () {
|
|
3038
|
+
return _IUserSocietyPermission[key];
|
|
3039
|
+
}
|
|
3040
|
+
});
|
|
3041
|
+
});
|
|
3042
|
+
|
|
3043
|
+
var _IUserSocietyTicketSupport = require("./Interface/models/IUserSocietyTicketSupport");
|
|
3044
|
+
|
|
3045
|
+
Object.keys(_IUserSocietyTicketSupport).forEach(function (key) {
|
|
3046
|
+
if (key === "default" || key === "__esModule") return;
|
|
3047
|
+
Object.defineProperty(exports, key, {
|
|
3048
|
+
enumerable: true,
|
|
3049
|
+
get: function () {
|
|
3050
|
+
return _IUserSocietyTicketSupport[key];
|
|
3051
|
+
}
|
|
3052
|
+
});
|
|
3053
|
+
});
|
|
3054
|
+
|
|
3055
|
+
var _IUserTeam = require("./Interface/models/IUserTeam");
|
|
3056
|
+
|
|
3057
|
+
Object.keys(_IUserTeam).forEach(function (key) {
|
|
3058
|
+
if (key === "default" || key === "__esModule") return;
|
|
3059
|
+
Object.defineProperty(exports, key, {
|
|
3060
|
+
enumerable: true,
|
|
3061
|
+
get: function () {
|
|
3062
|
+
return _IUserTeam[key];
|
|
3063
|
+
}
|
|
3064
|
+
});
|
|
3065
|
+
});
|
|
3066
|
+
|
|
3067
|
+
var _IUserTest = require("./Interface/models/IUserTest");
|
|
3068
|
+
|
|
3069
|
+
Object.keys(_IUserTest).forEach(function (key) {
|
|
3070
|
+
if (key === "default" || key === "__esModule") return;
|
|
3071
|
+
Object.defineProperty(exports, key, {
|
|
3072
|
+
enumerable: true,
|
|
3073
|
+
get: function () {
|
|
3074
|
+
return _IUserTest[key];
|
|
3075
|
+
}
|
|
3076
|
+
});
|
|
3077
|
+
});
|
|
3078
|
+
|
|
3079
|
+
var _IVatDeclaration = require("./Interface/models/IVatDeclaration");
|
|
3080
|
+
|
|
3081
|
+
Object.keys(_IVatDeclaration).forEach(function (key) {
|
|
3082
|
+
if (key === "default" || key === "__esModule") return;
|
|
3083
|
+
Object.defineProperty(exports, key, {
|
|
3084
|
+
enumerable: true,
|
|
3085
|
+
get: function () {
|
|
3086
|
+
return _IVatDeclaration[key];
|
|
3087
|
+
}
|
|
3088
|
+
});
|
|
3089
|
+
});
|
|
3090
|
+
|
|
3091
|
+
var _IVatDeclarationCertificate = require("./Interface/models/IVatDeclarationCertificate");
|
|
3092
|
+
|
|
3093
|
+
Object.keys(_IVatDeclarationCertificate).forEach(function (key) {
|
|
3094
|
+
if (key === "default" || key === "__esModule") return;
|
|
3095
|
+
Object.defineProperty(exports, key, {
|
|
3096
|
+
enumerable: true,
|
|
3097
|
+
get: function () {
|
|
3098
|
+
return _IVatDeclarationCertificate[key];
|
|
3099
|
+
}
|
|
3100
|
+
});
|
|
3101
|
+
});
|
|
3102
|
+
|
|
3103
|
+
var _IVatDeclarationSocietyDetail = require("./Interface/models/IVatDeclarationSocietyDetail");
|
|
3104
|
+
|
|
3105
|
+
Object.keys(_IVatDeclarationSocietyDetail).forEach(function (key) {
|
|
3106
|
+
if (key === "default" || key === "__esModule") return;
|
|
3107
|
+
Object.defineProperty(exports, key, {
|
|
3108
|
+
enumerable: true,
|
|
3109
|
+
get: function () {
|
|
3110
|
+
return _IVatDeclarationSocietyDetail[key];
|
|
3111
|
+
}
|
|
3112
|
+
});
|
|
3113
|
+
});
|
|
3114
|
+
|
|
3115
|
+
var _IWebMail = require("./Interface/models/IWebMail");
|
|
3116
|
+
|
|
3117
|
+
Object.keys(_IWebMail).forEach(function (key) {
|
|
3118
|
+
if (key === "default" || key === "__esModule") return;
|
|
3119
|
+
Object.defineProperty(exports, key, {
|
|
3120
|
+
enumerable: true,
|
|
3121
|
+
get: function () {
|
|
3122
|
+
return _IWebMail[key];
|
|
3123
|
+
}
|
|
3124
|
+
});
|
|
3125
|
+
});
|
|
3126
|
+
|
|
3127
|
+
var _IWebMailAttachment = require("./Interface/models/IWebMailAttachment");
|
|
3128
|
+
|
|
3129
|
+
Object.keys(_IWebMailAttachment).forEach(function (key) {
|
|
3130
|
+
if (key === "default" || key === "__esModule") return;
|
|
3131
|
+
Object.defineProperty(exports, key, {
|
|
3132
|
+
enumerable: true,
|
|
3133
|
+
get: function () {
|
|
3134
|
+
return _IWebMailAttachment[key];
|
|
3135
|
+
}
|
|
3136
|
+
});
|
|
3137
|
+
});
|
|
3138
|
+
|
|
3139
|
+
var _IWebMailSpam = require("./Interface/models/IWebMailSpam");
|
|
3140
|
+
|
|
3141
|
+
Object.keys(_IWebMailSpam).forEach(function (key) {
|
|
3142
|
+
if (key === "default" || key === "__esModule") return;
|
|
3143
|
+
Object.defineProperty(exports, key, {
|
|
3144
|
+
enumerable: true,
|
|
3145
|
+
get: function () {
|
|
3146
|
+
return _IWebMailSpam[key];
|
|
3147
|
+
}
|
|
3148
|
+
});
|
|
3149
|
+
});
|
|
3150
|
+
|
|
3151
|
+
var _IWebMailStat = require("./Interface/models/IWebMailStat");
|
|
3152
|
+
|
|
3153
|
+
Object.keys(_IWebMailStat).forEach(function (key) {
|
|
3154
|
+
if (key === "default" || key === "__esModule") return;
|
|
3155
|
+
Object.defineProperty(exports, key, {
|
|
3156
|
+
enumerable: true,
|
|
3157
|
+
get: function () {
|
|
3158
|
+
return _IWebMailStat[key];
|
|
3159
|
+
}
|
|
3160
|
+
});
|
|
3161
|
+
});
|
|
3162
|
+
|
|
3163
|
+
var _IWebMailType = require("./Interface/models/IWebMailType");
|
|
3164
|
+
|
|
3165
|
+
Object.keys(_IWebMailType).forEach(function (key) {
|
|
3166
|
+
if (key === "default" || key === "__esModule") return;
|
|
3167
|
+
Object.defineProperty(exports, key, {
|
|
3168
|
+
enumerable: true,
|
|
3169
|
+
get: function () {
|
|
3170
|
+
return _IWebMailType[key];
|
|
3171
|
+
}
|
|
3172
|
+
});
|
|
3173
|
+
});
|
|
3174
|
+
|
|
3175
|
+
var _IWebMailSpamType = require("./Interface/models/IWebMailSpamType");
|
|
3176
|
+
|
|
3177
|
+
Object.keys(_IWebMailSpamType).forEach(function (key) {
|
|
3178
|
+
if (key === "default" || key === "__esModule") return;
|
|
3179
|
+
Object.defineProperty(exports, key, {
|
|
3180
|
+
enumerable: true,
|
|
3181
|
+
get: function () {
|
|
3182
|
+
return _IWebMailSpamType[key];
|
|
3183
|
+
}
|
|
3184
|
+
});
|
|
3185
|
+
});
|
|
3186
|
+
|
|
3187
|
+
var _IWorkingSchedule = require("./Interface/models/IWorkingSchedule");
|
|
3188
|
+
|
|
3189
|
+
Object.keys(_IWorkingSchedule).forEach(function (key) {
|
|
3190
|
+
if (key === "default" || key === "__esModule") return;
|
|
3191
|
+
Object.defineProperty(exports, key, {
|
|
3192
|
+
enumerable: true,
|
|
3193
|
+
get: function () {
|
|
3194
|
+
return _IWorkingSchedule[key];
|
|
3195
|
+
}
|
|
3196
|
+
});
|
|
3197
|
+
});
|
|
3198
|
+
|
|
3199
|
+
var _IField = require("./Interface/models/IField");
|
|
3200
|
+
|
|
3201
|
+
Object.keys(_IField).forEach(function (key) {
|
|
3202
|
+
if (key === "default" || key === "__esModule") return;
|
|
3203
|
+
Object.defineProperty(exports, key, {
|
|
3204
|
+
enumerable: true,
|
|
3205
|
+
get: function () {
|
|
3206
|
+
return _IField[key];
|
|
3207
|
+
}
|
|
3208
|
+
});
|
|
3209
|
+
});
|
|
3210
|
+
|
|
3211
|
+
var _FormAuthenticate = require("./Form/FormAuthenticate");
|
|
3212
|
+
|
|
3213
|
+
Object.keys(_FormAuthenticate).forEach(function (key) {
|
|
3214
|
+
if (key === "default" || key === "__esModule") return;
|
|
3215
|
+
Object.defineProperty(exports, key, {
|
|
3216
|
+
enumerable: true,
|
|
3217
|
+
get: function () {
|
|
3218
|
+
return _FormAuthenticate[key];
|
|
3219
|
+
}
|
|
3220
|
+
});
|
|
3221
|
+
});
|
|
3222
|
+
|
|
3223
|
+
var _FormPaymentExpectationCustomer = require("./Form/FormPaymentExpectationCustomer");
|
|
3224
|
+
|
|
3225
|
+
Object.keys(_FormPaymentExpectationCustomer).forEach(function (key) {
|
|
3226
|
+
if (key === "default" || key === "__esModule") return;
|
|
3227
|
+
Object.defineProperty(exports, key, {
|
|
3228
|
+
enumerable: true,
|
|
3229
|
+
get: function () {
|
|
3230
|
+
return _FormPaymentExpectationCustomer[key];
|
|
3231
|
+
}
|
|
3232
|
+
});
|
|
3233
|
+
});
|
|
3234
|
+
|
|
3235
|
+
var _FormConnector = require("./Form/FormConnector");
|
|
3236
|
+
|
|
3237
|
+
Object.keys(_FormConnector).forEach(function (key) {
|
|
3238
|
+
if (key === "default" || key === "__esModule") return;
|
|
3239
|
+
Object.defineProperty(exports, key, {
|
|
3240
|
+
enumerable: true,
|
|
3241
|
+
get: function () {
|
|
3242
|
+
return _FormConnector[key];
|
|
3243
|
+
}
|
|
3244
|
+
});
|
|
3245
|
+
});
|
|
3246
|
+
|
|
3247
|
+
var _Role = require("./Enum/Role");
|
|
3248
|
+
|
|
3249
|
+
Object.keys(_Role).forEach(function (key) {
|
|
3250
|
+
if (key === "default" || key === "__esModule") return;
|
|
3251
|
+
Object.defineProperty(exports, key, {
|
|
3252
|
+
enumerable: true,
|
|
3253
|
+
get: function () {
|
|
3254
|
+
return _Role[key];
|
|
3255
|
+
}
|
|
3256
|
+
});
|
|
3257
|
+
});
|
|
3258
|
+
|
|
3259
|
+
var _Simulation = require("./Enum/Simulation");
|
|
3260
|
+
|
|
3261
|
+
Object.keys(_Simulation).forEach(function (key) {
|
|
3262
|
+
if (key === "default" || key === "__esModule") return;
|
|
3263
|
+
Object.defineProperty(exports, key, {
|
|
3264
|
+
enumerable: true,
|
|
3265
|
+
get: function () {
|
|
3266
|
+
return _Simulation[key];
|
|
3267
|
+
}
|
|
3268
|
+
});
|
|
3269
|
+
});
|
|
3270
|
+
|
|
3271
|
+
var _Country = require("./Enum/Country");
|
|
3272
|
+
|
|
3273
|
+
Object.keys(_Country).forEach(function (key) {
|
|
3274
|
+
if (key === "default" || key === "__esModule") return;
|
|
3275
|
+
Object.defineProperty(exports, key, {
|
|
3276
|
+
enumerable: true,
|
|
3277
|
+
get: function () {
|
|
3278
|
+
return _Country[key];
|
|
3279
|
+
}
|
|
3280
|
+
});
|
|
3281
|
+
});
|
|
3282
|
+
|
|
3283
|
+
var _ComptaType = require("./Enum/ComptaType");
|
|
3284
|
+
|
|
3285
|
+
Object.keys(_ComptaType).forEach(function (key) {
|
|
3286
|
+
if (key === "default" || key === "__esModule") return;
|
|
3287
|
+
Object.defineProperty(exports, key, {
|
|
3288
|
+
enumerable: true,
|
|
3289
|
+
get: function () {
|
|
3290
|
+
return _ComptaType[key];
|
|
3291
|
+
}
|
|
3292
|
+
});
|
|
3293
|
+
});
|
|
3294
|
+
|
|
3295
|
+
var _SubscriptionType = require("./Enum/SubscriptionType");
|
|
3296
|
+
|
|
3297
|
+
Object.keys(_SubscriptionType).forEach(function (key) {
|
|
3298
|
+
if (key === "default" || key === "__esModule") return;
|
|
3299
|
+
Object.defineProperty(exports, key, {
|
|
3300
|
+
enumerable: true,
|
|
3301
|
+
get: function () {
|
|
3302
|
+
return _SubscriptionType[key];
|
|
3303
|
+
}
|
|
3304
|
+
});
|
|
3305
|
+
});
|
|
3306
|
+
|
|
3307
|
+
var _Sector = require("./Enum/Sector");
|
|
3308
|
+
|
|
3309
|
+
Object.keys(_Sector).forEach(function (key) {
|
|
3310
|
+
if (key === "default" || key === "__esModule") return;
|
|
3311
|
+
Object.defineProperty(exports, key, {
|
|
3312
|
+
enumerable: true,
|
|
3313
|
+
get: function () {
|
|
3314
|
+
return _Sector[key];
|
|
3315
|
+
}
|
|
3316
|
+
});
|
|
3317
|
+
});
|
|
3318
|
+
|
|
3319
|
+
var _LegalForm = require("./Enum/LegalForm");
|
|
3320
|
+
|
|
3321
|
+
Object.keys(_LegalForm).forEach(function (key) {
|
|
3322
|
+
if (key === "default" || key === "__esModule") return;
|
|
3323
|
+
Object.defineProperty(exports, key, {
|
|
3324
|
+
enumerable: true,
|
|
3325
|
+
get: function () {
|
|
3326
|
+
return _LegalForm[key];
|
|
3327
|
+
}
|
|
3328
|
+
});
|
|
3329
|
+
});
|
|
3330
|
+
|
|
3331
|
+
var _VatRegime = require("./Enum/VatRegime");
|
|
3332
|
+
|
|
3333
|
+
Object.keys(_VatRegime).forEach(function (key) {
|
|
3334
|
+
if (key === "default" || key === "__esModule") return;
|
|
3335
|
+
Object.defineProperty(exports, key, {
|
|
3336
|
+
enumerable: true,
|
|
3337
|
+
get: function () {
|
|
3338
|
+
return _VatRegime[key];
|
|
3339
|
+
}
|
|
3340
|
+
});
|
|
3341
|
+
});
|
|
3342
|
+
|
|
3343
|
+
var _TypeConnector = require("./Enum/TypeConnector");
|
|
3344
|
+
|
|
3345
|
+
Object.keys(_TypeConnector).forEach(function (key) {
|
|
3346
|
+
if (key === "default" || key === "__esModule") return;
|
|
3347
|
+
Object.defineProperty(exports, key, {
|
|
3348
|
+
enumerable: true,
|
|
3349
|
+
get: function () {
|
|
3350
|
+
return _TypeConnector[key];
|
|
3351
|
+
}
|
|
3352
|
+
});
|
|
3353
|
+
});
|
|
3354
|
+
|
|
3355
|
+
var _Vat = require("./Enum/Vat");
|
|
3356
|
+
|
|
3357
|
+
Object.keys(_Vat).forEach(function (key) {
|
|
3358
|
+
if (key === "default" || key === "__esModule") return;
|
|
3359
|
+
Object.defineProperty(exports, key, {
|
|
3360
|
+
enumerable: true,
|
|
3361
|
+
get: function () {
|
|
3362
|
+
return _Vat[key];
|
|
3363
|
+
}
|
|
3364
|
+
});
|
|
3365
|
+
});
|
|
3366
|
+
|
|
3367
|
+
var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
|
|
3368
|
+
|
|
3369
|
+
Object.keys(_ReadBusinessPartner).forEach(function (key) {
|
|
3370
|
+
if (key === "default" || key === "__esModule") return;
|
|
3371
|
+
Object.defineProperty(exports, key, {
|
|
3372
|
+
enumerable: true,
|
|
3373
|
+
get: function () {
|
|
3374
|
+
return _ReadBusinessPartner[key];
|
|
3375
|
+
}
|
|
3376
|
+
});
|
|
3377
|
+
});
|
|
3378
|
+
|
|
3379
|
+
var _CreateSimulation = require("./Interface/api/simulation/CreateSimulation");
|
|
3380
|
+
|
|
3381
|
+
Object.keys(_CreateSimulation).forEach(function (key) {
|
|
3382
|
+
if (key === "default" || key === "__esModule") return;
|
|
3383
|
+
Object.defineProperty(exports, key, {
|
|
3384
|
+
enumerable: true,
|
|
3385
|
+
get: function () {
|
|
3386
|
+
return _CreateSimulation[key];
|
|
3387
|
+
}
|
|
3388
|
+
});
|
|
3389
|
+
});
|
|
3390
|
+
|
|
3391
|
+
var _CreateAccountingEntry = require("./Interface/api/accountingEntry/CreateAccountingEntry");
|
|
3392
|
+
|
|
3393
|
+
Object.keys(_CreateAccountingEntry).forEach(function (key) {
|
|
3394
|
+
if (key === "default" || key === "__esModule") return;
|
|
3395
|
+
Object.defineProperty(exports, key, {
|
|
3396
|
+
enumerable: true,
|
|
3397
|
+
get: function () {
|
|
3398
|
+
return _CreateAccountingEntry[key];
|
|
3399
|
+
}
|
|
3400
|
+
});
|
|
3401
|
+
});
|
|
3402
|
+
//# sourceMappingURL=index.js.map
|