@silexpert/core 1.1.175 → 1.1.176
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/dist/cjs/api/resources/Card.d.ts +10 -0
- package/dist/cjs/api/resources/Card.d.ts.map +1 -0
- package/dist/cjs/api/resources/Card.js +23 -0
- package/dist/cjs/api/resources/Card.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.js +14 -14
- package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/Card.d.ts +77 -0
- package/dist/cjs/types/Enum/Card.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Card.js +94 -0
- package/dist/cjs/types/Enum/Card.js.map +1 -0
- package/dist/cjs/types/Enum/Comment.d.ts +2 -1
- package/dist/cjs/types/Enum/Comment.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Comment.js +1 -0
- package/dist/cjs/types/Enum/Comment.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +175 -0
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +1 -0
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +6 -0
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts +10 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js +53 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts +6 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js +33 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.d.ts +10 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.js +57 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.js.map +1 -0
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts +1 -0
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +6 -0
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheet.d.ts +16 -13
- package/dist/cjs/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts +3 -0
- package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICard.d.ts +29 -0
- package/dist/cjs/types/Interface/models/ICard.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ICard.js +3 -0
- package/dist/cjs/types/Interface/models/ICard.js.map +1 -0
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts +17 -0
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ICardHistory.js +3 -0
- package/dist/cjs/types/Interface/models/ICardHistory.js.map +1 -0
- package/dist/cjs/types/Interface/models/IComment.d.ts +3 -1
- package/dist/cjs/types/Interface/models/IComment.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IComment.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts +9 -0
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUserBrand.d.ts +6 -0
- package/dist/cjs/types/Interface/models/IUserBrand.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUserBrand.js +3 -0
- package/dist/cjs/types/Interface/models/IUserBrand.js.map +1 -0
- package/dist/cjs/types/index.d.ts +7 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +7 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/quotation.js +1 -1
- package/dist/cjs/utils/quotation.js.map +1 -1
- package/dist/mjs/api/resources/Card.d.ts +10 -0
- package/dist/mjs/api/resources/Card.d.ts.map +1 -0
- package/dist/mjs/api/resources/Card.js +19 -0
- package/dist/mjs/api/resources/Card.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.js +14 -14
- package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/Card.d.ts +77 -0
- package/dist/mjs/types/Enum/Card.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Card.js +91 -0
- package/dist/mjs/types/Enum/Card.js.map +1 -0
- package/dist/mjs/types/Enum/Comment.d.ts +2 -1
- package/dist/mjs/types/Enum/Comment.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Comment.js +1 -0
- package/dist/mjs/types/Enum/Comment.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +175 -0
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +1 -0
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +7 -0
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +5 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts +10 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js +55 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts +6 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js +32 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.d.ts +10 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.js +59 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.js.map +1 -0
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts +1 -0
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +7 -0
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheet.d.ts +16 -13
- package/dist/mjs/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts +3 -0
- package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICard.d.ts +29 -0
- package/dist/mjs/types/Interface/models/ICard.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ICard.js +2 -0
- package/dist/mjs/types/Interface/models/ICard.js.map +1 -0
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts +17 -0
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ICardHistory.js +2 -0
- package/dist/mjs/types/Interface/models/ICardHistory.js.map +1 -0
- package/dist/mjs/types/Interface/models/IComment.d.ts +3 -1
- package/dist/mjs/types/Interface/models/IComment.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IComment.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts +9 -0
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUserBrand.d.ts +6 -0
- package/dist/mjs/types/Interface/models/IUserBrand.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUserBrand.js +2 -0
- package/dist/mjs/types/Interface/models/IUserBrand.js.map +1 -0
- package/dist/mjs/types/index.d.ts +7 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +7 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/quotation.js +1 -1
- package/dist/mjs/utils/quotation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Card.ts +25 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandPourcentage.ts +15 -15
- package/ts/types/Enum/Card.ts +110 -0
- package/ts/types/Enum/Comment.ts +1 -0
- package/ts/types/Enum/PrestationType.ts +175 -0
- package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +5 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +3 -0
- package/ts/types/Interface/api/card/QueryUserCards.ts +33 -0
- package/ts/types/Interface/api/card/QueryUserCardsStats.ts +16 -0
- package/ts/types/Interface/api/card/UpdateCard.ts +38 -0
- package/ts/types/Interface/api/webmail/GetPaginatedWhereObjectParams.ts +5 -0
- package/ts/types/Interface/models/IBalanceSheet.ts +16 -13
- package/ts/types/Interface/models/ICalendarEvent.ts +3 -0
- package/ts/types/Interface/models/ICard.ts +31 -0
- package/ts/types/Interface/models/ICardHistory.ts +19 -0
- package/ts/types/Interface/models/IComment.ts +3 -1
- package/ts/types/Interface/models/IPrestationList.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +9 -0
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/Interface/models/IUserBrand.ts +7 -0
- package/ts/types/index.ts +8 -0
- package/ts/utils/quotation.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/ICallHistory';\nexport * from './Interface/models/IBusinessLineUser';\nexport * from './Interface/models/IVisualizedInformation';\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAbsenceRequest';\nexport * from './Interface/models/IAbsenceRequestTime';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IAccountingStatementHistory';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IBillingHistory';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerVat';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IExercicePrestationOffer';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IProductInvoice';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILeadsToPartners';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailRelation';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPartneredAccountant';\nexport * from './Interface/models/IPartneredAccountantCompanyService';\nexport * from './Interface/models/IPartneredAccountantPicture';\nexport * from './Interface/models/IPartneredAccountantService';\nexport * from './Interface/models/IPartneredAccountantServiceIcon';\nexport * from './Interface/models/IPartneredAccountantTag';\nexport * from './Interface/models/IPartneredAccountantToTag';\nexport * from './Interface/models/IPartneredAccountantToSociety';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationHistory';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IPrestationOption';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISheetMonthScheduleDetails';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISlowDetection';\nexport * from './Interface/models/IDocumentSection';\nexport * from './Interface/models/IInpiBalance';\nexport * from './Interface/models/IInpiPayment';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceding';\nexport * from './Interface/models/IInvoiceReminder';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISupervisionPendingPointReply';\nexport * from './Interface/models/ISupervisionPersonalAccountantNote';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/IAdjustment';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserFile';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IMail';\nexport * from './Interface/models/IMailAddress';\nexport * from './Interface/models/IMailAddressMail';\nexport * from './Interface/models/IRegistrationCertificate';\nexport * from './Interface/models/IMailAttachment';\nexport * from './Interface/models/ITaskAttachment';\nexport * from './Interface/models/IMailContent';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\nexport * from './Interface/models/IExerciceNote';\nexport * from './Interface/models/IRevisionGuide';\nexport * from './Interface/models/ISponsorshipWithSponsorInfo';\nexport * from './Interface/models/IStatistic';\nexport * from './Interface/models/ILastUpdateConnection';\nexport * from './Interface/models/IAccountsSectors';\nexport * from './Interface/models/IAnswerType';\nexport * from './Interface/models/IAnswerTypeValue';\nexport * from './Interface/models/IBalanceSheetQuestion';\nexport * from './Interface/models/IExerciceQuestion';\nexport * from './Interface/models/IRelatedAccountingTransaction';\nexport * from './Interface/models/IMachineLearningResult';\nexport * from './Interface/models/IBalanceSheetModule2';\nexport * from './Interface/models/IBalanceSheetStatus';\nexport * from './Interface/models/IBalanceSheetCompletion';\nexport * from './Interface/models/IDefaultPromotion';\nexport * from './Interface/models/INafCode';\nexport * from './Interface/models/IMobile';\nexport * from './Interface/models/ISocietyEvent';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/IMobileNotificationLog';\nexport * from './Interface/models/IMobileNotificationSetting';\nexport * from './Interface/models/ITimeRecorder';\nexport * from './Interface/models/IInvoiceRecurrence';\nexport * from './Interface/models/ILoanFile';\nexport * from './Interface/models/ICommercialMail';\nexport * from './Interface/models/ICommercialOffer';\nexport * from './Interface/models/IRegistration';\nexport * from './Interface/models/IVatRegimeHistory';\nexport * from './Interface/models/ICustomerAcceptance';\nexport * from './Interface/models/IUnpaidCallHistory';\nexport * from './Interface/models/IAppNotification';\nexport * from './Interface/models/IBusinessSector';\nexport * from './Interface/models/IUserChangeLog';\nexport * from './Interface/models/IConstitutionHistory';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IDubiousCustomer';\n// Schemas\nexport * from './Interface/schemas/IRegistrationDetail';\nexport * from './Interface/schemas/ITransactionHistory';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Das';\nexport * from './Enum/ChangeLog';\nexport * from './Enum/VisualizedInformation';\nexport * from './Enum/NafCode';\nexport * from './Enum/Acceptance';\nexport * from './Enum/FolderFile';\nexport * from './Enum/CommercialGrade';\nexport * from './Enum/CommercialOfferType';\nexport * from './Enum/CommercialManagement';\nexport * from './Enum/Civility';\nexport * from './Enum/Registration';\nexport * from './Enum/Aspone';\nexport * from './Enum/ProfitsType';\nexport * from './Enum/Tax';\nexport * from './Enum/RegistrationSource';\nexport * from './Enum/RegistrationSourceDetail';\nexport * from './Enum/Log';\nexport * from './Enum/Quality';\nexport * from './Enum/AbsenceType';\nexport * from './Enum/Role';\nexport * from './Enum/RoleDetail';\nexport * from './Enum/MaritalStatus';\nexport * from './Enum/StatutsSection';\nexport * from './Enum/PrestationOption';\nexport * from './Enum/TimeCounterType';\nexport * from './Enum/CustomerSignature';\nexport * from './Enum/MailAuto';\nexport * from './Enum/MailAddressType';\nexport * from './Enum/Simulation';\nexport * from './Enum/Country';\nexport * from './Enum/ComptaType';\nexport * from './Enum/SubscriptionType';\nexport * from './Enum/Sector';\nexport * from './Enum/LegalForm';\nexport * from './Enum/VatRegime';\nexport * from './Enum/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/PaymentMethod';\nexport * from './Enum/ReportType';\nexport * from './Enum/AdjustmentType';\nexport * from './Enum/ReportState';\nexport * from './Enum/Proceding';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/Partners';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/LetterRecoveryState';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/SalesContractConfig';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/AdditionnalSells';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StatisticType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\nexport * from './Enum/Account';\nexport * from './Enum/TypeCustomerProviderOperation';\nexport * from './Enum/EstimateInvoice';\nexport * from './Enum/Gescom';\nexport * from './Enum/TypeIncomeAllocation';\nexport * from './Enum/AccountingFileType';\nexport * from './Enum/FileType';\nexport * from './Enum/RevisionGuide';\nexport * from './Enum/Util';\nexport * from './Enum/RegisterCategory';\nexport * from './Enum/FieldSocietyStat';\nexport * from './Enum/PrestationType';\nexport * from './Enum/PriceGridClementine';\nexport * from './Enum/PriceGridPourcentage';\nexport * from './Enum/PriceGridLegalstart';\nexport * from './Enum/StatsCaStateDetail';\nexport * from './Enum/Lab';\nexport * from './Enum/ConstitutionState';\nexport * from './Enum/Supervision';\nexport * from './Enum/Notification';\nexport * from './Enum/Comment';\nexport * from './Enum/Channel';\nexport * from './Enum/ExerciceNoteType';\nexport * from './Enum/BrandClementine';\nexport * from './Enum/BrandLegalstart';\nexport * from './Enum/BrandComptalib';\nexport * from './Enum/BrandPourcentage';\nexport * from './Enum/BrandStatutsExpress';\nexport * from './Enum/PartneredAccountantServiceState';\nexport * from './Enum/AccountsSectors';\nexport * from './Enum/ProductType';\nexport * from './Enum/Unit';\nexport * from './Enum/MealExpenseThresholds';\nexport * from './Enum/MimeType';\nexport * from './Enum/BalanceSheetQuestion';\nexport * from './Enum/BalanceSheetQuestionWording';\nexport * from './Enum/AnswerTypeValue';\nexport * from './Enum/PartneredAccountantServiceType';\nexport * from './Enum/LegalInformation';\nexport * from './Enum/ProvisionType';\nexport * from './Enum/Ocr';\nexport * from './Enum/MachineLearning';\nexport * from './Enum/JeDeclare';\nexport * from './Enum/Currency';\nexport * from './Enum/BalanceSheetModule';\nexport * from './Enum/BalanceSheetStatus';\nexport * from './Enum/FuelType';\nexport * from './Enum/KilometricAllowanceScale';\nexport * from './Enum/VatDeclarationType';\nexport * from './Enum/BudgetInsight';\nexport * from './Enum/WebmailType';\nexport * from './Enum/WebmailFlag';\nexport * from './Enum/MailFlag';\nexport * from './Enum/Contract';\nexport * from './Enum/SalariesType';\nexport * from './Enum/SheetMonthScheduleDetailType';\nexport * from './Enum/ChecklistType';\nexport * from './Enum/NotificationType';\nexport * from './Enum/TaskResponseType';\nexport * from './Enum/InternalService';\nexport * from './Enum/SocietyTypeEvent';\nexport * from './Enum/Call';\nexport * from './Enum/ConnectionError';\nexport * from './Enum/RecurrenceType';\nexport * from './Enum/Rules';\nexport * from './Enum/CustomerVat';\nexport * from './Enum/Constitution';\nexport * from './Enum/PaymentReason';\nexport * from './Enum/OperationLegalNotice';\nexport * from './Enum/OrderStatus';\nexport * from './Enum/ReportService';\nexport * from './Enum/RegulateType';\nexport * from './Enum/ProcessingState';\nexport * from './Enum/InpiType';\nexport * from './Enum/DepositDocumentType';\nexport * from './Enum/StatusSignature';\nexport * from './Enum/BankCollectingState';\nexport * from './Enum/Phone';\nexport * from './Enum/GeneralThirdParty';\nexport * from './Enum/MailDomainType';\nexport * from './Enum/TextMessageType';\nexport * from './Enum/JobTitle';\nexport * from './Enum/Holidays';\nexport * from './Enum/AdminAcceptance';\nexport * from './Enum/PrestationListType';\nexport * from './Enum/UnpaidCallHistoryType';\nexport * from './Enum/CommercialImportHeader';\nexport * from './Enum/ReasonTerminationType';\nexport * from './Enum/RemoteType';\nexport * from './Enum/EntityType';\nexport * from './Enum/Compensation';\nexport * from './Enum/CashDeskTransactionType';\nexport * from './Enum/ThirdParty';\nexport * from './Enum/PaymentExpectation';\nexport * from './Enum/FollowList';\nexport * from './Enum/ClientOrProspect';\nexport * from './Enum/ClosingType';\nexport * from './Enum/MissionAcceptation';\nexport * from './Enum/Bank';\nexport * from './Enum/VatControl';\nexport * from './Enum/Cycle';\nexport * from './Enum/TimeTrackingSource';\n\n// Interfaces API\nexport * from './Interface/api/cashAndExpense/Query';\nexport * from './Interface/api/cerfa/das2';\nexport * from './Interface/api/adjustment/Query';\nexport * from './Interface/api/adjustment/Read';\nexport * from './Interface/api/vatDeclaration/ReadVatDeclaration';\nexport * from './Interface/api/adjustment/Create';\nexport * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';\nexport * from './Interface/api/jeDeclare/ReadJeDeclare';\nexport * from './Interface/api/aspone/ReadInterchange';\nexport * from './Interface/api/aspone/Util';\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/businessPartner/QueryBusinessPartnerAll';\nexport * from './Interface/api/businessPartner/CreateBusinessPartnerParams';\nexport * from './Interface/api/businessPartner/UpdateBusinessPartnerParams';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/ocr/CreateOcr';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/accountingEntry/CreateManualEntry';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/payment/QueryMonthlyPayment';\nexport * from './Interface/api/payment/QueryPayment';\nexport * from './Interface/api/payment/ReadPayment';\nexport * from './Interface/api/payment/CreateNotifyCustomer';\nexport * from './Interface/api/firstStep/Create';\nexport * from './Interface/api/registration/QueryRegistration';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/accountingTransaction/DeleteInvoices';\nexport * from './Interface/api/accountingTransaction/GetTransactionsBetweenDates';\nexport * from './Interface/api/accountingTransaction/QueryBankAccountSum';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryGetAllFromSociety';\nexport * from './Interface/api/user/QueryGetAllWithoutBp';\nexport * from './Interface/api/user/QueryGetAllCollaborators';\nexport * from './Interface/api/user/QueryGetAllCollaboratorsByRoles';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/QueryUpdatePassword';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/ParamsGetAll';\nexport * from './Interface/api/user/ParamsGetAllUserWithRoles';\nexport * from './Interface/api/user/ParamsGetAllCollaborators';\nexport * from './Interface/api/user/CreateCoworker';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/user/CollaboratorsByRoles';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/balanceSheet/ReadFreelanceTurnover';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/cerfa/ReadCerfa';\nexport * from './Interface/api/cerfa/3310';\nexport * from './Interface/api/cerfa/3519';\nexport * from './Interface/api/cerfa/3514';\nexport * from './Interface/api/cerfa/3517';\nexport * from './Interface/api/customerProviderOperation/CreateCustomerProviderOperation';\nexport * from './Interface/api/mail/QueryMail';\nexport * from './Interface/api/mail/QueryAllMail';\nexport * from './Interface/api/mail/QueryPaginatedMail';\nexport * from './Interface/api/mail/QueryGetSignature';\nexport * from './Interface/api/mail/QueryCountProcessedByUser';\nexport * from './Interface/api/mail/QueryGetAnsweringTimeByUser';\nexport * from './Interface/api/mail/QueryCountMail';\nexport * from './Interface/api/mail/UpdateMail';\nexport * from './Interface/api/mail/CreateMailParams';\nexport * from './Interface/api/mail/UpdateMailParams';\nexport * from './Interface/api/mail/GetMailPromise';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/SocietyWithStatsCaParams';\nexport * from './Interface/api/society/QuerySociety';\nexport * from './Interface/api/society/QueryPaginatedSociety';\nexport * from './Interface/api/commercial/QueryPaginatedNewProspect';\nexport * from './Interface/api/commercial/QueryPaginatedSocietyWithStatsCa';\nexport * from './Interface/api/facturation/Query';\nexport * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation';\nexport * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';\nexport * from './Interface/api/facturation/CreateRebilling';\nexport * from './Interface/api/facturation/GoToFacturation';\nexport * from './Interface/api/commercial/QueryGetStats';\nexport * from './Interface/api/commercial/RequiredDocsTypeParams';\nexport * from './Interface/api/commercial/QueryFetchDialogDatasInfosOk';\nexport * from './Interface/api/commercial/QueryMovePrestationsToNextMonth';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/GetSocietyDetail';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\nexport * from './Interface/api/accountingFiles/queryAccountingFiles';\nexport * from './Interface/api/accountingFiles/Ocr';\nexport * from './Interface/api/accountingFiles/OcrPayload';\nexport * from './Interface/api/accountingFiles/OcrValue';\nexport * from './Interface/api/accountingFiles/Read';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/QueryVatDisbursed';\nexport * from './Interface/api/dashboard/ReadVatDisbursed';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadDeadline';\nexport * from './Interface/api/accountant/ReadAccountantBalance';\nexport * from './Interface/api/quotes/QueryQuotesAccount';\nexport * from './Interface/api/quotes/CreateQuoteAccount';\nexport * from './Interface/api/account/ReadQuoteAccount';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';\nexport * from './Interface/api/internalInvoicing/RegenerateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/GetLastRef';\nexport * from './Interface/api/exercice/QueryExercice';\nexport * from './Interface/api/exercice/CreateExercice';\nexport * from './Interface/api/exercice/UpdateExercice';\nexport * from './Interface/api/statutsGeneration/UpdateExerciceParams';\nexport * from './Interface/api/statutsGeneration/TemplateParams';\nexport * from './Interface/api/statutsGeneration/IntentToPayPrestationParams';\nexport * from './Interface/api/statutsGeneration/SendInviteMailParams';\nexport * from './Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams';\nexport * from './Interface/api/accountingIncome/ReadAccountingIncome';\nexport * from './Interface/api/ocr/OcrTransactions';\nexport * from './Interface/api/bankStatement/QueryBankStatement';\nexport * from './Interface/api/bankStatement/QueryTransactionBankStatement';\nexport * from './Interface/api/ocr/OcrTypeTransactions';\nexport * from './Interface/api/bankStatement/ReadBankStatement';\nexport * from './Interface/api/tax/ReadCompanyTax';\nexport * from './Interface/api/revision/Query';\nexport * from './Interface/api/revision/Read';\nexport * from './Interface/api/revision/RevisionObject';\nexport * from './Interface/api/revision/Revision';\nexport * from './Interface/api/revision/Create';\nexport * from './Interface/api/vatDeclaration/QueryVatDeclaration';\nexport * from './Interface/api/vatDeclaration/ReadVatVariousOperations';\nexport * from './Interface/api/vatDeclaration/ResultFormatToEntries';\nexport * from './Interface/api/promoCode/QueryDefaultPromotion';\nexport * from './Interface/api/promoCode/ReadDefaultPromotion';\nexport * from './Interface/api/SocietyTransaction/QuerySocietyTransactionCount';\nexport * from './Interface/api/SocietyTransaction/ReadSocietyTransactionCount';\nexport * from './Interface/api/salesContract/SendSalesContractParams';\nexport * from './Interface/api/salesContract/GenerateSalesContractParams';\nexport * from './Interface/api/webmail/CreateMailFromLambda';\nexport * from './Interface/api/webmail/MigrateMailAddresses';\nexport * from './Interface/api/webmail/ExportEmails';\nexport * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';\nexport * from './Interface/api/webmail/GetPaginatedWhereObjectParams';\nexport * from './Interface/api/promoCode/CreateDefaultPromoCode';\nexport * from './Interface/api/promoCode/ReadDefaultPaginationPromoCode';\nexport * from './Interface/api/bankAccount/QueryBankAccount';\nexport * from './Interface/api/bankAccount/ImportBankAccount';\nexport * from './Interface/api/log/QueryLogPagination';\nexport * from './Interface/api/employee/QueryEmployeeSearch';\nexport * from './Interface/api/employee/QueryCreateEmployee';\nexport * from './Interface/api/employee/QueryUpdateEmployee';\nexport * from './Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule';\nexport * from './Interface/api/workingSchedule/QueryDailyHour';\nexport * from './Interface/api/timeRecorder/Query';\nexport * from './Interface/api/timeRecorder/QueryAttendance';\nexport * from './Interface/api/timeRecorder/QueryPaginatedDelays';\nexport * from './Interface/api/timeRecorder/QueryTimeRecorderGetStats';\nexport * from './Interface/api/timeRecorder/ReadAttendanceHours';\nexport * from './Interface/api/timeRecorder/ReadPaginatedDelays';\nexport * from './Interface/api/timeRecorder/ReadUsersAbsent';\nexport * from './Interface/api/timeRecorder/ReadUsersNotConnected';\nexport * from './Interface/api/timeRecorder/UpdateRecorder';\nexport * from './Interface/api/inpiBalance/QueryInpiBalanceStatistic';\nexport * from './Interface/api/inpiBalance/QueryInpiBalancePaginated';\nexport * from './Interface/api/rating/QueryRatingPaginated';\nexport * from './Interface/api/inpiBalance/inpiBalanceStatistic';\nexport * from './Interface/api/inpiPayment/QueryInpiPaymentStatistic';\nexport * from './Interface/api/inpiPayment/QueryInpiPaymentPaginated';\nexport * from './Interface/api/vatRegimeHistory/QueryVatRegimeHistory';\nexport * from './Interface/api/textMessage/Create';\nexport * from './Interface/api/textMessage/Update';\nexport * from './Interface/api/textMessage/Query';\nexport * from './Interface/api/textMessage/Read';\nexport * from './Interface/api/companeo/CompaneoReturn';\nexport * from './Interface/api/inpi/inpi';\nexport * from './Interface/api/team/QueryCreate';\nexport * from './Interface/api/team/QueryGetAllWithIncludes';\nexport * from './Interface/api/team/QueryUpdate';\nexport * from './Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/UpdateReport';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/ReadReportStats';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/report/QueryReportsStats';\nexport * from './Interface/api/report/QueryReportsForLetter';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/Query';\nexport * from './Interface/api/partner/UpdatePartner';\nexport * from './Interface/api/partner/Read';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/DeleteFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/generalLedger/QueryGeneralLedgerAuxiliary';\nexport * from './Interface/api/generalLedger/IGeneralLedgerThirdParty';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/Query';\nexport * from './Interface/api/balanceSheet/Read';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/balanceSheet/UpdateBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/statistic/ExitRequest';\nexport * from './Interface/api/statistic/QueryExpertAccountant';\nexport * from './Interface/api/statistic/QueryGetExpertAccountant';\nexport * from './Interface/api/statistic/QueryAccountant';\nexport * from './Interface/api/statistic/QueryGetAccountant';\nexport * from './Interface/api/statistic/QueryDirection';\nexport * from './Interface/api/statistic/QueryInternal';\nexport * from './Interface/api/statistic/QueryGetDirection';\nexport * from './Interface/api/statistic/QueryCustomerSuccess';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\nexport * from './Interface/api/lettering/QueryRegroupLettering';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/InvoicesShopify';\nexport * from './Interface/api/shopify/line_item';\nexport * from './Interface/api/shopify/tax_line';\nexport * from './Interface/api/shopify/shipping_line';\nexport * from './Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams';\nexport * from './Interface/api/prestashop/PSOrder';\nexport * from './Interface/api/prestashop/PSAddress';\nexport * from './Interface/api/prestashop/PSCountry';\nexport * from './Interface/api/prestashop/InvoicesPrestashop';\nexport * from './Interface/api/woocommerce/WCOrder';\nexport * from './Interface/api/woocommerce/WCBilling';\nexport * from './Interface/api/woocommerce/InvoicesWoocommerce';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\nexport * from './Interface/api/incomeAllocation/CreateIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/ReadIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/TypeAndAmount';\nexport * from './Interface/api/revisionGuide/CreateRevisionGuide';\nexport * from './Interface/api/library/QueryLibrary';\nexport * from './Interface/api/library/ReadLibraryFile';\nexport * from './Interface/api/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/tax/ReadTax';\nexport * from './Interface/api/tax/QueryTax';\nexport * from './Interface/api/tax/CreateTax';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\nexport * from './Interface/api/sponsorship/ReadSponsorship';\nexport * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nexport * from './Interface/api/budgetInsight/Read';\nexport * from './Interface/api/budgetInsight/Create';\nexport * from './Interface/api/budgetInsight/Query';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountant';\nexport * from './Interface/api/partneredAccountant/QueryPartneredAccountantSocieties';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantService';\nexport * from './Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';\nexport * from './Interface/api/partneredAccountant/InvitePartneredAccountant';\nexport * from './Interface/api/partneredAccountant/CreatedPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantInvoice';\nexport * from './Interface/api/log/CreateLog';\nexport * from './Interface/api/vehicle/CreateSocietyVehicle';\nexport * from './Interface/api/vehicle/UpdateSocietyVehicle';\nexport * from './Interface/api/fecFile/QueryFecFile';\nexport * from './Interface/api/product/CreateProduct';\nexport * from './Interface/api/product/UpdateProduct';\nexport * from './Interface/api/product/QueryProduct';\nexport * from './Interface/api/registration/ReadRegistration';\nexport * from './Interface/api/registration/UpdateRegistration';\nexport * from './Interface/api/registration/CreateRegistration';\nexport * from './Interface/api/journal/Journals';\nexport * from './Interface/api/journal/QueryJournal';\nexport * from './Interface/api/registration/DeclareRegistration';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';\nexport * from './Interface/api/balanceSheet/VatControl';\nexport * from './Interface/api/mealExpense/CreateMealExpense';\nexport * from './Interface/api/mealExpense/ReadMealExpense';\nexport * from './Interface/api/exerciceQuestion/QueryQuestion';\nexport * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';\nexport * from './Interface/api/provision/ReadProvision';\nexport * from './Interface/api/provision/CreateProvisionForm';\nexport * from './Interface/api/provision/UpdateProvisionForm';\nexport * from './Interface/api/provision/QueryGetProvisions';\nexport * from './Interface/api/shareCapital/CreateInKindContribution';\nexport * from './Interface/api/shareCapital/CreateShareCapital';\nexport * from './Interface/api/shareCapital/ReadShareCapitalProvided';\nexport * from './Interface/api/shareCapital/ReadShareCapital';\nexport * from './Interface/api/shareCapital/ResultCreateShareCapital';\nexport * from './Interface/api/closing/ProcessedClosing';\nexport * from './Interface/api/financialCharge/ReadFinancialChargesBalance';\nexport * from './Interface/api/financialCharge/CreateNonDeductibleInterests';\nexport * from './Interface/api/financialCharge/CreatedNonDeductibleInterests';\nexport * from './Interface/api/machineLearning/CreateMachineLearningAnnotation';\nexport * from './Interface/api/machineLearning/ResultCreateMachineLearningAnnotation';\nexport * from './Interface/api/jeDeclare/Util';\nexport * from './Interface/api/jeDeclare/CreateDocumentsParams';\nexport * from './Interface/api/jeDeclare/UtilCFONB';\nexport * from './Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion';\nexport * from './Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation';\nexport * from './Interface/api/thirdParty/CreateThirdPartyForm';\nexport * from './Interface/api/thirdParty/UpdateThirdPartyForm';\nexport * from './Interface/api/thirdParty/QueryThirdParty';\nexport * from './Interface/api/bankAccount/ReadExpiredBankAccount';\nexport * from './Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule';\nexport * from './Interface/api/calendarEvent/createCalendarEvent';\nexport * from './Interface/api/calendarEvent/createCalendarEventForUsers';\nexport * from './Interface/api/calendarEvent/verifyCalendarEvent';\nexport * from './Interface/api/calendarEvent/updateCalendarEvent';\nexport * from './Interface/api/calendarEvent/interval';\nexport * from './Interface/api/calendarEvent/queryCalendarEvent';\nexport * from './Interface/api/calendarEvent/getAllCalendarEvent';\nexport * from './Interface/api/calendarEvent/getLastInvalidateEvent';\nexport * from './Interface/api/calendarEvent/readAllCalendarEvent';\nexport * from './Interface/api/checklist/Read';\nexport * from './Interface/api/checklist/Query';\nexport * from './Interface/api/checklist/Update';\nexport * from './Interface/api/notification/CreateNotification';\nexport * from './Interface/api/notification/Delete';\nexport * from './Interface/api/mobile/UpdateMobile';\nexport * from './Interface/api/mobile/QueryMobileMigration';\nexport * from './Interface/api/societyEvent/QuerySocietyEvent';\nexport * from './Interface/api/societyEvent/CreateSocietyEvent';\nexport * from './Interface/api/task/QueryGetAllTask';\nexport * from './Interface/api/regulate/QueryGetAll';\nexport * from './Interface/api/regulate/RegulateWithStats';\nexport * from './Interface/api/regulate/DestroyRegulate';\nexport * from './Interface/api/task/QueryPaginatedTask';\nexport * from './Interface/api/task/QueryCreateTask';\nexport * from './Interface/api/task/QueryGetTask';\nexport * from './Interface/api/task/QueryStatsByManager';\nexport * from './Interface/api/task/QueryCountTask';\nexport * from './Interface/api/task/QueryStatsByRolesInCsv';\nexport * from './Interface/api/task/QueryStatsByServiceInCsv';\nexport * from './Interface/api/task/QueryStatsByTaskTypeInCsv';\nexport * from './Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet';\nexport * from './Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet';\nexport * from './Interface/api/3cx/Query3cxSearch';\nexport * from './Interface/api/3cx/Read3cxSearch';\nexport * from './Interface/api/3cx/Create3cxLog';\nexport * from './Interface/api/amount/FormattedAmount';\nexport * from './Interface/api/customerActivity/CreateCustomerActivityReport';\nexport * from './Interface/api/customerActivity/Query';\nexport * from './Interface/api/customerActivity/Create';\nexport * from './Interface/api/alert/CreateAlert';\nexport * from './Interface/api/commercialManagement/Create';\nexport * from './Interface/api/commercialManagement/Read';\nexport * from './Interface/api/commercialManagement/Query';\nexport * from './Interface/api/commercialManagement/Update';\nexport * from './Interface/api/commercialOffer/Query';\nexport * from './Interface/api/documentSection/Update';\nexport * from './Interface/api/connector/CreateConnector';\nexport * from './Interface/api/connector/QueryConnector';\nexport * from './Interface/api/connection/QueryConnectionState';\nexport * from './Interface/api/connection/ReadConnectionState';\nexport * from './Interface/api/qonto/Query';\nexport * from './Interface/api/qonto/CreateImportation';\nexport * from './Interface/api/stripe/Create';\nexport * from './Interface/api/qonto/UpdateConnection';\nexport * from './Interface/api/qonto/CreateQontoConnection';\nexport * from './Interface/api/qonto/GetConnectionInformation';\nexport * from './Interface/api/qonto/ProcessBankAccount';\nexport * from './Interface/api/qonto/Read';\nexport * from './Interface/api/file/Create';\nexport * from './Interface/api/file/Read';\nexport * from './Interface/api/societyConfig/update';\nexport * from './Interface/api/wallet/UpdateAttribution';\nexport * from './Interface/api/exercicePrestation/Query';\nexport * from './Interface/api/prestation/CreatePrestation';\nexport * from './Interface/api/prestation/Query';\nexport * from './Interface/api/prestation/QueryPrestation';\nexport * from './Interface/api/prestation/BodyCreatePrestationSocieties';\nexport * from './Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation';\nexport * from './Interface/api/paymentExpectation/QueryPaymentExpectation';\nexport * from './Interface/api/legalNotice/UpdateLegalNotice';\nexport * from './Interface/api/wallet/QueryWallet';\nexport * from './Interface/api/terminationList/QueryTerminationList';\nexport * from './Interface/api/terminationList/DestroyTerminationList';\nexport * from './Interface/api/terminationList/CreateTerminationList';\nexport * from './Interface/api/pdf/ReadPdfizer';\nexport * from './Interface/api/gedFile/updateGedFile';\nexport * from './Interface/api/gedFile/createFileAndGed';\nexport * from './Interface/api/iDocus/iDocus';\nexport * from './Interface/api/iDocus/CreateExport';\nexport * from './Interface/api/pdf/ReadPdftkizer';\nexport * from './Interface/api/signFile/CreateFileToSign';\nexport * from './Interface/api/rule/Query';\nexport * from './Interface/api/rule/Create';\nexport * from './Interface/api/rule/Update';\nexport * from './Interface/api/rule/Read';\nexport * from './Interface/api/revive/PostRevive';\nexport * from './Interface/api/archive/ImportSocietyArchive';\nexport * from './Interface/api/acceptance/CreateAcceptance';\nexport * from './Interface/api/quotation/ReadClientQuotation';\nexport * from './Interface/api/prestations/QueryCreate';\nexport * from './Interface/api/prestations/QueryUpdate';\nexport * from './Interface/api/prestations/QueryGetAllPrestations';\nexport * from './Interface/api/commercialImport/Read';\nexport * from './Interface/api/commercialImport/Query';\nexport * from './Interface/api/commercialImport/Create';\nexport * from './Interface/api/cashAndExpense/Create';\nexport * from './Interface/api/accountsSectors/Create';\nexport * from './Interface/api/fusion/FusionSocieties';\nexport * from './Interface/api/changelog/Create';\nexport * from './Interface/api/authentification/ReadAuthenticateCollaborater';\nexport * from './Interface/api/society/Export';\nexport * from './Interface/api/businessSector/Create';\nexport * from './Interface/api/businessSector/Query';\nexport * from './Interface/api/businessSector/Delete';\nexport * from './Interface/api/accountsSectors/Query';\nexport * from './Interface/api/visualizedInformation/Query';\nexport * from './Interface/api/visualizedInformation/Update';\nexport * from './Interface/api/society/QueryArchived';\nexport * from './Interface/api/vatControl/CreateVatControl';\nexport * from './Interface/api/vatControl/QueryVatControl';\nexport * from './Interface/api/notion/NotionResponse';\n\n// Enums types\nexport * from './Interface/enum/Util';\nexport * from './Interface/enum/Date';\nexport * from './Interface/api/connector/Sirene';\n\nexport * from '../utils/cerfa';\nexport * from '../utils/phone';\nexport * from '../utils/payment';\nexport * from '../utils/checklist';\nexport * from '../utils/date';\nexport * from '../utils/noLodash';\nexport * from '../utils/vat';\nexport * from './Interface/api/affectedPatrimony/CreateAffectedPatrimony';\nexport * from './Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony';\nexport * from './Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony';\nexport * from './Interface/api/affectedPatrimony/ReadAffectedPatrimony';\nexport * from './Interface/api/notificationSetting/CreateNotificationSetting';\nexport * from './Interface/api/notificationSetting/UpdateNotificationSetting';\nexport * from './Interface/api/appNotification/Update';\nexport * from './Interface/api/partners/QueryPartnerAll';\nexport * from './Interface/api/partners/QueryPartnerStatistic';\nexport * from './Interface/api/partners/QueryPartnerCsv';\nexport * from './Interface/api/partners/PartnerStatisticType';\nexport * from './Interface/api/dubiousCustomer/Create';\nexport * from './Interface/api/dubiousCustomer/Update';\nexport * from './Interface/api/timeTracking/Create'; \nexport * from './Interface/api/timeTracking/Query'; "]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/ICallHistory';\nexport * from './Interface/models/IBusinessLineUser';\nexport * from './Interface/models/IVisualizedInformation';\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAbsenceRequest';\nexport * from './Interface/models/IAbsenceRequestTime';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IAccountingStatementHistory';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IBillingHistory';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerVat';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IExercicePrestationOffer';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IProductInvoice';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILeadsToPartners';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailRelation';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPartneredAccountant';\nexport * from './Interface/models/IPartneredAccountantCompanyService';\nexport * from './Interface/models/IPartneredAccountantPicture';\nexport * from './Interface/models/IPartneredAccountantService';\nexport * from './Interface/models/IPartneredAccountantServiceIcon';\nexport * from './Interface/models/IPartneredAccountantTag';\nexport * from './Interface/models/IPartneredAccountantToTag';\nexport * from './Interface/models/IPartneredAccountantToSociety';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationHistory';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IPrestationOption';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISheetMonthScheduleDetails';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISlowDetection';\nexport * from './Interface/models/IDocumentSection';\nexport * from './Interface/models/IInpiBalance';\nexport * from './Interface/models/IInpiPayment';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceding';\nexport * from './Interface/models/IInvoiceReminder';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISupervisionPendingPointReply';\nexport * from './Interface/models/ISupervisionPersonalAccountantNote';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/IAdjustment';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserBrand';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserFile';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IMail';\nexport * from './Interface/models/IMailAddress';\nexport * from './Interface/models/IMailAddressMail';\nexport * from './Interface/models/IRegistrationCertificate';\nexport * from './Interface/models/IMailAttachment';\nexport * from './Interface/models/ITaskAttachment';\nexport * from './Interface/models/IMailContent';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\nexport * from './Interface/models/IExerciceNote';\nexport * from './Interface/models/IRevisionGuide';\nexport * from './Interface/models/ISponsorshipWithSponsorInfo';\nexport * from './Interface/models/IStatistic';\nexport * from './Interface/models/ILastUpdateConnection';\nexport * from './Interface/models/IAccountsSectors';\nexport * from './Interface/models/IAnswerType';\nexport * from './Interface/models/IAnswerTypeValue';\nexport * from './Interface/models/IBalanceSheetQuestion';\nexport * from './Interface/models/IExerciceQuestion';\nexport * from './Interface/models/IRelatedAccountingTransaction';\nexport * from './Interface/models/IMachineLearningResult';\nexport * from './Interface/models/IBalanceSheetModule2';\nexport * from './Interface/models/IBalanceSheetStatus';\nexport * from './Interface/models/IBalanceSheetCompletion';\nexport * from './Interface/models/IDefaultPromotion';\nexport * from './Interface/models/INafCode';\nexport * from './Interface/models/IMobile';\nexport * from './Interface/models/ISocietyEvent';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/IMobileNotificationLog';\nexport * from './Interface/models/IMobileNotificationSetting';\nexport * from './Interface/models/ITimeRecorder';\nexport * from './Interface/models/IInvoiceRecurrence';\nexport * from './Interface/models/ILoanFile';\nexport * from './Interface/models/ICommercialMail';\nexport * from './Interface/models/ICommercialOffer';\nexport * from './Interface/models/IRegistration';\nexport * from './Interface/models/IVatRegimeHistory';\nexport * from './Interface/models/ICustomerAcceptance';\nexport * from './Interface/models/IUnpaidCallHistory';\nexport * from './Interface/models/IAppNotification';\nexport * from './Interface/models/IBusinessSector';\nexport * from './Interface/models/IUserChangeLog';\nexport * from './Interface/models/IConstitutionHistory';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/ICard';\nexport * from './Interface/models/ICardHistory';\nexport * from './Interface/models/IDubiousCustomer';\n\n// Schemas\nexport * from './Interface/schemas/IRegistrationDetail';\nexport * from './Interface/schemas/ITransactionHistory';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Das';\nexport * from './Enum/ChangeLog';\nexport * from './Enum/VisualizedInformation';\nexport * from './Enum/NafCode';\nexport * from './Enum/Acceptance';\nexport * from './Enum/FolderFile';\nexport * from './Enum/CommercialGrade';\nexport * from './Enum/CommercialOfferType';\nexport * from './Enum/CommercialManagement';\nexport * from './Enum/Civility';\nexport * from './Enum/Registration';\nexport * from './Enum/Aspone';\nexport * from './Enum/ProfitsType';\nexport * from './Enum/Tax';\nexport * from './Enum/RegistrationSource';\nexport * from './Enum/RegistrationSourceDetail';\nexport * from './Enum/Log';\nexport * from './Enum/Quality';\nexport * from './Enum/AbsenceType';\nexport * from './Enum/Role';\nexport * from './Enum/RoleDetail';\nexport * from './Enum/MaritalStatus';\nexport * from './Enum/StatutsSection';\nexport * from './Enum/PrestationOption';\nexport * from './Enum/TimeCounterType';\nexport * from './Enum/CustomerSignature';\nexport * from './Enum/MailAuto';\nexport * from './Enum/MailAddressType';\nexport * from './Enum/Simulation';\nexport * from './Enum/Country';\nexport * from './Enum/ComptaType';\nexport * from './Enum/SubscriptionType';\nexport * from './Enum/Sector';\nexport * from './Enum/LegalForm';\nexport * from './Enum/VatRegime';\nexport * from './Enum/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/PaymentMethod';\nexport * from './Enum/ReportType';\nexport * from './Enum/AdjustmentType';\nexport * from './Enum/ReportState';\nexport * from './Enum/Proceding';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/Partners';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/LetterRecoveryState';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/SalesContractConfig';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/AdditionnalSells';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StatisticType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\nexport * from './Enum/Account';\nexport * from './Enum/TypeCustomerProviderOperation';\nexport * from './Enum/EstimateInvoice';\nexport * from './Enum/Gescom';\nexport * from './Enum/TypeIncomeAllocation';\nexport * from './Enum/AccountingFileType';\nexport * from './Enum/FileType';\nexport * from './Enum/RevisionGuide';\nexport * from './Enum/Util';\nexport * from './Enum/RegisterCategory';\nexport * from './Enum/FieldSocietyStat';\nexport * from './Enum/PrestationType';\nexport * from './Enum/PriceGridClementine';\nexport * from './Enum/PriceGridPourcentage';\nexport * from './Enum/PriceGridLegalstart';\nexport * from './Enum/StatsCaStateDetail';\nexport * from './Enum/Lab';\nexport * from './Enum/ConstitutionState';\nexport * from './Enum/Supervision';\nexport * from './Enum/Notification';\nexport * from './Enum/Comment';\nexport * from './Enum/Channel';\nexport * from './Enum/ExerciceNoteType';\nexport * from './Enum/BrandClementine';\nexport * from './Enum/BrandLegalstart';\nexport * from './Enum/BrandComptalib';\nexport * from './Enum/BrandPourcentage';\nexport * from './Enum/BrandStatutsExpress';\nexport * from './Enum/PartneredAccountantServiceState';\nexport * from './Enum/AccountsSectors';\nexport * from './Enum/ProductType';\nexport * from './Enum/Unit';\nexport * from './Enum/MealExpenseThresholds';\nexport * from './Enum/MimeType';\nexport * from './Enum/BalanceSheetQuestion';\nexport * from './Enum/BalanceSheetQuestionWording';\nexport * from './Enum/AnswerTypeValue';\nexport * from './Enum/PartneredAccountantServiceType';\nexport * from './Enum/LegalInformation';\nexport * from './Enum/ProvisionType';\nexport * from './Enum/Ocr';\nexport * from './Enum/MachineLearning';\nexport * from './Enum/JeDeclare';\nexport * from './Enum/Currency';\nexport * from './Enum/BalanceSheetModule';\nexport * from './Enum/BalanceSheetStatus';\nexport * from './Enum/FuelType';\nexport * from './Enum/KilometricAllowanceScale';\nexport * from './Enum/VatDeclarationType';\nexport * from './Enum/BudgetInsight';\nexport * from './Enum/WebmailType';\nexport * from './Enum/WebmailFlag';\nexport * from './Enum/MailFlag';\nexport * from './Enum/Contract';\nexport * from './Enum/SalariesType';\nexport * from './Enum/SheetMonthScheduleDetailType';\nexport * from './Enum/ChecklistType';\nexport * from './Enum/NotificationType';\nexport * from './Enum/TaskResponseType';\nexport * from './Enum/InternalService';\nexport * from './Enum/SocietyTypeEvent';\nexport * from './Enum/Call';\nexport * from './Enum/ConnectionError';\nexport * from './Enum/RecurrenceType';\nexport * from './Enum/Rules';\nexport * from './Enum/CustomerVat';\nexport * from './Enum/Constitution';\nexport * from './Enum/PaymentReason';\nexport * from './Enum/OperationLegalNotice';\nexport * from './Enum/OrderStatus';\nexport * from './Enum/ReportService';\nexport * from './Enum/RegulateType';\nexport * from './Enum/ProcessingState';\nexport * from './Enum/InpiType';\nexport * from './Enum/DepositDocumentType';\nexport * from './Enum/StatusSignature';\nexport * from './Enum/BankCollectingState';\nexport * from './Enum/Phone';\nexport * from './Enum/GeneralThirdParty';\nexport * from './Enum/MailDomainType';\nexport * from './Enum/TextMessageType';\nexport * from './Enum/JobTitle';\nexport * from './Enum/Holidays';\nexport * from './Enum/AdminAcceptance';\nexport * from './Enum/PrestationListType';\nexport * from './Enum/UnpaidCallHistoryType';\nexport * from './Enum/CommercialImportHeader';\nexport * from './Enum/ReasonTerminationType';\nexport * from './Enum/RemoteType';\nexport * from './Enum/EntityType';\nexport * from './Enum/Compensation';\nexport * from './Enum/CashDeskTransactionType';\nexport * from './Enum/ThirdParty';\nexport * from './Enum/PaymentExpectation';\nexport * from './Enum/FollowList';\nexport * from './Enum/ClientOrProspect';\nexport * from './Enum/ClosingType';\nexport * from './Enum/MissionAcceptation';\nexport * from './Enum/Bank';\nexport * from './Enum/VatControl';\nexport * from './Enum/Cycle';\nexport * from './Enum/Card';\nexport * from './Enum/TimeTrackingSource';\n\n// Interfaces API\nexport * from './Interface/api/cashAndExpense/Query';\nexport * from './Interface/api/cerfa/das2';\nexport * from './Interface/api/adjustment/Query';\nexport * from './Interface/api/adjustment/Read';\nexport * from './Interface/api/vatDeclaration/ReadVatDeclaration';\nexport * from './Interface/api/adjustment/Create';\nexport * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';\nexport * from './Interface/api/jeDeclare/ReadJeDeclare';\nexport * from './Interface/api/aspone/ReadInterchange';\nexport * from './Interface/api/aspone/Util';\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/businessPartner/QueryBusinessPartnerAll';\nexport * from './Interface/api/businessPartner/CreateBusinessPartnerParams';\nexport * from './Interface/api/businessPartner/UpdateBusinessPartnerParams';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/ocr/CreateOcr';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/accountingEntry/CreateManualEntry';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/payment/QueryMonthlyPayment';\nexport * from './Interface/api/payment/QueryPayment';\nexport * from './Interface/api/payment/ReadPayment';\nexport * from './Interface/api/payment/CreateNotifyCustomer';\nexport * from './Interface/api/firstStep/Create';\nexport * from './Interface/api/registration/QueryRegistration';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/accountingTransaction/DeleteInvoices';\nexport * from './Interface/api/accountingTransaction/GetTransactionsBetweenDates';\nexport * from './Interface/api/accountingTransaction/QueryBankAccountSum';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryGetAllFromSociety';\nexport * from './Interface/api/user/QueryGetAllWithoutBp';\nexport * from './Interface/api/user/QueryGetAllCollaborators';\nexport * from './Interface/api/user/QueryGetAllCollaboratorsByRoles';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/QueryUpdatePassword';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/ParamsGetAll';\nexport * from './Interface/api/user/ParamsGetAllUserWithRoles';\nexport * from './Interface/api/user/ParamsGetAllCollaborators';\nexport * from './Interface/api/user/CreateCoworker';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/user/CollaboratorsByRoles';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/balanceSheet/ReadFreelanceTurnover';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/cerfa/ReadCerfa';\nexport * from './Interface/api/cerfa/3310';\nexport * from './Interface/api/cerfa/3519';\nexport * from './Interface/api/cerfa/3514';\nexport * from './Interface/api/cerfa/3517';\nexport * from './Interface/api/customerProviderOperation/CreateCustomerProviderOperation';\nexport * from './Interface/api/mail/QueryMail';\nexport * from './Interface/api/mail/QueryAllMail';\nexport * from './Interface/api/mail/QueryPaginatedMail';\nexport * from './Interface/api/mail/QueryGetSignature';\nexport * from './Interface/api/mail/QueryCountProcessedByUser';\nexport * from './Interface/api/mail/QueryGetAnsweringTimeByUser';\nexport * from './Interface/api/mail/QueryCountMail';\nexport * from './Interface/api/mail/UpdateMail';\nexport * from './Interface/api/mail/CreateMailParams';\nexport * from './Interface/api/mail/UpdateMailParams';\nexport * from './Interface/api/mail/GetMailPromise';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/SocietyWithStatsCaParams';\nexport * from './Interface/api/society/QuerySociety';\nexport * from './Interface/api/society/QueryPaginatedSociety';\nexport * from './Interface/api/commercial/QueryPaginatedNewProspect';\nexport * from './Interface/api/commercial/QueryPaginatedSocietyWithStatsCa';\nexport * from './Interface/api/facturation/Query';\nexport * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation';\nexport * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';\nexport * from './Interface/api/facturation/CreateRebilling';\nexport * from './Interface/api/facturation/GoToFacturation';\nexport * from './Interface/api/commercial/QueryGetStats';\nexport * from './Interface/api/commercial/RequiredDocsTypeParams';\nexport * from './Interface/api/commercial/QueryFetchDialogDatasInfosOk';\nexport * from './Interface/api/commercial/QueryMovePrestationsToNextMonth';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/GetSocietyDetail';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\nexport * from './Interface/api/accountingFiles/queryAccountingFiles';\nexport * from './Interface/api/accountingFiles/Ocr';\nexport * from './Interface/api/accountingFiles/OcrPayload';\nexport * from './Interface/api/accountingFiles/OcrValue';\nexport * from './Interface/api/accountingFiles/Read';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/QueryVatDisbursed';\nexport * from './Interface/api/dashboard/ReadVatDisbursed';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadDeadline';\nexport * from './Interface/api/accountant/ReadAccountantBalance';\nexport * from './Interface/api/quotes/QueryQuotesAccount';\nexport * from './Interface/api/quotes/CreateQuoteAccount';\nexport * from './Interface/api/account/ReadQuoteAccount';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';\nexport * from './Interface/api/internalInvoicing/RegenerateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/GetLastRef';\nexport * from './Interface/api/exercice/QueryExercice';\nexport * from './Interface/api/exercice/CreateExercice';\nexport * from './Interface/api/exercice/UpdateExercice';\nexport * from './Interface/api/statutsGeneration/UpdateExerciceParams';\nexport * from './Interface/api/statutsGeneration/TemplateParams';\nexport * from './Interface/api/statutsGeneration/IntentToPayPrestationParams';\nexport * from './Interface/api/statutsGeneration/SendInviteMailParams';\nexport * from './Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams';\nexport * from './Interface/api/accountingIncome/ReadAccountingIncome';\nexport * from './Interface/api/ocr/OcrTransactions';\nexport * from './Interface/api/bankStatement/QueryBankStatement';\nexport * from './Interface/api/bankStatement/QueryTransactionBankStatement';\nexport * from './Interface/api/ocr/OcrTypeTransactions';\nexport * from './Interface/api/bankStatement/ReadBankStatement';\nexport * from './Interface/api/tax/ReadCompanyTax';\nexport * from './Interface/api/revision/Query';\nexport * from './Interface/api/revision/Read';\nexport * from './Interface/api/revision/RevisionObject';\nexport * from './Interface/api/revision/Revision';\nexport * from './Interface/api/revision/Create';\nexport * from './Interface/api/vatDeclaration/QueryVatDeclaration';\nexport * from './Interface/api/vatDeclaration/ReadVatVariousOperations';\nexport * from './Interface/api/vatDeclaration/ResultFormatToEntries';\nexport * from './Interface/api/promoCode/QueryDefaultPromotion';\nexport * from './Interface/api/promoCode/ReadDefaultPromotion';\nexport * from './Interface/api/SocietyTransaction/QuerySocietyTransactionCount';\nexport * from './Interface/api/SocietyTransaction/ReadSocietyTransactionCount';\nexport * from './Interface/api/salesContract/SendSalesContractParams';\nexport * from './Interface/api/salesContract/GenerateSalesContractParams';\nexport * from './Interface/api/webmail/CreateMailFromLambda';\nexport * from './Interface/api/webmail/MigrateMailAddresses';\nexport * from './Interface/api/webmail/ExportEmails';\nexport * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';\nexport * from './Interface/api/webmail/GetPaginatedWhereObjectParams';\nexport * from './Interface/api/promoCode/CreateDefaultPromoCode';\nexport * from './Interface/api/promoCode/ReadDefaultPaginationPromoCode';\nexport * from './Interface/api/bankAccount/QueryBankAccount';\nexport * from './Interface/api/bankAccount/ImportBankAccount';\nexport * from './Interface/api/log/QueryLogPagination';\nexport * from './Interface/api/employee/QueryEmployeeSearch';\nexport * from './Interface/api/employee/QueryCreateEmployee';\nexport * from './Interface/api/employee/QueryUpdateEmployee';\nexport * from './Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule';\nexport * from './Interface/api/workingSchedule/QueryDailyHour';\nexport * from './Interface/api/timeRecorder/Query';\nexport * from './Interface/api/timeRecorder/QueryAttendance';\nexport * from './Interface/api/timeRecorder/QueryPaginatedDelays';\nexport * from './Interface/api/timeRecorder/QueryTimeRecorderGetStats';\nexport * from './Interface/api/timeRecorder/ReadAttendanceHours';\nexport * from './Interface/api/timeRecorder/ReadPaginatedDelays';\nexport * from './Interface/api/timeRecorder/ReadUsersAbsent';\nexport * from './Interface/api/timeRecorder/ReadUsersNotConnected';\nexport * from './Interface/api/timeRecorder/UpdateRecorder';\nexport * from './Interface/api/inpiBalance/QueryInpiBalanceStatistic';\nexport * from './Interface/api/inpiBalance/QueryInpiBalancePaginated';\nexport * from './Interface/api/rating/QueryRatingPaginated';\nexport * from './Interface/api/inpiBalance/inpiBalanceStatistic';\nexport * from './Interface/api/inpiPayment/QueryInpiPaymentStatistic';\nexport * from './Interface/api/inpiPayment/QueryInpiPaymentPaginated';\nexport * from './Interface/api/vatRegimeHistory/QueryVatRegimeHistory';\nexport * from './Interface/api/textMessage/Create';\nexport * from './Interface/api/textMessage/Update';\nexport * from './Interface/api/textMessage/Query';\nexport * from './Interface/api/textMessage/Read';\nexport * from './Interface/api/companeo/CompaneoReturn';\nexport * from './Interface/api/inpi/inpi';\nexport * from './Interface/api/team/QueryCreate';\nexport * from './Interface/api/team/QueryGetAllWithIncludes';\nexport * from './Interface/api/team/QueryUpdate';\nexport * from './Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/UpdateReport';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/ReadReportStats';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/report/QueryReportsStats';\nexport * from './Interface/api/report/QueryReportsForLetter';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/Query';\nexport * from './Interface/api/partner/UpdatePartner';\nexport * from './Interface/api/partner/Read';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/DeleteFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/generalLedger/QueryGeneralLedgerAuxiliary';\nexport * from './Interface/api/generalLedger/IGeneralLedgerThirdParty';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/Query';\nexport * from './Interface/api/balanceSheet/Read';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/balanceSheet/UpdateBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/statistic/ExitRequest';\nexport * from './Interface/api/statistic/QueryExpertAccountant';\nexport * from './Interface/api/statistic/QueryGetExpertAccountant';\nexport * from './Interface/api/statistic/QueryAccountant';\nexport * from './Interface/api/statistic/QueryGetAccountant';\nexport * from './Interface/api/statistic/QueryDirection';\nexport * from './Interface/api/statistic/QueryInternal';\nexport * from './Interface/api/statistic/QueryGetDirection';\nexport * from './Interface/api/statistic/QueryCustomerSuccess';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\nexport * from './Interface/api/lettering/QueryRegroupLettering';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/InvoicesShopify';\nexport * from './Interface/api/shopify/line_item';\nexport * from './Interface/api/shopify/tax_line';\nexport * from './Interface/api/shopify/shipping_line';\nexport * from './Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams';\nexport * from './Interface/api/prestashop/PSOrder';\nexport * from './Interface/api/prestashop/PSAddress';\nexport * from './Interface/api/prestashop/PSCountry';\nexport * from './Interface/api/prestashop/InvoicesPrestashop';\nexport * from './Interface/api/woocommerce/WCOrder';\nexport * from './Interface/api/woocommerce/WCBilling';\nexport * from './Interface/api/woocommerce/InvoicesWoocommerce';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\nexport * from './Interface/api/incomeAllocation/CreateIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/ReadIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/TypeAndAmount';\nexport * from './Interface/api/revisionGuide/CreateRevisionGuide';\nexport * from './Interface/api/library/QueryLibrary';\nexport * from './Interface/api/library/ReadLibraryFile';\nexport * from './Interface/api/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/tax/ReadTax';\nexport * from './Interface/api/tax/QueryTax';\nexport * from './Interface/api/tax/CreateTax';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\nexport * from './Interface/api/sponsorship/ReadSponsorship';\nexport * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nexport * from './Interface/api/budgetInsight/Read';\nexport * from './Interface/api/budgetInsight/Create';\nexport * from './Interface/api/budgetInsight/Query';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountant';\nexport * from './Interface/api/partneredAccountant/QueryPartneredAccountantSocieties';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantService';\nexport * from './Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';\nexport * from './Interface/api/partneredAccountant/InvitePartneredAccountant';\nexport * from './Interface/api/partneredAccountant/CreatedPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantInvoice';\nexport * from './Interface/api/log/CreateLog';\nexport * from './Interface/api/vehicle/CreateSocietyVehicle';\nexport * from './Interface/api/vehicle/UpdateSocietyVehicle';\nexport * from './Interface/api/fecFile/QueryFecFile';\nexport * from './Interface/api/product/CreateProduct';\nexport * from './Interface/api/product/UpdateProduct';\nexport * from './Interface/api/product/QueryProduct';\nexport * from './Interface/api/registration/ReadRegistration';\nexport * from './Interface/api/registration/UpdateRegistration';\nexport * from './Interface/api/registration/CreateRegistration';\nexport * from './Interface/api/journal/Journals';\nexport * from './Interface/api/journal/QueryJournal';\nexport * from './Interface/api/registration/DeclareRegistration';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';\nexport * from './Interface/api/balanceSheet/VatControl';\nexport * from './Interface/api/mealExpense/CreateMealExpense';\nexport * from './Interface/api/mealExpense/ReadMealExpense';\nexport * from './Interface/api/exerciceQuestion/QueryQuestion';\nexport * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';\nexport * from './Interface/api/provision/ReadProvision';\nexport * from './Interface/api/provision/CreateProvisionForm';\nexport * from './Interface/api/provision/UpdateProvisionForm';\nexport * from './Interface/api/provision/QueryGetProvisions';\nexport * from './Interface/api/shareCapital/CreateInKindContribution';\nexport * from './Interface/api/shareCapital/CreateShareCapital';\nexport * from './Interface/api/shareCapital/ReadShareCapitalProvided';\nexport * from './Interface/api/shareCapital/ReadShareCapital';\nexport * from './Interface/api/shareCapital/ResultCreateShareCapital';\nexport * from './Interface/api/closing/ProcessedClosing';\nexport * from './Interface/api/financialCharge/ReadFinancialChargesBalance';\nexport * from './Interface/api/financialCharge/CreateNonDeductibleInterests';\nexport * from './Interface/api/financialCharge/CreatedNonDeductibleInterests';\nexport * from './Interface/api/machineLearning/CreateMachineLearningAnnotation';\nexport * from './Interface/api/machineLearning/ResultCreateMachineLearningAnnotation';\nexport * from './Interface/api/jeDeclare/Util';\nexport * from './Interface/api/jeDeclare/CreateDocumentsParams';\nexport * from './Interface/api/jeDeclare/UtilCFONB';\nexport * from './Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion';\nexport * from './Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation';\nexport * from './Interface/api/thirdParty/CreateThirdPartyForm';\nexport * from './Interface/api/thirdParty/UpdateThirdPartyForm';\nexport * from './Interface/api/thirdParty/QueryThirdParty';\nexport * from './Interface/api/bankAccount/ReadExpiredBankAccount';\nexport * from './Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule';\nexport * from './Interface/api/calendarEvent/createCalendarEvent';\nexport * from './Interface/api/calendarEvent/createCalendarEventForUsers';\nexport * from './Interface/api/calendarEvent/verifyCalendarEvent';\nexport * from './Interface/api/calendarEvent/updateCalendarEvent';\nexport * from './Interface/api/calendarEvent/interval';\nexport * from './Interface/api/calendarEvent/queryCalendarEvent';\nexport * from './Interface/api/calendarEvent/getAllCalendarEvent';\nexport * from './Interface/api/calendarEvent/getLastInvalidateEvent';\nexport * from './Interface/api/calendarEvent/readAllCalendarEvent';\nexport * from './Interface/api/checklist/Read';\nexport * from './Interface/api/checklist/Query';\nexport * from './Interface/api/checklist/Update';\nexport * from './Interface/api/notification/CreateNotification';\nexport * from './Interface/api/notification/Delete';\nexport * from './Interface/api/mobile/UpdateMobile';\nexport * from './Interface/api/mobile/QueryMobileMigration';\nexport * from './Interface/api/societyEvent/QuerySocietyEvent';\nexport * from './Interface/api/societyEvent/CreateSocietyEvent';\nexport * from './Interface/api/task/QueryGetAllTask';\nexport * from './Interface/api/regulate/QueryGetAll';\nexport * from './Interface/api/regulate/RegulateWithStats';\nexport * from './Interface/api/regulate/DestroyRegulate';\nexport * from './Interface/api/task/QueryPaginatedTask';\nexport * from './Interface/api/task/QueryCreateTask';\nexport * from './Interface/api/task/QueryGetTask';\nexport * from './Interface/api/task/QueryStatsByManager';\nexport * from './Interface/api/task/QueryCountTask';\nexport * from './Interface/api/task/QueryStatsByRolesInCsv';\nexport * from './Interface/api/task/QueryStatsByServiceInCsv';\nexport * from './Interface/api/task/QueryStatsByTaskTypeInCsv';\nexport * from './Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet';\nexport * from './Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet';\nexport * from './Interface/api/3cx/Query3cxSearch';\nexport * from './Interface/api/3cx/Read3cxSearch';\nexport * from './Interface/api/3cx/Create3cxLog';\nexport * from './Interface/api/amount/FormattedAmount';\nexport * from './Interface/api/customerActivity/CreateCustomerActivityReport';\nexport * from './Interface/api/customerActivity/Query';\nexport * from './Interface/api/customerActivity/Create';\nexport * from './Interface/api/alert/CreateAlert';\nexport * from './Interface/api/commercialManagement/Create';\nexport * from './Interface/api/commercialManagement/Read';\nexport * from './Interface/api/commercialManagement/Query';\nexport * from './Interface/api/commercialManagement/Update';\nexport * from './Interface/api/commercialOffer/Query';\nexport * from './Interface/api/documentSection/Update';\nexport * from './Interface/api/connector/CreateConnector';\nexport * from './Interface/api/connector/QueryConnector';\nexport * from './Interface/api/connection/QueryConnectionState';\nexport * from './Interface/api/connection/ReadConnectionState';\nexport * from './Interface/api/qonto/Query';\nexport * from './Interface/api/qonto/CreateImportation';\nexport * from './Interface/api/stripe/Create';\nexport * from './Interface/api/qonto/UpdateConnection';\nexport * from './Interface/api/qonto/CreateQontoConnection';\nexport * from './Interface/api/qonto/GetConnectionInformation';\nexport * from './Interface/api/qonto/ProcessBankAccount';\nexport * from './Interface/api/qonto/Read';\nexport * from './Interface/api/file/Create';\nexport * from './Interface/api/file/Read';\nexport * from './Interface/api/societyConfig/update';\nexport * from './Interface/api/wallet/UpdateAttribution';\nexport * from './Interface/api/exercicePrestation/Query';\nexport * from './Interface/api/prestation/CreatePrestation';\nexport * from './Interface/api/prestation/Query';\nexport * from './Interface/api/prestation/QueryPrestation';\nexport * from './Interface/api/prestation/BodyCreatePrestationSocieties';\nexport * from './Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation';\nexport * from './Interface/api/paymentExpectation/QueryPaymentExpectation';\nexport * from './Interface/api/legalNotice/UpdateLegalNotice';\nexport * from './Interface/api/wallet/QueryWallet';\nexport * from './Interface/api/terminationList/QueryTerminationList';\nexport * from './Interface/api/terminationList/DestroyTerminationList';\nexport * from './Interface/api/terminationList/CreateTerminationList';\nexport * from './Interface/api/pdf/ReadPdfizer';\nexport * from './Interface/api/gedFile/updateGedFile';\nexport * from './Interface/api/gedFile/createFileAndGed';\nexport * from './Interface/api/iDocus/iDocus';\nexport * from './Interface/api/iDocus/CreateExport';\nexport * from './Interface/api/pdf/ReadPdftkizer';\nexport * from './Interface/api/signFile/CreateFileToSign';\nexport * from './Interface/api/rule/Query';\nexport * from './Interface/api/rule/Create';\nexport * from './Interface/api/rule/Update';\nexport * from './Interface/api/rule/Read';\nexport * from './Interface/api/revive/PostRevive';\nexport * from './Interface/api/archive/ImportSocietyArchive';\nexport * from './Interface/api/acceptance/CreateAcceptance';\nexport * from './Interface/api/quotation/ReadClientQuotation';\nexport * from './Interface/api/prestations/QueryCreate';\nexport * from './Interface/api/prestations/QueryUpdate';\nexport * from './Interface/api/prestations/QueryGetAllPrestations';\nexport * from './Interface/api/commercialImport/Read';\nexport * from './Interface/api/commercialImport/Query';\nexport * from './Interface/api/commercialImport/Create';\nexport * from './Interface/api/cashAndExpense/Create';\nexport * from './Interface/api/accountsSectors/Create';\nexport * from './Interface/api/fusion/FusionSocieties';\nexport * from './Interface/api/changelog/Create';\nexport * from './Interface/api/authentification/ReadAuthenticateCollaborater';\nexport * from './Interface/api/society/Export';\nexport * from './Interface/api/businessSector/Create';\nexport * from './Interface/api/businessSector/Query';\nexport * from './Interface/api/businessSector/Delete';\nexport * from './Interface/api/accountsSectors/Query';\nexport * from './Interface/api/visualizedInformation/Query';\nexport * from './Interface/api/visualizedInformation/Update';\nexport * from './Interface/api/society/QueryArchived';\nexport * from './Interface/api/vatControl/CreateVatControl';\nexport * from './Interface/api/vatControl/QueryVatControl';\nexport * from './Interface/api/card/QueryUserCards';\nexport * from './Interface/api/card/QueryUserCardsStats';\nexport * from './Interface/api/card/UpdateCard';\nexport * from './Interface/api/notion/NotionResponse';\n\n// Enums types\nexport * from './Interface/enum/Util';\nexport * from './Interface/enum/Date';\nexport * from './Interface/api/connector/Sirene';\n\nexport * from '../utils/cerfa';\nexport * from '../utils/phone';\nexport * from '../utils/payment';\nexport * from '../utils/checklist';\nexport * from '../utils/date';\nexport * from '../utils/noLodash';\nexport * from '../utils/vat';\nexport * from './Interface/api/affectedPatrimony/CreateAffectedPatrimony';\nexport * from './Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony';\nexport * from './Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony';\nexport * from './Interface/api/affectedPatrimony/ReadAffectedPatrimony';\nexport * from './Interface/api/notificationSetting/CreateNotificationSetting';\nexport * from './Interface/api/notificationSetting/UpdateNotificationSetting';\nexport * from './Interface/api/appNotification/Update';\nexport * from './Interface/api/partners/QueryPartnerAll';\nexport * from './Interface/api/partners/QueryPartnerStatistic';\nexport * from './Interface/api/partners/QueryPartnerCsv';\nexport * from './Interface/api/partners/PartnerStatisticType';\nexport * from './Interface/api/dubiousCustomer/Create';\nexport * from './Interface/api/dubiousCustomer/Update';\nexport * from './Interface/api/timeTracking/Create'; \nexport * from './Interface/api/timeTracking/Query'; "]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quotation.js","sourceRoot":"","sources":["../../../ts/utils/quotation.ts"],"names":[],"mappings":"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","sourcesContent":["import * as dayjs from 'dayjs';\nimport { ForbidenDomain, BasicDomain } from '../types/Enum/MailDomainType';\nimport { Activity } from '../types/Enum/Activity';\nimport { ComptaType } from '../types/Enum/ComptaType';\nimport { ISociety } from '../types/Interface/models/ISociety';\nimport { ICotation } from '../types/Interface/models/ICotation';\nimport {\n BasePaginate,\n IPayment,\n IRating, IReport, ISocietyProceding, ReadClientQuotation,\n} from '../types';\n\ntype getLeadQuotationParams = {\n firstname: string,\n lastname: string,\n phone: string,\n mail: string,\n annualTurnover: number,\n source: number,\n alreadyExist: boolean,\n activitySector: number,\n};\n\nexport function getLeadQuotation(params: getLeadQuotationParams):number {\n const {\n firstname, lastname, phone, mail, annualTurnover, source, alreadyExist, activitySector,\n } = params;\n if (\n firstname === 'test'\n || lastname === 'test'\n || mail?.includes('test')\n || ['606060606', '707070707', '612345678', '712345678', '687654321', '787654321'].includes(phone)\n ) {\n return 0;\n }\n let quotation = 0;\n\n /* cotation du prénom */\n if (firstname) quotation += 5;\n\n /* cotation du nom */\n if (lastname) quotation += 5;\n\n /* cotation du numéro de téléphone */\n if (['6', '7'].includes(phone.substr(0, 1))) {\n quotation += 15;\n } else {\n quotation += 5;\n }\n\n /* cotation de l'adresse email */\n if (BasicDomain.find((domain) => mail?.includes(domain))) {\n quotation += 5;\n } else\n if (!ForbidenDomain.find((domain) => mail?.includes(domain))) {\n quotation += 15;\n }\n\n /* cotation du CA annuel */\n if ([0, 150000, 400000, 783000, 783001].includes(annualTurnover)) {\n quotation += 10;\n } else if ([50000, 234000].includes(annualTurnover)) {\n quotation += 5;\n }\n\n /* cotation de la date d'ajout */\n if ([1, 2, 3, 4, 5].includes(new Date().getDay())) {\n const dateTime = new Date();\n const year = dateTime.getFullYear();\n const month = dateTime.getMonth();\n const day = dateTime.getDate();\n const startTime = new Date(`${year}-${month + 1}-${day} 08:45:00`);\n const endTime = new Date(`${year}-${month + 1}-${day} 18:45:00`);\n if ((startTime.getTime() <= dateTime.getTime()) && (endTime.getTime() >= dateTime.getTime())) {\n quotation += 15;\n } else {\n quotation += 5;\n }\n } else {\n quotation += 5;\n }\n\n /* cotation de la source */\n /* Parrainage */\n if (source === 49) {\n quotation += 10;\n\n /* calendly, appel entrant */\n } else if (source === 2) {\n quotation += 8;\n\n /* adWords, Bing, Formulaire */\n } else if (source === 4) {\n quotation += 6;\n\n /* Chat, Whatsapp */\n } else if ([29, 92].includes(source)) {\n quotation += 2;\n }\n\n /* cotation de la qualité (nombre de champs remplis) */\n const fieldNumber = [firstname, lastname, phone, mail, annualTurnover, activitySector].filter((data) => !!data).length;\n switch (fieldNumber) {\n case 6:\n quotation += 10;\n break;\n case 5:\n quotation += 8;\n break;\n case 4:\n quotation += 6;\n break;\n case 3:\n quotation += 4;\n break;\n case 2:\n quotation += 2;\n break;\n default:\n break;\n }\n\n /* cotation de l'existence du lead (déjà existant ou non) */\n if (alreadyExist) quotation += 8;\n\n /* cotation du secteur d'activité */\n if ([Activity.INFORMATIQUE, Activity.CONSEIL].includes(activitySector)) {\n quotation += 10;\n } else if ([Activity.TRANSPORT, Activity.BTP, Activity.RESTAURATION, Activity.COMMERCANT, Activity.MEDICAL, Activity.PROF_LIB].includes(activitySector)) {\n quotation += 5;\n }\n\n return quotation;\n}\n\n/* besoin en entré de la société concerné avec les différents imports (society), ainsi que la liste des autres sociétés ou l'owner est owner (otherSocieties) */\nexport function getClientQuotation(society: ISociety, otherSocieties: ISociety[], lastNotice: BasePaginate<IRating>, unpaidDetails: [], reports: IReport[], societyProcedings: ISocietyProceding[], tabBankAccount: any, firstPaiement: IPayment[]): ReadClientQuotation {\n let quotationPositive = 0;\n let quotationNegative = 0;\n let quotation = 0;\n const detailQuotation = {\n signature: 0,\n seniority: 0,\n additionalBenefits: 0,\n additionalCompanies: 0,\n unpayed: 0,\n updatedAnnotations: 0,\n bankSynchronization: 0,\n rating: 0,\n labRefused: 0,\n ongoingProceedings: 0,\n report: 0,\n termination: 0,\n created: 0,\n };\n\n // calcul de l'ancienneté de la société\n const anciennete = firstPaiement?.length > 0 ? dayjs().diff(dayjs(firstPaiement[0].datePayment, 'YYYY-MM-DD'), 'years') : 0;\n const ponderation = (anciennete * 0.1) + 1;\n\n /* Type de comptabilité du client (Tresorerie (+10) / Engagement (+15)) */\n if (society.idComptaType) {\n if ([ComptaType.CASH_BASED, ComptaType.CASH_BASED_ASSISTANCE, ComptaType.CASH_BASED_SEIZURE].includes(society.idComptaType)) {\n quotationPositive += 10;\n detailQuotation.signature += 10;\n } else if ([ComptaType.ACCRUALS, ComptaType.ACCRUALS_ASSISTANCE, ComptaType.ACCRUALS_SEIZURE].includes(society.idComptaType)) {\n quotationPositive += 15;\n detailQuotation.signature += 15;\n }\n }\n\n /* Ancienneté (1 ans < firstPaiement < 2 ans (+10) / 2 ans < firstPaiement (+20 / année)) */\n if (firstPaiement?.length > 0) {\n const yearAsClient = Number(new Date().getFullYear()) - Number(new Date(firstPaiement[0].datePayment).getFullYear());\n if (yearAsClient === 1) {\n quotationPositive += 10;\n detailQuotation.seniority += 10;\n } else if (yearAsClient > 1) {\n quotationPositive += (20 * (yearAsClient - 1) + 10);\n detailQuotation.seniority += (20 * (yearAsClient - 1) + 10);\n }\n }\n\n /* Prestations Complémentaires (+5 / prestation) */\n if (society.prestationsSocieties?.length) {\n const prestationsCompl = society.prestationsSocieties.filter((prestation) => prestation.idPrestationComplementary);\n prestationsCompl.forEach(() => {\n quotationPositive += Math.ceil(5 * ponderation);\n detailQuotation.additionalBenefits += Math.ceil(5 * ponderation);\n });\n }\n\n /* Sociétés supplémentaires (+8 / société) */\n if (otherSocieties.length) {\n quotationPositive += Math.ceil(8 * otherSocieties.length * ponderation);\n detailQuotation.additionalCompanies += Math.ceil(8 * otherSocieties.length * ponderation);\n }\n\n /* Impayés (-15 / mois) */\n if (unpaidDetails.length) {\n quotationNegative -= Math.ceil(15 * unpaidDetails.length * ponderation);\n detailQuotation.unpayed -= Math.ceil(15 * unpaidDetails.length * ponderation);\n }\n\n /* annotations à jour */\n if (tabBankAccount.societyAccountingTransactions?.length) {\n // on check s'il y a 80% des lignes annotées (dateLocked)\n let countNotAnnoted = 0;\n let percentageAnnotations = 100;\n tabBankAccount.societyAccountingTransactions.map((na:any) => {\n if (na.dateLocked === null) {\n countNotAnnoted += 1;\n }\n return countNotAnnoted;\n });\n if (countNotAnnoted !== 0) percentageAnnotations = (countNotAnnoted / tabBankAccount.societyAccountingTransactions?.length) * 100;\n if (percentageAnnotations >= 80) {\n quotationPositive += Math.ceil(12 * ponderation);\n detailQuotation.updatedAnnotations += Math.ceil(12 * ponderation);\n } else {\n quotationNegative -= Math.ceil(12 * ponderation);\n detailQuotation.updatedAnnotations -= Math.ceil(12 * ponderation);\n }\n }\n\n /* synchronisation bancaire */\n if (tabBankAccount.societyActivatedBankAccounts?.length) {\n // comptes synchro\n const synchro = tabBankAccount.societyActivatedBankAccounts.length - tabBankAccount.desactivatedBankAccount.length;\n quotationPositive += Math.ceil(12 * synchro * ponderation);\n detailQuotation.bankSynchronization += Math.ceil(12 * synchro * ponderation);\n\n // comptes desynchro\n quotationNegative -= Math.ceil(12 * tabBankAccount.desactivatedBankAccount.length * ponderation);\n detailQuotation.bankSynchronization -= Math.ceil(12 * tabBankAccount.desactivatedBankAccount.length * ponderation);\n }\n\n /* avis */\n if (lastNotice && lastNotice.data.length === 1) {\n if (lastNotice.data[0].average === 5) {\n quotationPositive += Math.ceil(10 * ponderation);\n detailQuotation.rating += Math.ceil(10 * ponderation);\n } else {\n quotationNegative -= 10;\n detailQuotation.rating -= 10;\n }\n }\n\n /* LAB refusée */\n if (society?.societyDetail) {\n if (!society.societyDetail?.acceptation) {\n quotationNegative -= 10;\n detailQuotation.labRefused -= 10;\n }\n }\n\n /* Cessation de paiement - redressement judiciaire - procédure en cours / signalements / résiliation */\n if (societyProcedings?.length) {\n quotationNegative -= 5 * societyProcedings.length;\n detailQuotation.ongoingProceedings -= 5 * societyProcedings.length;\n }\n\n if (reports?.length) {\n quotationNegative -= 10;\n detailQuotation.report -= 10;\n }\n\n if (society.isWaitingEnd) {\n quotationNegative -= 50;\n detailQuotation.termination -= 50;\n }\n\n /* Création chez nous */\n if (society.prestationsSocieties?.length) {\n const prestationsCreation = society.prestationsSocieties.filter((prestation) => prestation.idPrestationList === 15); // creation pas d'enum\n prestationsCreation.forEach(() => {\n quotationPositive += 10;\n detailQuotation.created += 10;\n });\n }\n\n if (quotationPositive > 100) quotationPositive = 100;\n if (quotationNegative > 100) quotationNegative = 100;\n\n quotation = quotationPositive + quotationNegative;\n\n if (quotation < 0) quotation = 0;\n\n return {\n cotation: quotation,\n data: detailQuotation,\n idSociety: society.id as number,\n };\n}\n\nexport function compareTwoCotation(cotations: ICotation[]):boolean | null {\n // on recupere les 2 dernieres cotations de la societe\n const higher = false;\n if (cotations[0].cotation === cotations[1].cotation) {\n return null;\n } if (cotations[0].cotation > cotations[1].cotation) {\n return true;\n }\n return higher;\n}"]}
|
|
1
|
+
{"version":3,"file":"quotation.js","sourceRoot":"","sources":["../../../ts/utils/quotation.ts"],"names":[],"mappings":"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","sourcesContent":["import * as dayjs from 'dayjs';\nimport { ForbidenDomain, BasicDomain } from '../types/Enum/MailDomainType';\nimport { Activity } from '../types/Enum/Activity';\nimport { ComptaType } from '../types/Enum/ComptaType';\nimport { ISociety } from '../types/Interface/models/ISociety';\nimport { ICotation } from '../types/Interface/models/ICotation';\nimport {\n BasePaginate,\n IPayment,\n IRating, IReport, ISocietyProceding, ReadClientQuotation,\n} from '../types';\n\ntype getLeadQuotationParams = {\n firstname: string,\n lastname: string,\n phone: string,\n mail: string,\n annualTurnover: number,\n source: number,\n alreadyExist: boolean,\n activitySector: number,\n};\n\nexport function getLeadQuotation(params: getLeadQuotationParams):number {\n const {\n firstname, lastname, phone, mail, annualTurnover, source, alreadyExist, activitySector,\n } = params;\n if (\n firstname === 'test'\n || lastname === 'test'\n || mail?.includes('test')\n || ['606060606', '707070707', '612345678', '712345678', '687654321', '787654321'].includes(phone)\n ) {\n return 0;\n }\n let quotation = 0;\n\n /* cotation du prénom */\n if (firstname) quotation += 5;\n\n /* cotation du nom */\n if (lastname) quotation += 5;\n\n /* cotation du numéro de téléphone */\n if (phone && ['6', '7'].includes(phone.substr(0, 1))) {\n quotation += 15;\n } else {\n quotation += 5;\n }\n\n /* cotation de l'adresse email */\n if (BasicDomain.find((domain) => mail?.includes(domain))) {\n quotation += 5;\n } else\n if (!ForbidenDomain.find((domain) => mail?.includes(domain))) {\n quotation += 15;\n }\n\n /* cotation du CA annuel */\n if ([0, 150000, 400000, 783000, 783001].includes(annualTurnover)) {\n quotation += 10;\n } else if ([50000, 234000].includes(annualTurnover)) {\n quotation += 5;\n }\n\n /* cotation de la date d'ajout */\n if ([1, 2, 3, 4, 5].includes(new Date().getDay())) {\n const dateTime = new Date();\n const year = dateTime.getFullYear();\n const month = dateTime.getMonth();\n const day = dateTime.getDate();\n const startTime = new Date(`${year}-${month + 1}-${day} 08:45:00`);\n const endTime = new Date(`${year}-${month + 1}-${day} 18:45:00`);\n if ((startTime.getTime() <= dateTime.getTime()) && (endTime.getTime() >= dateTime.getTime())) {\n quotation += 15;\n } else {\n quotation += 5;\n }\n } else {\n quotation += 5;\n }\n\n /* cotation de la source */\n /* Parrainage */\n if (source === 49) {\n quotation += 10;\n\n /* calendly, appel entrant */\n } else if (source === 2) {\n quotation += 8;\n\n /* adWords, Bing, Formulaire */\n } else if (source === 4) {\n quotation += 6;\n\n /* Chat, Whatsapp */\n } else if ([29, 92].includes(source)) {\n quotation += 2;\n }\n\n /* cotation de la qualité (nombre de champs remplis) */\n const fieldNumber = [firstname, lastname, phone, mail, annualTurnover, activitySector].filter((data) => !!data).length;\n switch (fieldNumber) {\n case 6:\n quotation += 10;\n break;\n case 5:\n quotation += 8;\n break;\n case 4:\n quotation += 6;\n break;\n case 3:\n quotation += 4;\n break;\n case 2:\n quotation += 2;\n break;\n default:\n break;\n }\n\n /* cotation de l'existence du lead (déjà existant ou non) */\n if (alreadyExist) quotation += 8;\n\n /* cotation du secteur d'activité */\n if ([Activity.INFORMATIQUE, Activity.CONSEIL].includes(activitySector)) {\n quotation += 10;\n } else if ([Activity.TRANSPORT, Activity.BTP, Activity.RESTAURATION, Activity.COMMERCANT, Activity.MEDICAL, Activity.PROF_LIB].includes(activitySector)) {\n quotation += 5;\n }\n\n return quotation;\n}\n\n/* besoin en entré de la société concerné avec les différents imports (society), ainsi que la liste des autres sociétés ou l'owner est owner (otherSocieties) */\nexport function getClientQuotation(society: ISociety, otherSocieties: ISociety[], lastNotice: BasePaginate<IRating>, unpaidDetails: [], reports: IReport[], societyProcedings: ISocietyProceding[], tabBankAccount: any, firstPaiement: IPayment[]): ReadClientQuotation {\n let quotationPositive = 0;\n let quotationNegative = 0;\n let quotation = 0;\n const detailQuotation = {\n signature: 0,\n seniority: 0,\n additionalBenefits: 0,\n additionalCompanies: 0,\n unpayed: 0,\n updatedAnnotations: 0,\n bankSynchronization: 0,\n rating: 0,\n labRefused: 0,\n ongoingProceedings: 0,\n report: 0,\n termination: 0,\n created: 0,\n };\n\n // calcul de l'ancienneté de la société\n const anciennete = firstPaiement?.length > 0 ? dayjs().diff(dayjs(firstPaiement[0].datePayment, 'YYYY-MM-DD'), 'years') : 0;\n const ponderation = (anciennete * 0.1) + 1;\n\n /* Type de comptabilité du client (Tresorerie (+10) / Engagement (+15)) */\n if (society.idComptaType) {\n if ([ComptaType.CASH_BASED, ComptaType.CASH_BASED_ASSISTANCE, ComptaType.CASH_BASED_SEIZURE].includes(society.idComptaType)) {\n quotationPositive += 10;\n detailQuotation.signature += 10;\n } else if ([ComptaType.ACCRUALS, ComptaType.ACCRUALS_ASSISTANCE, ComptaType.ACCRUALS_SEIZURE].includes(society.idComptaType)) {\n quotationPositive += 15;\n detailQuotation.signature += 15;\n }\n }\n\n /* Ancienneté (1 ans < firstPaiement < 2 ans (+10) / 2 ans < firstPaiement (+20 / année)) */\n if (firstPaiement?.length > 0) {\n const yearAsClient = Number(new Date().getFullYear()) - Number(new Date(firstPaiement[0].datePayment).getFullYear());\n if (yearAsClient === 1) {\n quotationPositive += 10;\n detailQuotation.seniority += 10;\n } else if (yearAsClient > 1) {\n quotationPositive += (20 * (yearAsClient - 1) + 10);\n detailQuotation.seniority += (20 * (yearAsClient - 1) + 10);\n }\n }\n\n /* Prestations Complémentaires (+5 / prestation) */\n if (society.prestationsSocieties?.length) {\n const prestationsCompl = society.prestationsSocieties.filter((prestation) => prestation.idPrestationComplementary);\n prestationsCompl.forEach(() => {\n quotationPositive += Math.ceil(5 * ponderation);\n detailQuotation.additionalBenefits += Math.ceil(5 * ponderation);\n });\n }\n\n /* Sociétés supplémentaires (+8 / société) */\n if (otherSocieties.length) {\n quotationPositive += Math.ceil(8 * otherSocieties.length * ponderation);\n detailQuotation.additionalCompanies += Math.ceil(8 * otherSocieties.length * ponderation);\n }\n\n /* Impayés (-15 / mois) */\n if (unpaidDetails.length) {\n quotationNegative -= Math.ceil(15 * unpaidDetails.length * ponderation);\n detailQuotation.unpayed -= Math.ceil(15 * unpaidDetails.length * ponderation);\n }\n\n /* annotations à jour */\n if (tabBankAccount.societyAccountingTransactions?.length) {\n // on check s'il y a 80% des lignes annotées (dateLocked)\n let countNotAnnoted = 0;\n let percentageAnnotations = 100;\n tabBankAccount.societyAccountingTransactions.map((na:any) => {\n if (na.dateLocked === null) {\n countNotAnnoted += 1;\n }\n return countNotAnnoted;\n });\n if (countNotAnnoted !== 0) percentageAnnotations = (countNotAnnoted / tabBankAccount.societyAccountingTransactions?.length) * 100;\n if (percentageAnnotations >= 80) {\n quotationPositive += Math.ceil(12 * ponderation);\n detailQuotation.updatedAnnotations += Math.ceil(12 * ponderation);\n } else {\n quotationNegative -= Math.ceil(12 * ponderation);\n detailQuotation.updatedAnnotations -= Math.ceil(12 * ponderation);\n }\n }\n\n /* synchronisation bancaire */\n if (tabBankAccount.societyActivatedBankAccounts?.length) {\n // comptes synchro\n const synchro = tabBankAccount.societyActivatedBankAccounts.length - tabBankAccount.desactivatedBankAccount.length;\n quotationPositive += Math.ceil(12 * synchro * ponderation);\n detailQuotation.bankSynchronization += Math.ceil(12 * synchro * ponderation);\n\n // comptes desynchro\n quotationNegative -= Math.ceil(12 * tabBankAccount.desactivatedBankAccount.length * ponderation);\n detailQuotation.bankSynchronization -= Math.ceil(12 * tabBankAccount.desactivatedBankAccount.length * ponderation);\n }\n\n /* avis */\n if (lastNotice && lastNotice.data.length === 1) {\n if (lastNotice.data[0].average === 5) {\n quotationPositive += Math.ceil(10 * ponderation);\n detailQuotation.rating += Math.ceil(10 * ponderation);\n } else {\n quotationNegative -= 10;\n detailQuotation.rating -= 10;\n }\n }\n\n /* LAB refusée */\n if (society?.societyDetail) {\n if (!society.societyDetail?.acceptation) {\n quotationNegative -= 10;\n detailQuotation.labRefused -= 10;\n }\n }\n\n /* Cessation de paiement - redressement judiciaire - procédure en cours / signalements / résiliation */\n if (societyProcedings?.length) {\n quotationNegative -= 5 * societyProcedings.length;\n detailQuotation.ongoingProceedings -= 5 * societyProcedings.length;\n }\n\n if (reports?.length) {\n quotationNegative -= 10;\n detailQuotation.report -= 10;\n }\n\n if (society.isWaitingEnd) {\n quotationNegative -= 50;\n detailQuotation.termination -= 50;\n }\n\n /* Création chez nous */\n if (society.prestationsSocieties?.length) {\n const prestationsCreation = society.prestationsSocieties.filter((prestation) => prestation.idPrestationList === 15); // creation pas d'enum\n prestationsCreation.forEach(() => {\n quotationPositive += 10;\n detailQuotation.created += 10;\n });\n }\n\n if (quotationPositive > 100) quotationPositive = 100;\n if (quotationNegative > 100) quotationNegative = 100;\n\n quotation = quotationPositive + quotationNegative;\n\n if (quotation < 0) quotation = 0;\n\n return {\n cotation: quotation,\n data: detailQuotation,\n idSociety: society.id as number,\n };\n}\n\nexport function compareTwoCotation(cotations: ICotation[]):boolean | null {\n // on recupere les 2 dernieres cotations de la societe\n const higher = false;\n if (cotations[0].cotation === cotations[1].cotation) {\n return null;\n } if (cotations[0].cotation > cotations[1].cotation) {\n return true;\n }\n return higher;\n}"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { ICard, QueryUserCards, QueryUserCardsStats, UserCardsStatsGroup, UpdateCard } from '../../types';
|
|
3
|
+
export declare class Card extends Resource {
|
|
4
|
+
getById(id: number): Promise<ICard>;
|
|
5
|
+
getAll(params: QueryUserCards): Promise<ICard[]>;
|
|
6
|
+
getStats(params: QueryUserCardsStats): Promise<UserCardsStatsGroup[]>;
|
|
7
|
+
update(id: number, data: UpdateCard): Promise<ICard>;
|
|
8
|
+
delete(id: number): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE1G,qBAAa,IAAK,SAAQ,QAAQ;IAChC,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC;IAInC,MAAM,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAIhD,QAAQ,CAAC,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,mBAAmB,EAAE,CAAC;IAIrE,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,KAAK,CAAC;IAIpD,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAIlC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Card extends Resource {
|
|
3
|
+
getById(id) {
|
|
4
|
+
return this.axios.$get(`/cards/${id}`);
|
|
5
|
+
}
|
|
6
|
+
getAll(params) {
|
|
7
|
+
return this.axios.$get('/cards', { params });
|
|
8
|
+
}
|
|
9
|
+
getStats(params) {
|
|
10
|
+
return this.axios.$get('/cards/stats', { params });
|
|
11
|
+
}
|
|
12
|
+
update(id, data) {
|
|
13
|
+
return this.axios.$put(`/cards/${id}`, data);
|
|
14
|
+
}
|
|
15
|
+
delete(id) {
|
|
16
|
+
return this.axios.$delete(`/cards/${id}`);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=Card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../ts/api/resources/Card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,IAAK,SAAQ,QAAQ;IAChC,OAAO,CAAC,EAAU;QAChB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;IACzC,CAAC;IAED,MAAM,CAAC,MAAsB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,QAAQ,CAAC,MAA2B;QAClC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,IAAgB;QACjC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC/C,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;IAC5C,CAAC;CAEF","sourcesContent":["import { Resource } from '../Resource';\nimport { ICard, QueryUserCards, QueryUserCardsStats, UserCardsStatsGroup, UpdateCard } from '../../types';\n\nexport class Card extends Resource {\n getById(id: number): Promise<ICard> {\n return this.axios.$get(`/cards/${id}`);\n }\n\n getAll(params: QueryUserCards): Promise<ICard[]> {\n return this.axios.$get('/cards', { params });\n }\n\n getStats(params: QueryUserCardsStats): Promise<UserCardsStatsGroup[]> {\n return this.axios.$get('/cards/stats', { params });\n }\n\n update(id: number, data: UpdateCard): Promise<ICard> {\n return this.axios.$put(`/cards/${id}`, data);\n }\n\n delete(id: number): Promise<void> {\n return this.axios.$delete(`/cards/${id}`);\n }\n \n}"]}
|