@silexpert/core 0.4.125 → 0.4.127

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 (101) hide show
  1. package/es/api/resources/MachineLearning.d.ts +6 -0
  2. package/es/api/resources/MachineLearning.d.ts.map +1 -0
  3. package/es/api/resources/MachineLearning.js +7 -0
  4. package/es/api/resources/MachineLearning.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/ImmobilizationType.d.ts +60 -0
  10. package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
  11. package/es/types/Enum/ImmobilizationType.js +60 -0
  12. package/es/types/Enum/ImmobilizationType.js.map +1 -1
  13. package/es/types/Enum/MachineLearning.d.ts +2 -0
  14. package/es/types/Enum/MachineLearning.d.ts.map +1 -0
  15. package/es/types/Enum/MachineLearning.js +2 -0
  16. package/es/types/Enum/MachineLearning.js.map +1 -0
  17. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +1 -1
  18. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
  19. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  20. package/es/types/Interface/api/cerfa/2031.d.ts +1 -1
  21. package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  22. package/es/types/Interface/api/cerfa/2031.js.map +1 -1
  23. package/es/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.d.ts +10 -0
  24. package/es/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.d.ts.map +1 -0
  25. package/es/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js +75 -0
  26. package/es/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -0
  27. package/es/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.d.ts +9 -0
  28. package/es/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.d.ts.map +1 -0
  29. package/es/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js +2 -0
  30. package/es/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js.map +1 -0
  31. package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -1
  32. package/es/types/Interface/api/transactions/QueryUnexport.js +1 -9
  33. package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  34. package/es/types/Interface/models/IAccount.d.ts +2 -0
  35. package/es/types/Interface/models/IAccount.d.ts.map +1 -1
  36. package/es/types/Interface/models/IAccount.js.map +1 -1
  37. package/es/types/Interface/models/IAccountingTransaction.d.ts +2 -0
  38. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  39. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  40. package/es/types/Interface/models/IApiError.d.ts +1 -0
  41. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  42. package/es/types/Interface/models/IApiError.js +1 -0
  43. package/es/types/Interface/models/IApiError.js.map +1 -1
  44. package/es/types/Interface/models/IMachineLearningResult.d.ts +12 -0
  45. package/es/types/Interface/models/IMachineLearningResult.d.ts.map +1 -0
  46. package/es/types/Interface/models/IMachineLearningResult.js +2 -0
  47. package/es/types/Interface/models/IMachineLearningResult.js.map +1 -0
  48. package/es/types/Interface/models/IPayment.d.ts +2 -0
  49. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  50. package/es/types/Interface/models/IPayment.js.map +1 -1
  51. package/es/types/Interface/models/ISocietySocial.d.ts +3 -0
  52. package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
  53. package/es/types/Interface/models/ISocietySocial.js.map +1 -1
  54. package/es/types/index.d.ts +4 -0
  55. package/es/types/index.d.ts.map +1 -1
  56. package/es/types/index.js +4 -0
  57. package/es/types/index.js.map +1 -1
  58. package/es/utils/cerfa.js +3 -3
  59. package/es/utils/cerfa.js.map +1 -1
  60. package/js/api/resources/MachineLearning.js +18 -0
  61. package/js/api/resources/MachineLearning.js.map +1 -0
  62. package/js/api/resources.js +4 -1
  63. package/js/api/resources.js.map +1 -1
  64. package/js/types/Enum/ImmobilizationType.js +60 -0
  65. package/js/types/Enum/ImmobilizationType.js.map +1 -1
  66. package/js/types/Enum/MachineLearning.js +7 -0
  67. package/js/types/Enum/MachineLearning.js.map +1 -0
  68. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  69. package/js/types/Interface/api/cerfa/2031.js.map +1 -1
  70. package/js/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js +63 -0
  71. package/js/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -0
  72. package/js/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js +6 -0
  73. package/js/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js.map +1 -0
  74. package/js/types/Interface/api/transactions/QueryUnexport.js +1 -7
  75. package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  76. package/js/types/Interface/models/IApiError.js +2 -1
  77. package/js/types/Interface/models/IApiError.js.map +1 -1
  78. package/js/types/Interface/models/IMachineLearningResult.js +6 -0
  79. package/js/types/Interface/models/IMachineLearningResult.js.map +1 -0
  80. package/js/types/index.js +48 -0
  81. package/js/types/index.js.map +1 -1
  82. package/js/utils/cerfa.js +3 -3
  83. package/js/utils/cerfa.js.map +1 -1
  84. package/package.json +1 -1
  85. package/ts/api/resources/MachineLearning.ts +8 -0
  86. package/ts/api/resources.ts +2 -0
  87. package/ts/types/Enum/ImmobilizationType.ts +60 -1
  88. package/ts/types/Enum/MachineLearning.ts +1 -0
  89. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +1 -1
  90. package/ts/types/Interface/api/cerfa/2031.ts +1 -1
  91. package/ts/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.ts +60 -0
  92. package/ts/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.ts +9 -0
  93. package/ts/types/Interface/api/transactions/QueryUnexport.ts +1 -10
  94. package/ts/types/Interface/models/IAccount.ts +2 -0
  95. package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
  96. package/ts/types/Interface/models/IApiError.ts +2 -0
  97. package/ts/types/Interface/models/IMachineLearningResult.ts +14 -0
  98. package/ts/types/Interface/models/IPayment.ts +2 -0
  99. package/ts/types/Interface/models/ISocietySocial.ts +3 -0
  100. package/ts/types/index.ts +4 -0
  101. package/ts/utils/cerfa.ts +3 -3
@@ -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/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/IProductInvoice';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPartneredAccountant';\nexport * from './Interface/models/IPartneredAccountantCompanyService';\nexport * from './Interface/models/IPartneredAccountantPicture';\nexport * from './Interface/models/IPartneredAccountantService';\nexport * from './Interface/models/IPartneredAccountantServiceIcon';\nexport * from './Interface/models/IPartneredAccountantTag';\nexport * from './Interface/models/IPartneredAccountantToTag';\nexport * from './Interface/models/IPartneredAccountantToSociety';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/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/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/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceding';\nexport * from './Interface/models/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/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/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';\nexport * from './Interface/models/IAccountsSectors';\nexport * from './Interface/models/IAnswerType';\nexport * from './Interface/models/IAnswerTypeValue';\nexport * from './Interface/models/IBalanceSheetQuestion';\nexport * from './Interface/models/IExerciceQuestion';\nexport * from './Interface/models/IRelatedAccountingTransaction';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Aspone';\nexport * from './Enum/ProfitsType';\nexport * from './Enum/Tax';\nexport * from './Enum/RegistrationSource';\nexport * from './Enum/Log';\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/PaymentMethod';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/Proceding';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/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';\nexport * from './Enum/PartneredAccountantServiceState';\nexport * from './Enum/AccountsSectors';\nexport * from './Enum/ProductType';\nexport * from './Enum/Unit';\nexport * from './Enum/MealExpenseThresholds';\nexport * from './Enum/MimeType';\nexport * from './Enum/BalanceSheetQuestion';\nexport * from './Enum/BalanceSheetQuestionWording';\nexport * from './Enum/AnswerTypeValue';\nexport * from './Enum/PartneredAccountantServiceType';\nexport * from './Enum/LegalInformation';\nexport * from './Enum/ProvisionType';\nexport * from './Enum/Ocr';\n\n// Interfaces API\nexport * from './Interface/api/aspone/ReadInterchange';\nexport * from './Interface/api/aspone/Util';\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/ocr/CreateOcr';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/accountingEntry/CreateManualEntry';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/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/cerfa/ReadCerfa';\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';\nexport * from './Interface/api/accountingFiles/queryAccountingFiles';\nexport * from './Interface/api/accountingFiles/Ocr';\nexport * from './Interface/api/accountingFiles/OcrPayload';\nexport * from './Interface/api/accountingFiles/OcrValue';\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';\nexport * from './Interface/api/quotes/CreateQuoteAccount';\nexport * from './Interface/api/account/ReadQuoteAccount';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';\nexport * from './Interface/api/exercice/QueryExercice';\nexport * from './Interface/api/exercice/CreateExercice';\nexport * from './Interface/api/accountingIncome/ReadAccountingIncome';\nexport * from './Interface/api/ocr/OcrTransactions';\nexport * from './Interface/api/bankStatement/QueryBankStatement';\nexport * from './Interface/api/bankStatement/QueryTransactionBankStatement';\nexport * from './Interface/api/ocr/OcrTypeTransactions';\nexport * from './Interface/api/bankStatement/ReadBankStatement';\nexport * from './Interface/api/tax/ReadCompanyTax';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/UpdateReport';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/ReadReportStats';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/report/QueryReportsStats';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\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/library/ReadLibraryFile';\nexport * from './Interface/api/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/tax/ReadTax';\nexport * from './Interface/api/tax/CreateTax';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\nexport * from './Interface/api/sponsorship/ReadSponsorship';\nexport * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountant';\nexport * from './Interface/api/partneredAccountant/QueryPartneredAccountantSocieties';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantService';\nexport * from './Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';\nexport * from './Interface/api/partneredAccountant/InvitePartneredAccountant';\nexport * from './Interface/api/partneredAccountant/CreatedPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantInvoice';\nexport * from './Interface/api/log/CreateLog';\nexport * from './Interface/api/vehicle/CreateSocietyVehicle';\nexport * from './Interface/api/vehicle/UpdateSocietyVehicle';\nexport * from './Interface/api/fecFile/QueryFecFile';\nexport * from './Interface/api/product/CreateProduct';\nexport * from './Interface/api/product/UpdateProduct';\nexport * from './Interface/api/product/QueryProduct';\nexport * from './Interface/api/registration/ReadRegistration';\nexport * from './Interface/api/registration/CreateRegistration';\nexport * from './Interface/api/journal/Journals';\nexport * from './Interface/api/journal/QueryJournal';\nexport * from './Interface/api/registration/DeclareRegistration';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';\nexport * from './Interface/api/mealExpense/CreateMealExpense';\nexport * from './Interface/api/mealExpense/ReadMealExpense';\nexport * from './Interface/api/exerciceQuestion/QueryQuestion';\nexport * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';\nexport * from './Interface/api/provision/ReadProvision';\nexport * from './Interface/api/provision/CreateProvisionForm';\nexport * from './Interface/api/provision/UpdateProvisionForm';\nexport * from './Interface/api/provision/QueryGetProvisions';\nexport * from './Interface/api/shareCapital/CreateInKindContribution';\nexport * from './Interface/api/shareCapital/CreateShareCapital';\nexport * from './Interface/api/shareCapital/ReadShareCapitalProvided';\nexport * from './Interface/api/shareCapital/ReadShareCapital';\nexport * from './Interface/api/shareCapital/ResultCreateShareCapital';\nexport * from './Interface/api/closing/ProcessedClosing';\nexport * from './Interface/api/financialCharge/ReadFinancialChargesBalance';\nexport * from './Interface/api/financialCharge/CreateNonDeductibleInterests';\nexport * from './Interface/api/financialCharge/CreatedNonDeductibleInterests';\n\nexport * from '../utils/cerfa';\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/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/IProductInvoice';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPartneredAccountant';\nexport * from './Interface/models/IPartneredAccountantCompanyService';\nexport * from './Interface/models/IPartneredAccountantPicture';\nexport * from './Interface/models/IPartneredAccountantService';\nexport * from './Interface/models/IPartneredAccountantServiceIcon';\nexport * from './Interface/models/IPartneredAccountantTag';\nexport * from './Interface/models/IPartneredAccountantToTag';\nexport * from './Interface/models/IPartneredAccountantToSociety';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/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/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/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceding';\nexport * from './Interface/models/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/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/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';\nexport * from './Interface/models/IAccountsSectors';\nexport * from './Interface/models/IAnswerType';\nexport * from './Interface/models/IAnswerTypeValue';\nexport * from './Interface/models/IBalanceSheetQuestion';\nexport * from './Interface/models/IExerciceQuestion';\nexport * from './Interface/models/IRelatedAccountingTransaction';\nexport * from './Interface/models/IMachineLearningResult';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Aspone';\nexport * from './Enum/ProfitsType';\nexport * from './Enum/Tax';\nexport * from './Enum/RegistrationSource';\nexport * from './Enum/Log';\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/PaymentMethod';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/Proceding';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/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';\nexport * from './Enum/PartneredAccountantServiceState';\nexport * from './Enum/AccountsSectors';\nexport * from './Enum/ProductType';\nexport * from './Enum/Unit';\nexport * from './Enum/MealExpenseThresholds';\nexport * from './Enum/MimeType';\nexport * from './Enum/BalanceSheetQuestion';\nexport * from './Enum/BalanceSheetQuestionWording';\nexport * from './Enum/AnswerTypeValue';\nexport * from './Enum/PartneredAccountantServiceType';\nexport * from './Enum/LegalInformation';\nexport * from './Enum/ProvisionType';\nexport * from './Enum/Ocr';\nexport * from './Enum/MachineLearning';\n\n// Interfaces API\nexport * from './Interface/api/aspone/ReadInterchange';\nexport * from './Interface/api/aspone/Util';\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/ocr/CreateOcr';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/accountingEntry/CreateManualEntry';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/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/cerfa/ReadCerfa';\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';\nexport * from './Interface/api/accountingFiles/queryAccountingFiles';\nexport * from './Interface/api/accountingFiles/Ocr';\nexport * from './Interface/api/accountingFiles/OcrPayload';\nexport * from './Interface/api/accountingFiles/OcrValue';\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';\nexport * from './Interface/api/quotes/CreateQuoteAccount';\nexport * from './Interface/api/account/ReadQuoteAccount';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';\nexport * from './Interface/api/exercice/QueryExercice';\nexport * from './Interface/api/exercice/CreateExercice';\nexport * from './Interface/api/accountingIncome/ReadAccountingIncome';\nexport * from './Interface/api/ocr/OcrTransactions';\nexport * from './Interface/api/bankStatement/QueryBankStatement';\nexport * from './Interface/api/bankStatement/QueryTransactionBankStatement';\nexport * from './Interface/api/ocr/OcrTypeTransactions';\nexport * from './Interface/api/bankStatement/ReadBankStatement';\nexport * from './Interface/api/tax/ReadCompanyTax';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/UpdateReport';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/ReadReportStats';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/report/QueryReportsStats';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\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/library/ReadLibraryFile';\nexport * from './Interface/api/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/tax/ReadTax';\nexport * from './Interface/api/tax/CreateTax';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\nexport * from './Interface/api/sponsorship/ReadSponsorship';\nexport * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountant';\nexport * from './Interface/api/partneredAccountant/QueryPartneredAccountantSocieties';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantService';\nexport * from './Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';\nexport * from './Interface/api/partneredAccountant/InvitePartneredAccountant';\nexport * from './Interface/api/partneredAccountant/CreatedPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantInvoice';\nexport * from './Interface/api/log/CreateLog';\nexport * from './Interface/api/vehicle/CreateSocietyVehicle';\nexport * from './Interface/api/vehicle/UpdateSocietyVehicle';\nexport * from './Interface/api/fecFile/QueryFecFile';\nexport * from './Interface/api/product/CreateProduct';\nexport * from './Interface/api/product/UpdateProduct';\nexport * from './Interface/api/product/QueryProduct';\nexport * from './Interface/api/registration/ReadRegistration';\nexport * from './Interface/api/registration/CreateRegistration';\nexport * from './Interface/api/journal/Journals';\nexport * from './Interface/api/journal/QueryJournal';\nexport * from './Interface/api/registration/DeclareRegistration';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';\nexport * from './Interface/api/mealExpense/CreateMealExpense';\nexport * from './Interface/api/mealExpense/ReadMealExpense';\nexport * from './Interface/api/exerciceQuestion/QueryQuestion';\nexport * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';\nexport * from './Interface/api/provision/ReadProvision';\nexport * from './Interface/api/provision/CreateProvisionForm';\nexport * from './Interface/api/provision/UpdateProvisionForm';\nexport * from './Interface/api/provision/QueryGetProvisions';\nexport * from './Interface/api/shareCapital/CreateInKindContribution';\nexport * from './Interface/api/shareCapital/CreateShareCapital';\nexport * from './Interface/api/shareCapital/ReadShareCapitalProvided';\nexport * from './Interface/api/shareCapital/ReadShareCapital';\nexport * from './Interface/api/shareCapital/ResultCreateShareCapital';\nexport * from './Interface/api/closing/ProcessedClosing';\nexport * from './Interface/api/financialCharge/ReadFinancialChargesBalance';\nexport * from './Interface/api/financialCharge/CreateNonDeductibleInterests';\nexport * from './Interface/api/financialCharge/CreatedNonDeductibleInterests';\nexport * from './Interface/api/machineLearning/CreateMachineLearningAnnotation';\nexport * from './Interface/api/machineLearning/ResultCreateMachineLearningAnnotation';\n\nexport * from '../utils/cerfa';\n"]}
package/es/utils/cerfa.js CHANGED
@@ -3,10 +3,10 @@ export function retrieveCerfaFromSocietyInformations(idLegalForm, idTaxSystem, i
3
3
  const globalRegimes = Object.values(GlobalRegime);
4
4
  const selectedGlobalRegime = globalRegimes.find((gr) => gr.idLegalForms.includes(idLegalForm));
5
5
  if (!selectedGlobalRegime)
6
- throw Error('Missing informations to retrieve CERFA informations');
6
+ throw new Error('Missing informations to retrieve CERFA informations');
7
7
  const choiceIndex = selectedGlobalRegime.choices.findIndex((sgr) => sgr.idFiscalRegime === idFiscalRegime && sgr.profitsType === profitsType && sgr.idTaxSystem === idTaxSystem);
8
8
  if (choiceIndex < 0)
9
- throw Error('Missing informations to retrieve CERFA informations');
9
+ throw new Error('Missing informations to retrieve CERFA informations');
10
10
  const { declaration, annexe } = selectedGlobalRegime.choices[choiceIndex];
11
11
  return { declaration, annex: annexe !== null && annexe !== void 0 ? annexe : null };
12
12
  }
@@ -14,7 +14,7 @@ export function retreiveChoicesDependingLegalForm(idLegalForm) {
14
14
  const globalRegimes = Object.values(GlobalRegime);
15
15
  const selectedGlobalRegime = globalRegimes.find((gr) => gr.idLegalForms.includes(idLegalForm));
16
16
  if (!selectedGlobalRegime)
17
- throw Error(`LegalForm #${idLegalForm} not implemented`);
17
+ throw new Error(`LegalForm #${idLegalForm} not implemented`);
18
18
  return selectedGlobalRegime;
19
19
  }
20
20
  //# sourceMappingURL=cerfa.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"cerfa.js","sourceRoot":"","sources":["../../ts/utils/cerfa.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAA2B,MAAM,4BAA4B,CAAC;AAGnF,MAAM,UAAU,oCAAoC,CAAC,WAAmB,EAAE,WAAsB,EAAE,cAA4B,EAAE,WAAwB;IACtJ,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,oBAAoB,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC;IAE/F,IAAI,CAAC,oBAAoB;QAAE,MAAM,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAE9F,MAAM,WAAW,GAAG,oBAAoB,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,cAAc,KAAK,cAAc,IAAI,GAAG,CAAC,WAAW,KAAK,WAAW,IAAI,GAAG,CAAC,WAAW,KAAK,WAAW,CAAC,CAAC;IAEjL,IAAI,WAAW,GAAG,CAAC;QAAE,MAAM,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAExF,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,oBAAoB,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;IAE1E,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAN,MAAM,cAAN,MAAM,GAAI,IAAI,EAAE,CAAC;AAChD,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,WAAmB;IACnE,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,oBAAoB,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC;IAE/F,IAAI,CAAC,oBAAoB;QAAE,MAAM,KAAK,CAAC,cAAc,WAAW,kBAAkB,CAAC,CAAC;IACpF,OAAO,oBAAoB,CAAC;AAC9B,CAAC","sourcesContent":["import { ReadCerfaToComplete } from '../types/Interface/api/cerfa/ReadCerfa';\nimport { GlobalRegime, GlobalRegimeTypeContent } from '../types/Enum/GlobalRegime';\nimport { ProfitsType, FiscalRegime, TaxSystem } from '../types';\n\nexport function retrieveCerfaFromSocietyInformations(idLegalForm: number, idTaxSystem: TaxSystem, idFiscalRegime: FiscalRegime, profitsType: ProfitsType):ReadCerfaToComplete {\n const globalRegimes = Object.values(GlobalRegime);\n const selectedGlobalRegime = globalRegimes.find((gr) => gr.idLegalForms.includes(idLegalForm));\n\n if (!selectedGlobalRegime) throw Error('Missing informations to retrieve CERFA informations');\n\n const choiceIndex = selectedGlobalRegime.choices.findIndex((sgr) => sgr.idFiscalRegime === idFiscalRegime && sgr.profitsType === profitsType && sgr.idTaxSystem === idTaxSystem);\n\n if (choiceIndex < 0) throw Error('Missing informations to retrieve CERFA informations');\n\n const { declaration, annexe } = selectedGlobalRegime.choices[choiceIndex];\n\n return { declaration, annex: annexe ?? null };\n}\n\nexport function retreiveChoicesDependingLegalForm(idLegalForm: number): GlobalRegimeTypeContent {\n const globalRegimes = Object.values(GlobalRegime);\n const selectedGlobalRegime = globalRegimes.find((gr) => gr.idLegalForms.includes(idLegalForm));\n\n if (!selectedGlobalRegime) throw Error(`LegalForm #${idLegalForm} not implemented`);\n return selectedGlobalRegime;\n}"]}
1
+ {"version":3,"file":"cerfa.js","sourceRoot":"","sources":["../../ts/utils/cerfa.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAA2B,MAAM,4BAA4B,CAAC;AAGnF,MAAM,UAAU,oCAAoC,CAAC,WAAmB,EAAE,WAAsB,EAAE,cAA4B,EAAE,WAAwB;IACtJ,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,oBAAoB,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC;IAE/F,IAAI,CAAC,oBAAoB;QAAE,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAElG,MAAM,WAAW,GAAG,oBAAoB,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,cAAc,KAAK,cAAc,IAAI,GAAG,CAAC,WAAW,KAAK,WAAW,IAAI,GAAG,CAAC,WAAW,KAAK,WAAW,CAAC,CAAC;IAEjL,IAAI,WAAW,GAAG,CAAC;QAAE,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAE5F,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,oBAAoB,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;IAE1E,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAN,MAAM,cAAN,MAAM,GAAI,IAAI,EAAE,CAAC;AAChD,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,WAAmB;IACnE,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,oBAAoB,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC;IAE/F,IAAI,CAAC,oBAAoB;QAAE,MAAM,IAAI,KAAK,CAAC,cAAc,WAAW,kBAAkB,CAAC,CAAC;IACxF,OAAO,oBAAoB,CAAC;AAC9B,CAAC","sourcesContent":["import { ReadCerfaToComplete } from '../types/Interface/api/cerfa/ReadCerfa';\nimport { GlobalRegime, GlobalRegimeTypeContent } from '../types/Enum/GlobalRegime';\nimport { ProfitsType, FiscalRegime, TaxSystem } from '../types';\n\nexport function retrieveCerfaFromSocietyInformations(idLegalForm: number, idTaxSystem: TaxSystem, idFiscalRegime: FiscalRegime, profitsType: ProfitsType):ReadCerfaToComplete {\n const globalRegimes = Object.values(GlobalRegime);\n const selectedGlobalRegime = globalRegimes.find((gr) => gr.idLegalForms.includes(idLegalForm));\n\n if (!selectedGlobalRegime) throw new Error('Missing informations to retrieve CERFA informations');\n\n const choiceIndex = selectedGlobalRegime.choices.findIndex((sgr) => sgr.idFiscalRegime === idFiscalRegime && sgr.profitsType === profitsType && sgr.idTaxSystem === idTaxSystem);\n\n if (choiceIndex < 0) throw new Error('Missing informations to retrieve CERFA informations');\n\n const { declaration, annexe } = selectedGlobalRegime.choices[choiceIndex];\n\n return { declaration, annex: annexe ?? null };\n}\n\nexport function retreiveChoicesDependingLegalForm(idLegalForm: number): GlobalRegimeTypeContent {\n const globalRegimes = Object.values(GlobalRegime);\n const selectedGlobalRegime = globalRegimes.find((gr) => gr.idLegalForms.includes(idLegalForm));\n\n if (!selectedGlobalRegime) throw new Error(`LegalForm #${idLegalForm} not implemented`);\n return selectedGlobalRegime;\n}"]}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.MachineLearning = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class MachineLearning extends _Resource.Resource {
11
+ machineLearningAnnotation() {
12
+ return this.axios.$post('/transactions/machine-learning');
13
+ }
14
+
15
+ }
16
+
17
+ exports.MachineLearning = MachineLearning;
18
+ //# sourceMappingURL=MachineLearning.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/MachineLearning.ts"],"names":[],"mappings":";;;;;;;AACA;;AAEM,MAAO,eAAP,SAA+B,kBAA/B,CAAuC;AAC3C,EAAA,yBAAyB,GAAA;AACvB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,gCAAjB,CAAP;AACD;;AAH0C;;QAAhC,e,GAAA,e","sourcesContent":["import { ResultCreateMachineLearningAnnotation } from '../..';\nimport { Resource } from '../Resource';\n\nexport class MachineLearning extends Resource {\n machineLearningAnnotation(): Promise<ResultCreateMachineLearningAnnotation> {\n return this.axios.$post('/transactions/machine-learning');\n }\n}"],"sourceRoot":"","file":"MachineLearning.js"}
@@ -119,6 +119,8 @@ var _shareCapital = require("./resources/shareCapital");
119
119
 
120
120
  var _Closing = require("./resources/Closing");
121
121
 
122
+ var _MachineLearning = require("./resources/MachineLearning");
123
+
122
124
  const resources = exports.resources = {
123
125
  simulation: _Simulation.Simulation,
124
126
  country: _Country.Country,
@@ -176,6 +178,7 @@ const resources = exports.resources = {
176
178
  accountingIncome: _AccountingIncome.AccountingIncome,
177
179
  bankStatement: _BankStatement.BankStatement,
178
180
  shareCapital: _shareCapital.ShareCapital,
179
- closing: _Closing.Closing
181
+ closing: _Closing.Closing,
182
+ machineLearning: _MachineLearning.MachineLearning
180
183
  };
181
184
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n};\n"],"sourceRoot":"","file":"resources.js"}
1
+ {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n};\n"],"sourceRoot":"","file":"resources.js"}
@@ -435,6 +435,66 @@ const ImmobilizationType = exports.ImmobilizationType = {
435
435
  idAccountEndownment: 335,
436
436
  idAccountAmortization: 333,
437
437
  idAccountTrash: 929
438
+ },
439
+ INSTALLATIONS_COMPLEXES_SPECIALISEES: {
440
+ id: 37,
441
+ isIncorporeal: false,
442
+ isDepreciable: true,
443
+ amortizationMethod: 'yearBased',
444
+ amortizationRequest: null,
445
+ amortizationDuration: 8,
446
+ idAccount: 828,
447
+ idAccountEndownment: 335,
448
+ idAccountAmortization: 51715,
449
+ idAccountTrash: 929
450
+ },
451
+ INSTALLATIONS_A_CARACTERE_SPECIFIQUE: {
452
+ id: 38,
453
+ isIncorporeal: false,
454
+ isDepreciable: true,
455
+ amortizationMethod: 'yearBased',
456
+ amortizationRequest: null,
457
+ amortizationDuration: 8,
458
+ idAccount: 831,
459
+ idAccountEndownment: 335,
460
+ idAccountAmortization: 51716,
461
+ idAccountTrash: 929
462
+ },
463
+ MATERIEL_INDUSTRIEL: {
464
+ id: 39,
465
+ isIncorporeal: false,
466
+ isDepreciable: true,
467
+ amortizationMethod: 'yearBased',
468
+ amortizationRequest: null,
469
+ amortizationDuration: 5,
470
+ idAccount: 834,
471
+ idAccountEndownment: 335,
472
+ idAccountAmortization: 51717,
473
+ idAccountTrash: 929
474
+ },
475
+ OUTILLAGE_INDUSTRIEL: {
476
+ id: 40,
477
+ isIncorporeal: false,
478
+ isDepreciable: true,
479
+ amortizationMethod: 'yearBased',
480
+ amortizationRequest: null,
481
+ amortizationDuration: 5,
482
+ idAccount: 835,
483
+ idAccountEndownment: 335,
484
+ idAccountAmortization: 51718,
485
+ idAccountTrash: 929
486
+ },
487
+ AGENCEMENTS_ET_AMENAGEMENTS_DU_MATERIEL_ET_OUTILLAGE_INDUSTRIELS: {
488
+ id: 41,
489
+ isIncorporeal: false,
490
+ isDepreciable: true,
491
+ amortizationMethod: 'yearBased',
492
+ amortizationRequest: null,
493
+ amortizationDuration: 5,
494
+ idAccount: 836,
495
+ idAccountEndownment: 335,
496
+ idAccountAmortization: 51719,
497
+ idAccountTrash: 929
438
498
  }
439
499
  };
440
500
  var DepreciationMethods = exports.DepreciationMethods = undefined;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/ImmobilizationType.ts"],"names":[],"mappings":"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","sourcesContent":["export const ImmobilizationType = {\n FRAIS_CONSTITUTION: {\n id: 1,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 259,\n idAccountEndownment: 334,\n idAccountAmortization: 298,\n idAccountTrash: 929,\n },\n FRAIS_PREMIER_ETABLISSEMENT: {\n id: 2,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 260,\n idAccountEndownment: 334,\n idAccountAmortization: 299,\n idAccountTrash: 929,\n },\n FRAIS_AUGMENTATION_CAPITAL: {\n id: 3,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 261,\n idAccountEndownment: 334,\n idAccountAmortization: 300,\n idAccountTrash: 929,\n },\n FRAIS_RECHERCHE: {\n id: 4,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 262,\n idAccountEndownment: 334,\n idAccountAmortization: 301,\n idAccountTrash: 929,\n },\n CONCESSIONS_BREVET: {\n id: 5,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 263,\n idAccountEndownment: 334,\n idAccountAmortization: 302,\n idAccountTrash: 929,\n },\n LOGICIEL: {\n id: 6,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount: 264,\n idAccountEndownment: 334,\n idAccountAmortization: 303,\n idAccountTrash: 929,\n },\n SITE_INTERNET: {\n id: 7,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount: 265,\n idAccountEndownment: 334,\n idAccountAmortization: 304,\n idAccountTrash: 929,\n },\n DROIT_AU_BAIL: {\n id: 8,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 266,\n idAccountEndownment: 334,\n idAccountAmortization: 305,\n idAccountTrash: 929,\n },\n FOND_COMMERCIAL: {\n id: 9,\n isIncorporeal: true,\n isDepreciable: false,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Sauf si la durée d\\'exploitation définie contractuellement / activité éphémère',\n amortizationDuration: 0,\n idAccount: 267,\n idAccountEndownment: 334,\n idAccountAmortization: 306,\n idAccountTrash: 929,\n },\n TERRAIN: {\n id: 10,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 268,\n idAccountEndownment: 335,\n idAccountAmortization: 307,\n idAccountTrash: 929,\n },\n TERRAIN_AMENAGE: {\n id: 11,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 269,\n idAccountEndownment: 335,\n idAccountAmortization: 308,\n idAccountTrash: 929,\n },\n SOUS_SOLS: {\n id: 12,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 270,\n idAccountEndownment: 335,\n idAccountAmortization: 309,\n idAccountTrash: 929,\n },\n TERRAIN_CARRIERES: {\n id: 13,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 271,\n idAccountEndownment: 335,\n idAccountAmortization: 310,\n idAccountTrash: 929,\n },\n TERRAIN_BATIS: {\n id: 14,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 272,\n idAccountEndownment: 335,\n idAccountAmortization: 311,\n idAccountTrash: 929,\n },\n AGENCEMENT_TERRAIN: {\n id: 15,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 273,\n idAccountEndownment: 335,\n idAccountAmortization: 312,\n idAccountTrash: 929,\n },\n CONSTRUCTIONS: {\n id: 16,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 40,\n idAccount: 274,\n idAccountEndownment: 335,\n idAccountAmortization: 313,\n idAccountTrash: 929,\n },\n BATIMENT_INDUSTRIEL: {\n id: 17,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 20,\n idAccount: 275,\n idAccountEndownment: 335,\n idAccountAmortization: 314,\n idAccountTrash: 929,\n },\n CONSTRUCTION_SOL_AUTRUI: {\n id: 18,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 276,\n idAccountEndownment: 335,\n idAccountAmortization: 315,\n idAccountTrash: 929,\n },\n INSTALLATION_GENERALE: {\n id: 19,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 277,\n idAccountEndownment: 335,\n idAccountAmortization: 316,\n idAccountTrash: 929,\n },\n MATERIEL_TRANSPORT: {\n id: 20,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 4,\n idAccount: 278,\n idAccountEndownment: 335,\n idAccountAmortization: 317,\n idAccountTrash: 929,\n },\n MATERIEL_BUREAU: {\n id: 21,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 7.5,\n idAccount: 279,\n idAccountEndownment: 335,\n idAccountAmortization: 318,\n idAccountTrash: 929,\n },\n MOBILIER: {\n id: 22,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 280,\n idAccountEndownment: 335,\n idAccountAmortization: 319,\n idAccountTrash: 929,\n },\n TITRE_PARTICIPATION: {\n id: 23,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 281,\n idAccountEndownment: 335,\n idAccountAmortization: 320,\n idAccountTrash: 929,\n },\n AUTRE_FORME_PARTICIPATION: {\n id: 24,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 282,\n idAccountEndownment: 335,\n idAccountAmortization: 321,\n idAccountTrash: 929,\n },\n CREANCE_PARTICIPATION: {\n id: 25,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 283,\n idAccountEndownment: 335,\n idAccountAmortization: 322,\n idAccountTrash: 929,\n },\n CREANCE_PARTICIPATION_SOCIETE: {\n id: 26,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 284,\n idAccountEndownment: 335,\n idAccountAmortization: 323,\n idAccountTrash: 929,\n },\n VERSEMENT_RESTANT: {\n id: 27,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 285,\n idAccountEndownment: 335,\n idAccountAmortization: 324,\n idAccountTrash: 929,\n },\n TITRE_IMMOBILISE_AUTRES: {\n id: 28,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 286,\n idAccountEndownment: 335,\n idAccountAmortization: 325,\n idAccountTrash: 929,\n },\n TITRE_IMMOBILISE: {\n id: 29,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 287,\n idAccountEndownment: 335,\n idAccountAmortization: 326,\n idAccountTrash: 929,\n },\n TITRE_IMMOBILISE_DE_ACTIVITE: {\n id: 30,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 288,\n idAccountEndownment: 335,\n idAccountAmortization: 327,\n idAccountTrash: 929,\n },\n PRET: {\n id: 31,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 289,\n idAccountEndownment: 335,\n idAccountAmortization: 328,\n idAccountTrash: 929,\n },\n DEPOT_CAUTIONNEMENT: {\n id: 32,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 290,\n idAccountEndownment: 335,\n idAccountAmortization: 329,\n idAccountTrash: 929,\n },\n AUTRE_CREANCE: {\n id: 33,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 291,\n idAccountEndownment: 335,\n idAccountAmortization: 330,\n idAccountTrash: 929,\n },\n ACTION_PROPRE_PART_PROPRE: {\n id: 34,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 292,\n idAccountEndownment: 335,\n idAccountAmortization: 331,\n idAccountTrash: 929,\n },\n MALI_FUSION_ACTIF: {\n id: 35,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 293,\n idAccountEndownment: 335,\n idAccountAmortization: 332,\n idAccountTrash: 929,\n },\n VERSEMENT_RESTANT_SUR_TITRE: {\n id: 36,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 294,\n idAccountEndownment: 335,\n idAccountAmortization: 333,\n idAccountTrash: 929,\n },\n\n};\n\nexport enum DepreciationMethods {\n LINEAR = 1,\n DEGRESSIVE = 2,\n}\n\nexport const EndOfImmobilizationType = {\n TRASH: {\n value: 1,\n text: 'Mise au rebut', // Acte volontaire de sortir l’immobilisation car HS, volé, perdu... mais sans vente.\n },\n SELL: {\n value: 2,\n text: 'Cession / Vente', // Acte volontaire de sortir l’immobilisation et de la vendre\n },\n};"],"sourceRoot":"","file":"ImmobilizationType.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/ImmobilizationType.ts"],"names":[],"mappings":"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","sourcesContent":["export const ImmobilizationType = {\n FRAIS_CONSTITUTION: {\n id: 1,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 259,\n idAccountEndownment: 334,\n idAccountAmortization: 298,\n idAccountTrash: 929,\n },\n FRAIS_PREMIER_ETABLISSEMENT: {\n id: 2,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 260,\n idAccountEndownment: 334,\n idAccountAmortization: 299,\n idAccountTrash: 929,\n },\n FRAIS_AUGMENTATION_CAPITAL: {\n id: 3,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 261,\n idAccountEndownment: 334,\n idAccountAmortization: 300,\n idAccountTrash: 929,\n },\n FRAIS_RECHERCHE: {\n id: 4,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 262,\n idAccountEndownment: 334,\n idAccountAmortization: 301,\n idAccountTrash: 929,\n },\n CONCESSIONS_BREVET: {\n id: 5,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 263,\n idAccountEndownment: 334,\n idAccountAmortization: 302,\n idAccountTrash: 929,\n },\n LOGICIEL: {\n id: 6,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount: 264,\n idAccountEndownment: 334,\n idAccountAmortization: 303,\n idAccountTrash: 929,\n },\n SITE_INTERNET: {\n id: 7,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 3,\n idAccount: 265,\n idAccountEndownment: 334,\n idAccountAmortization: 304,\n idAccountTrash: 929,\n },\n DROIT_AU_BAIL: {\n id: 8,\n isIncorporeal: true,\n isDepreciable: true,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Durée d\\'exploitation',\n amortizationDuration: 0,\n idAccount: 266,\n idAccountEndownment: 334,\n idAccountAmortization: 305,\n idAccountTrash: 929,\n },\n FOND_COMMERCIAL: {\n id: 9,\n isIncorporeal: true,\n isDepreciable: false,\n amortizationMethod: 'contractBased',\n amortizationRequest: 'Sauf si la durée d\\'exploitation définie contractuellement / activité éphémère',\n amortizationDuration: 0,\n idAccount: 267,\n idAccountEndownment: 334,\n idAccountAmortization: 306,\n idAccountTrash: 929,\n },\n TERRAIN: {\n id: 10,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 268,\n idAccountEndownment: 335,\n idAccountAmortization: 307,\n idAccountTrash: 929,\n },\n TERRAIN_AMENAGE: {\n id: 11,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 269,\n idAccountEndownment: 335,\n idAccountAmortization: 308,\n idAccountTrash: 929,\n },\n SOUS_SOLS: {\n id: 12,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 270,\n idAccountEndownment: 335,\n idAccountAmortization: 309,\n idAccountTrash: 929,\n },\n TERRAIN_CARRIERES: {\n id: 13,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 271,\n idAccountEndownment: 335,\n idAccountAmortization: 310,\n idAccountTrash: 929,\n },\n TERRAIN_BATIS: {\n id: 14,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 272,\n idAccountEndownment: 335,\n idAccountAmortization: 311,\n idAccountTrash: 929,\n },\n AGENCEMENT_TERRAIN: {\n id: 15,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: null,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 273,\n idAccountEndownment: 335,\n idAccountAmortization: 312,\n idAccountTrash: 929,\n },\n CONSTRUCTIONS: {\n id: 16,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 40,\n idAccount: 274,\n idAccountEndownment: 335,\n idAccountAmortization: 313,\n idAccountTrash: 929,\n },\n BATIMENT_INDUSTRIEL: {\n id: 17,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 20,\n idAccount: 275,\n idAccountEndownment: 335,\n idAccountAmortization: 314,\n idAccountTrash: 929,\n },\n CONSTRUCTION_SOL_AUTRUI: {\n id: 18,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 276,\n idAccountEndownment: 335,\n idAccountAmortization: 315,\n idAccountTrash: 929,\n },\n INSTALLATION_GENERALE: {\n id: 19,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 277,\n idAccountEndownment: 335,\n idAccountAmortization: 316,\n idAccountTrash: 929,\n },\n MATERIEL_TRANSPORT: {\n id: 20,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 4,\n idAccount: 278,\n idAccountEndownment: 335,\n idAccountAmortization: 317,\n idAccountTrash: 929,\n },\n MATERIEL_BUREAU: {\n id: 21,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 7.5,\n idAccount: 279,\n idAccountEndownment: 335,\n idAccountAmortization: 318,\n idAccountTrash: 929,\n },\n MOBILIER: {\n id: 22,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 280,\n idAccountEndownment: 335,\n idAccountAmortization: 319,\n idAccountTrash: 929,\n },\n TITRE_PARTICIPATION: {\n id: 23,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 281,\n idAccountEndownment: 335,\n idAccountAmortization: 320,\n idAccountTrash: 929,\n },\n AUTRE_FORME_PARTICIPATION: {\n id: 24,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 10,\n idAccount: 282,\n idAccountEndownment: 335,\n idAccountAmortization: 321,\n idAccountTrash: 929,\n },\n CREANCE_PARTICIPATION: {\n id: 25,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 283,\n idAccountEndownment: 335,\n idAccountAmortization: 322,\n idAccountTrash: 929,\n },\n CREANCE_PARTICIPATION_SOCIETE: {\n id: 26,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 284,\n idAccountEndownment: 335,\n idAccountAmortization: 323,\n idAccountTrash: 929,\n },\n VERSEMENT_RESTANT: {\n id: 27,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 285,\n idAccountEndownment: 335,\n idAccountAmortization: 324,\n idAccountTrash: 929,\n },\n TITRE_IMMOBILISE_AUTRES: {\n id: 28,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 286,\n idAccountEndownment: 335,\n idAccountAmortization: 325,\n idAccountTrash: 929,\n },\n TITRE_IMMOBILISE: {\n id: 29,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 287,\n idAccountEndownment: 335,\n idAccountAmortization: 326,\n idAccountTrash: 929,\n },\n TITRE_IMMOBILISE_DE_ACTIVITE: {\n id: 30,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 288,\n idAccountEndownment: 335,\n idAccountAmortization: 327,\n idAccountTrash: 929,\n },\n PRET: {\n id: 31,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 289,\n idAccountEndownment: 335,\n idAccountAmortization: 328,\n idAccountTrash: 929,\n },\n DEPOT_CAUTIONNEMENT: {\n id: 32,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 290,\n idAccountEndownment: 335,\n idAccountAmortization: 329,\n idAccountTrash: 929,\n },\n AUTRE_CREANCE: {\n id: 33,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 291,\n idAccountEndownment: 335,\n idAccountAmortization: 330,\n idAccountTrash: 929,\n },\n ACTION_PROPRE_PART_PROPRE: {\n id: 34,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 292,\n idAccountEndownment: 335,\n idAccountAmortization: 331,\n idAccountTrash: 929,\n },\n MALI_FUSION_ACTIF: {\n id: 35,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 293,\n idAccountEndownment: 335,\n idAccountAmortization: 332,\n idAccountTrash: 929,\n },\n VERSEMENT_RESTANT_SUR_TITRE: {\n id: 36,\n isIncorporeal: false,\n isDepreciable: false,\n amortizationMethod: false,\n amortizationRequest: null,\n amortizationDuration: 0,\n idAccount: 294,\n idAccountEndownment: 335,\n idAccountAmortization: 333,\n idAccountTrash: 929,\n },\n INSTALLATIONS_COMPLEXES_SPECIALISEES: {\n id: 37,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 8,\n idAccount: 828,\n idAccountEndownment: 335,\n idAccountAmortization: 51715,\n idAccountTrash: 929,\n },\n INSTALLATIONS_A_CARACTERE_SPECIFIQUE: {\n id: 38,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 8,\n idAccount: 831,\n idAccountEndownment: 335,\n idAccountAmortization: 51716,\n idAccountTrash: 929,\n },\n MATERIEL_INDUSTRIEL: {\n id: 39,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 834,\n idAccountEndownment: 335,\n idAccountAmortization: 51717,\n idAccountTrash: 929,\n },\n OUTILLAGE_INDUSTRIEL: {\n id: 40,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 835,\n idAccountEndownment: 335,\n idAccountAmortization: 51718,\n idAccountTrash: 929,\n },\n AGENCEMENTS_ET_AMENAGEMENTS_DU_MATERIEL_ET_OUTILLAGE_INDUSTRIELS: {\n id: 41,\n isIncorporeal: false,\n isDepreciable: true,\n amortizationMethod: 'yearBased',\n amortizationRequest: null,\n amortizationDuration: 5,\n idAccount: 836,\n idAccountEndownment: 335,\n idAccountAmortization: 51719,\n idAccountTrash: 929,\n },\n};\n\nexport enum DepreciationMethods {\n LINEAR = 1,\n DEGRESSIVE = 2,\n}\n\nexport const EndOfImmobilizationType = {\n TRASH: {\n value: 1,\n text: 'Mise au rebut', // Acte volontaire de sortir l’immobilisation car HS, volé, perdu... mais sans vente.\n },\n SELL: {\n value: 2,\n text: 'Cession / Vente', // Acte volontaire de sortir l’immobilisation et de la vendre\n },\n};"],"sourceRoot":"","file":"ImmobilizationType.js"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const MINIMUM_TO_ANNOTATE = exports.MINIMUM_TO_ANNOTATE = 75;
7
+ //# sourceMappingURL=MachineLearning.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/MachineLearning.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,mBAAmB,WAAnB,mBAAmB,GAAG,EAA5B","sourcesContent":["export const MINIMUM_TO_ANNOTATE = 75;"],"sourceRoot":"","file":"MachineLearning.js"}