@silexpert/core 0.4.89 → 0.4.90

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 (144) hide show
  1. package/es/api/resources/BudgetInsight.d.ts +11 -0
  2. package/es/api/resources/BudgetInsight.d.ts.map +1 -0
  3. package/es/api/resources/BudgetInsight.js +10 -0
  4. package/es/api/resources/BudgetInsight.js.map +1 -0
  5. package/es/api/resources/FecFile.d.ts +1 -0
  6. package/es/api/resources/FecFile.d.ts.map +1 -1
  7. package/es/api/resources/FecFile.js +3 -0
  8. package/es/api/resources/FecFile.js.map +1 -1
  9. package/es/api/resources/QuotesAccount.d.ts +6 -0
  10. package/es/api/resources/QuotesAccount.d.ts.map +1 -0
  11. package/es/api/resources/QuotesAccount.js +8 -0
  12. package/es/api/resources/QuotesAccount.js.map +1 -0
  13. package/es/api/resources/SalariesFile.d.ts +14 -0
  14. package/es/api/resources/SalariesFile.d.ts.map +1 -1
  15. package/es/api/resources/SalariesFile.js +14 -0
  16. package/es/api/resources/SalariesFile.js.map +1 -1
  17. package/es/api/resources/Transaction.d.ts +2 -1
  18. package/es/api/resources/Transaction.d.ts.map +1 -1
  19. package/es/api/resources/Transaction.js +3 -0
  20. package/es/api/resources/Transaction.js.map +1 -1
  21. package/es/types/Enum/BrandClementine.d.ts +5 -0
  22. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  23. package/es/types/Enum/BrandClementine.js +3 -0
  24. package/es/types/Enum/BrandClementine.js.map +1 -1
  25. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  26. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  27. package/es/types/Enum/BrandComptalib.js +2 -0
  28. package/es/types/Enum/BrandComptalib.js.map +1 -1
  29. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  30. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  31. package/es/types/Enum/BrandLegalstart.js +1 -0
  32. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  33. package/es/types/Enum/RevisionGuide.d.ts +1 -1
  34. package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
  35. package/es/types/Enum/RevisionGuide.js +1 -1
  36. package/es/types/Enum/RevisionGuide.js.map +1 -1
  37. package/es/types/Interface/api/accountant/ReadAccountantBalance.d.ts +6 -0
  38. package/es/types/Interface/api/accountant/ReadAccountantBalance.d.ts.map +1 -0
  39. package/es/types/Interface/api/accountant/ReadAccountantBalance.js +3 -0
  40. package/es/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -0
  41. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.d.ts +5 -0
  42. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.d.ts.map +1 -0
  43. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +21 -0
  44. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -0
  45. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +6 -0
  46. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -0
  47. package/es/types/Interface/api/quotes/QueryQuotesAccount.js +25 -0
  48. package/es/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -0
  49. package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts +4 -0
  50. package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts.map +1 -1
  51. package/es/types/Interface/api/salariesFile/ReadSalariesFile.js.map +1 -1
  52. package/es/types/Interface/api/society/CreateSociety.d.ts +1 -1
  53. package/es/types/Interface/api/society/CreateSociety.js +1 -1
  54. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  55. package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -1
  56. package/es/types/Interface/api/society/UpdateSociety.js +1 -1
  57. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  58. package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts +13 -0
  59. package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts.map +1 -0
  60. package/es/types/Interface/api/sponsorship/ReadSponsorship.js +3 -0
  61. package/es/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -0
  62. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +4 -0
  63. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  64. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +18 -2
  65. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  66. package/es/types/Interface/models/IApiError.d.ts +7 -1
  67. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  68. package/es/types/Interface/models/IApiError.js +6 -0
  69. package/es/types/Interface/models/IApiError.js.map +1 -1
  70. package/es/types/Interface/models/IBankAccount.d.ts +1 -0
  71. package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
  72. package/es/types/Interface/models/IBankAccount.js.map +1 -1
  73. package/es/types/Interface/models/IBankConnection.d.ts +1 -0
  74. package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
  75. package/es/types/Interface/models/IBankConnection.js.map +1 -1
  76. package/es/types/Interface/models/ILastUpdateConnection.d.ts +11 -0
  77. package/es/types/Interface/models/ILastUpdateConnection.d.ts.map +1 -0
  78. package/es/types/Interface/models/ILastUpdateConnection.js +2 -0
  79. package/es/types/Interface/models/ILastUpdateConnection.js.map +1 -0
  80. package/es/types/index.d.ts +5 -0
  81. package/es/types/index.d.ts.map +1 -1
  82. package/es/types/index.js +5 -0
  83. package/es/types/index.js.map +1 -1
  84. package/js/api/resources/BudgetInsight.js +22 -0
  85. package/js/api/resources/BudgetInsight.js.map +1 -0
  86. package/js/api/resources/FecFile.js +6 -0
  87. package/js/api/resources/FecFile.js.map +1 -1
  88. package/js/api/resources/QuotesAccount.js +22 -0
  89. package/js/api/resources/QuotesAccount.js.map +1 -0
  90. package/js/api/resources/SalariesFile.js +17 -0
  91. package/js/api/resources/SalariesFile.js.map +1 -1
  92. package/js/api/resources/Transaction.js +4 -0
  93. package/js/api/resources/Transaction.js.map +1 -1
  94. package/js/types/Enum/BrandClementine.js +3 -0
  95. package/js/types/Enum/BrandClementine.js.map +1 -1
  96. package/js/types/Enum/BrandComptalib.js +2 -0
  97. package/js/types/Enum/BrandComptalib.js.map +1 -1
  98. package/js/types/Enum/BrandLegalstart.js +1 -0
  99. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  100. package/js/types/Enum/RevisionGuide.js +1 -1
  101. package/js/types/Enum/RevisionGuide.js.map +1 -1
  102. package/js/types/Interface/api/accountant/ReadAccountantBalance.js +10 -0
  103. package/js/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -0
  104. package/js/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +29 -0
  105. package/js/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -0
  106. package/js/types/Interface/api/quotes/QueryQuotesAccount.js +31 -0
  107. package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -0
  108. package/js/types/Interface/api/society/CreateSociety.js +1 -1
  109. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  110. package/js/types/Interface/api/society/UpdateSociety.js +1 -1
  111. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  112. package/js/types/Interface/api/sponsorship/ReadSponsorship.js +10 -0
  113. package/js/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -0
  114. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +22 -2
  115. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  116. package/js/types/Interface/models/IApiError.js +7 -1
  117. package/js/types/Interface/models/IApiError.js.map +1 -1
  118. package/js/types/Interface/models/ILastUpdateConnection.js +6 -0
  119. package/js/types/Interface/models/ILastUpdateConnection.js.map +1 -0
  120. package/js/types/index.js +60 -0
  121. package/js/types/index.js.map +1 -1
  122. package/package.json +1 -1
  123. package/ts/api/resources/BudgetInsight.ts +14 -0
  124. package/ts/api/resources/FecFile.ts +4 -0
  125. package/ts/api/resources/QuotesAccount.ts +11 -0
  126. package/ts/api/resources/SalariesFile.ts +17 -5
  127. package/ts/api/resources/Transaction.ts +6 -2
  128. package/ts/types/Enum/BrandClementine.ts +3 -0
  129. package/ts/types/Enum/BrandComptalib.ts +2 -0
  130. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  131. package/ts/types/Enum/RevisionGuide.ts +1 -1
  132. package/ts/types/Interface/api/accountant/ReadAccountantBalance.ts +5 -0
  133. package/ts/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.ts +9 -0
  134. package/ts/types/Interface/api/quotes/QueryQuotesAccount.ts +12 -0
  135. package/ts/types/Interface/api/salariesFile/ReadSalariesFile.ts +5 -1
  136. package/ts/types/Interface/api/society/CreateSociety.ts +1 -1
  137. package/ts/types/Interface/api/society/UpdateSociety.ts +1 -1
  138. package/ts/types/Interface/api/sponsorship/ReadSponsorship.ts +5 -0
  139. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +14 -2
  140. package/ts/types/Interface/models/IApiError.ts +6 -0
  141. package/ts/types/Interface/models/IBankAccount.ts +1 -0
  142. package/ts/types/Interface/models/IBankConnection.ts +1 -0
  143. package/ts/types/Interface/models/ILastUpdateConnection.ts +13 -0
  144. package/ts/types/index.ts +5 -0
@@ -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/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\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/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\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/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/IItemEstimate';\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/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/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/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\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/IReportMessage';\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/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/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\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/ISocietyProceeding';\nexport * from './Interface/models/ISocietyRelance';\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/ITask';\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/IProductType';\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/IUnit';\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/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';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Quality';\nexport * from './Enum/Role';\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/ReportType';\nexport * from './Enum/ReportState';\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/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/CerfaType';\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/Prestation';\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';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\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/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\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/customerProviderOperation/CreateCustomerProviderOperation';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/QuerySociety';\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';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryGescom';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadGescom';\nexport * from './Interface/api/dashboard/ReadDeadline';\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/ReadReport';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\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';\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/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\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/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';\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/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\n"]}
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/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\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/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\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/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/IItemEstimate';\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/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/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/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\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/IReportMessage';\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/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/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\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/ISocietyProceeding';\nexport * from './Interface/models/ISocietyRelance';\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/ITask';\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/IProductType';\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/IUnit';\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/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/ILastUpdateConnection';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Quality';\nexport * from './Enum/Role';\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/ReportType';\nexport * from './Enum/ReportState';\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/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/CerfaType';\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/Prestation';\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';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\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/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\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/customerProviderOperation/CreateCustomerProviderOperation';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/QuerySociety';\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';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryGescom';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadGescom';\nexport * from './Interface/api/dashboard/ReadDeadline';\nexport * from './Interface/api/accountant/ReadAccountantBalance';\nexport * from './Interface/api/quotes/QueryQuotesAccount';\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/ReadReport';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\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';\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/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\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/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';\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/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\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';\n"]}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.BudgetInsightModule = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class BudgetInsightModule extends _Resource.Resource {
11
+ updateUserWithNewPermanentToken(data) {
12
+ return this.axios.$put('/budget/updatePermanentToken', data);
13
+ }
14
+
15
+ fetchAllUserConnection() {
16
+ return this.axios.$get('/budget/fetchAllUserConnection');
17
+ }
18
+
19
+ }
20
+
21
+ exports.BudgetInsightModule = BudgetInsightModule;
22
+ //# sourceMappingURL=BudgetInsight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/BudgetInsight.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAIM,MAAO,mBAAP,SAAmC,kBAAnC,CAA2C;AAC/C,EAAA,+BAA+B,CAAC,IAAD,EAAiC;AAC9D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,8BAAhB,EAAgD,IAAhD,CAAP;AACD;;AAED,EAAA,sBAAsB,GAAA;AAEpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,gCAAhB,CAAP;AACD;;AAR8C;;QAApC,mB,GAAA,mB","sourcesContent":["import { Resource } from '../Resource';\nimport { UpdateBudgetPermanentToken } from '../../types/Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nimport { IAccountingTransaction } from '../../types/Interface/models/IAccountingTransaction';\n\nexport class BudgetInsightModule extends Resource {\n updateUserWithNewPermanentToken(data: UpdateBudgetPermanentToken): Promise<string> {\n return this.axios.$put('/budget/updatePermanentToken', data);\n }\n\n fetchAllUserConnection(): Promise<{ idConnection: number,\n accountingTransactions: IAccountingTransaction[] }[]> {\n return this.axios.$get('/budget/fetchAllUserConnection');\n }\n}"],"sourceRoot":"","file":"BudgetInsight.js"}
@@ -18,6 +18,12 @@ class FecFile extends _Resource.Resource {
18
18
  });
19
19
  }
20
20
 
21
+ export(idExercice) {
22
+ return this.axios.$get(`fecFile/exercice/${idExercice}/export`, {
23
+ responseType: 'blob'
24
+ });
25
+ }
26
+
21
27
  create(params) {
22
28
  return this.axios.$post('fecFile', params);
23
29
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/FecFile.ts"],"names":[],"mappings":";;;;;;;AAAA;;AASM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,GAAG,GAAA;AACD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,SAAhB,CAAP;AACD;;AAED,EAAA,QAAQ,GAAA;AACN,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,kBAAhB,EAAoC;AAAE,MAAA,YAAY,EAAE;AAAhB,KAApC,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAAsB;AAC1B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,SAAjB,EAA4B,MAA5B,CAAP;AACD;;AAED,EAAA,GAAG,CAAC,MAAD,EAA6B;AAC9B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iBAAjB,EAAoC,MAApC,CAAP;AACD;;AAED,EAAA,MAAM,GAAA;AACJ,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,SAAnB,CAAP;AACD;;AAnBkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateFecFile,\n DeleteFecFile,\n ReadFecFile,\n IFecFile,\n CreateMappingFecFile,\n} from '../../types';\n\nexport class FecFile extends Resource {\n get(): Promise<IFecFile> {\n return this.axios.$get('fecFile');\n }\n\n download(): Promise<any> {\n return this.axios.$get('fecFile/download', { responseType: 'blob' });\n }\n\n create(params: CreateFecFile): Promise<ReadFecFile> {\n return this.axios.$post('fecFile', params);\n }\n\n map(params: CreateMappingFecFile): Promise<IFecFile> {\n return this.axios.$post('fecFile/mapping', params);\n }\n\n delete(): Promise<DeleteFecFile> {\n return this.axios.$delete('fecFile');\n }\n}"],"sourceRoot":"","file":"FecFile.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/FecFile.ts"],"names":[],"mappings":";;;;;;;AAAA;;AASM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,GAAG,GAAA;AACD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,SAAhB,CAAP;AACD;;AAED,EAAA,QAAQ,GAAA;AACN,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,kBAAhB,EAAoC;AAAE,MAAA,YAAY,EAAE;AAAhB,KAApC,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,UAAD,EAAmB;AACvB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,oBAAoB,UAAU,SAA9C,EAAyD;AAAE,MAAA,YAAY,EAAE;AAAhB,KAAzD,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAAsB;AAC1B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,SAAjB,EAA4B,MAA5B,CAAP;AACD;;AAED,EAAA,GAAG,CAAC,MAAD,EAA6B;AAC9B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iBAAjB,EAAoC,MAApC,CAAP;AACD;;AAED,EAAA,MAAM,GAAA;AACJ,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,SAAnB,CAAP;AACD;;AAvBkC;;QAAxB,O,GAAA,O","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateFecFile,\n DeleteFecFile,\n ReadFecFile,\n IFecFile,\n CreateMappingFecFile,\n} from '../../types';\n\nexport class FecFile extends Resource {\n get(): Promise<IFecFile> {\n return this.axios.$get('fecFile');\n }\n\n download(): Promise<any> {\n return this.axios.$get('fecFile/download', { responseType: 'blob' });\n }\n\n export(idExercice: number): Promise<any> {\n return this.axios.$get(`fecFile/exercice/${idExercice}/export`, { responseType: 'blob' });\n }\n\n create(params: CreateFecFile): Promise<ReadFecFile> {\n return this.axios.$post('fecFile', params);\n }\n\n map(params: CreateMappingFecFile): Promise<IFecFile> {\n return this.axios.$post('fecFile/mapping', params);\n }\n\n delete(): Promise<DeleteFecFile> {\n return this.axios.$delete('fecFile');\n }\n}"],"sourceRoot":"","file":"FecFile.js"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Dashboard = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ const ROUTE = 'quotes';
11
+
12
+ class Dashboard extends _Resource.Resource {
13
+ getQuoteAccount(params) {
14
+ return this.axios.$post(`${ROUTE}/account`, {
15
+ params
16
+ });
17
+ }
18
+
19
+ }
20
+
21
+ exports.Dashboard = Dashboard;
22
+ //# sourceMappingURL=QuotesAccount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGA,MAAM,KAAK,GAAG,QAAd;;AACM,MAAO,SAAP,SAAyB,kBAAzB,CAAiC;AACrC,EAAA,eAAe,CACb,MADa,EACa;AAE1B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,GAAG,KAAK,UAAzB,EAAqC;AAAE,MAAA;AAAF,KAArC,CAAP;AACD;;AALoC;;QAA1B,S,GAAA,S","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryQuotesAccount } from '../../types';\n\nconst ROUTE = 'quotes';\nexport class Dashboard extends Resource {\n getQuoteAccount(\n params: QueryQuotesAccount,\n ) {\n return this.axios.$post(`${ROUTE}/account`, { params });\n }\n}\n"],"sourceRoot":"","file":"QuotesAccount.js"}
@@ -11,10 +11,27 @@ class SalariesFile extends _Resource.Resource {
11
11
  create(params) {
12
12
  return this.axios.$post('salariesFile', params);
13
13
  }
14
+ /**
15
+ * delete SalariesFile
16
+ * @param params
17
+ * @returns
18
+ */
19
+
14
20
 
15
21
  delete(params) {
16
22
  return this.axios.$delete(`/salariesFile/${params.idSalarieFile}`);
17
23
  }
24
+ /**
25
+ * Get des salaries File
26
+ *
27
+ * @param params
28
+ * @returns
29
+ */
30
+
31
+
32
+ getAll(params) {
33
+ return this.axios.$get(`/salariesFile/exercice/${params.idExercice}`);
34
+ }
18
35
 
19
36
  }
20
37
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/SalariesFile.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAMM,MAAO,YAAP,SAA4B,kBAA5B,CAAoC;AACxC,EAAA,MAAM,CAAC,MAAD,EAA2B;AAC/B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,cAAjB,EAAiC,MAAjC,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,MAAD,EAAkC;AACtC,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,iBAAiB,MAAM,CAAC,aAAa,EAAxD,CAAP;AACD;;AAPuC;;QAA7B,Y,GAAA,Y","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateSalariesFile,\n ReadSalariesFile,\n} from '../../types';\n\nexport class SalariesFile extends Resource {\n create(params: CreateSalariesFile): Promise<ReadSalariesFile> {\n return this.axios.$post('salariesFile', params);\n }\n\n delete(params: { idSalarieFile: number }): Promise<number> {\n return this.axios.$delete(`/salariesFile/${params.idSalarieFile}`);\n }\n}"],"sourceRoot":"","file":"SalariesFile.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/SalariesFile.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,YAAP,SAA4B,kBAA5B,CAAoC;AACxC,EAAA,MAAM,CAAC,MAAD,EAA2B;AAC/B,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,cAAjB,EAAiC,MAAjC,CAAP;AACD;AAED;;;;AAIG;;;AACH,EAAA,MAAM,CAAC,MAAD,EAAkC;AACtC,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,iBAAiB,MAAM,CAAC,aAAa,EAAxD,CAAP;AACD;AAED;;;;;AAKG;;;AACH,EAAA,MAAM,CAAC,MAAD,EAA+B;AACnC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,0BAA0B,MAAM,CAAC,UAAU,EAA3D,CAAP;AACD;;AAtBuC;;QAA7B,Y,GAAA,Y","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateSalariesFile, ReadSalariesFile } from '../../types';\n\nexport class SalariesFile extends Resource {\n create(params: CreateSalariesFile): Promise<ReadSalariesFile> {\n return this.axios.$post('salariesFile', params);\n }\n\n /**\n * delete SalariesFile\n * @param params\n * @returns\n */\n delete(params: { idSalarieFile: number }): Promise<number> {\n return this.axios.$delete(`/salariesFile/${params.idSalarieFile}`);\n }\n\n /**\n * Get des salaries File\n *\n * @param params\n * @returns\n */\n getAll(params: { idExercice: number }): Promise<ReadSalariesFile[]> {\n return this.axios.$get(`/salariesFile/exercice/${params.idExercice}`);\n }\n}\n"],"sourceRoot":"","file":"SalariesFile.js"}
@@ -38,6 +38,10 @@ class Transaction extends _Resource.Resource {
38
38
  });
39
39
  }
40
40
 
41
+ getBalanceQuotaShare(idExercice) {
42
+ return this.axios.$get(`/society/balance/${idExercice}`);
43
+ }
44
+
41
45
  }
42
46
 
43
47
  exports.Transaction = Transaction;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAOM,MAAO,WAAP,SAA2B,kBAA3B,CAAmC;AACvC,EAAA,oBAAoB,CAAC,SAAD,EAAoB,MAApB,EAOH;AACf,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,eAArC,EAAsD;AAC3D,MAAA;AAD2D,KAAtD,CAAP;AAGD;;AACD,EAAA,MAAM,CAAC,SAAD,EAAoB,KAApB,EAAkD;AACtD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,oBAArC,EAA2D;AAAE,MAAA,MAAM,EAAE;AAAV,KAA3D,CAAP;AACD;;AACD,EAAA,QAAQ,CAAC,SAAD,EAAoB,MAApB,EAAyC;AAC/C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,wBAArC,EAA+D,MAA/D,CAAP;AACD;;AACD,EAAA,QAAQ,CAAC,EAAD,EAAa,IAAb,EAA8C;AACpD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iBAAiB,EAAE,EAAnC,EAAuC,IAAvC,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,SAAD,EAAoB,EAApB,EAA8B;AAClC,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,SAAS,gBAAgB,EAAE,EAA1D,CAAP;AACD;;AACD,EAAA,kBAAkB,CAAC,EAAD,EAAa,IAAb,EAAqC;AACrD,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,gBAAgB,EAAE,eAArC,EAAsD;AAAE,MAAA,MAAM,EAAE;AAAV,KAAtD,CAAP;AACD;;AA3BsC;;QAA5B,W,GAAA,W","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]> {\n return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n delete(idSociety: number, id: number): Promise<number> {\n return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"],"sourceRoot":"","file":"Transaction.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAOM,MAAO,WAAP,SAA2B,kBAA3B,CAAmC;AACvC,EAAA,oBAAoB,CAAC,SAAD,EAAoB,MAApB,EAOH;AACf,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,eAArC,EAAsD;AAC3D,MAAA;AAD2D,KAAtD,CAAP;AAGD;;AACD,EAAA,MAAM,CAAC,SAAD,EAAoB,KAApB,EAAkD;AACtD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,oBAArC,EAA2D;AAAE,MAAA,MAAM,EAAE;AAAV,KAA3D,CAAP;AACD;;AACD,EAAA,QAAQ,CAAC,SAAD,EAAoB,MAApB,EAAyC;AAC/C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,SAAS,wBAArC,EAA+D,MAA/D,CAAP;AACD;;AACD,EAAA,QAAQ,CAAC,EAAD,EAAa,IAAb,EAA8C;AACpD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iBAAiB,EAAE,EAAnC,EAAuC,IAAvC,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,SAAD,EAAoB,EAApB,EAA8B;AAClC,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,SAAS,gBAAgB,EAAE,EAA1D,CAAP;AACD;;AACD,EAAA,kBAAkB,CAAC,EAAD,EAAa,IAAb,EAAqC;AACrD,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,gBAAgB,EAAE,eAArC,EAAsD;AAAE,MAAA,MAAM,EAAE;AAAV,KAAtD,CAAP;AACD;;AAED,EAAA,oBAAoB,CAAC,UAAD,EAAmB;AACrC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,oBAAoB,UAAU,EAA9C,CAAP;AACD;;AA/BsC;;QAA5B,W,GAAA,W","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction, ReadAccountantBalance,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]> {\n return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n delete(idSociety: number, id: number): Promise<number> {\n return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n\n getBalanceQuotaShare(idExercice: number): Promise<Array<ReadAccountantBalance>> {\n return this.axios.$get(`/society/balance/${idExercice}`);\n }\n}"],"sourceRoot":"","file":"Transaction.js"}
@@ -48,6 +48,7 @@ const BrandClementine = exports.BrandClementine = [{
48
48
  },
49
49
  idPrestationsListHidden: [197],
50
50
  logoUrl: 'logo-dark.svg',
51
+ miniLogoUrl: 'logo.svg',
51
52
  hiddenPages: [],
52
53
  urlExpert: 'https://expert.compta-clementine.fr',
53
54
  urlClient: 'https://www.compta-clementine.fr'
@@ -80,6 +81,7 @@ const BrandClementine = exports.BrandClementine = [{
80
81
  },
81
82
  idPrestationsListHidden: [197],
82
83
  logoUrl: 'logo-legalstart.svg',
84
+ miniLogoUrl: 'logo-legalstart.svg',
83
85
  hiddenPages: [],
84
86
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
85
87
  urlExpert: 'https://pro.comptalib.com',
@@ -135,6 +137,7 @@ const BrandClementine = exports.BrandClementine = [{
135
137
  },
136
138
  idPrestationsListAuthorized: [197],
137
139
  logoUrl: 'logo-pourcentage.svg',
140
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
138
141
  hiddenPages: [],
139
142
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
140
143
  urlExpert: 'https://pro.comptalib.com',
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n hiddenPages: [],\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n },\n];"],"sourceRoot":"","file":"BrandClementine.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n },\n];"],"sourceRoot":"","file":"BrandClementine.js"}
@@ -47,6 +47,7 @@ const BrandComptalib = exports.BrandComptalib = [{
47
47
  },
48
48
  idPrestationsListAuthorized: [197],
49
49
  logoUrl: 'logo-comptalib.svg',
50
+ miniLogoUrl: 'logo-comptalib.svg',
50
51
  hiddenPages: [],
51
52
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
52
53
  urlExpert: 'https://pro.comptalib.com',
@@ -96,6 +97,7 @@ const BrandComptalib = exports.BrandComptalib = [{
96
97
  },
97
98
  idPrestationsListAuthorized: [197],
98
99
  logoUrl: 'logo-pourcentage.svg',
100
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
99
101
  hiddenPages: [],
100
102
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
101
103
  urlExpert: 'https://pro.comptalib.com',
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandComptalib.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandComptalib.js"}
@@ -47,6 +47,7 @@ const BrandLegalstart = exports.BrandLegalstart = [{
47
47
  },
48
48
  idPrestationsListHidden: [197],
49
49
  logoUrl: 'logo-legalstart.svg',
50
+ miniLogoUrl: 'logo-legalstart.svg',
50
51
  hiddenPages: [],
51
52
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
52
53
  urlExpert: 'https://pro.comptalib.com',
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,UAAU,EAAE;AACV,IAAA,OAAO,EAAE,gBADC;AAEV,IAAA,OAAO,EAAE,gBAFC;AAGV,IAAA,SAAS,EAAE;AAHD,GANd;AAWE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,2BADN;AAET,IAAA,GAAG,EAAE,2BAFI;AAGT,IAAA,OAAO,EAAE,2BAHA;AAIT,IAAA,OAAO,EAAE,2BAJA;AAKT,IAAA,WAAW,EAAE,2BALJ;AAMT,IAAA,QAAQ,EAAE,2BAND;AAOT,IAAA,SAAS,EAAE,2BAPF;AAQT,IAAA,YAAY,EAAE,2BARL;AAST,IAAA,GAAG,EAAE,2BATI;AAUT,IAAA,OAAO,EAAE,2BAVA;AAWT,IAAA,OAAO,EAAE,2BAXA;AAYT,IAAA,QAAQ,EAAE,2BAZD;AAaT,IAAA,MAAM,EAAE,2BAbC;AAcT,IAAA,OAAO,EAAE,2BAdA;AAeT,IAAA,GAAG,EAAE,2BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK,GAXb;AA6BE,EAAA,kBAAkB,EAAE;AAClB,IAAA,GAAG,EAAE,OADa;AAElB,IAAA,EAAE,EAAE,EAFc;AAGlB,IAAA,IAAI,EAAE,OAHY;AAIlB,IAAA,cAAc,EAAE,WAJE;AAKlB,IAAA,gBAAgB,EAAE,OALA;AAMlB,IAAA,WAAW,EAAE,OANK;AAOlB,IAAA,KAAK,EAAE,gBAPW;AAQlB,IAAA,aAAa,EAAE,uBARG;AASlB,IAAA,GAAG,EAAE,aATa;AAUlB,IAAA,MAAM,EAAE,KAVU;AAWlB,IAAA,OAAO,EAAE;AAXS,GA7BtB;AA0CE,EAAA,uBAAuB,EAAE,CAAC,GAAD,CA1C3B;AA2CE,EAAA,OAAO,EAAE,qBA3CX;AA4CE,EAAA,WAAW,EAAE,EA5Cf;AA6CE,EAAA,kBAAkB,EAAE,0CA7CtB;AA8CE,EAAA,SAAS,EAAE,2BA9Cb;AA+CE,EAAA,SAAS,EAAE;AA/Cb,CAD6B,CAAxB","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandLegalstart.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,UAAU,EAAE;AACV,IAAA,OAAO,EAAE,gBADC;AAEV,IAAA,OAAO,EAAE,gBAFC;AAGV,IAAA,SAAS,EAAE;AAHD,GANd;AAWE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,2BADN;AAET,IAAA,GAAG,EAAE,2BAFI;AAGT,IAAA,OAAO,EAAE,2BAHA;AAIT,IAAA,OAAO,EAAE,2BAJA;AAKT,IAAA,WAAW,EAAE,2BALJ;AAMT,IAAA,QAAQ,EAAE,2BAND;AAOT,IAAA,SAAS,EAAE,2BAPF;AAQT,IAAA,YAAY,EAAE,2BARL;AAST,IAAA,GAAG,EAAE,2BATI;AAUT,IAAA,OAAO,EAAE,2BAVA;AAWT,IAAA,OAAO,EAAE,2BAXA;AAYT,IAAA,QAAQ,EAAE,2BAZD;AAaT,IAAA,MAAM,EAAE,2BAbC;AAcT,IAAA,OAAO,EAAE,2BAdA;AAeT,IAAA,GAAG,EAAE,2BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK,GAXb;AA6BE,EAAA,kBAAkB,EAAE;AAClB,IAAA,GAAG,EAAE,OADa;AAElB,IAAA,EAAE,EAAE,EAFc;AAGlB,IAAA,IAAI,EAAE,OAHY;AAIlB,IAAA,cAAc,EAAE,WAJE;AAKlB,IAAA,gBAAgB,EAAE,OALA;AAMlB,IAAA,WAAW,EAAE,OANK;AAOlB,IAAA,KAAK,EAAE,gBAPW;AAQlB,IAAA,aAAa,EAAE,uBARG;AASlB,IAAA,GAAG,EAAE,aATa;AAUlB,IAAA,MAAM,EAAE,KAVU;AAWlB,IAAA,OAAO,EAAE;AAXS,GA7BtB;AA0CE,EAAA,uBAAuB,EAAE,CAAC,GAAD,CA1C3B;AA2CE,EAAA,OAAO,EAAE,qBA3CX;AA4CE,EAAA,WAAW,EAAE,qBA5Cf;AA6CE,EAAA,WAAW,EAAE,EA7Cf;AA8CE,EAAA,kBAAkB,EAAE,0CA9CtB;AA+CE,EAAA,SAAS,EAAE,2BA/Cb;AAgDE,EAAA,SAAS,EAAE;AAhDb,CAD6B,CAAxB","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandLegalstart.js"}
@@ -67,7 +67,7 @@ var RevisionGuideLabel = exports.RevisionGuideLabel = undefined;
67
67
  RevisionGuideLabel["EMPRUNT"] = "<b>Emprunt :</b> avez vous fait un rapprochement emprunt ?";
68
68
  RevisionGuideLabel["IMMO"] = "<b>Immo :</b> votre rapprochement immobilisation a t-il \u00E9t\u00E9 r\u00E9alis\u00E9 ?";
69
69
  RevisionGuideLabel["STOCK"] = "<b>Stock :</b> Avez vous obtenu l\u2019\u00E9tat du stock ?";
70
- RevisionGuideLabel["SALAIRE"] = "<b>Salaire :</b> avez vous pointer les comptes li\u00E9s \u00E0 la r\u00E9mun\u00E9ration du personnel ?";
70
+ RevisionGuideLabel["SALAIRE"] = "<b>Salaire :</b> avez vous point\u00E9 les comptes li\u00E9s \u00E0 la r\u00E9mun\u00E9ration du personnel ?";
71
71
  RevisionGuideLabel["SALAIRE_DADS"] = "Avez vous r\u00E9alis\u00E9 votre rapprochement DADS, Taxe apprentissage, cong\u00E9s pay\u00E9s et formation ?";
72
72
  RevisionGuideLabel["SALAIRE_TNS"] = "Avez vous r\u00E9alis\u00E9 votre provision TNS ?";
73
73
  RevisionGuideLabel["BANK"] = "<b>Banque :</b> Avez vous obtenu tous les relev\u00E9s bancaires ?";
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/RevisionGuide.ts"],"names":[],"mappings":"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","sourcesContent":["// Used for Revision Guide form, values are idQuestion\nexport enum RevisionGuideId {\n CAPITAUX = 1,\n EMPRUNT = 2,\n IMMO = 3,\n STOCK = 4,\n SALAIRE = 5,\n SALAIRE_DADS = 6,\n SALAIRE_TNS = 7,\n BANK = 8,\n RELEVES_BANCAIRES = 9,\n CHARGES = 10,\n ETATS = 11,\n ETATS_AMORTISSEMENTS = 12,\n AUTRE_COMPTE = 13,\n PERIODICITE = 14,\n FACTURES_SUPERIEUR_500 = 15,\n CUTT_OFF = 16,\n PRODUCT_GESCOM = 17,\n FAE_AAE = 18,\n PROVISIONS_TNS = 19,\n A_SIGNER_CA = 20,\n A_SIGNER_CCA = 21,\n A_SIGNER_INVENTAIRE = 22,\n A_SIGNER_REMUNERATION = 23,\n DIFFICULTE_FINANCIERE = 24,\n CONTROLEE = 25,\n SIEGE_SOCIAL_DANS_SOCIETE_DOMICILIATION = 26,\n PRETS_NON_ASSOCIES = 27,\n FINANCEMENTS_ANORMAUX = 28,\n OPERATION_CRYPTO = 29,\n ASSOCIATION = 30,\n ASSOCIATION_CULTURELLE = 31,\n ASSOCIATION_DIRIGEE_ELU = 32,\n ARTISAN_BTP = 33,\n ENTREPRISE_BATIMENT = 34,\n IMMOBILIER = 35,\n MARCHAND_BIENS_IMMOBILIER = 36,\n PROMOTION_IMMOBILIERE = 37,\n BIEN_OCCASION = 38,\n VENTE_VEHICULE_OCCASION = 39,\n CASSE_AUTOMOBILE = 40,\n ANTIQUAIRE = 41,\n COMMERCANT = 42,\n BIJOUTIER = 43,\n AUTRES_COMMERCANT = 44,\n ECOMMERCE_ETRANGER = 45,\n BUREAU_TABAC = 46,\n FDJ = 47,\n CAFE = 48,\n ETABLISSEMENT_NUIT = 49,\n NEGOCE = 50,\n IMPORT_EXPORT = 51,\n}\n\nexport enum RevisionGuideLabel {\n CAPITAUX = '<b>Capitaux :</b> Avez vous vérifier les documents juridique (PV AG, KBIS, Statuts, DBE) ?',\n EMPRUNT = '<b>Emprunt :</b> avez vous fait un rapprochement emprunt ?',\n IMMO = '<b>Immo :</b> votre rapprochement immobilisation a t-il été réalisé ?',\n STOCK = '<b>Stock :</b> Avez vous obtenu l’état du stock ?',\n SALAIRE = '<b>Salaire :</b> avez vous pointer les comptes liés à la rémunération du personnel ?',\n SALAIRE_DADS = 'Avez vous réalisé votre rapprochement DADS, Taxe apprentissage, congés payés et formation ?',\n SALAIRE_TNS = 'Avez vous réalisé votre provision TNS ?',\n BANK = '<b>Banque :</b> Avez vous obtenu tous les relevés bancaires ?',\n RELEVES_BANCAIRES = 'Avez vous obtenu le relevés caisse ?',\n CHARGES = '<b>Charges :</b> Avez vous fait un sondage des factures des plus gros montant dans les comptes de charges suivant : 601,604,607,611,623,626 ?',\n ETATS = '<b>États :</b> Avez vous réalisé contrôle de TVA / TVS / CFE / CVAE ?',\n ETATS_AMORTISSEMENTS = 'Avez vous réalisé RF amortissement excédentaires ?',\n AUTRE_COMPTE = '<b>Autre compte :</b> Avez vous vérifié l’origine des apports ?',\n PERIODICITE = 'Avez vous vérifier la périodicité des comptes de location, abonnement, téléphone et internet ?',\n FACTURES_SUPERIEUR_500 = 'Avez vous obtenue les factures supérieur à 500€ ?',\n CUTT_OFF = 'Avez vous le cut-off ?',\n PRODUCT_GESCOM = 'Produit : Avez vous obtenu la GESCOM ?',\n FAE_AAE = 'Avez vous vérifier les FAE, AAE ?',\n PROVISIONS_TNS = 'Avez vous vérifier les provisions TNS ?',\n A_SIGNER_CA = 'CA',\n A_SIGNER_CCA = 'CCA',\n A_SIGNER_INVENTAIRE = 'Inventaire',\n A_SIGNER_REMUNERATION = 'Rémunération',\n DIFFICULTE_FINANCIERE = 'Société en difficulté financière susceptible de faire l\\'objet d\\'une procédure collective dans les 6 prochains mois',\n CONTROLEE = 'Société contrôlée par une personne physique qui contrôle par ailleurs d\\'autres sociétés (hors SCI) donc vous n\\'êtes pas l\\'expert comptable, qui n\\'ont pas de lien juridique avec la première, mais qui entretiennent avec elle des liens économique',\n SIEGE_SOCIAL_DANS_SOCIETE_DOMICILIATION = 'Société ayant son siège social dans une société de domiciliation',\n PRETS_NON_ASSOCIES = 'Prêts accordés par des non-associés n\\'ayant pas la qualité d\\'établissement financier',\n FINANCEMENTS_ANORMAUX = 'Financements obtenus à des conditions apparemment anormales',\n OPERATION_CRYPTO = 'Opération crypto-monnaie ou en crypto-actif',\n ASSOCIATION = '<b>Est concerné ? </b>',\n ASSOCIATION_CULTURELLE = 'Association culturelle, ou à vocation humanitaire recevant des fonds de l\\'étranger ou versant des fonds vers l\\'étranger',\n ASSOCIATION_DIRIGEE_ELU = 'Association dirigée par un élu ou un membre de sa famille et recevant des subventions publiques pour un montant annuel supérieur à 25 KE de la collectivité dont il est élu',\n ARTISAN_BTP = '<b>Est concerné ?</b>',\n ENTREPRISE_BATIMENT = 'Entreprise du bâtiment ou des travaux publics ayant un chiffre d\\'affaires HT supérieur à 500 K€',\n IMMOBILIER = '<b>Est concerné ?</b>',\n MARCHAND_BIENS_IMMOBILIER = 'Marchand de biens immobiliers qui réalise des opérations supérieures à 500 K€HT',\n PROMOTION_IMMOBILIERE = 'Promotion immobilière portant sur des opérations supérieur à 500 K€ HT',\n BIEN_OCCASION = '<b>Est concerné ?</b>',\n VENTE_VEHICULE_OCCASION = 'Vente de véhicule d\\'occasion, si la marge dégagée par l\\'activité représente plus du tiers de la marge totale',\n CASSE_AUTOMOBILE = 'Casse automobile ou ferrailleur',\n ANTIQUAIRE = 'Antiquaire, brocanteur ou galerie',\n COMMERCANT = '<b>Est concerné ?</b> ',\n BIJOUTIER = 'Bijoutier ou commerçant de métaux précieux ou de pierres précieuses, ayant un chiffre d\\'affaires HT supérieur à 500e',\n AUTRES_COMMERCANT = 'Autres commerçants ayant un chiffre d\\'affaires HT supérieur à 500K€ ?',\n ECOMMERCE_ETRANGER = 'Entreprise exerçant une activité e-commerce vers l\\'étranger ou encaissant ses créances à l\\'étranger, et donc l\\'activité est autre que celle listées',\n BUREAU_TABAC = '<b>Est concerné ?</b>',\n FDJ = 'Point de vente de la Française des jeux ou du PMU',\n CAFE = '<b>Est concerné ?</b>',\n ETABLISSEMENT_NUIT = 'Établissement de nuit',\n NEGOCE = '<b>Est concerné ?</b>',\n IMPORT_EXPORT = 'Activité d\\'import/export ou de négociation international de matière première',\n}"],"sourceRoot":"","file":"RevisionGuide.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/RevisionGuide.ts"],"names":[],"mappings":"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","sourcesContent":["// Used for Revision Guide form, values are idQuestion\nexport enum RevisionGuideId {\n CAPITAUX = 1,\n EMPRUNT = 2,\n IMMO = 3,\n STOCK = 4,\n SALAIRE = 5,\n SALAIRE_DADS = 6,\n SALAIRE_TNS = 7,\n BANK = 8,\n RELEVES_BANCAIRES = 9,\n CHARGES = 10,\n ETATS = 11,\n ETATS_AMORTISSEMENTS = 12,\n AUTRE_COMPTE = 13,\n PERIODICITE = 14,\n FACTURES_SUPERIEUR_500 = 15,\n CUTT_OFF = 16,\n PRODUCT_GESCOM = 17,\n FAE_AAE = 18,\n PROVISIONS_TNS = 19,\n A_SIGNER_CA = 20,\n A_SIGNER_CCA = 21,\n A_SIGNER_INVENTAIRE = 22,\n A_SIGNER_REMUNERATION = 23,\n DIFFICULTE_FINANCIERE = 24,\n CONTROLEE = 25,\n SIEGE_SOCIAL_DANS_SOCIETE_DOMICILIATION = 26,\n PRETS_NON_ASSOCIES = 27,\n FINANCEMENTS_ANORMAUX = 28,\n OPERATION_CRYPTO = 29,\n ASSOCIATION = 30,\n ASSOCIATION_CULTURELLE = 31,\n ASSOCIATION_DIRIGEE_ELU = 32,\n ARTISAN_BTP = 33,\n ENTREPRISE_BATIMENT = 34,\n IMMOBILIER = 35,\n MARCHAND_BIENS_IMMOBILIER = 36,\n PROMOTION_IMMOBILIERE = 37,\n BIEN_OCCASION = 38,\n VENTE_VEHICULE_OCCASION = 39,\n CASSE_AUTOMOBILE = 40,\n ANTIQUAIRE = 41,\n COMMERCANT = 42,\n BIJOUTIER = 43,\n AUTRES_COMMERCANT = 44,\n ECOMMERCE_ETRANGER = 45,\n BUREAU_TABAC = 46,\n FDJ = 47,\n CAFE = 48,\n ETABLISSEMENT_NUIT = 49,\n NEGOCE = 50,\n IMPORT_EXPORT = 51,\n}\n\nexport enum RevisionGuideLabel {\n CAPITAUX = '<b>Capitaux :</b> Avez vous vérifier les documents juridique (PV AG, KBIS, Statuts, DBE) ?',\n EMPRUNT = '<b>Emprunt :</b> avez vous fait un rapprochement emprunt ?',\n IMMO = '<b>Immo :</b> votre rapprochement immobilisation a t-il été réalisé ?',\n STOCK = '<b>Stock :</b> Avez vous obtenu l’état du stock ?',\n SALAIRE = '<b>Salaire :</b> avez vous pointé les comptes liés à la rémunération du personnel ?',\n SALAIRE_DADS = 'Avez vous réalisé votre rapprochement DADS, Taxe apprentissage, congés payés et formation ?',\n SALAIRE_TNS = 'Avez vous réalisé votre provision TNS ?',\n BANK = '<b>Banque :</b> Avez vous obtenu tous les relevés bancaires ?',\n RELEVES_BANCAIRES = 'Avez vous obtenu le relevés caisse ?',\n CHARGES = '<b>Charges :</b> Avez vous fait un sondage des factures des plus gros montant dans les comptes de charges suivant : 601,604,607,611,623,626 ?',\n ETATS = '<b>États :</b> Avez vous réalisé contrôle de TVA / TVS / CFE / CVAE ?',\n ETATS_AMORTISSEMENTS = 'Avez vous réalisé RF amortissement excédentaires ?',\n AUTRE_COMPTE = '<b>Autre compte :</b> Avez vous vérifié l’origine des apports ?',\n PERIODICITE = 'Avez vous vérifier la périodicité des comptes de location, abonnement, téléphone et internet ?',\n FACTURES_SUPERIEUR_500 = 'Avez vous obtenue les factures supérieur à 500€ ?',\n CUTT_OFF = 'Avez vous le cut-off ?',\n PRODUCT_GESCOM = 'Produit : Avez vous obtenu la GESCOM ?',\n FAE_AAE = 'Avez vous vérifier les FAE, AAE ?',\n PROVISIONS_TNS = 'Avez vous vérifier les provisions TNS ?',\n A_SIGNER_CA = 'CA',\n A_SIGNER_CCA = 'CCA',\n A_SIGNER_INVENTAIRE = 'Inventaire',\n A_SIGNER_REMUNERATION = 'Rémunération',\n DIFFICULTE_FINANCIERE = 'Société en difficulté financière susceptible de faire l\\'objet d\\'une procédure collective dans les 6 prochains mois',\n CONTROLEE = 'Société contrôlée par une personne physique qui contrôle par ailleurs d\\'autres sociétés (hors SCI) donc vous n\\'êtes pas l\\'expert comptable, qui n\\'ont pas de lien juridique avec la première, mais qui entretiennent avec elle des liens économique',\n SIEGE_SOCIAL_DANS_SOCIETE_DOMICILIATION = 'Société ayant son siège social dans une société de domiciliation',\n PRETS_NON_ASSOCIES = 'Prêts accordés par des non-associés n\\'ayant pas la qualité d\\'établissement financier',\n FINANCEMENTS_ANORMAUX = 'Financements obtenus à des conditions apparemment anormales',\n OPERATION_CRYPTO = 'Opération crypto-monnaie ou en crypto-actif',\n ASSOCIATION = '<b>Est concerné ? </b>',\n ASSOCIATION_CULTURELLE = 'Association culturelle, ou à vocation humanitaire recevant des fonds de l\\'étranger ou versant des fonds vers l\\'étranger',\n ASSOCIATION_DIRIGEE_ELU = 'Association dirigée par un élu ou un membre de sa famille et recevant des subventions publiques pour un montant annuel supérieur à 25 KE de la collectivité dont il est élu',\n ARTISAN_BTP = '<b>Est concerné ?</b>',\n ENTREPRISE_BATIMENT = 'Entreprise du bâtiment ou des travaux publics ayant un chiffre d\\'affaires HT supérieur à 500 K€',\n IMMOBILIER = '<b>Est concerné ?</b>',\n MARCHAND_BIENS_IMMOBILIER = 'Marchand de biens immobiliers qui réalise des opérations supérieures à 500 K€HT',\n PROMOTION_IMMOBILIERE = 'Promotion immobilière portant sur des opérations supérieur à 500 K€ HT',\n BIEN_OCCASION = '<b>Est concerné ?</b>',\n VENTE_VEHICULE_OCCASION = 'Vente de véhicule d\\'occasion, si la marge dégagée par l\\'activité représente plus du tiers de la marge totale',\n CASSE_AUTOMOBILE = 'Casse automobile ou ferrailleur',\n ANTIQUAIRE = 'Antiquaire, brocanteur ou galerie',\n COMMERCANT = '<b>Est concerné ?</b> ',\n BIJOUTIER = 'Bijoutier ou commerçant de métaux précieux ou de pierres précieuses, ayant un chiffre d\\'affaires HT supérieur à 500e',\n AUTRES_COMMERCANT = 'Autres commerçants ayant un chiffre d\\'affaires HT supérieur à 500K€ ?',\n ECOMMERCE_ETRANGER = 'Entreprise exerçant une activité e-commerce vers l\\'étranger ou encaissant ses créances à l\\'étranger, et donc l\\'activité est autre que celle listées',\n BUREAU_TABAC = '<b>Est concerné ?</b>',\n FDJ = 'Point de vente de la Française des jeux ou du PMU',\n CAFE = '<b>Est concerné ?</b>',\n ETABLISSEMENT_NUIT = 'Établissement de nuit',\n NEGOCE = '<b>Est concerné ?</b>',\n IMPORT_EXPORT = 'Activité d\\'import/export ou de négociation international de matière première',\n}"],"sourceRoot":"","file":"RevisionGuide.js"}