@silexpert/core 1.0.112 → 1.0.113

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.
Files changed (104) hide show
  1. package/es/api/resources/Mail.d.ts +1 -0
  2. package/es/api/resources/Mail.d.ts.map +1 -1
  3. package/es/api/resources/Mail.js +9 -3
  4. package/es/api/resources/Mail.js.map +1 -1
  5. package/es/api/resources/TextMessage.d.ts +14 -0
  6. package/es/api/resources/TextMessage.d.ts.map +1 -0
  7. package/es/api/resources/TextMessage.js +19 -0
  8. package/es/api/resources/TextMessage.js.map +1 -0
  9. package/es/api/resources.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/BalanceSheet.d.ts +9 -2
  14. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  15. package/es/types/Enum/BalanceSheet.js +9 -1
  16. package/es/types/Enum/BalanceSheet.js.map +1 -1
  17. package/es/types/Enum/RoleDetail.d.ts +8 -0
  18. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  19. package/es/types/Enum/RoleDetail.js +8 -0
  20. package/es/types/Enum/RoleDetail.js.map +1 -1
  21. package/es/types/Enum/TextMessageType.d.ts +34 -0
  22. package/es/types/Enum/TextMessageType.d.ts.map +1 -0
  23. package/es/types/Enum/TextMessageType.js +37 -0
  24. package/es/types/Enum/TextMessageType.js.map +1 -0
  25. package/es/types/Interface/api/mail/QueryCountUnprocessedMail.d.ts +8 -0
  26. package/es/types/Interface/api/mail/QueryCountUnprocessedMail.d.ts.map +1 -0
  27. package/es/types/Interface/api/mail/{QueryCountUnprocessedByUserMail.js → QueryCountUnprocessedMail.js} +15 -8
  28. package/es/types/Interface/api/mail/QueryCountUnprocessedMail.js.map +1 -0
  29. package/es/types/Interface/api/textMessage/Create.d.ts +9 -0
  30. package/es/types/Interface/api/textMessage/Create.d.ts.map +1 -0
  31. package/es/types/Interface/api/textMessage/Create.js +40 -0
  32. package/es/types/Interface/api/textMessage/Create.js.map +1 -0
  33. package/es/types/Interface/api/textMessage/Query.d.ts +17 -0
  34. package/es/types/Interface/api/textMessage/Query.d.ts.map +1 -0
  35. package/es/types/Interface/api/textMessage/Query.js +65 -0
  36. package/es/types/Interface/api/textMessage/Query.js.map +1 -0
  37. package/es/types/Interface/api/textMessage/Read.d.ts +9 -0
  38. package/es/types/Interface/api/textMessage/Read.d.ts.map +1 -0
  39. package/es/types/Interface/api/textMessage/Read.js +2 -0
  40. package/es/types/Interface/api/textMessage/Read.js.map +1 -0
  41. package/es/types/Interface/api/textMessage/Update.d.ts +37 -0
  42. package/es/types/Interface/api/textMessage/Update.d.ts.map +1 -0
  43. package/es/types/Interface/api/textMessage/Update.js +22 -0
  44. package/es/types/Interface/api/textMessage/Update.js.map +1 -0
  45. package/es/types/Interface/models/ISms.d.ts +7 -5
  46. package/es/types/Interface/models/ISms.d.ts.map +1 -1
  47. package/es/types/Interface/models/ISms.js.map +1 -1
  48. package/es/types/Interface/models/IUser.d.ts +1 -0
  49. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  50. package/es/types/Interface/models/IUser.js.map +1 -1
  51. package/es/types/index.d.ts +6 -1
  52. package/es/types/index.d.ts.map +1 -1
  53. package/es/types/index.js +6 -1
  54. package/es/types/index.js.map +1 -1
  55. package/es/utils/phone.d.ts +5 -0
  56. package/es/utils/phone.d.ts.map +1 -0
  57. package/es/utils/phone.js +57 -0
  58. package/es/utils/phone.js.map +1 -0
  59. package/js/api/resources/Mail.js +14 -3
  60. package/js/api/resources/Mail.js.map +1 -1
  61. package/js/api/resources/TextMessage.js +46 -0
  62. package/js/api/resources/TextMessage.js.map +1 -0
  63. package/js/api/resources.js +3 -0
  64. package/js/api/resources.js.map +1 -1
  65. package/js/types/Enum/BalanceSheet.js +8 -1
  66. package/js/types/Enum/BalanceSheet.js.map +1 -1
  67. package/js/types/Enum/RoleDetail.js +16 -8
  68. package/js/types/Enum/RoleDetail.js.map +1 -1
  69. package/js/types/Enum/TextMessageType.js +47 -0
  70. package/js/types/Enum/TextMessageType.js.map +1 -0
  71. package/js/types/Interface/api/mail/{QueryCountUnprocessedByUserMail.js → QueryCountUnprocessedMail.js} +10 -8
  72. package/js/types/Interface/api/mail/QueryCountUnprocessedMail.js.map +1 -0
  73. package/js/types/Interface/api/textMessage/Create.js +39 -0
  74. package/js/types/Interface/api/textMessage/Create.js.map +1 -0
  75. package/js/types/Interface/api/textMessage/Query.js +55 -0
  76. package/js/types/Interface/api/textMessage/Query.js.map +1 -0
  77. package/js/types/Interface/api/textMessage/Read.js +6 -0
  78. package/js/types/Interface/api/textMessage/Read.js.map +1 -0
  79. package/js/types/Interface/api/textMessage/Update.js +31 -0
  80. package/js/types/Interface/api/textMessage/Update.js.map +1 -0
  81. package/js/types/index.js +102 -42
  82. package/js/types/index.js.map +1 -1
  83. package/js/utils/phone.js +84 -0
  84. package/js/utils/phone.js.map +1 -0
  85. package/package.json +2 -1
  86. package/ts/api/resources/Mail.ts +14 -3
  87. package/ts/api/resources/TextMessage.ts +33 -0
  88. package/ts/api/resources.ts +2 -0
  89. package/ts/types/Enum/BalanceSheet.ts +9 -1
  90. package/ts/types/Enum/RoleDetail.ts +8 -0
  91. package/ts/types/Enum/TextMessageType.ts +35 -0
  92. package/ts/types/Interface/api/mail/{QueryCountUnprocessedByUserMail.ts → QueryCountUnprocessedMail.ts} +10 -4
  93. package/ts/types/Interface/api/textMessage/Create.ts +25 -0
  94. package/ts/types/Interface/api/textMessage/Query.ts +51 -0
  95. package/ts/types/Interface/api/textMessage/Read.ts +5 -0
  96. package/ts/types/Interface/api/textMessage/Update.ts +46 -0
  97. package/ts/types/Interface/models/ISms.ts +7 -5
  98. package/ts/types/Interface/models/IUser.ts +1 -0
  99. package/ts/types/index.ts +6 -1
  100. package/ts/utils/phone.ts +65 -0
  101. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts +0 -7
  102. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts.map +0 -1
  103. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +0 -1
  104. package/js/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +0 -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/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/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\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/IErrorCode';\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/ICustomerTva';\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/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\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/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\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/IFollowedQualityMail';\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/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IProductInvoice';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\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/IPageView';\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/IPenalty';\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/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/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\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/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\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/IFollowedQualityMailType';\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/IPenaltyType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\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/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IMail';\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/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\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/IAccountingTransaction_new';\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/IRegistration';\nexport * from './Interface/models/IVatRegimeHistory';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/FolderFile';\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/Office';\nexport * from './Enum/PrestationOption';\nexport * from './Enum/TimeCounterType';\nexport * from './Enum/MailAuto';\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/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/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/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\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/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/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/Reason';\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';\n\n// Interfaces API\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/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/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/QueryGetAllCollaborators';\nexport * from './Interface/api/user/QueryGetAllCollaboratorsByRoles';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\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/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/QueryCountProcessedByUser';\nexport * from './Interface/api/mail/QueryGetAnsweringTimeByUser';\nexport * from './Interface/api/mail/QueryCountUnprocessedByUserMail';\nexport * from './Interface/api/mail/UpdateMail';\nexport * from './Interface/api/mail/CreateMailParams';\nexport * from './Interface/api/mail/UpdateMailParams';\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/QueryPaginatedSocietyWithStatsCa';\nexport * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation';\nexport * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';\nexport * from './Interface/api/facturation/CreateRebilling';\nexport * from './Interface/api/commercial/QueryGetStats';\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/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/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/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/QueryRevision';\nexport * from './Interface/api/revision/QueryRevisionApprobation';\nexport * from './Interface/api/revision/QueryRevisionPaginate';\nexport * from './Interface/api/revision/ReadRevision';\nexport * from './Interface/api/revision/RevisionObject';\nexport * from './Interface/api/revision/Revision';\nexport * from './Interface/api/revision/QueryRevisionAccount';\nexport * from './Interface/api/revision/ReadRevisionAccount';\nexport * from './Interface/api/revision/ReadRevisionTransactionDetail';\nexport * from './Interface/api/revision/QueryRevisionMergeIntoAccount';\nexport * from './Interface/api/revision/ReadRevisionMergeIntoAccount';\nexport * from './Interface/api/revision/QueryRevisionSearchEntries';\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/webmail/CreateWebmailFromLambda';\nexport * from './Interface/api/webmail/CreateMailFromLambda';\nexport * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';\nexport * from './Interface/api/webmail/GetMissingMailsInFinalBucket';\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/QueryAttendance';\nexport * from './Interface/api/timeRecorder/QueryPaginatedDelays';\nexport * from './Interface/api/timeRecorder/ReadAttendanceHours';\nexport * from './Interface/api/timeRecorder/ReadPaginatedDelays';\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/inpiBalance/inpiBalanceStatistic';\nexport * from './Interface/api/inpiPayment/QueryInpiPaymentStatistic';\nexport * from './Interface/api/inpiPayment/QueryInpiPaymentPaginated';\nexport * from './Interface/api/vatRegimeHistory/QueryVatRegimeHistory';\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/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/GetPartners';\nexport * from './Interface/api/partner/UpdatePartner';\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/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/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/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/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/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/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/balanceSheetModule/PrepareModulesAndCompletions';\nexport * from './Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions';\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/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/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/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/ReadCreateConnection';\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/prestation/CreatePrestation';\nexport * from './Interface/api/prestation/QueryPrestation';\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/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/revive/PostRevive';\n\n// Enums types\nexport * from './Interface/enum/Util';\nexport * from './Interface/enum/Date';\n\nexport * from '../utils/cerfa';\nexport * from '../utils/checklist';\nexport * from '../utils/date';\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';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\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/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\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/IErrorCode';\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/ICustomerTva';\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/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\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/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\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/IFollowedQualityMail';\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/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IProductInvoice';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\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/IPageView';\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/IPenalty';\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/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/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\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/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\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/IFollowedQualityMailType';\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/IPenaltyType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\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/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IMail';\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/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\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/IAccountingTransaction_new';\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/IRegistration';\nexport * from './Interface/models/IVatRegimeHistory';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/FolderFile';\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/Office';\nexport * from './Enum/PrestationOption';\nexport * from './Enum/TimeCounterType';\nexport * from './Enum/MailAuto';\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/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/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/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\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/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/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/Reason';\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';\n\n// Interfaces API\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/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/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/QueryGetAllCollaborators';\nexport * from './Interface/api/user/QueryGetAllCollaboratorsByRoles';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\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/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/QueryCountProcessedByUser';\nexport * from './Interface/api/mail/QueryGetAnsweringTimeByUser';\nexport * from './Interface/api/mail/QueryCountUnprocessedMail';\nexport * from './Interface/api/mail/UpdateMail';\nexport * from './Interface/api/mail/CreateMailParams';\nexport * from './Interface/api/mail/UpdateMailParams';\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/QueryPaginatedSocietyWithStatsCa';\nexport * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation';\nexport * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';\nexport * from './Interface/api/facturation/CreateRebilling';\nexport * from './Interface/api/commercial/QueryGetStats';\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/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/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/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/QueryRevision';\nexport * from './Interface/api/revision/QueryRevisionApprobation';\nexport * from './Interface/api/revision/QueryRevisionPaginate';\nexport * from './Interface/api/revision/ReadRevision';\nexport * from './Interface/api/revision/RevisionObject';\nexport * from './Interface/api/revision/Revision';\nexport * from './Interface/api/revision/QueryRevisionAccount';\nexport * from './Interface/api/revision/ReadRevisionAccount';\nexport * from './Interface/api/revision/ReadRevisionTransactionDetail';\nexport * from './Interface/api/revision/QueryRevisionMergeIntoAccount';\nexport * from './Interface/api/revision/ReadRevisionMergeIntoAccount';\nexport * from './Interface/api/revision/QueryRevisionSearchEntries';\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/webmail/CreateWebmailFromLambda';\nexport * from './Interface/api/webmail/CreateMailFromLambda';\nexport * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';\nexport * from './Interface/api/webmail/GetMissingMailsInFinalBucket';\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/QueryAttendance';\nexport * from './Interface/api/timeRecorder/QueryPaginatedDelays';\nexport * from './Interface/api/timeRecorder/ReadAttendanceHours';\nexport * from './Interface/api/timeRecorder/ReadPaginatedDelays';\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/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';\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/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/GetPartners';\nexport * from './Interface/api/partner/UpdatePartner';\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/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/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/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/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/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/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/balanceSheetModule/PrepareModulesAndCompletions';\nexport * from './Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions';\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/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/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/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/ReadCreateConnection';\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/prestation/CreatePrestation';\nexport * from './Interface/api/prestation/QueryPrestation';\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/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/revive/PostRevive';\n\n// Enums types\nexport * from './Interface/enum/Util';\nexport * from './Interface/enum/Date';\n\nexport * from '../utils/cerfa';\nexport * from '../utils/phone';\nexport * from '../utils/checklist';\nexport * from '../utils/date';\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';"]}
@@ -0,0 +1,5 @@
1
+ export declare function formatPhoneNumberToE164(phoneNumber: string | null, prefix?: string): string | null;
2
+ export declare function getPhoneNumberWithoutPrefix(phoneNumber: string): string;
3
+ export declare function countSegmentsFromMessage(message: string): number;
4
+ export declare function getPhoneNumberFromRoles(roles: number[]): string | null;
5
+ //# sourceMappingURL=phone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phone.d.ts","sourceRoot":"","sources":["../../ts/utils/phone.ts"],"names":[],"mappings":"AAKA,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,SAAQ,GAAG,MAAM,GAAG,IAAI,CAcjG;AAED,wBAAgB,2BAA2B,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAOvE;AAED,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAEhE;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,IAAI,CA8BtE"}
@@ -0,0 +1,57 @@
1
+ import { SegmentedMessage } from 'sms-segments-calculator';
2
+ import { PhonePrefix } from '../types/Enum/Phone';
3
+ import { Role } from '../types/Enum/Role';
4
+ import { RoleDetail } from '../types/Enum/RoleDetail';
5
+ export function formatPhoneNumberToE164(phoneNumber, prefix = '+33') {
6
+ if (!phoneNumber)
7
+ return null;
8
+ if (phoneNumber.charAt(0) !== '+' && phoneNumber.charAt(0) === '0') {
9
+ const numberInt = phoneNumber.replace(/\D/g, '');
10
+ if (prefix) {
11
+ if (numberInt.length === 10 && numberInt.charAt(0) === '0') {
12
+ return `${prefix}${numberInt.substring(1)}`;
13
+ }
14
+ return `${prefix}${numberInt}`;
15
+ }
16
+ if (numberInt.charAt(0) === '0' && numberInt.length === 10)
17
+ return `+33${numberInt.substring(1)}`;
18
+ return numberInt;
19
+ }
20
+ return phoneNumber;
21
+ }
22
+ export function getPhoneNumberWithoutPrefix(phoneNumber) {
23
+ let number = phoneNumber;
24
+ // @ts-ignore
25
+ Object.keys(PhonePrefix).map((index) => PhonePrefix[index].prefix).forEach((prefix) => {
26
+ number = number.replace(prefix, '');
27
+ });
28
+ return number;
29
+ }
30
+ export function countSegmentsFromMessage(message) {
31
+ return new SegmentedMessage(message, 'GSM-7').segmentsCount;
32
+ }
33
+ export function getPhoneNumberFromRoles(roles) {
34
+ if (roles.some((role) => [Role.FRONT_OFFICE, Role.EXPERT_ACCOUNTANT].includes(role))) {
35
+ return RoleDetail.FRONT_OFFICE.phoneNumber;
36
+ }
37
+ if (roles.some((role) => [Role.FRONT_OFFICE_EXPRESS].includes(role))) {
38
+ return RoleDetail.FRONT_OFFICE_EXPRESS.phoneNumber;
39
+ }
40
+ if (roles.some((role) => [Role.COMMERCIAL].includes(role))) {
41
+ return RoleDetail.COMMERCIAL.phoneNumber;
42
+ }
43
+ if (roles.some((role) => [Role.FACTURATION].includes(role))) {
44
+ return RoleDetail.FACTURATION.phoneNumber;
45
+ }
46
+ if (roles.some((role) => [Role.CUSTOMER_SUCCESS].includes(role))) {
47
+ return RoleDetail.CUSTOMER_SUCCESS.phoneNumber;
48
+ }
49
+ if (roles.some((role) => [Role.JURIDIC, Role.JURIDICAL_SUPPORT].includes(role))) {
50
+ return RoleDetail.JURIDIC.phoneNumber;
51
+ }
52
+ if (roles.some((role) => [Role.SOCIAL].includes(role))) {
53
+ return RoleDetail.SOCIAL.phoneNumber;
54
+ }
55
+ return null;
56
+ }
57
+ //# sourceMappingURL=phone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phone.js","sourceRoot":"","sources":["../../ts/utils/phone.ts"],"names":[],"mappings":"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","sourcesContent":["import { SegmentedMessage } from 'sms-segments-calculator';\nimport { PhonePrefix } from '../types/Enum/Phone';\nimport { Role } from '../types/Enum/Role';\nimport { RoleDetail } from '../types/Enum/RoleDetail';\n\nexport function formatPhoneNumberToE164(phoneNumber: string | null, prefix = '+33'): string | null {\n if (!phoneNumber) return null;\n if (phoneNumber.charAt(0) !== '+' && phoneNumber.charAt(0) === '0') {\n const numberInt = phoneNumber.replace(/\\D/g, '');\n if (prefix) {\n if (numberInt.length === 10 && numberInt.charAt(0) === '0') {\n return `${prefix}${numberInt.substring(1)}`;\n }\n return `${prefix}${numberInt}`;\n }\n if (numberInt.charAt(0) === '0' && numberInt.length === 10) return `+33${numberInt.substring(1)}`;\n return numberInt;\n }\n return phoneNumber;\n}\n\nexport function getPhoneNumberWithoutPrefix(phoneNumber: string): string {\n let number = phoneNumber;\n // @ts-ignore\n Object.keys(PhonePrefix).map((index) => PhonePrefix[index].prefix).forEach((prefix) => {\n number = number.replace(prefix, '');\n });\n return number;\n}\n\nexport function countSegmentsFromMessage(message: string): number {\n return new SegmentedMessage(message, 'GSM-7').segmentsCount;\n}\n\nexport function getPhoneNumberFromRoles(roles: number[]): string | null {\n if (roles.some((role) => [Role.FRONT_OFFICE, Role.EXPERT_ACCOUNTANT].includes(role))) {\n return RoleDetail.FRONT_OFFICE.phoneNumber;\n }\n\n if (roles.some((role) => [Role.FRONT_OFFICE_EXPRESS].includes(role))) {\n return RoleDetail.FRONT_OFFICE_EXPRESS.phoneNumber;\n }\n\n if (roles.some((role) => [Role.COMMERCIAL].includes(role))) {\n return RoleDetail.COMMERCIAL.phoneNumber;\n }\n\n if (roles.some((role) => [Role.FACTURATION].includes(role))) {\n return RoleDetail.FACTURATION.phoneNumber;\n }\n\n if (roles.some((role) => [Role.CUSTOMER_SUCCESS].includes(role))) {\n return RoleDetail.CUSTOMER_SUCCESS.phoneNumber;\n }\n\n if (roles.some((role) => [Role.JURIDIC, Role.JURIDICAL_SUPPORT].includes(role))) {\n return RoleDetail.JURIDIC.phoneNumber;\n }\n\n if (roles.some((role) => [Role.SOCIAL].includes(role))) {\n return RoleDetail.SOCIAL.phoneNumber;\n }\n\n return null;\n}"]}
@@ -159,7 +159,7 @@ class Mail extends _Resource.Resource {
159
159
  }
160
160
 
161
161
  countInboxByUser(idUser, cancelToken) {
162
- return this.axios.$get('/mails/count-unprocessed-by-user', Object.assign(Object.assign({}, cancelToken ? {
162
+ return this.axios.$get('/mails/count-unprocessed', Object.assign(Object.assign({}, cancelToken ? {
163
163
  cancelToken
164
164
  } : {}), {
165
165
  params: {
@@ -169,8 +169,19 @@ class Mail extends _Resource.Resource {
169
169
  }));
170
170
  }
171
171
 
172
+ countInboxBySociety(idSociety, cancelToken) {
173
+ return this.axios.$get('/mails/count-unprocessed', Object.assign(Object.assign({}, cancelToken ? {
174
+ cancelToken
175
+ } : {}), {
176
+ params: {
177
+ idSociety,
178
+ isSent: false
179
+ }
180
+ }));
181
+ }
182
+
172
183
  countToBeClassifiedByUser(idUser, to, cancelToken) {
173
- return this.axios.$get('/mails/count-unprocessed-by-user', Object.assign(Object.assign({}, cancelToken ? {
184
+ return this.axios.$get('/mails/count-unprocessed', Object.assign(Object.assign({}, cancelToken ? {
174
185
  cancelToken
175
186
  } : {}), {
176
187
  params: {
@@ -182,7 +193,7 @@ class Mail extends _Resource.Resource {
182
193
  }
183
194
 
184
195
  countUnprocessedByManager(idUser, cancelToken) {
185
- return this.axios.$get('/mails/count-unprocessed-by-user', Object.assign(Object.assign({}, cancelToken ? {
196
+ return this.axios.$get('/mails/count-unprocessed', Object.assign(Object.assign({}, cancelToken ? {
186
197
  cancelToken
187
198
  } : {}), {
188
199
  params: {