@silexpert/core 1.1.1 → 1.1.3

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 (348) hide show
  1. package/es/api/resources/CommercialImport.d.ts +9 -0
  2. package/es/api/resources/CommercialImport.d.ts.map +1 -0
  3. package/es/api/resources/CommercialImport.js +24 -0
  4. package/es/api/resources/CommercialImport.js.map +1 -0
  5. package/es/api/resources/Exercice.d.ts +3 -1
  6. package/es/api/resources/Exercice.d.ts.map +1 -1
  7. package/es/api/resources/Exercice.js +6 -0
  8. package/es/api/resources/Exercice.js.map +1 -1
  9. package/es/api/resources/FIle.d.ts +1 -1
  10. package/es/api/resources/FIle.d.ts.map +1 -1
  11. package/es/api/resources/FIle.js +2 -2
  12. package/es/api/resources/FIle.js.map +1 -1
  13. package/es/api/resources/Registration.d.ts +2 -1
  14. package/es/api/resources/Registration.d.ts.map +1 -1
  15. package/es/api/resources/Registration.js +3 -0
  16. package/es/api/resources/Registration.js.map +1 -1
  17. package/es/api/resources/TimeRecorder.d.ts +2 -1
  18. package/es/api/resources/TimeRecorder.d.ts.map +1 -1
  19. package/es/api/resources/TimeRecorder.js +3 -0
  20. package/es/api/resources/TimeRecorder.js.map +1 -1
  21. package/es/api/resources/{VatDeclaration.d.ts → Vat.d.ts} +5 -5
  22. package/es/api/resources/Vat.d.ts.map +1 -0
  23. package/es/api/resources/{VatDeclaration.js → Vat.js} +4 -3
  24. package/es/api/resources/Vat.js.map +1 -0
  25. package/es/api/resources/statistic/CustomerSuccess.js +1 -1
  26. package/es/api/resources/statistic/CustomerSuccess.js.map +1 -1
  27. package/es/api/resources.d.ts +4 -2
  28. package/es/api/resources.d.ts.map +1 -1
  29. package/es/api/resources.js +4 -2
  30. package/es/api/resources.js.map +1 -1
  31. package/es/types/Enum/AdjustmentType.d.ts +14 -0
  32. package/es/types/Enum/AdjustmentType.d.ts.map +1 -0
  33. package/es/types/Enum/AdjustmentType.js +38 -0
  34. package/es/types/Enum/AdjustmentType.js.map +1 -0
  35. package/es/types/Enum/CommercialImportHeader.d.ts +12 -0
  36. package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -0
  37. package/es/types/Enum/CommercialImportHeader.js +102 -0
  38. package/es/types/Enum/CommercialImportHeader.js.map +1 -0
  39. package/es/types/Enum/Ged.d.ts +1 -0
  40. package/es/types/Enum/Ged.d.ts.map +1 -1
  41. package/es/types/Enum/Ged.js +1 -1
  42. package/es/types/Enum/Ged.js.map +1 -1
  43. package/es/types/Enum/JobTitle.d.ts +2 -1
  44. package/es/types/Enum/JobTitle.d.ts.map +1 -1
  45. package/es/types/Enum/JobTitle.js +6 -0
  46. package/es/types/Enum/JobTitle.js.map +1 -1
  47. package/es/types/Enum/MimeType.d.ts +1 -0
  48. package/es/types/Enum/MimeType.d.ts.map +1 -1
  49. package/es/types/Enum/MimeType.js +1 -0
  50. package/es/types/Enum/MimeType.js.map +1 -1
  51. package/es/types/Enum/RoleDetail.d.ts +8 -0
  52. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  53. package/es/types/Enum/RoleDetail.js +8 -0
  54. package/es/types/Enum/RoleDetail.js.map +1 -1
  55. package/es/types/Enum/TimeRecorderLocation.d.ts +4 -0
  56. package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
  57. package/es/types/Enum/TimeRecorderLocation.js +3 -0
  58. package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
  59. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +0 -1
  60. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -1
  61. package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
  62. package/es/types/Interface/api/adjustment/Create.d.ts +7 -0
  63. package/es/types/Interface/api/adjustment/Create.d.ts.map +1 -0
  64. package/es/types/Interface/api/adjustment/Create.js +32 -0
  65. package/es/types/Interface/api/adjustment/Create.js.map +1 -0
  66. package/es/types/Interface/api/adjustment/Query.d.ts +4 -0
  67. package/es/types/Interface/api/adjustment/Query.d.ts.map +1 -0
  68. package/es/types/Interface/api/adjustment/Query.js +19 -0
  69. package/es/types/Interface/api/adjustment/Query.js.map +1 -0
  70. package/es/types/Interface/api/adjustment/Read.d.ts +10 -0
  71. package/es/types/Interface/api/adjustment/Read.d.ts.map +1 -0
  72. package/es/types/Interface/api/adjustment/Read.js +3 -0
  73. package/es/types/Interface/api/adjustment/Read.js.map +1 -0
  74. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +4 -0
  75. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -0
  76. package/es/types/Interface/api/archive/ImportSocietyArchive.js +19 -0
  77. package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -0
  78. package/es/types/Interface/api/commercialImport/Create.d.ts +11 -0
  79. package/es/types/Interface/api/commercialImport/Create.d.ts.map +1 -0
  80. package/es/types/Interface/api/commercialImport/Create.js +34 -0
  81. package/es/types/Interface/api/commercialImport/Create.js.map +1 -0
  82. package/es/types/Interface/api/commercialImport/Query.d.ts +12 -0
  83. package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -0
  84. package/es/types/Interface/api/commercialImport/Query.js +23 -0
  85. package/es/types/Interface/api/commercialImport/Query.js.map +1 -0
  86. package/es/types/Interface/api/commercialImport/Read.d.ts +40 -0
  87. package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -0
  88. package/es/types/Interface/api/commercialImport/Read.js +2 -0
  89. package/es/types/Interface/api/commercialImport/Read.js.map +1 -0
  90. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +28 -0
  91. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -0
  92. package/es/types/Interface/api/companeo/CompaneoReturn.js +2 -0
  93. package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -0
  94. package/es/types/Interface/api/companeo/Query.d.ts +5 -0
  95. package/es/types/Interface/api/companeo/Query.d.ts.map +1 -0
  96. package/es/types/Interface/api/companeo/Query.js +26 -0
  97. package/es/types/Interface/api/companeo/Query.js.map +1 -0
  98. package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
  99. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  100. package/es/types/Interface/api/society/CreateSociety.js +4 -0
  101. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  102. package/es/types/Interface/api/statistic/QueryInternal.d.ts +2 -0
  103. package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
  104. package/es/types/Interface/api/statistic/QueryInternal.js +3 -1
  105. package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  106. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +4 -3
  107. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  108. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  109. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +1 -0
  110. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -1
  111. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +6 -0
  112. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
  113. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts +5 -0
  114. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts.map +1 -0
  115. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +25 -0
  116. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
  117. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +5 -0
  118. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
  119. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  120. package/es/types/Interface/models/IAccountsSocieties.d.ts +2 -0
  121. package/es/types/Interface/models/IAccountsSocieties.d.ts.map +1 -1
  122. package/es/types/Interface/models/IAccountsSocieties.js.map +1 -1
  123. package/es/types/Interface/models/IAdjustment.d.ts +13 -0
  124. package/es/types/Interface/models/IAdjustment.d.ts.map +1 -0
  125. package/es/types/Interface/models/IAdjustment.js +2 -0
  126. package/es/types/Interface/models/IAdjustment.js.map +1 -0
  127. package/es/types/Interface/models/IApiError.d.ts +4 -0
  128. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  129. package/es/types/Interface/models/IApiError.js +5 -0
  130. package/es/types/Interface/models/IApiError.js.map +1 -1
  131. package/es/types/Interface/models/IAreasInvoice.d.ts +0 -1
  132. package/es/types/Interface/models/IAreasInvoice.d.ts.map +1 -1
  133. package/es/types/Interface/models/IAreasInvoice.js.map +1 -1
  134. package/es/types/Interface/models/IBalanceSheet.d.ts +2 -0
  135. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
  136. package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
  137. package/es/types/Interface/models/IChecklist.d.ts +2 -2
  138. package/es/types/Interface/models/IChecklist.js.map +1 -1
  139. package/es/types/Interface/models/{ICustomerTva.d.ts → ICustomerVat.d.ts} +2 -2
  140. package/es/types/Interface/models/{ICustomerTva.d.ts.map → ICustomerVat.d.ts.map} +1 -1
  141. package/es/types/Interface/models/ICustomerVat.js +2 -0
  142. package/es/types/Interface/models/{ICustomerTva.js.map → ICustomerVat.js.map} +1 -1
  143. package/es/types/Interface/models/IExercice.d.ts +5 -2
  144. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  145. package/es/types/Interface/models/IExercice.js.map +1 -1
  146. package/es/types/Interface/models/IGedFile.d.ts +3 -0
  147. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  148. package/es/types/Interface/models/IGedFile.js.map +1 -1
  149. package/es/types/Interface/models/ILettering.d.ts +0 -4
  150. package/es/types/Interface/models/ILettering.d.ts.map +1 -1
  151. package/es/types/Interface/models/ILettering.js.map +1 -1
  152. package/es/types/Interface/models/IPenalty.d.ts +3 -3
  153. package/es/types/Interface/models/IPenalty.js.map +1 -1
  154. package/es/types/Interface/models/ISociety.d.ts +4 -1
  155. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  156. package/es/types/Interface/models/ISociety.js.map +1 -1
  157. package/es/types/Interface/models/ISocietyApproval.d.ts +4 -2
  158. package/es/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
  159. package/es/types/Interface/models/ISocietyApproval.js.map +1 -1
  160. package/es/types/Interface/models/IUser.d.ts +2 -0
  161. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  162. package/es/types/Interface/models/IUser.js.map +1 -1
  163. package/es/types/index.d.ts +14 -6
  164. package/es/types/index.d.ts.map +1 -1
  165. package/es/types/index.js +14 -6
  166. package/es/types/index.js.map +1 -1
  167. package/es/utils/email.js +2 -2
  168. package/es/utils/email.js.map +1 -1
  169. package/es/utils/phone.d.ts +1 -1
  170. package/es/utils/phone.d.ts.map +1 -1
  171. package/es/utils/phone.js +8 -8
  172. package/es/utils/phone.js.map +1 -1
  173. package/es/utils/vat/3310/century23.d.ts.map +1 -1
  174. package/es/utils/vat/3310/century23.js +1 -6
  175. package/es/utils/vat/3310/century23.js.map +1 -1
  176. package/js/api/resources/CommercialImport.js +38 -0
  177. package/js/api/resources/CommercialImport.js.map +1 -0
  178. package/js/api/resources/Exercice.js +6 -0
  179. package/js/api/resources/Exercice.js.map +1 -1
  180. package/js/api/resources/FIle.js +2 -2
  181. package/js/api/resources/FIle.js.map +1 -1
  182. package/js/api/resources/Registration.js +5 -0
  183. package/js/api/resources/Registration.js.map +1 -1
  184. package/js/api/resources/TimeRecorder.js +5 -0
  185. package/js/api/resources/TimeRecorder.js.map +1 -1
  186. package/js/api/resources/{VatDeclaration.js → Vat.js} +6 -5
  187. package/js/api/resources/Vat.js.map +1 -0
  188. package/js/api/resources/statistic/CustomerSuccess.js +1 -1
  189. package/js/api/resources/statistic/CustomerSuccess.js.map +1 -1
  190. package/js/api/resources.js +5 -3
  191. package/js/api/resources.js.map +1 -1
  192. package/js/types/Enum/AdjustmentType.js +38 -0
  193. package/js/types/Enum/AdjustmentType.js.map +1 -0
  194. package/js/types/Enum/CommercialImportHeader.js +107 -0
  195. package/js/types/Enum/CommercialImportHeader.js.map +1 -0
  196. package/js/types/Enum/Ged.js +1 -1
  197. package/js/types/Enum/Ged.js.map +1 -1
  198. package/js/types/Enum/JobTitle.js +5 -0
  199. package/js/types/Enum/JobTitle.js.map +1 -1
  200. package/js/types/Enum/MimeType.js +1 -0
  201. package/js/types/Enum/MimeType.js.map +1 -1
  202. package/js/types/Enum/RoleDetail.js +16 -8
  203. package/js/types/Enum/RoleDetail.js.map +1 -1
  204. package/js/types/Enum/TimeRecorderLocation.js +4 -0
  205. package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
  206. package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
  207. package/js/types/Interface/api/adjustment/Create.js +25 -0
  208. package/js/types/Interface/api/adjustment/Create.js.map +1 -0
  209. package/js/types/Interface/api/adjustment/Query.js +22 -0
  210. package/js/types/Interface/api/adjustment/Query.js.map +1 -0
  211. package/js/types/Interface/api/adjustment/Read.js +8 -0
  212. package/js/types/Interface/api/adjustment/Read.js.map +1 -0
  213. package/js/types/Interface/api/archive/ImportSocietyArchive.js +22 -0
  214. package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -0
  215. package/js/types/Interface/api/commercialImport/Create.js +27 -0
  216. package/js/types/Interface/api/commercialImport/Create.js.map +1 -0
  217. package/js/types/Interface/api/commercialImport/Query.js +24 -0
  218. package/js/types/Interface/api/commercialImport/Query.js.map +1 -0
  219. package/js/types/Interface/{models/IPageView.js → api/commercialImport/Read.js} +1 -1
  220. package/js/types/Interface/api/commercialImport/Read.js.map +1 -0
  221. package/js/types/Interface/{models/IInterestedByFeature.js → api/companeo/CompaneoReturn.js} +1 -1
  222. package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -0
  223. package/js/types/Interface/api/companeo/Query.js +23 -0
  224. package/js/types/Interface/api/companeo/Query.js.map +1 -0
  225. package/js/types/Interface/api/society/CreateSociety.js +1 -0
  226. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  227. package/js/types/Interface/api/statistic/QueryInternal.js +4 -2
  228. package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  229. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  230. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +1 -0
  231. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
  232. package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +23 -0
  233. package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
  234. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  235. package/js/types/Interface/models/IAccountsSocieties.js.map +1 -1
  236. package/js/types/Interface/models/{ICustomerTva.js → IAdjustment.js} +1 -1
  237. package/js/types/Interface/models/IAdjustment.js.map +1 -0
  238. package/js/types/Interface/models/IApiError.js +5 -0
  239. package/js/types/Interface/models/IApiError.js.map +1 -1
  240. package/js/types/Interface/models/IAreasInvoice.js.map +1 -1
  241. package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
  242. package/js/types/Interface/models/IChecklist.js.map +1 -1
  243. package/js/types/Interface/models/{IEngagementAccountingFile.js → ICustomerVat.js} +1 -1
  244. package/js/types/Interface/models/{ICustomerTva.js.map → ICustomerVat.js.map} +1 -1
  245. package/js/types/Interface/models/IExercice.js.map +1 -1
  246. package/js/types/Interface/models/IGedFile.js.map +1 -1
  247. package/js/types/Interface/models/ILettering.js.map +1 -1
  248. package/js/types/Interface/models/IPenalty.js.map +1 -1
  249. package/js/types/Interface/models/ISociety.js.map +1 -1
  250. package/js/types/Interface/models/ISocietyApproval.js.map +1 -1
  251. package/js/types/Interface/models/IUser.js.map +1 -1
  252. package/js/types/index.js +199 -119
  253. package/js/types/index.js.map +1 -1
  254. package/js/utils/email.js +2 -2
  255. package/js/utils/email.js.map +1 -1
  256. package/js/utils/phone.js +8 -8
  257. package/js/utils/phone.js.map +1 -1
  258. package/js/utils/vat/3310/century23.js +1 -5
  259. package/js/utils/vat/3310/century23.js.map +1 -1
  260. package/package.json +1 -1
  261. package/ts/api/resources/CommercialImport.ts +32 -0
  262. package/ts/api/resources/Exercice.ts +9 -1
  263. package/ts/api/resources/FIle.ts +2 -2
  264. package/ts/api/resources/Registration.ts +6 -0
  265. package/ts/api/resources/TimeRecorder.ts +4 -1
  266. package/ts/api/resources/{VatDeclaration.ts → Vat.ts} +6 -5
  267. package/ts/api/resources/statistic/CustomerSuccess.ts +1 -1
  268. package/ts/api/resources.ts +4 -2
  269. package/ts/types/Enum/AdjustmentType.ts +37 -0
  270. package/ts/types/Enum/CommercialImportHeader.ts +112 -0
  271. package/ts/types/Enum/Ged.ts +1 -1
  272. package/ts/types/Enum/JobTitle.ts +6 -0
  273. package/ts/types/Enum/MimeType.ts +1 -0
  274. package/ts/types/Enum/RoleDetail.ts +8 -0
  275. package/ts/types/Enum/TimeRecorderLocation.ts +4 -0
  276. package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +0 -1
  277. package/ts/types/Interface/api/adjustment/Create.ts +19 -0
  278. package/ts/types/Interface/api/adjustment/Query.ts +8 -0
  279. package/ts/types/Interface/api/adjustment/Read.ts +10 -0
  280. package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +8 -0
  281. package/ts/types/Interface/api/commercialImport/Create.ts +22 -0
  282. package/ts/types/Interface/api/commercialImport/Query.ts +34 -0
  283. package/ts/types/Interface/api/commercialImport/Read.ts +40 -0
  284. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +27 -0
  285. package/ts/types/Interface/api/companeo/Query.ts +14 -0
  286. package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
  287. package/ts/types/Interface/api/statistic/QueryInternal.ts +2 -0
  288. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +4 -4
  289. package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +5 -0
  290. package/ts/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.ts +15 -0
  291. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +7 -1
  292. package/ts/types/Interface/models/IAccountsSocieties.ts +4 -0
  293. package/ts/types/Interface/models/IAdjustment.ts +14 -0
  294. package/ts/types/Interface/models/IApiError.ts +6 -0
  295. package/ts/types/Interface/models/IAreasInvoice.ts +0 -1
  296. package/ts/types/Interface/models/IBalanceSheet.ts +2 -0
  297. package/ts/types/Interface/models/IChecklist.ts +2 -2
  298. package/ts/types/Interface/models/{ICustomerTva.ts → ICustomerVat.ts} +1 -1
  299. package/ts/types/Interface/models/IExercice.ts +5 -2
  300. package/ts/types/Interface/models/IGedFile.ts +3 -0
  301. package/ts/types/Interface/models/ILettering.ts +0 -8
  302. package/ts/types/Interface/models/IPenalty.ts +3 -3
  303. package/ts/types/Interface/models/ISociety.ts +4 -0
  304. package/ts/types/Interface/models/ISocietyApproval.ts +4 -2
  305. package/ts/types/Interface/models/IUser.ts +2 -0
  306. package/ts/types/index.ts +14 -6
  307. package/ts/utils/email.ts +2 -2
  308. package/ts/utils/phone.ts +8 -8
  309. package/ts/utils/vat/3310/century23.ts +1 -6
  310. package/es/api/resources/VatDeclaration.d.ts.map +0 -1
  311. package/es/api/resources/VatDeclaration.js.map +0 -1
  312. package/es/types/Interface/models/ICustomerTva.js +0 -2
  313. package/es/types/Interface/models/IEngagementAccountingEntry.d.ts +0 -27
  314. package/es/types/Interface/models/IEngagementAccountingEntry.d.ts.map +0 -1
  315. package/es/types/Interface/models/IEngagementAccountingEntry.js +0 -2
  316. package/es/types/Interface/models/IEngagementAccountingEntry.js.map +0 -1
  317. package/es/types/Interface/models/IEngagementAccountingFile.d.ts +0 -43
  318. package/es/types/Interface/models/IEngagementAccountingFile.d.ts.map +0 -1
  319. package/es/types/Interface/models/IEngagementAccountingFile.js +0 -2
  320. package/es/types/Interface/models/IEngagementAccountingFile.js.map +0 -1
  321. package/es/types/Interface/models/IEngagementBankTransaction.d.ts +0 -33
  322. package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +0 -1
  323. package/es/types/Interface/models/IEngagementBankTransaction.js +0 -2
  324. package/es/types/Interface/models/IEngagementBankTransaction.js.map +0 -1
  325. package/es/types/Interface/models/IInterestedByFeature.d.ts +0 -11
  326. package/es/types/Interface/models/IInterestedByFeature.d.ts.map +0 -1
  327. package/es/types/Interface/models/IInterestedByFeature.js +0 -2
  328. package/es/types/Interface/models/IInterestedByFeature.js.map +0 -1
  329. package/es/types/Interface/models/IPageView.d.ts +0 -10
  330. package/es/types/Interface/models/IPageView.d.ts.map +0 -1
  331. package/es/types/Interface/models/IPageView.js +0 -2
  332. package/es/types/Interface/models/IPageView.js.map +0 -1
  333. package/export-models.json +0 -28811
  334. package/importInterfaces.ts +0 -91
  335. package/js/api/resources/VatDeclaration.js.map +0 -1
  336. package/js/types/Interface/models/IEngagementAccountingEntry.js +0 -6
  337. package/js/types/Interface/models/IEngagementAccountingEntry.js.map +0 -1
  338. package/js/types/Interface/models/IEngagementAccountingFile.js.map +0 -1
  339. package/js/types/Interface/models/IEngagementBankTransaction.js +0 -6
  340. package/js/types/Interface/models/IEngagementBankTransaction.js.map +0 -1
  341. package/js/types/Interface/models/IInterestedByFeature.js.map +0 -1
  342. package/js/types/Interface/models/IPageView.js.map +0 -1
  343. package/table.json +0 -264
  344. package/ts/types/Interface/models/IEngagementAccountingEntry.ts +0 -30
  345. package/ts/types/Interface/models/IEngagementAccountingFile.ts +0 -46
  346. package/ts/types/Interface/models/IEngagementBankTransaction.ts +0 -36
  347. package/ts/types/Interface/models/IInterestedByFeature.ts +0 -14
  348. package/ts/types/Interface/models/IPageView.ts +0 -13
@@ -1,33 +0,0 @@
1
- import { IBankAccount } from './IBankAccount';
2
- import { IEngagementAccountingEntry } from './IEngagementAccountingEntry';
3
- import { IAccountingJournal } from './IAccountingJournal';
4
- import { IUser } from './IUser';
5
- import { ILettering } from './ILettering';
6
- export interface IEngagementBankTransaction {
7
- id?: number;
8
- migrate: boolean;
9
- reference: string | null;
10
- dateValue: Date;
11
- dateLocked: Date | null;
12
- dateVerified: Date | null;
13
- isBlocked: boolean;
14
- exported: Date | null;
15
- noInvoice: boolean;
16
- isReadMobile: boolean;
17
- isLockedMobile: boolean;
18
- idBankAccount: number | null;
19
- idSociety: number;
20
- idPaymentMethod: number | null;
21
- idRule: number | null;
22
- idAccountingJournal: number;
23
- idLettering: number | null;
24
- createdAt?: Date | null;
25
- updatedAt?: Date | null;
26
- idUser: number | null;
27
- bankAccount: IBankAccount;
28
- engagementAccountingEntries: IEngagementAccountingEntry[];
29
- accountingJournal: IAccountingJournal;
30
- user: IUser;
31
- lettering: ILettering;
32
- }
33
- //# sourceMappingURL=IEngagementBankTransaction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IEngagementBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,0BAA0B;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,WAAW,EAAE,YAAY,CAAC;IAC1B,2BAA2B,EAAE,0BAA0B,EAAE,CAAC;IAC1D,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,IAAI,EAAE,KAAK,CAAC;IACZ,SAAS,EAAE,UAAU,CAAC;CACvB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IEngagementBankTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IEngagementBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { IUser } from './IUser';\nimport { ILettering } from './ILettering';\n\n// engagementBankTransactions\nexport interface IEngagementBankTransaction {\n id?: number;\n migrate: boolean;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n dateVerified: Date | null;\n isBlocked: boolean;\n exported: Date | null;\n noInvoice: boolean;\n isReadMobile: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n idLettering: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idUser: number | null;\n\n // Associations\n bankAccount: IBankAccount;\n engagementAccountingEntries: IEngagementAccountingEntry[];\n accountingJournal: IAccountingJournal;\n user: IUser;\n lettering: ILettering;\n}\n"]}
@@ -1,11 +0,0 @@
1
- import { ISociety } from './ISociety';
2
- export interface IInterestedByFeature {
3
- id?: number;
4
- email: string | null;
5
- idTypeFeature: number | null;
6
- idSociety: number;
7
- createdAt?: Date | null;
8
- updatedAt?: Date | null;
9
- society: ISociety;
10
- }
11
- //# sourceMappingURL=IInterestedByFeature.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IInterestedByFeature.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IInterestedByFeature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IInterestedByFeature.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IInterestedByFeature.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IInterestedByFeature.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// interestedByFeatures\nexport interface IInterestedByFeature {\n id?: number;\n email: string | null;\n idTypeFeature: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
@@ -1,10 +0,0 @@
1
- import { ISociety } from './ISociety';
2
- export interface IPageView {
3
- id?: number;
4
- idPage: number | null;
5
- idSociety: number;
6
- createdAt?: Date | null;
7
- updatedAt?: Date | null;
8
- society: ISociety;
9
- }
10
- //# sourceMappingURL=IPageView.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPageView.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IPageView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPageView.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// pageViews\nexport interface IPageView {\n id?: number;\n idPage: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}