@silexpert/core 0.1.1 → 0.1.4

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 (389) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +2 -2
  3. package/es/api/resources/Country.d.ts +1 -1
  4. package/es/api/resources/Country.d.ts.map +1 -1
  5. package/es/api/resources/Country.js +1 -1
  6. package/es/api/resources/Country.js.map +1 -1
  7. package/es/api/resources/Simulation.d.ts +1 -1
  8. package/es/api/resources/Simulation.d.ts.map +1 -1
  9. package/es/api/resources/Simulation.js +1 -1
  10. package/es/api/resources/Simulation.js.map +1 -1
  11. package/es/types/Enum/AccountingJournal.d.ts +10 -0
  12. package/es/types/Enum/AccountingJournal.d.ts.map +1 -0
  13. package/es/types/Enum/AccountingJournal.js +11 -0
  14. package/es/types/Enum/AccountingJournal.js.map +1 -0
  15. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts +11 -1
  16. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts.map +1 -1
  17. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -1
  18. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +1 -0
  19. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -1
  20. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -1
  21. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +1 -0
  22. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -1
  23. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
  24. package/es/types/Interface/models/IAccount.d.ts +11 -11
  25. package/es/types/Interface/models/IAccount.d.ts.map +1 -1
  26. package/es/types/Interface/models/IAccount.js.map +1 -1
  27. package/es/types/Interface/models/IAccountingEntry.d.ts +3 -0
  28. package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
  29. package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
  30. package/es/types/Interface/models/IAccountingFile.d.ts +12 -10
  31. package/es/types/Interface/models/IAccountingFile.d.ts.map +1 -1
  32. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  33. package/es/types/Interface/models/IApiError.d.ts +14 -1
  34. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  35. package/es/types/Interface/models/IApiError.js +15 -0
  36. package/es/types/Interface/models/IApiError.js.map +1 -1
  37. package/es/types/Interface/models/IBusinessPartner.d.ts +9 -9
  38. package/es/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
  39. package/es/types/Interface/models/IBusinessPartner.js.map +1 -1
  40. package/es/types/Interface/models/IFile.d.ts +6 -6
  41. package/es/types/Interface/models/IFile.d.ts.map +1 -1
  42. package/es/types/Interface/models/IFile.js.map +1 -1
  43. package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts +1 -0
  44. package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  45. package/es/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  46. package/es/types/Interface/models/ISociety.d.ts +1 -1
  47. package/es/types/Interface/models/ISociety.js.map +1 -1
  48. package/es/types/Interface/models/ISocietyConfig.d.ts +10 -8
  49. package/es/types/Interface/models/ISocietyConfig.d.ts.map +1 -1
  50. package/es/types/Interface/models/ISocietyConfig.js.map +1 -1
  51. package/es/types/Interface/models/IThirdParty.d.ts +23 -23
  52. package/es/types/Interface/models/IThirdParty.d.ts.map +1 -1
  53. package/es/types/Interface/models/IThirdParty.js.map +1 -1
  54. package/es/types/index.d.ts +1 -0
  55. package/es/types/index.d.ts.map +1 -1
  56. package/es/types/index.js +1 -0
  57. package/es/types/index.js.map +1 -1
  58. package/js/api/Resource.js.map +1 -1
  59. package/js/api/index.js.map +1 -1
  60. package/js/api/resources/Country.js +1 -1
  61. package/js/api/resources/Country.js.map +1 -1
  62. package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
  63. package/js/api/resources/Simulation.js +1 -1
  64. package/js/api/resources/Simulation.js.map +1 -1
  65. package/js/api/resources.js.map +1 -1
  66. package/js/index.js.map +1 -1
  67. package/js/types/Enum/AccountingJournal.js +17 -0
  68. package/js/types/Enum/AccountingJournal.js.map +1 -0
  69. package/js/types/Enum/ComptaType.js.map +1 -1
  70. package/js/types/Enum/Country.js.map +1 -1
  71. package/js/types/Enum/Ged.js.map +1 -1
  72. package/js/types/Enum/LegalForm.js.map +1 -1
  73. package/js/types/Enum/Role.js.map +1 -1
  74. package/js/types/Enum/Sector.js.map +1 -1
  75. package/js/types/Enum/Simulation.js.map +1 -1
  76. package/js/types/Enum/SubscriptionType.js.map +1 -1
  77. package/js/types/Enum/TypeConnector.js.map +1 -1
  78. package/js/types/Enum/Vat.js.map +1 -1
  79. package/js/types/Enum/VatRegime.js.map +1 -1
  80. package/js/types/Form/FormAuthenticate.js.map +1 -1
  81. package/js/types/Form/FormConnector.js.map +1 -1
  82. package/js/types/Interface/api/BasePaginate.js.map +1 -1
  83. package/js/types/Interface/api/BaseRequest.js.map +1 -1
  84. package/js/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -1
  85. package/js/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +1 -1
  86. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -1
  87. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
  88. package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -1
  89. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -1
  90. package/js/types/Interface/api/simulation/CreateSimulation.js.map +1 -1
  91. package/js/types/Interface/api/simulation/ReadSimulation.js.map +1 -1
  92. package/js/types/Interface/api/society/ReadSociety.js.map +1 -1
  93. package/js/types/Interface/models/IAbsenceType.js.map +1 -1
  94. package/js/types/Interface/models/IAccessToken.js.map +1 -1
  95. package/js/types/Interface/models/IAccount.js.map +1 -1
  96. package/js/types/Interface/models/IAccountDetail.js.map +1 -1
  97. package/js/types/Interface/models/IAccountHelp.js.map +1 -1
  98. package/js/types/Interface/models/IAccountType.js.map +1 -1
  99. package/js/types/Interface/models/IAccountantTracker.js.map +1 -1
  100. package/js/types/Interface/models/IAccountingEntry.js.map +1 -1
  101. package/js/types/Interface/models/IAccountingFile.js.map +1 -1
  102. package/js/types/Interface/models/IAccountingFileType.js.map +1 -1
  103. package/js/types/Interface/models/IAccountingJournal.js.map +1 -1
  104. package/js/types/Interface/models/IAccountingState.js.map +1 -1
  105. package/js/types/Interface/models/IAccountingStateType.js.map +1 -1
  106. package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
  107. package/js/types/Interface/models/IAccountsSocieties.js.map +1 -1
  108. package/js/types/Interface/models/IActivity.js.map +1 -1
  109. package/js/types/Interface/models/IAdditionalBalance.js.map +1 -1
  110. package/js/types/Interface/models/IAlert.js.map +1 -1
  111. package/js/types/Interface/models/IAllowedIp.js.map +1 -1
  112. package/js/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  113. package/js/types/Interface/models/IApiError.js +16 -1
  114. package/js/types/Interface/models/IApiError.js.map +1 -1
  115. package/js/types/Interface/models/IAppConfig.js.map +1 -1
  116. package/js/types/Interface/models/IAreasInvoice.js.map +1 -1
  117. package/js/types/Interface/models/IAskAbsence.js.map +1 -1
  118. package/js/types/Interface/models/IAskAbsenceTimes.js.map +1 -1
  119. package/js/types/Interface/models/IAttachmentFile.js.map +1 -1
  120. package/js/types/Interface/models/IAttestation.js.map +1 -1
  121. package/js/types/Interface/models/IAttributionHistory.js.map +1 -1
  122. package/js/types/Interface/models/IAutoLoginToken.js.map +1 -1
  123. package/js/types/Interface/models/IBalanceBankAccount.js.map +1 -1
  124. package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
  125. package/js/types/Interface/models/IBalanceSheetHistory.js.map +1 -1
  126. package/js/types/Interface/models/IBalanceSheetLiquidation.js.map +1 -1
  127. package/js/types/Interface/models/IBalanceSheetPartial.js.map +1 -1
  128. package/js/types/Interface/models/IBankAccount.js.map +1 -1
  129. package/js/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -1
  130. package/js/types/Interface/models/IBankConnection.js.map +1 -1
  131. package/js/types/Interface/models/IBankList.js.map +1 -1
  132. package/js/types/Interface/models/IBankTransaction.js.map +1 -1
  133. package/js/types/Interface/models/IBrandType.js.map +1 -1
  134. package/js/types/Interface/models/IBusinessLine.js.map +1 -1
  135. package/js/types/Interface/models/IBusinessPartner.js.map +1 -1
  136. package/js/types/Interface/models/ICalendarEvent.js.map +1 -1
  137. package/js/types/Interface/models/ICalendarEventUser.js.map +1 -1
  138. package/js/types/Interface/models/ICallDirectly.js.map +1 -1
  139. package/js/types/Interface/models/ICashDeskTransactionType.js.map +1 -1
  140. package/js/types/Interface/models/ICategory.js.map +1 -1
  141. package/js/types/Interface/models/ICerfaType.js.map +1 -1
  142. package/js/types/Interface/models/ICerfaValue.js.map +1 -1
  143. package/js/types/Interface/models/IChangeLog.js.map +1 -1
  144. package/js/types/Interface/models/IChannelType.js.map +1 -1
  145. package/js/types/Interface/models/IChecklist.js.map +1 -1
  146. package/js/types/Interface/models/IChecklistCategoryType.js.map +1 -1
  147. package/js/types/Interface/models/IChecklistDetail.js.map +1 -1
  148. package/js/types/Interface/models/IChecklistType.js.map +1 -1
  149. package/js/types/Interface/models/ICivility.js.map +1 -1
  150. package/js/types/Interface/models/IColor.js.map +1 -1
  151. package/js/types/Interface/models/IComment.js.map +1 -1
  152. package/js/types/Interface/models/ICommentType.js.map +1 -1
  153. package/js/types/Interface/models/IComptaHistoryType.js.map +1 -1
  154. package/js/types/Interface/models/IComptaType.js.map +1 -1
  155. package/js/types/Interface/models/IConnector.js.map +1 -1
  156. package/js/types/Interface/models/IConnectorType.js.map +1 -1
  157. package/js/types/Interface/models/IContractType.js.map +1 -1
  158. package/js/types/Interface/models/ICotation.js.map +1 -1
  159. package/js/types/Interface/models/ICountry.js.map +1 -1
  160. package/js/types/Interface/models/ICurrency.js.map +1 -1
  161. package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -1
  162. package/js/types/Interface/models/ICustomerSignature.js.map +1 -1
  163. package/js/types/Interface/models/ICustomerTva.js.map +1 -1
  164. package/js/types/Interface/models/ICustomisation.js.map +1 -1
  165. package/js/types/Interface/models/ICustomizationType.js.map +1 -1
  166. package/js/types/Interface/models/ICycle.js.map +1 -1
  167. package/js/types/Interface/models/IDay.js.map +1 -1
  168. package/js/types/Interface/models/IDetailedLogBi.js.map +1 -1
  169. package/js/types/Interface/models/IDirectDebitHistory.js.map +1 -1
  170. package/js/types/Interface/models/IDocumentWaitingType.js.map +1 -1
  171. package/js/types/Interface/models/IEmployee.js.map +1 -1
  172. package/js/types/Interface/models/IEngagementAccountingEntry.js.map +1 -1
  173. package/js/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
  174. package/js/types/Interface/models/IEngagementBankTransaction.js.map +1 -1
  175. package/js/types/Interface/models/IEngagementOcrExtraction.js.map +1 -1
  176. package/js/types/Interface/models/IErrorCode.js.map +1 -1
  177. package/js/types/Interface/models/IEstimateInvoice.js.map +1 -1
  178. package/js/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -1
  179. package/js/types/Interface/models/IEstimateInvoiceType.js.map +1 -1
  180. package/js/types/Interface/models/IExercice.js.map +1 -1
  181. package/js/types/Interface/models/IExerciceDetail.js.map +1 -1
  182. package/js/types/Interface/models/IExercicePrestation.js.map +1 -1
  183. package/js/types/Interface/models/IFailedLoginAttempt.js.map +1 -1
  184. package/js/types/Interface/models/IFaq.js.map +1 -1
  185. package/js/types/Interface/models/IFaqCategory.js.map +1 -1
  186. package/js/types/Interface/models/IField.js.map +1 -1
  187. package/js/types/Interface/models/IFile.js.map +1 -1
  188. package/js/types/Interface/models/IFileMissing.js.map +1 -1
  189. package/js/types/Interface/models/IFileType.js.map +1 -1
  190. package/js/types/Interface/models/IFiscalRegime.js.map +1 -1
  191. package/js/types/Interface/models/IFolderFile.js.map +1 -1
  192. package/js/types/Interface/models/IFollow.js.map +1 -1
  193. package/js/types/Interface/models/IFollowList.js.map +1 -1
  194. package/js/types/Interface/models/IFollowedQualityMail.js.map +1 -1
  195. package/js/types/Interface/models/IFollowedQualityMailType.js.map +1 -1
  196. package/js/types/Interface/models/IFormalism.js.map +1 -1
  197. package/js/types/Interface/models/IFormalismValue.js.map +1 -1
  198. package/js/types/Interface/models/IFrequency.js.map +1 -1
  199. package/js/types/Interface/models/IFuel.js.map +1 -1
  200. package/js/types/Interface/models/IGedCategory.js.map +1 -1
  201. package/js/types/Interface/models/IGedFile.js.map +1 -1
  202. package/js/types/Interface/models/IGedFileType.js.map +1 -1
  203. package/js/types/Interface/models/IGedFolder.js.map +1 -1
  204. package/js/types/Interface/models/IIdentification.js.map +1 -1
  205. package/js/types/Interface/models/IIndependentReview.js.map +1 -1
  206. package/js/types/Interface/models/IInterestedByFeature.js.map +1 -1
  207. package/js/types/Interface/models/IInternalEstimate.js.map +1 -1
  208. package/js/types/Interface/models/IIpTmpBlocked.js.map +1 -1
  209. package/js/types/Interface/models/IItemEstimate.js.map +1 -1
  210. package/js/types/Interface/models/IJob.js.map +1 -1
  211. package/js/types/Interface/models/IJobCategory.js.map +1 -1
  212. package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
  213. package/js/types/Interface/models/ILabelPaymentWaiting.js.map +1 -1
  214. package/js/types/Interface/models/ILegalForm.js.map +1 -1
  215. package/js/types/Interface/models/ILegalNotice.js.map +1 -1
  216. package/js/types/Interface/models/ILetter.js.map +1 -1
  217. package/js/types/Interface/models/ILetterType.js.map +1 -1
  218. package/js/types/Interface/models/ILettering.js.map +1 -1
  219. package/js/types/Interface/models/ILog.js.map +1 -1
  220. package/js/types/Interface/models/ILogBi.js.map +1 -1
  221. package/js/types/Interface/models/ILogType.js.map +1 -1
  222. package/js/types/Interface/models/IMailAuto.js.map +1 -1
  223. package/js/types/Interface/models/IMailAutoType.js.map +1 -1
  224. package/js/types/Interface/models/IMailSociety.js.map +1 -1
  225. package/js/types/Interface/models/IMonth.js.map +1 -1
  226. package/js/types/Interface/models/INationality.js.map +1 -1
  227. package/js/types/Interface/models/INature.js.map +1 -1
  228. package/js/types/Interface/models/INote.js.map +1 -1
  229. package/js/types/Interface/models/INotification.js.map +1 -1
  230. package/js/types/Interface/models/INotificationCodeType.js.map +1 -1
  231. package/js/types/Interface/models/INotificationType.js.map +1 -1
  232. package/js/types/Interface/models/IOldExpertInfo.js.map +1 -1
  233. package/js/types/Interface/models/IOperationLegalNotice.js.map +1 -1
  234. package/js/types/Interface/models/IPageView.js.map +1 -1
  235. package/js/types/Interface/models/IPartnerTransaction.js.map +1 -1
  236. package/js/types/Interface/models/IPartnerTransactionType.js.map +1 -1
  237. package/js/types/Interface/models/IPayPlan.js.map +1 -1
  238. package/js/types/Interface/models/IPayment.js.map +1 -1
  239. package/js/types/Interface/models/IPaymentDelay.js.map +1 -1
  240. package/js/types/Interface/models/IPaymentExpectation.js.map +1 -1
  241. package/js/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  242. package/js/types/Interface/models/IPaymentMethod.js.map +1 -1
  243. package/js/types/Interface/models/IPaymentSchedule.js.map +1 -1
  244. package/js/types/Interface/models/IPaymentWaiting.js.map +1 -1
  245. package/js/types/Interface/models/IPenalty.js.map +1 -1
  246. package/js/types/Interface/models/IPenaltyType.js.map +1 -1
  247. package/js/types/Interface/models/IPendingPoint.js.map +1 -1
  248. package/js/types/Interface/models/IPermission.js.map +1 -1
  249. package/js/types/Interface/models/IPhoneNumber.js.map +1 -1
  250. package/js/types/Interface/models/IPhonePrefix.js.map +1 -1
  251. package/js/types/Interface/models/IPhonePrefixChild.js.map +1 -1
  252. package/js/types/Interface/models/IPrestation.js.map +1 -1
  253. package/js/types/Interface/models/IPrestationComplementary.js.map +1 -1
  254. package/js/types/Interface/models/IPrestationList.js.map +1 -1
  255. package/js/types/Interface/models/IPrestationSocial.js.map +1 -1
  256. package/js/types/Interface/models/IProcedure.js.map +1 -1
  257. package/js/types/Interface/models/IProduct.js.map +1 -1
  258. package/js/types/Interface/models/IProductType.js.map +1 -1
  259. package/js/types/Interface/models/IQuality.js.map +1 -1
  260. package/js/types/Interface/models/IQuotaLead.js.map +1 -1
  261. package/js/types/Interface/models/IRating.js.map +1 -1
  262. package/js/types/Interface/models/IReason.js.map +1 -1
  263. package/js/types/Interface/models/IReasonTermination.js.map +1 -1
  264. package/js/types/Interface/models/IRecontactHistory.js.map +1 -1
  265. package/js/types/Interface/models/IRefund.js.map +1 -1
  266. package/js/types/Interface/models/IRefundMotif.js.map +1 -1
  267. package/js/types/Interface/models/IRegion.js.map +1 -1
  268. package/js/types/Interface/models/IRegisterCategory.js.map +1 -1
  269. package/js/types/Interface/models/IRegulate.js.map +1 -1
  270. package/js/types/Interface/models/IRegulation.js.map +1 -1
  271. package/js/types/Interface/models/IRepeatType.js.map +1 -1
  272. package/js/types/Interface/models/IReport.js.map +1 -1
  273. package/js/types/Interface/models/IReportMessage.js.map +1 -1
  274. package/js/types/Interface/models/IReportType.js.map +1 -1
  275. package/js/types/Interface/models/IRole.js.map +1 -1
  276. package/js/types/Interface/models/IRoleUser.js.map +1 -1
  277. package/js/types/Interface/models/IRoom.js.map +1 -1
  278. package/js/types/Interface/models/IRule.js.map +1 -1
  279. package/js/types/Interface/models/ISchedule.js.map +1 -1
  280. package/js/types/Interface/models/ISector.js.map +1 -1
  281. package/js/types/Interface/models/ISendMethod.js.map +1 -1
  282. package/js/types/Interface/models/IService.js.map +1 -1
  283. package/js/types/Interface/models/ISheetMonthSchedule.js.map +1 -1
  284. package/js/types/Interface/models/ISimulation.js.map +1 -1
  285. package/js/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -1
  286. package/js/types/Interface/models/ISimulationColor.js.map +1 -1
  287. package/js/types/Interface/models/ISimulationElement.js.map +1 -1
  288. package/js/types/Interface/models/ISimulationHasBankAccount.js.map +1 -1
  289. package/js/types/Interface/models/ISimulationPeriod.js.map +1 -1
  290. package/js/types/Interface/models/ISimulationSummary.js.map +1 -1
  291. package/js/types/Interface/models/ISms.js.map +1 -1
  292. package/js/types/Interface/models/ISmsType.js.map +1 -1
  293. package/js/types/Interface/models/ISocialDetail.js.map +1 -1
  294. package/js/types/Interface/models/ISociety.js.map +1 -1
  295. package/js/types/Interface/models/ISocietyAction.js.map +1 -1
  296. package/js/types/Interface/models/ISocietyApproval.js.map +1 -1
  297. package/js/types/Interface/models/ISocietyBank.js.map +1 -1
  298. package/js/types/Interface/models/ISocietyBudgetConnection.js.map +1 -1
  299. package/js/types/Interface/models/ISocietyCgv.js.map +1 -1
  300. package/js/types/Interface/models/ISocietyConfig.js.map +1 -1
  301. package/js/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -1
  302. package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
  303. package/js/types/Interface/models/ISocietyFile.js.map +1 -1
  304. package/js/types/Interface/models/ISocietyGescom.js.map +1 -1
  305. package/js/types/Interface/models/ISocietyJuridical.js.map +1 -1
  306. package/js/types/Interface/models/ISocietyNote.js.map +1 -1
  307. package/js/types/Interface/models/ISocietyPartner.js.map +1 -1
  308. package/js/types/Interface/models/ISocietyProceeding.js.map +1 -1
  309. package/js/types/Interface/models/ISocietyProcessRegister.js.map +1 -1
  310. package/js/types/Interface/models/ISocietyRelance.js.map +1 -1
  311. package/js/types/Interface/models/ISocietySocial.js.map +1 -1
  312. package/js/types/Interface/models/ISocietySoftware.js.map +1 -1
  313. package/js/types/Interface/models/ISocietyStat.js.map +1 -1
  314. package/js/types/Interface/models/ISocietyVehicle.js.map +1 -1
  315. package/js/types/Interface/models/ISoftwareCompta.js.map +1 -1
  316. package/js/types/Interface/models/ISource.js.map +1 -1
  317. package/js/types/Interface/models/ISpecialOperation.js.map +1 -1
  318. package/js/types/Interface/models/ISponsorshipLink.js.map +1 -1
  319. package/js/types/Interface/models/IStatusSignature.js.map +1 -1
  320. package/js/types/Interface/models/IStripeEvent.js.map +1 -1
  321. package/js/types/Interface/models/IStripeEventType.js.map +1 -1
  322. package/js/types/Interface/models/ISubscriptionType.js.map +1 -1
  323. package/js/types/Interface/models/ISupervision.js.map +1 -1
  324. package/js/types/Interface/models/ISupervisionJob.js.map +1 -1
  325. package/js/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
  326. package/js/types/Interface/models/ITag.js.map +1 -1
  327. package/js/types/Interface/models/ITask.js.map +1 -1
  328. package/js/types/Interface/models/ITaxSystem.js.map +1 -1
  329. package/js/types/Interface/models/ITeam.js.map +1 -1
  330. package/js/types/Interface/models/ITeamBusinessLine.js.map +1 -1
  331. package/js/types/Interface/models/ITerminationList.js.map +1 -1
  332. package/js/types/Interface/models/IThirdParty.js.map +1 -1
  333. package/js/types/Interface/models/IThirdPartySociety.js.map +1 -1
  334. package/js/types/Interface/models/IThirdPartyType.js.map +1 -1
  335. package/js/types/Interface/models/ITicketSupport.js.map +1 -1
  336. package/js/types/Interface/models/ITicketSupportFollow.js.map +1 -1
  337. package/js/types/Interface/models/ITimeTracking.js.map +1 -1
  338. package/js/types/Interface/models/ITimeTrackingSource.js.map +1 -1
  339. package/js/types/Interface/models/ITmpValidationToken.js.map +1 -1
  340. package/js/types/Interface/models/IUnit.js.map +1 -1
  341. package/js/types/Interface/models/IUser.js.map +1 -1
  342. package/js/types/Interface/models/IUserNotification.js.map +1 -1
  343. package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -1
  344. package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -1
  345. package/js/types/Interface/models/IUserTeam.js.map +1 -1
  346. package/js/types/Interface/models/IUserTest.js.map +1 -1
  347. package/js/types/Interface/models/IVat.js.map +1 -1
  348. package/js/types/Interface/models/IVatDeclaration.js.map +1 -1
  349. package/js/types/Interface/models/IVatDeclarationCertificate.js.map +1 -1
  350. package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
  351. package/js/types/Interface/models/IVatMargin.js.map +1 -1
  352. package/js/types/Interface/models/IVatRegime.js.map +1 -1
  353. package/js/types/Interface/models/IVehicleType.js.map +1 -1
  354. package/js/types/Interface/models/IWebMail.js.map +1 -1
  355. package/js/types/Interface/models/IWebMailAttachment.js.map +1 -1
  356. package/js/types/Interface/models/IWebMailSpam.js.map +1 -1
  357. package/js/types/Interface/models/IWebMailSpamType.js.map +1 -1
  358. package/js/types/Interface/models/IWebMailStat.js.map +1 -1
  359. package/js/types/Interface/models/IWebMailType.js.map +1 -1
  360. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  361. package/js/types/index.js +12 -0
  362. package/js/types/index.js.map +1 -1
  363. package/js/utils/index.js.map +1 -1
  364. package/js/utils/logger.js.map +1 -1
  365. package/js/utils/objectUtils/BaseEntity.js.map +1 -1
  366. package/js/utils/objectUtils/flattenObject.js.map +1 -1
  367. package/js/utils/objectUtils/fullFlattenObject.js.map +1 -1
  368. package/js/utils/objectUtils/index.js.map +1 -1
  369. package/js/utils/objectUtils/isValidObject.js.map +1 -1
  370. package/js/utils/objectUtils/overwrite.js.map +1 -1
  371. package/js/utils/objectUtils/unflattenObject.js.map +1 -1
  372. package/package.json +27 -25
  373. package/ts/api/resources/Country.ts +1 -1
  374. package/ts/api/resources/Simulation.ts +1 -1
  375. package/ts/types/Enum/AccountingJournal.ts +9 -0
  376. package/ts/types/Interface/api/accountingEntry/CreateAccountingEntry.ts +15 -2
  377. package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +1 -0
  378. package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +1 -0
  379. package/ts/types/Interface/models/IAccount.ts +11 -11
  380. package/ts/types/Interface/models/IAccountingEntry.ts +3 -0
  381. package/ts/types/Interface/models/IAccountingFile.ts +12 -10
  382. package/ts/types/Interface/models/IApiError.ts +18 -1
  383. package/ts/types/Interface/models/IBusinessPartner.ts +9 -9
  384. package/ts/types/Interface/models/IFile.ts +6 -6
  385. package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +1 -0
  386. package/ts/types/Interface/models/ISociety.ts +1 -1
  387. package/ts/types/Interface/models/ISocietyConfig.ts +12 -8
  388. package/ts/types/Interface/models/IThirdParty.ts +23 -23
  389. package/ts/types/index.ts +1 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["\nimport { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { ISocietyProcessRegister } from './ISocietyProcessRegister';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceeding } from './ISocietyProceeding';\nimport { ISocietyAction } from './ISocietyAction';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport {ComptaType, Country, Sector} from '../..';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n nafCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n FolderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n dateUploadTva2: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n vatIntracom: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n idTvaRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: Country | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n hideSimulationBetaMessage: number;\n unpaid: string | null;\n owner: string | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idSoftware: number | null;\n\n // Associations\n accounts: IAccount[];\n comments: IComment[];\n thirdParty: IThirdParty[];\n reports: IReport[];\n connectors: IConnector[];\n bankConnections: IBankConnection[];\n societiesFollowedQualityMail: IFollowedQualityMail[];\n societyFollow: IFollow[];\n paymentsExpectations: IPaymentExpectation[];\n legalForm: ILegalForm;\n oldExpertInfo: IOldExpertInfo;\n prestationsSocieties: IPrestation[];\n sector: ISector;\n refunds: IRefund[];\n bankAccounts: IBankAccount[];\n bankPayment: ISocietyBank;\n compta: IComptaType;\n typeSubscription: ISubscriptionType;\n config: ISocietyConfig;\n gescom: ISocietyGescom;\n societyCgv: ISocietyCgv;\n processRegister: ISocietyProcessRegister;\n formalism: IFormalism;\n notes: ISocietyNote;\n taxSystem: ITaxSystem;\n tvaRegime: IVatRegime;\n fiscalRegime: IFiscalRegime;\n source: ISource;\n analyticsUtm: IAnalyticsUtm;\n activity: IActivity;\n softwareCompta: ISoftwareCompta;\n accessToken: IAccessToken;\n cotations: ICotation[];\n societyVehicles: ISocietyVehicle[];\n societyCountry: ICountry;\n terminationsList: ITerminationList;\n societyFiles: ISocietyFile[];\n societyDetail: ISocietyDetail;\n societySocials: ISocietySocial[];\n societyJuridical: ISocietyJuridical;\n paymentWaitings: IPaymentWaiting[];\n societyExercices: IExercice[];\n webmailMails: IWebMail[];\n societyProceedings: ISocietyProceeding[];\n societyActions: ISocietyAction[];\n societyStats: ISocietyStat[];\n logs: ILog[];\n sms: ISms[];\n users: IUser[];\n}\n"]}
1
+ {"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["\nimport { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { ISocietyProcessRegister } from './ISocietyProcessRegister';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceeding } from './ISocietyProceeding';\nimport { ISocietyAction } from './ISocietyAction';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport {ComptaType, Country, Sector} from '../..';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n nafCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n FolderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n dateUploadTva2: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n vatIntracom: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: Country | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n hideSimulationBetaMessage: number;\n unpaid: string | null;\n owner: string | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idSoftware: number | null;\n\n // Associations\n accounts: IAccount[];\n comments: IComment[];\n thirdParty: IThirdParty[];\n reports: IReport[];\n connectors: IConnector[];\n bankConnections: IBankConnection[];\n societiesFollowedQualityMail: IFollowedQualityMail[];\n societyFollow: IFollow[];\n paymentsExpectations: IPaymentExpectation[];\n legalForm: ILegalForm;\n oldExpertInfo: IOldExpertInfo;\n prestationsSocieties: IPrestation[];\n sector: ISector;\n refunds: IRefund[];\n bankAccounts: IBankAccount[];\n bankPayment: ISocietyBank;\n compta: IComptaType;\n typeSubscription: ISubscriptionType;\n config: ISocietyConfig;\n gescom: ISocietyGescom;\n societyCgv: ISocietyCgv;\n processRegister: ISocietyProcessRegister;\n formalism: IFormalism;\n notes: ISocietyNote;\n taxSystem: ITaxSystem;\n tvaRegime: IVatRegime;\n fiscalRegime: IFiscalRegime;\n source: ISource;\n analyticsUtm: IAnalyticsUtm;\n activity: IActivity;\n softwareCompta: ISoftwareCompta;\n accessToken: IAccessToken;\n cotations: ICotation[];\n societyVehicles: ISocietyVehicle[];\n societyCountry: ICountry;\n terminationsList: ITerminationList;\n societyFiles: ISocietyFile[];\n societyDetail: ISocietyDetail;\n societySocials: ISocietySocial[];\n societyJuridical: ISocietyJuridical;\n paymentWaitings: IPaymentWaiting[];\n societyExercices: IExercice[];\n webmailMails: IWebMail[];\n societyProceedings: ISocietyProceeding[];\n societyActions: ISocietyAction[];\n societyStats: ISocietyStat[];\n logs: ILog[];\n sms: ISms[];\n users: IUser[];\n}\n"]}
@@ -1,24 +1,26 @@
1
+ import { ISociety } from './ISociety';
1
2
  export interface ISocietyConfig {
2
3
  id?: number;
3
4
  disableExport: boolean;
4
- noTva: boolean;
5
- dateActiveTva: Date | null;
6
- logo: string | null;
7
- adjournement: boolean;
5
+ noVat: boolean;
6
+ dateActiveVat?: Date | null;
7
+ logo?: string | null;
8
+ adjournment: boolean;
8
9
  acceptCgv: boolean;
9
10
  modalNews: boolean;
10
- typeMicroentreprise: number | null;
11
+ typeMicroentreprise?: number | null;
11
12
  showTipSchedule: boolean;
12
- defaultBa: number | null;
13
- salesType: number | null;
13
+ defaultBa?: number | null;
14
+ salesType?: number | null;
14
15
  noShowModalAnnotation: boolean;
15
16
  emailAgreement: boolean;
16
17
  clicPaiement: boolean;
17
18
  mailIdepotStatus: boolean;
18
19
  mobileRegister: boolean;
19
20
  registeredFromWebsite: boolean;
20
- idSociety: number | null;
21
+ idSociety: number;
21
22
  createdAt?: Date | null;
22
23
  updatedAt?: Date | null;
24
+ society?: ISociety;
23
25
  }
24
26
  //# sourceMappingURL=ISocietyConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyConfig.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyConfig.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"ISocietyConfig.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB,OAAO,CAAC,EAAE,QAAQ,CAAA;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyConfig.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyConfig.ts"],"names":[],"mappings":"","sourcesContent":["\n// societyConfig\nexport interface ISocietyConfig {\n id?: number;\n disableExport: boolean;\n noTva: boolean;\n dateActiveTva: Date | null;\n logo: string | null;\n adjournement: boolean;\n acceptCgv: boolean;\n modalNews: boolean;\n typeMicroentreprise: number | null;\n showTipSchedule: boolean;\n defaultBa: number | null;\n salesType: number | null;\n noShowModalAnnotation: boolean;\n emailAgreement: boolean;\n clicPaiement: boolean;\n mailIdepotStatus: boolean;\n mobileRegister: boolean;\n registeredFromWebsite: boolean;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
1
+ {"version":3,"file":"ISocietyConfig.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyConfig.ts"],"names":[],"mappings":"","sourcesContent":["\n// societyConfig\nimport {ISociety} from './ISociety';\n\nexport interface ISocietyConfig {\n id?: number;\n disableExport: boolean;\n noVat: boolean;\n dateActiveVat?: Date | null;\n logo?: string | null;\n adjournment: boolean;\n acceptCgv: boolean;\n modalNews: boolean;\n typeMicroentreprise?: number | null;\n showTipSchedule: boolean;\n defaultBa?: number | null;\n salesType?: number | null;\n noShowModalAnnotation: boolean;\n emailAgreement: boolean;\n clicPaiement: boolean;\n mailIdepotStatus: boolean;\n mobileRegister: boolean;\n registeredFromWebsite: boolean;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n society?: ISociety\n}\n"]}
@@ -4,33 +4,33 @@ import { ICountry } from './ICountry';
4
4
  import { IThirdPartyType } from './IThirdPartyType';
5
5
  export interface IThirdParty {
6
6
  id?: number;
7
- budgeaSouscriptionId: number | null;
8
- fullname: string | null;
9
- newFullname: string | null;
10
- fullnameAccountant: string | null;
11
- company: string | null;
12
- newCompany: string | null;
13
- address: string | null;
14
- zipCode: string | null;
15
- city: string | null;
16
- phone: string | null;
17
- email: string | null;
18
- nSiret: string | null;
19
- nTva: string | null;
7
+ budgeaSouscriptionId?: number | null;
8
+ fullname?: string | null;
9
+ newFullname?: string | null;
10
+ fullnameAccountant?: string | null;
11
+ company?: string | null;
12
+ newCompany?: string | null;
13
+ address?: string | null;
14
+ zipCode?: string | null;
15
+ city?: string | null;
16
+ phone?: string | null;
17
+ email?: string | null;
18
+ nSiret?: string | null;
19
+ nTva?: string | null;
20
20
  soldeInit: number;
21
- state: boolean | null;
22
- dateImport: Date | null;
21
+ state?: boolean | null;
22
+ dateImport?: Date | null;
23
23
  isGeneric: boolean;
24
- juridicalSociety: number | null;
25
- idAccount: number | null;
26
- idCountry: number | null;
27
- idTypeThirdParty: number;
24
+ juridicalSociety?: number | null;
25
+ idAccount?: number | null;
26
+ idCountry?: number | null;
27
+ idTypeThirdParty?: number;
28
28
  createdAt?: Date | null;
29
29
  updatedAt?: Date | null;
30
30
  deletedAt?: Date | null;
31
- societies: ISociety[];
32
- thirdPartyAccount: IAccount;
33
- thirdPartyCountry: ICountry;
34
- thirdPartyTypeThirdParty: IThirdPartyType;
31
+ societies?: ISociety[];
32
+ thirdPartyAccount?: IAccount;
33
+ thirdPartyCountry?: ICountry;
34
+ thirdPartyTypeThirdParty?: IThirdPartyType;
35
35
  }
36
36
  //# sourceMappingURL=IThirdParty.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IThirdParty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IThirdParty.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,iBAAiB,EAAE,QAAQ,CAAC;IAC5B,iBAAiB,EAAE,QAAQ,CAAC;IAC5B,wBAAwB,EAAE,eAAe,CAAC;CAC3C"}
1
+ {"version":3,"file":"IThirdParty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IThirdParty.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,iBAAiB,CAAC,EAAE,QAAQ,CAAC;IAC7B,iBAAiB,CAAC,EAAE,QAAQ,CAAC;IAC7B,wBAAwB,CAAC,EAAE,eAAe,CAAC;CAC5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"IThirdParty.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IThirdParty.ts"],"names":[],"mappings":"","sourcesContent":["\nimport { ISociety } from './ISociety';\nimport { IAccount } from './IAccount';\nimport { ICountry } from './ICountry';\nimport { IThirdPartyType } from './IThirdPartyType';\n\n// ThirdParty\nexport interface IThirdParty {\n id?: number;\n budgeaSouscriptionId: number | null;\n fullname: string | null;\n newFullname: string | null;\n fullnameAccountant: string | null;\n company: string | null;\n newCompany: string | null;\n address: string | null;\n zipCode: string | null;\n city: string | null;\n phone: string | null;\n email: string | null;\n nSiret: string | null;\n nTva: string | null;\n soldeInit: number;\n state: boolean | null;\n dateImport: Date | null;\n isGeneric: boolean;\n juridicalSociety: number | null;\n idAccount: number | null;\n idCountry: number | null;\n idTypeThirdParty: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n societies: ISociety[];\n thirdPartyAccount: IAccount;\n thirdPartyCountry: ICountry;\n thirdPartyTypeThirdParty: IThirdPartyType;\n}\n"]}
1
+ {"version":3,"file":"IThirdParty.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IThirdParty.ts"],"names":[],"mappings":"","sourcesContent":["\nimport { ISociety } from './ISociety';\nimport { IAccount } from './IAccount';\nimport { ICountry } from './ICountry';\nimport { IThirdPartyType } from './IThirdPartyType';\n\n// ThirdParty\nexport interface IThirdParty {\n id?: number;\n budgeaSouscriptionId?: number | null;\n fullname?: string | null;\n newFullname?: string | null;\n fullnameAccountant?: string | null;\n company?: string | null;\n newCompany?: string | null;\n address?: string | null;\n zipCode?: string | null;\n city?: string | null;\n phone?: string | null;\n email?: string | null;\n nSiret?: string | null;\n nTva?: string | null;\n soldeInit: number;\n state?: boolean | null;\n dateImport?: Date | null;\n isGeneric: boolean;\n juridicalSociety?: number | null;\n idAccount?: number | null;\n idCountry?: number | null;\n idTypeThirdParty?: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n societies?: ISociety[];\n thirdPartyAccount?: IAccount;\n thirdPartyCountry?: ICountry;\n thirdPartyTypeThirdParty?: IThirdPartyType;\n}\n"]}
@@ -279,6 +279,7 @@ export * from './Enum/LegalForm';
279
279
  export * from './Enum/VatRegime';
280
280
  export * from './Enum/TypeConnector';
281
281
  export * from './Enum/Vat';
282
+ export * from './Enum/AccountingJournal';
282
283
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
283
284
  export * from './Interface/api/simulation/CreateSimulation';
284
285
  export * from './Interface/api/accountingEntry/CreateAccountingEntry';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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"}
package/es/types/index.js CHANGED
@@ -282,6 +282,7 @@ export * from './Enum/LegalForm';
282
282
  export * from './Enum/VatRegime';
283
283
  export * from './Enum/TypeConnector';
284
284
  export * from './Enum/Vat';
285
+ export * from './Enum/AccountingJournal';
285
286
  // Interfaces API
286
287
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
287
288
  export * from './Interface/api/simulation/CreateSimulation';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["\n// 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/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IItemEstimate';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IReportMessage';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceeding';\nexport * from './Interface/models/ISocietyProcessRegister';\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/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/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/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IProductType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUnit';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\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/TypeConnector';\nexport * from './Enum/Vat';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/CreateAccountingEntry';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["\n// 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/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IItemEstimate';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IReportMessage';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceeding';\nexport * from './Interface/models/ISocietyProcessRegister';\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/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/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/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IProductType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUnit';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\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/TypeConnector';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/CreateAccountingEntry';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../es/api/Resource.js"],"names":["Resource","constructor","axios"],"mappings":";;;;;;AAAO,MAAMA,QAAN,CAAe;AAClBC,EAAAA,WAAW,CAACC,KAAD,EAAQ;AACf,SAAKA,KAAL,GAAaA,KAAb;AACH;;AAHiB;;QAATF,Q,GAAAA,Q","sourcesContent":["export class Resource {\n constructor(axios) {\n this.axios = axios;\n }\n}\n//# sourceMappingURL=Resource.js.map"],"file":"Resource.js"}
1
+ {"version":3,"sources":["../../ts/api/Resource.ts"],"names":[],"mappings":";;;;;;AASM,MAAO,QAAP,CAAe;AAEnB,EAAA,WAAA,CAAY,KAAZ,EAAwB;AACtB,SAAK,KAAL,GAAa,KAAb;AACD;;AAJkB;;QAAR,Q,GAAA,Q","sourcesContent":["import {AxiosInstance} from 'axios';\n\ntype Axios = AxiosInstance & {\n $get: AxiosInstance['get'],\n $put: AxiosInstance['put'],\n $post: AxiosInstance['post'],\n $delete: AxiosInstance['delete']\n}\n\nexport class Resource {\n protected axios: Axios;\n constructor(axios: Axios) {\n this.axios = axios;\n }\n}\n"],"sourceRoot":"","file":"Resource.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../es/api/index.js"],"names":["__awaiter","thisArg","_arguments","P","generator","adopt","value","resolve","Promise","reject","fulfilled","step","next","e","rejected","result","done","then","apply","DEFAULT_HOST","DEFAULT_BASE_PATH","Silex","params","axiosInstance","axios","create","baseURL","url","wrapAxios","instance","Object","assign","$get","data","get","$put","put","$post","post","$patch","patch","$delete","delete","_resources","entries","resources","reduce","acc","name","setToken","token","defaults","headers","authorization"],"mappings":"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","sourcesContent":["var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nimport axios from 'axios';\nimport { resources } from './resources';\nconst DEFAULT_HOST = 'https://api.compta-clementine.com';\nconst DEFAULT_BASE_PATH = '/api/v1';\nexport * from './resources';\nexport const Silex = (params) => {\n const axiosInstance = axios.create({\n baseURL: params.url || `${DEFAULT_HOST}${DEFAULT_BASE_PATH}`,\n });\n const wrapAxios = (instance) => (Object.assign(Object.assign({}, instance), { $get(...params) {\n return __awaiter(this, void 0, void 0, function* () {\n const { data } = yield instance.get(...params);\n return data;\n });\n },\n $put(...params) {\n return __awaiter(this, void 0, void 0, function* () {\n const { data } = yield instance.put(...params);\n return data;\n });\n },\n $post(...params) {\n return __awaiter(this, void 0, void 0, function* () {\n const { data } = yield instance.post(...params);\n return data;\n });\n },\n $patch(...params) {\n return __awaiter(this, void 0, void 0, function* () {\n const { data } = yield instance.patch(...params);\n return data;\n });\n },\n $delete(...params) {\n return __awaiter(this, void 0, void 0, function* () {\n const { data } = yield instance.delete(...params);\n return data;\n });\n } }));\n const _resources = Object.entries(resources)\n .reduce((acc, [name, value]) => (Object.assign(Object.assign({}, acc), { [name]: new value(wrapAxios(axiosInstance)) })), {});\n return Object.assign({ setToken(token) {\n axiosInstance.defaults.headers.authorization = token;\n } }, _resources);\n};\n//# sourceMappingURL=index.js.map"],"file":"index.js"}
1
+ {"version":3,"sources":["../../ts/api/index.ts"],"names":[],"mappings":";;;;;;;AAEA;;AAKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,YAAY,GAAG,mCAArB;AACA,MAAM,iBAAiB,GAAG,SAA1B;;AAGO,MAAM,KAAK,WAAL,KAAK,GAAI,MAAD,IAA4B;AAC/C,QAAM,aAAa,GAAkB,gBAAM,MAAN,CAAa;AAChD,IAAA,OAAO,EAAE,MAAM,CAAC,GAAP,IAAc,GAAG,YAAY,GAAG,iBAAiB;AADV,GAAb,CAArC;;AAIA,QAAM,SAAS,GAAI,QAAD,IAAmB,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAChC,QADgC,CAAA,EACxB;AACL,IAAA,IAAI,CAAC,GAAG,MAAJ,EAAiB;;AACzB,cAAM;AAAE,UAAA;AAAF,YAAW,MAAM,QAAQ,CAAC,GAAT,CAAa,GAAG,MAAhB,CAAvB;AACA,eAAO,IAAP;AACD,O;AAAA,KAJU;;AAKL,IAAA,IAAI,CAAC,GAAG,MAAJ,EAAiB;;AACzB,cAAM;AAAE,UAAA;AAAF,YAAW,MAAM,QAAQ,CAAC,GAAT,CAAa,GAAG,MAAhB,CAAvB;AACA,eAAO,IAAP;AACD,O;AAAA,KARU;;AASL,IAAA,KAAK,CAAC,GAAG,MAAJ,EAAiB;;AAC1B,cAAM;AAAE,UAAA;AAAF,YAAW,MAAM,QAAQ,CAAC,IAAT,CAAc,GAAG,MAAjB,CAAvB;AACA,eAAO,IAAP;AACD,O;AAAA,KAZU;;AAaL,IAAA,MAAM,CAAC,GAAG,MAAJ,EAAiB;;AAC3B,cAAM;AAAE,UAAA;AAAF,YAAW,MAAM,QAAQ,CAAC,KAAT,CAAe,GAAG,MAAlB,CAAvB;AACA,eAAO,IAAP;AACD,O;AAAA,KAhBU;;AAiBL,IAAA,OAAO,CAAC,GAAG,MAAJ,EAAiB;;AAC5B,cAAM;AAAE,UAAA;AAAF,YAAW,MAAM,QAAQ,CAAC,MAAT,CAAgB,GAAG,MAAnB,CAAvB;AACA,eAAO,IAAP;AACD,O;AAAA;;AApBU,GADwB,CAArC;;AAwBA,QAAM,UAAU,GAAG,MAAM,CAAC,OAAP,CAAe,qBAAf,EAChB,MADgB,CACT,CAAC,GAAD,EAAM,CAAC,IAAD,EAAO,KAAP,CAAN,KAAwB,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAC3B,GAD2B,CAAA,EACxB;AACN,KAAC,IAAD,GAAQ,IAAI,KAAJ,CAAU,SAAS,CAAC,aAAD,CAAnB;AADF,GADwB,CADf,EAId,EAJc,CAAnB;;AAMA,SAAA,MAAA,CAAA,MAAA,CAAA;AACE,IAAA,QAAQ,CAAE,KAAF,EAAe;AACrB,MAAA,aAAa,CAAC,QAAd,CAAuB,OAAvB,CAA+B,aAA/B,GAA+C,KAA/C;AACD;;AAHH,GAAA,EAIK,UAJL,CAAA;AAMD,CAzCM","sourcesContent":["import axios from 'axios';\nimport { AxiosInstance } from 'axios';\nimport { resources } from './resources';\n\nconst DEFAULT_HOST = 'https://api.compta-clementine.com';\nconst DEFAULT_BASE_PATH = '/api/v1';\n\nexport * from './resources';\nexport const Silex = (params: { url: string }) => {\n const axiosInstance: AxiosInstance = axios.create({\n baseURL: params.url || `${DEFAULT_HOST}${DEFAULT_BASE_PATH}`,\n });\n\n const wrapAxios = (instance: any) => ({\n ...instance,\n async $get(...params: any[]) {\n const { data } = await instance.get(...params);\n return data;\n },\n async $put(...params: any[]) {\n const { data } = await instance.put(...params);\n return data;\n },\n async $post(...params: any[]) {\n const { data } = await instance.post(...params);\n return data;\n },\n async $patch(...params: any[]) {\n const { data } = await instance.patch(...params);\n return data;\n },\n async $delete(...params: any[]) {\n const { data } = await instance.delete(...params);\n return data;\n }\n });\n\n const _resources = Object.entries(resources)\n .reduce((acc, [name, value]) => ({\n ...acc,\n [name]: new value(wrapAxios(axiosInstance))\n }),{});\n\n return {\n setToken (token: string) {\n axiosInstance.defaults.headers.authorization = token;\n },\n ..._resources\n };\n};\n"],"sourceRoot":"","file":"index.js"}
@@ -8,7 +8,7 @@ exports.Country = undefined;
8
8
  var _Resource = require("../Resource");
9
9
 
10
10
  class Country extends _Resource.Resource {
11
- getCountries() {
11
+ getAll() {
12
12
  return this.axios.$get('/countries');
13
13
  }
14
14
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../es/api/resources/Country.js"],"names":["Country","Resource","getCountries","axios","$get"],"mappings":";;;;;;;AAAA;;AACO,MAAMA,OAAN,SAAsBC,kBAAtB,CAA+B;AAClCC,EAAAA,YAAY,GAAG;AACX,WAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,YAAhB,CAAP;AACH;;AAHiC;;QAAzBJ,O,GAAAA,O","sourcesContent":["import { Resource } from '../Resource';\nexport class Country extends Resource {\n getCountries() {\n return this.axios.$get('/countries');\n }\n}\n//# sourceMappingURL=Country.js.map"],"file":"Country.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Country.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,OAAP,SAAuB,kBAAvB,CAA+B;AACnC,EAAA,MAAM,GAAA;AACJ,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAhB,CAAP;AACD;;AAHkC;;QAAxB,O,GAAA,O","sourcesContent":["import {Resource} from '../Resource';\nimport {ICountry} from '../../types';\n\nexport class Country extends Resource {\n getAll(): Promise<ICountry[]> {\n return this.axios.$get('/countries');\n }\n}\n"],"sourceRoot":"","file":"Country.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../es/api/resources/PaymentExpectationCustomer.js"],"names":["PaymentExpectationCustomer","Resource","getPaymentExpectationCustomer","params","axios","$get","getSocietyPaymentsExpectationsCustomers","idSociety","getSocietyPaymentsExpectationsCustomersStats","pay","$post","confirm","delete","$delete","id","refund","$put","create"],"mappings":";;;;;;;AAAA;;AACO,MAAMA,0BAAN,SAAyCC,kBAAzC,CAAkD;AACrDC,EAAAA,6BAA6B,CAACC,MAAD,EAAS;AAClC,WAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,6BAAhB,EAA+C;AAAEF,MAAAA;AAAF,KAA/C,CAAP;AACH;;AACDG,EAAAA,uCAAuC,CAACH,MAAD,EAAS;AAC5C,WAAO,KAAKC,KAAL,CAAWC,IAAX,CAAiB,YAAWF,MAAM,CAACI,SAAU,gCAA7C,EAA8E;AACjFJ,MAAAA;AADiF,KAA9E,CAAP;AAGH;;AACDK,EAAAA,4CAA4C,CAACL,MAAD,EAAS;AACjD,WAAO,KAAKC,KAAL,CAAWC,IAAX,CAAiB,YAAWF,MAAM,CAACI,SAAU,sCAA7C,EAAoF;AACvFJ,MAAAA;AADuF,KAApF,CAAP;AAGH;;AACDM,EAAAA,GAAG,CAACN,MAAD,EAAS;AACR,WAAO,KAAKC,KAAL,CAAWM,KAAX,CAAiB,iCAAjB,EAAoDP,MAApD,CAAP;AACH;;AACDQ,EAAAA,OAAO,CAACR,MAAD,EAAS;AACZ,WAAO,KAAKC,KAAL,CAAWM,KAAX,CAAiB,qCAAjB,EAAwDP,MAAxD,CAAP;AACH;;AACDS,EAAAA,MAAM,CAACT,MAAD,EAAS;AACX,WAAO,KAAKC,KAAL,CAAWS,OAAX,CAAoB,YAAWV,MAAM,CAACI,SAAU,kCAAiCJ,MAAM,CAACW,EAAG,EAA3F,CAAP;AACH;;AACDC,EAAAA,MAAM,CAACZ,MAAD,EAAS;AACX,WAAO,KAAKC,KAAL,CAAWY,IAAX,CAAiB,YAAWb,MAAM,CAACI,SAAU,kCAAiCJ,MAAM,CAACW,EAAG,SAAxF,EAAkGX,MAAlG,CAAP;AACH;;AACDc,EAAAA,MAAM,CAACd,MAAD,EAAS;AACX,WAAO,KAAKC,KAAL,CAAWM,KAAX,CAAkB,YAAWP,MAAM,CAACI,SAAU,6BAA9C,EAA4EJ,MAA5E,CAAP;AACH;;AA5BoD;;QAA5CH,0B,GAAAA,0B","sourcesContent":["import { Resource } from '../Resource';\nexport class PaymentExpectationCustomer extends Resource {\n getPaymentExpectationCustomer(params) {\n return this.axios.$get('/paymentExpectationCustomer', { params });\n }\n getSocietyPaymentsExpectationsCustomers(params) {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, {\n params\n });\n }\n getSocietyPaymentsExpectationsCustomersStats(params) {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, {\n params\n });\n }\n pay(params) {\n return this.axios.$post('/paymentExpectationCustomer/pay', params);\n }\n confirm(params) {\n return this.axios.$post('/paymentExpectationCustomer/confirm', params);\n }\n delete(params) {\n return this.axios.$delete(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}`);\n }\n refund(params) {\n return this.axios.$put(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}/refund`, params);\n }\n create(params) {\n return this.axios.$post(`/society/${params.idSociety}/paymentExpectationCustomer`, params);\n }\n}\n//# sourceMappingURL=PaymentExpectationCustomer.js.map"],"file":"PaymentExpectationCustomer.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,0BAAP,SAA0C,kBAA1C,CAAkD;AACtD,EAAA,6BAA6B,CAAC,MAAD,EAA2C;AACtE,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,6BAAhB,EAA+C;AAAE,MAAA;AAAF,KAA/C,CAAP;AACD;;AACD,EAAA,uCAAuC,CAAC,MAAD,EAAqD;AAC1F,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,MAAM,CAAC,SAAS,gCAA5C,EAA8E;AACnF,MAAA;AADmF,KAA9E,CAAP;AAGD;;AACD,EAAA,4CAA4C,CAAC,MAAD,EAA0D;AACpG,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,MAAM,CAAC,SAAS,sCAA5C,EAAoF;AACzF,MAAA;AADyF,KAApF,CAAP;AAGD;;AACD,EAAA,GAAG,CAAC,MAAD,EAA2C;AAC5C,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,iCAAjB,EAAoD,MAApD,CAAP;AACD;;AACD,EAAA,OAAO,CAAC,MAAD,EAA+C;AACpD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,qCAAjB,EAAwD,MAAxD,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,MAAD,EAAqD;AACzD,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,EAA1F,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,MAAD,EAAsD;AAC1D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,SAAvF,EAAkG,MAAlG,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,MAAD,EAAgD;AACpD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,YAAY,MAAM,CAAC,SAAS,6BAA7C,EAA4E,MAA5E,CAAP;AACD;;AA5BqD;;QAA3C,0B,GAAA,0B","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryGetPaymentExpectationCustomer, IPaymentExpectationCustomer, QueryPayPaymentExpectationCustomer, QueryConfirmPaymentExpectationCustomer, QueryGetSocietyPaymentsExpectationsCustomers, QueryDeleteSocietyPaymentExpectationCustomer, BasePaginate, UpdateRefundSocietyPaymentExpectationCustomer, CreateSocietyPaymentExpectationCustomer, ReadPaymentExpectationCustomerStat, QueryGetSocietyPaymentsExpectationsCustomersStats } from '../../types';\n\nexport class PaymentExpectationCustomer extends Resource {\n getPaymentExpectationCustomer(params: QueryGetPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$get('/paymentExpectationCustomer', { params }); \n }\n getSocietyPaymentsExpectationsCustomers(params: QueryGetSocietyPaymentsExpectationsCustomers): Promise<BasePaginate<IPaymentExpectationCustomer>> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, { \n params\n }); \n }\n getSocietyPaymentsExpectationsCustomersStats(params: QueryGetSocietyPaymentsExpectationsCustomersStats): Promise<ReadPaymentExpectationCustomerStat> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, { \n params\n }); \n }\n pay(params: QueryPayPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/pay', params);\n }\n confirm(params: QueryConfirmPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/confirm', params);\n }\n delete(params: QueryDeleteSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$delete(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}`);\n }\n refund(params: UpdateRefundSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$put(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}/refund`, params);\n }\n create(params: CreateSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post(`/society/${params.idSociety}/paymentExpectationCustomer`, params);\n }\n}"],"sourceRoot":"","file":"PaymentExpectationCustomer.js"}
@@ -8,7 +8,7 @@ exports.Simulation = undefined;
8
8
  var _Resource = require("../Resource");
9
9
 
10
10
  class Simulation extends _Resource.Resource {
11
- getSimulation(test) {
11
+ get(test) {
12
12
  this.axios.get('https://lol');
13
13
  return 'coucou';
14
14
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../es/api/resources/Simulation.js"],"names":["Simulation","Resource","getSimulation","test","axios","get"],"mappings":";;;;;;;AAAA;;AACO,MAAMA,UAAN,SAAyBC,kBAAzB,CAAkC;AACrCC,EAAAA,aAAa,CAACC,IAAD,EAAO;AAChB,SAAKC,KAAL,CAAWC,GAAX,CAAe,aAAf;AACA,WAAO,QAAP;AACH;;AAJoC;;QAA5BL,U,GAAAA,U;AAMb","sourcesContent":["import { Resource } from '../Resource';\nexport class Simulation extends Resource {\n getSimulation(test) {\n this.axios.get('https://lol');\n return 'coucou';\n }\n}\n;\n//# sourceMappingURL=Simulation.js.map"],"file":"Simulation.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAEM,MAAO,UAAP,SAA0B,kBAA1B,CAAkC;AACtC,EAAA,GAAG,CAAE,IAAF,EAAc;AACf,SAAK,KAAL,CAAW,GAAX,CAAe,aAAf;AACA,WAAO,QAAP;AACD;;AAJqC;;QAA3B,U,GAAA,U;AAKZ","sourcesContent":["import {Resource} from '../Resource';\n\nexport class Simulation extends Resource {\n get (test: string) {\n this.axios.get('https://lol');\n return 'coucou';\n }\n};\n"],"sourceRoot":"","file":"Simulation.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../es/api/resources.js"],"names":["resources","simulation","Simulation","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACO,MAAMA,SAAS,WAATA,SAAS,GAAG;AACrBC,EAAAA,UAAU,EAAEC,sBADS;AAErBC,EAAAA,OAAO,EAAEC,gBAFY;AAGrBC,EAAAA,0BAA0B,EAAEC;AAHP,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer\n};\n//# sourceMappingURL=resources.js.map"],"file":"resources.js"}
1
+ {"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE;AAHL,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer\n};\n"],"sourceRoot":"","file":"resources.js"}
package/js/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../es/index.js"],"names":[],"mappings":";;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from './utils';\nexport * from './types';\nexport * from './api';\n//# sourceMappingURL=index.js.map"],"file":"index.js"}
1
+ {"version":3,"sources":["../ts/index.ts"],"names":[],"mappings":";;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from './utils';\nexport * from './types';\nexport * from './api';\n\n"],"sourceRoot":"","file":"index.js"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var AccountingJournal = exports.AccountingJournal = undefined;
7
+
8
+ (function (AccountingJournal) {
9
+ AccountingJournal[AccountingJournal["BQ"] = 1] = "BQ";
10
+ AccountingJournal[AccountingJournal["AC"] = 2] = "AC";
11
+ AccountingJournal[AccountingJournal["VE"] = 3] = "VE";
12
+ AccountingJournal[AccountingJournal["CAI"] = 4] = "CAI";
13
+ AccountingJournal[AccountingJournal["PER"] = 5] = "PER";
14
+ AccountingJournal[AccountingJournal["AN"] = 6] = "AN";
15
+ AccountingJournal[AccountingJournal["OD"] = 7] = "OD";
16
+ })(AccountingJournal || (exports.AccountingJournal = AccountingJournal = {}));
17
+ //# sourceMappingURL=AccountingJournal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,iBAQX,WARW,iBAQX,YARD;;AAAA,CAAA,UAAY,iBAAZ,EAA6B;AAC3B,EAAA,iBAAA,CAAA,iBAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,KAAA,CAAA,GAAA,CAAA,CAAA,GAAA,KAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,KAAA,CAAA,GAAA,CAAA,CAAA,GAAA,KAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACD,CARD,EAAY,iBAAiB,aAAjB,iBAAiB,GAAjB,iBAAiB,GAAA,EAAA,CAA7B","sourcesContent":["export enum AccountingJournal {\n BQ=1,\n AC=2,\n VE=3,\n CAI=4,\n PER=5,\n AN=6,\n OD=7\n}"],"sourceRoot":"","file":"AccountingJournal.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../es/types/Enum/ComptaType.js"],"names":["ComptaType"],"mappings":";;;;;AAAO,IAAIA,UAAU,WAAVA,UAAU,YAAd;;AACP,CAAC,UAAUA,UAAV,EAAsB;AACnBA,EAAAA,UAAU,CAACA,UAAU,CAAC,YAAD,CAAV,GAA2B,CAA5B,CAAV,GAA2C,YAA3C;AACAA,EAAAA,UAAU,CAACA,UAAU,CAAC,UAAD,CAAV,GAAyB,CAA1B,CAAV,GAAyC,UAAzC;AACAA,EAAAA,UAAU,CAACA,UAAU,CAAC,oBAAD,CAAV,GAAmC,CAApC,CAAV,GAAmD,oBAAnD;AACAA,EAAAA,UAAU,CAACA,UAAU,CAAC,kBAAD,CAAV,GAAiC,CAAlC,CAAV,GAAiD,kBAAjD;AACAA,EAAAA,UAAU,CAACA,UAAU,CAAC,uBAAD,CAAV,GAAsC,CAAvC,CAAV,GAAsD,uBAAtD;AACAA,EAAAA,UAAU,CAACA,UAAU,CAAC,qBAAD,CAAV,GAAoC,CAArC,CAAV,GAAoD,qBAApD;AACH,CAPD,EAOGA,UAAU,aARFA,UAQE,GAAKA,UAAU,GAAG,EAAlB,CAPb","sourcesContent":["export var ComptaType;\n(function (ComptaType) {\n ComptaType[ComptaType[\"CASH_BASED\"] = 1] = \"CASH_BASED\";\n ComptaType[ComptaType[\"ACCRUALS\"] = 2] = \"ACCRUALS\";\n ComptaType[ComptaType[\"CASH_BASED_SEIZURE\"] = 3] = \"CASH_BASED_SEIZURE\";\n ComptaType[ComptaType[\"ACCRUALS_SEIZURE\"] = 4] = \"ACCRUALS_SEIZURE\";\n ComptaType[ComptaType[\"CASH_BASED_ASSISTANCE\"] = 5] = \"CASH_BASED_ASSISTANCE\";\n ComptaType[ComptaType[\"CASH_BASED_ACCRUALS\"] = 6] = \"CASH_BASED_ACCRUALS\";\n})(ComptaType || (ComptaType = {}));\n//# sourceMappingURL=ComptaType.js.map"],"file":"ComptaType.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,UAOX,WAPW,UAOX,YAPD;;AAAA,CAAA,UAAY,UAAZ,EAAsB;AACpB,EAAA,UAAA,CAAA,UAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,UAAA,CAAA,GAAA,CAAA,CAAA,GAAA,UAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,oBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,oBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,kBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,kBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,uBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,uBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,qBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,qBAAA;AACD,CAPD,EAAY,UAAU,aAAV,UAAU,GAAV,UAAU,GAAA,EAAA,CAAtB","sourcesContent":["export enum ComptaType {\n CASH_BASED=1,\n ACCRUALS=2,\n CASH_BASED_SEIZURE=3,\n ACCRUALS_SEIZURE=4,\n CASH_BASED_ASSISTANCE=5,\n CASH_BASED_ACCRUALS=6\n}"],"sourceRoot":"","file":"ComptaType.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../es/types/Enum/Country.js"],"names":["Country"],"mappings":";;;;;AAAO,IAAIA,OAAO,WAAPA,OAAO,YAAX;;AACP,CAAC,UAAUA,OAAV,EAAmB;AAChBA,EAAAA,OAAO,CAACA,OAAO,CAAC,aAAD,CAAP,GAAyB,CAA1B,CAAP,GAAsC,aAAtC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,gBAAD,CAAP,GAA4B,CAA7B,CAAP,GAAyC,gBAAzC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,SAAD,CAAP,GAAqB,CAAtB,CAAP,GAAkC,SAAlC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,SAAD,CAAP,GAAqB,CAAtB,CAAP,GAAkC,SAAlC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,WAAD,CAAP,GAAuB,CAAxB,CAAP,GAAoC,WAApC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,SAAD,CAAP,GAAqB,CAAtB,CAAP,GAAkC,SAAlC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,QAAD,CAAP,GAAoB,CAArB,CAAP,GAAiC,QAAjC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,UAAD,CAAP,GAAsB,CAAvB,CAAP,GAAmC,UAAnC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,aAAD,CAAP,GAAyB,CAA1B,CAAP,GAAsC,aAAtC;AACAA,EAAAA,OAAO,CAACA,OAAO,CAAC,QAAD,CAAP,GAAoB,EAArB,CAAP,GAAkC,QAAlC;AACH,CAXD,EAWGA,OAAO,aAZCA,OAYD,GAAKA,OAAO,GAAG,EAAf,CAXV","sourcesContent":["export var Country;\n(function (Country) {\n Country[Country[\"AFGHANISTAN\"] = 1] = \"AFGHANISTAN\";\n Country[Country[\"AFRIQUE_DU_SUD\"] = 2] = \"AFRIQUE_DU_SUD\";\n Country[Country[\"ALBANIE\"] = 3] = \"ALBANIE\";\n Country[Country[\"ALGERIE\"] = 4] = \"ALGERIE\";\n Country[Country[\"ALLEMAGNE\"] = 5] = \"ALLEMAGNE\";\n Country[Country[\"ANDORRE\"] = 6] = \"ANDORRE\";\n Country[Country[\"ANGOLA\"] = 7] = \"ANGOLA\";\n Country[Country[\"ANGUILLA\"] = 8] = \"ANGUILLA\";\n Country[Country[\"ANTARCTIQUE\"] = 9] = \"ANTARCTIQUE\";\n Country[Country[\"FRANCE\"] = 65] = \"FRANCE\";\n})(Country || (Country = {}));\n//# sourceMappingURL=Country.js.map"],"file":"Country.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,OAWX,WAXW,OAWX,YAXD;;AAAA,CAAA,UAAY,OAAZ,EAAmB;AACjB,EAAA,OAAA,CAAA,OAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,WAAA,CAAA,GAAA,CAAA,CAAA,GAAA,WAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,UAAA,CAAA,GAAA,CAAA,CAAA,GAAA,UAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACA,EAAA,OAAA,CAAA,OAAA,CAAA,QAAA,CAAA,GAAA,EAAA,CAAA,GAAA,QAAA;AACD,CAXD,EAAY,OAAO,aAAP,OAAO,GAAP,OAAO,GAAA,EAAA,CAAnB","sourcesContent":["export enum Country {\n AFGHANISTAN=1,\n AFRIQUE_DU_SUD=2,\n ALBANIE=3,\n ALGERIE=4,\n ALLEMAGNE=5,\n ANDORRE=6,\n ANGOLA=7,\n ANGUILLA=8,\n ANTARCTIQUE=9,\n FRANCE=65\n}"],"sourceRoot":"","file":"Country.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../es/types/Enum/Ged.js"],"names":["GedCategory","GedFolder"],"mappings":";;;;;AAAO,IAAIA,WAAW,WAAXA,WAAW,YAAf;;AACP,CAAC,UAAUA,WAAV,EAAuB;AACpBA,EAAAA,WAAW,CAACA,WAAW,CAAC,SAAD,CAAX,GAAyB,CAA1B,CAAX,GAA0C,SAA1C;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,oBAAD,CAAX,GAAoC,CAArC,CAAX,GAAqD,oBAArD;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,QAAD,CAAX,GAAwB,CAAzB,CAAX,GAAyC,QAAzC;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,SAAD,CAAX,GAAyB,CAA1B,CAAX,GAA0C,SAA1C;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,YAAD,CAAX,GAA4B,CAA7B,CAAX,GAA6C,YAA7C;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,SAAD,CAAX,GAAyB,CAA1B,CAAX,GAA0C,SAA1C;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,MAAD,CAAX,GAAsB,CAAvB,CAAX,GAAuC,MAAvC;AACAA,EAAAA,WAAW,CAACA,WAAW,CAAC,gBAAD,CAAX,GAAgC,CAAjC,CAAX,GAAiD,gBAAjD;AACH,CATD,EASGA,WAAW,aAVHA,WAUG,GAAKA,WAAW,GAAG,EAAnB,CATd;;AAUO,IAAIC,SAAS,WAATA,SAAS,YAAb;;AACP,CAAC,UAAUA,SAAV,EAAqB;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACAA,EAAAA,SAAS,CAACA,SAAS,CAAC,UAAD,CAAT,GAAwB,EAAzB,CAAT,GAAwC,UAAxC,CA5BkB,CA6BlB;AACA;AACA;AACA;AACA;AACA;AACH,CAnCD,EAmCGA,SAAS,aApCDA,SAoCC,GAAKA,SAAS,GAAG,EAAjB,CAnCZ","sourcesContent":["export var GedCategory;\n(function (GedCategory) {\n GedCategory[GedCategory[\"COMPANY\"] = 1] = \"COMPANY\";\n GedCategory[GedCategory[\"ACCOUNTING_AND_TAX\"] = 2] = \"ACCOUNTING_AND_TAX\";\n GedCategory[GedCategory[\"SOCIAL\"] = 3] = \"SOCIAL\";\n GedCategory[GedCategory[\"JURIDIC\"] = 4] = \"JURIDIC\";\n GedCategory[GedCategory[\"GENERALITY\"] = 5] = \"GENERALITY\";\n GedCategory[GedCategory[\"BILLING\"] = 6] = \"BILLING\";\n GedCategory[GedCategory[\"MAIL\"] = 7] = \"MAIL\";\n GedCategory[GedCategory[\"BANK_STATEMENT\"] = 8] = \"BANK_STATEMENT\";\n})(GedCategory || (GedCategory = {}));\nexport var GedFolder;\n(function (GedFolder) {\n // K-bis & Identity card & Tax memorandum = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n // Statutes & amendments = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n // HP of GA = 19,\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n GedFolder[GedFolder[\"PARTNERS\"] = 34] = \"PARTNERS\";\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n})(GedFolder || (GedFolder = {}));\n//# sourceMappingURL=Ged.js.map"],"file":"Ged.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,WASX,WATW,WASX,YATD;;AAAA,CAAA,UAAY,WAAZ,EAAuB;AACrB,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,oBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,oBAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACD,CATD,EAAY,WAAW,aAAX,WAAW,GAAX,WAAW,GAAA,EAAA,CAAvB;;AAWA,IAAY,SAmCX,WAnCW,SAmCX,YAnCD;;AAAA,CAAA,UAAY,SAAZ,EAAqB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,EAAA,SAAA,CAAA,SAAA,CAAA,UAAA,CAAA,GAAA,EAAA,CAAA,GAAA,UAAA,CA5BmB,CA6BnB;AACA;AACA;AACA;AACA;AACA;AACD,CAnCD,EAAY,SAAS,aAAT,SAAS,GAAT,SAAS,GAAA,EAAA,CAArB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX= 2,\n SOCIAL= 3,\n JURIDIC= 4 , \n GENERALITY= 5,\n BILLING= 6, \n MAIL= 7,\n BANK_STATEMENT= 8,\n} \n\nexport enum GedFolder {\n // K-bis & Identity card & Tax memorandum = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n // Statutes & amendments = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n // HP of GA = 19,\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n"],"sourceRoot":"","file":"Ged.js"}