@silexpert/core 1.0.12 → 1.0.15

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 (304) hide show
  1. package/es/api/resources/{commercialDocument.d.ts → CommercialDocument.d.ts} +4 -2
  2. package/es/api/resources/CommercialDocument.d.ts.map +1 -0
  3. package/es/api/resources/{commercialDocument.js → CommercialDocument.js} +7 -1
  4. package/es/api/resources/CommercialDocument.js.map +1 -0
  5. package/es/api/resources/Dashboard.d.ts +1 -2
  6. package/es/api/resources/Dashboard.d.ts.map +1 -1
  7. package/es/api/resources/Dashboard.js +0 -3
  8. package/es/api/resources/Dashboard.js.map +1 -1
  9. package/es/api/resources/Exercice.d.ts +1 -0
  10. package/es/api/resources/Exercice.d.ts.map +1 -1
  11. package/es/api/resources/Exercice.js +3 -0
  12. package/es/api/resources/Exercice.js.map +1 -1
  13. package/es/api/resources/Invoice.d.ts +1 -0
  14. package/es/api/resources/Invoice.d.ts.map +1 -1
  15. package/es/api/resources/Invoice.js +3 -0
  16. package/es/api/resources/Invoice.js.map +1 -1
  17. package/es/api/resources/Mail.js +2 -2
  18. package/es/api/resources/Mail.js.map +1 -1
  19. package/es/api/resources/Qonto.d.ts +2 -1
  20. package/es/api/resources/Qonto.d.ts.map +1 -1
  21. package/es/api/resources/Qonto.js +3 -0
  22. package/es/api/resources/Qonto.js.map +1 -1
  23. package/es/api/resources/Recurrence.d.ts +9 -0
  24. package/es/api/resources/Recurrence.d.ts.map +1 -0
  25. package/es/api/resources/Recurrence.js +13 -0
  26. package/es/api/resources/Recurrence.js.map +1 -0
  27. package/es/api/resources/{reminder.d.ts → Reminder.d.ts} +1 -1
  28. package/es/api/resources/{reminder.d.ts.map → Reminder.d.ts.map} +1 -1
  29. package/es/api/resources/{reminder.js → Reminder.js} +2 -2
  30. package/es/api/resources/{reminder.js.map → Reminder.js.map} +1 -1
  31. package/es/api/resources/User.d.ts +2 -2
  32. package/es/api/resources/User.d.ts.map +1 -1
  33. package/es/api/resources/User.js +2 -11
  34. package/es/api/resources/User.js.map +1 -1
  35. package/es/api/resources.d.ts +4 -2
  36. package/es/api/resources.d.ts.map +1 -1
  37. package/es/api/resources.js +4 -2
  38. package/es/api/resources.js.map +1 -1
  39. package/es/types/Enum/BrandClementine.d.ts +3 -1
  40. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  41. package/es/types/Enum/BrandClementine.js +3 -0
  42. package/es/types/Enum/BrandClementine.js.map +1 -1
  43. package/es/types/Enum/CommercialManagement.d.ts +4 -2
  44. package/es/types/Enum/CommercialManagement.d.ts.map +1 -1
  45. package/es/types/Enum/CommercialManagement.js +3 -1
  46. package/es/types/Enum/CommercialManagement.js.map +1 -1
  47. package/es/types/Enum/RecurrenceType.d.ts +11 -0
  48. package/es/types/Enum/RecurrenceType.d.ts.map +1 -0
  49. package/es/types/Enum/RecurrenceType.js +26 -0
  50. package/es/types/Enum/RecurrenceType.js.map +1 -0
  51. package/es/types/Enum/Role.d.ts +6 -11
  52. package/es/types/Enum/Role.d.ts.map +1 -1
  53. package/es/types/Enum/Role.js +15 -10
  54. package/es/types/Enum/Role.js.map +1 -1
  55. package/es/types/Enum/RoleDetail.d.ts +40 -56
  56. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  57. package/es/types/Enum/RoleDetail.js +120 -64
  58. package/es/types/Enum/RoleDetail.js.map +1 -1
  59. package/es/types/Enum/TaskResponseType.d.ts +9 -0
  60. package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
  61. package/es/types/Enum/TaskResponseType.js +35 -2
  62. package/es/types/Enum/TaskResponseType.js.map +1 -1
  63. package/es/types/Enum/TimeCounterType.js +7 -7
  64. package/es/types/Enum/TimeCounterType.js.map +1 -1
  65. package/es/types/Interface/api/commercialManagement/Create.d.ts +25 -18
  66. package/es/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  67. package/es/types/Interface/api/commercialManagement/Create.js +65 -81
  68. package/es/types/Interface/api/commercialManagement/Create.js.map +1 -1
  69. package/es/types/Interface/api/commercialManagement/Query.d.ts +6 -0
  70. package/es/types/Interface/api/commercialManagement/Query.d.ts.map +1 -1
  71. package/es/types/Interface/api/commercialManagement/Query.js +29 -0
  72. package/es/types/Interface/api/commercialManagement/Query.js.map +1 -1
  73. package/es/types/Interface/api/commercialManagement/Read.d.ts +19 -0
  74. package/es/types/Interface/api/commercialManagement/Read.d.ts.map +1 -1
  75. package/es/types/Interface/api/commercialManagement/Read.js.map +1 -1
  76. package/es/types/Interface/api/commercialManagement/Update.d.ts +6 -0
  77. package/es/types/Interface/api/commercialManagement/Update.d.ts.map +1 -1
  78. package/es/types/Interface/api/commercialManagement/Update.js +29 -1
  79. package/es/types/Interface/api/commercialManagement/Update.js.map +1 -1
  80. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts +1 -1
  81. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts.map +1 -1
  82. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js +1 -1
  83. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +1 -1
  84. package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts +1 -1
  85. package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts.map +1 -1
  86. package/es/types/Interface/api/mail/QueryPaginatedMail.js +1 -1
  87. package/es/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
  88. package/es/types/Interface/api/qonto/CreateImportation.d.ts +5 -0
  89. package/es/types/Interface/api/qonto/CreateImportation.d.ts.map +1 -0
  90. package/es/types/Interface/api/{dashboard/QueryGescom.js → qonto/CreateImportation.js} +12 -19
  91. package/es/types/Interface/api/qonto/CreateImportation.js.map +1 -0
  92. package/es/types/Interface/api/qonto/Query.d.ts +78 -0
  93. package/es/types/Interface/api/qonto/Query.d.ts.map +1 -0
  94. package/es/types/Interface/api/qonto/Query.js +2 -0
  95. package/es/types/Interface/api/qonto/Query.js.map +1 -0
  96. package/es/types/Interface/api/revision/QueryRevision.d.ts +2 -0
  97. package/es/types/Interface/api/revision/QueryRevision.d.ts.map +1 -1
  98. package/es/types/Interface/api/revision/QueryRevision.js +16 -2
  99. package/es/types/Interface/api/revision/QueryRevision.js.map +1 -1
  100. package/es/types/Interface/api/revision/QueryRevisionAccount.d.ts +1 -1
  101. package/es/types/Interface/api/revision/QueryRevisionAccount.d.ts.map +1 -1
  102. package/es/types/Interface/api/revision/QueryRevisionAccount.js +11 -5
  103. package/es/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
  104. package/es/types/Interface/api/revision/QueryRevisionPaginate.d.ts +2 -0
  105. package/es/types/Interface/api/revision/QueryRevisionPaginate.d.ts.map +1 -1
  106. package/es/types/Interface/api/revision/QueryRevisionPaginate.js +16 -2
  107. package/es/types/Interface/api/revision/QueryRevisionPaginate.js.map +1 -1
  108. package/es/types/Interface/api/revision/QueryRevisionSearchEntries.d.ts +1 -1
  109. package/es/types/Interface/api/revision/QueryRevisionSearchEntries.d.ts.map +1 -1
  110. package/es/types/Interface/api/revision/QueryRevisionSearchEntries.js.map +1 -1
  111. package/es/types/Interface/api/task/QueryCountTask.d.ts +1 -1
  112. package/es/types/Interface/api/task/QueryCountTask.d.ts.map +1 -1
  113. package/es/types/Interface/api/task/QueryCountTask.js +1 -1
  114. package/es/types/Interface/api/task/QueryCountTask.js.map +1 -1
  115. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +2 -0
  116. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -1
  117. package/es/types/Interface/api/task/QueryPaginatedTask.js +11 -0
  118. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  119. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +1 -0
  120. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
  121. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +10 -1
  122. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  123. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +1 -0
  124. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -1
  125. package/es/types/Interface/api/user/QueryGetAllCollaborators.js +11 -1
  126. package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -1
  127. package/es/types/Interface/models/IApiError.d.ts +2 -1
  128. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  129. package/es/types/Interface/models/IApiError.js +1 -0
  130. package/es/types/Interface/models/IApiError.js.map +1 -1
  131. package/es/types/Interface/models/IEstimateInvoice.d.ts +4 -2
  132. package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
  133. package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
  134. package/es/types/Interface/models/IInvoiceRecurrence.d.ts +15 -0
  135. package/es/types/Interface/models/IInvoiceRecurrence.d.ts.map +1 -0
  136. package/es/types/Interface/models/IInvoiceRecurrence.js +2 -0
  137. package/es/types/Interface/models/IInvoiceRecurrence.js.map +1 -0
  138. package/es/types/Interface/models/IInvoiceReminder.d.ts +1 -1
  139. package/es/types/Interface/models/IInvoiceReminder.d.ts.map +1 -1
  140. package/es/types/Interface/models/IInvoiceReminder.js.map +1 -1
  141. package/es/types/Interface/models/ITask.d.ts +2 -2
  142. package/es/types/Interface/models/ITask.d.ts.map +1 -1
  143. package/es/types/Interface/models/ITask.js.map +1 -1
  144. package/es/types/index.d.ts +4 -2
  145. package/es/types/index.d.ts.map +1 -1
  146. package/es/types/index.js +4 -2
  147. package/es/types/index.js.map +1 -1
  148. package/es/utils/commercialManagement/document.d.ts.map +1 -1
  149. package/es/utils/commercialManagement/document.js +1 -5
  150. package/es/utils/commercialManagement/document.js.map +1 -1
  151. package/es/utils/commercialManagement/recurrence.d.ts +7 -0
  152. package/es/utils/commercialManagement/recurrence.d.ts.map +1 -0
  153. package/es/utils/commercialManagement/recurrence.js +31 -0
  154. package/es/utils/commercialManagement/recurrence.js.map +1 -0
  155. package/es/utils/index.d.ts +1 -0
  156. package/es/utils/index.d.ts.map +1 -1
  157. package/es/utils/index.js +1 -0
  158. package/es/utils/index.js.map +1 -1
  159. package/es/utils/task.d.ts +3 -2
  160. package/es/utils/task.d.ts.map +1 -1
  161. package/es/utils/task.js +23 -19
  162. package/es/utils/task.js.map +1 -1
  163. package/es/utils/webmail.d.ts.map +1 -1
  164. package/es/utils/webmail.js +1 -4
  165. package/es/utils/webmail.js.map +1 -1
  166. package/js/api/resources/{commercialDocument.js → CommercialDocument.js} +11 -1
  167. package/js/api/resources/CommercialDocument.js.map +1 -0
  168. package/js/api/resources/Dashboard.js +0 -6
  169. package/js/api/resources/Dashboard.js.map +1 -1
  170. package/js/api/resources/Exercice.js +4 -0
  171. package/js/api/resources/Exercice.js.map +1 -1
  172. package/js/api/resources/Invoice.js +4 -0
  173. package/js/api/resources/Invoice.js.map +1 -1
  174. package/js/api/resources/Mail.js +2 -2
  175. package/js/api/resources/Mail.js.map +1 -1
  176. package/js/api/resources/Qonto.js +4 -0
  177. package/js/api/resources/Qonto.js.map +1 -1
  178. package/js/api/resources/Recurrence.js +26 -0
  179. package/js/api/resources/Recurrence.js.map +1 -0
  180. package/js/api/resources/{reminder.js → Reminder.js} +2 -2
  181. package/js/api/resources/{reminder.js.map → Reminder.js.map} +1 -1
  182. package/js/api/resources/User.js +5 -3
  183. package/js/api/resources/User.js.map +1 -1
  184. package/js/api/resources.js +7 -4
  185. package/js/api/resources.js.map +1 -1
  186. package/js/types/Enum/BrandClementine.js +3 -0
  187. package/js/types/Enum/BrandClementine.js.map +1 -1
  188. package/js/types/Enum/CommercialManagement.js +3 -1
  189. package/js/types/Enum/CommercialManagement.js.map +1 -1
  190. package/js/types/Enum/RecurrenceType.js +28 -0
  191. package/js/types/Enum/RecurrenceType.js.map +1 -0
  192. package/js/types/Enum/Role.js +18 -13
  193. package/js/types/Enum/Role.js.map +1 -1
  194. package/js/types/Enum/RoleDetail.js +142 -86
  195. package/js/types/Enum/RoleDetail.js.map +1 -1
  196. package/js/types/Enum/TaskResponseType.js +36 -3
  197. package/js/types/Enum/TaskResponseType.js.map +1 -1
  198. package/js/types/Enum/TimeCounterType.js +7 -7
  199. package/js/types/Enum/TimeCounterType.js.map +1 -1
  200. package/js/types/Interface/api/commercialManagement/Create.js +47 -33
  201. package/js/types/Interface/api/commercialManagement/Create.js.map +1 -1
  202. package/js/types/Interface/api/commercialManagement/Query.js +15 -3
  203. package/js/types/Interface/api/commercialManagement/Query.js.map +1 -1
  204. package/js/types/Interface/api/commercialManagement/Update.js +15 -1
  205. package/js/types/Interface/api/commercialManagement/Update.js.map +1 -1
  206. package/js/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js +1 -1
  207. package/js/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +1 -1
  208. package/js/types/Interface/api/mail/QueryPaginatedMail.js +1 -1
  209. package/js/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
  210. package/js/types/Interface/api/{dashboard/QueryGescom.js → qonto/CreateImportation.js} +8 -12
  211. package/js/types/Interface/api/qonto/CreateImportation.js.map +1 -0
  212. package/js/types/Interface/api/qonto/Query.js +6 -0
  213. package/js/types/Interface/api/qonto/Query.js.map +1 -0
  214. package/js/types/Interface/api/revision/QueryRevision.js +6 -0
  215. package/js/types/Interface/api/revision/QueryRevision.js.map +1 -1
  216. package/js/types/Interface/api/revision/QueryRevisionAccount.js +7 -5
  217. package/js/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
  218. package/js/types/Interface/api/revision/QueryRevisionPaginate.js +6 -0
  219. package/js/types/Interface/api/revision/QueryRevisionPaginate.js.map +1 -1
  220. package/js/types/Interface/api/revision/QueryRevisionSearchEntries.js.map +1 -1
  221. package/js/types/Interface/api/task/QueryCountTask.js +1 -1
  222. package/js/types/Interface/api/task/QueryCountTask.js.map +1 -1
  223. package/js/types/Interface/api/task/QueryPaginatedTask.js +6 -0
  224. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  225. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
  226. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  227. package/js/types/Interface/api/user/QueryGetAllCollaborators.js +8 -0
  228. package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -1
  229. package/js/types/Interface/models/IApiError.js +1 -0
  230. package/js/types/Interface/models/IApiError.js.map +1 -1
  231. package/js/types/Interface/models/IInvoiceRecurrence.js +6 -0
  232. package/js/types/Interface/models/IInvoiceRecurrence.js.map +1 -0
  233. package/js/types/index.js +48 -24
  234. package/js/types/index.js.map +1 -1
  235. package/js/utils/commercialManagement/document.js +1 -6
  236. package/js/utils/commercialManagement/document.js.map +1 -1
  237. package/js/utils/commercialManagement/recurrence.js +47 -0
  238. package/js/utils/commercialManagement/recurrence.js.map +1 -0
  239. package/js/utils/index.js +12 -0
  240. package/js/utils/index.js.map +1 -1
  241. package/js/utils/task.js +29 -20
  242. package/js/utils/task.js.map +1 -1
  243. package/js/utils/webmail.js +1 -3
  244. package/js/utils/webmail.js.map +1 -1
  245. package/package.json +1 -1
  246. package/ts/api/resources/{commercialDocument.ts → CommercialDocument.ts} +10 -0
  247. package/ts/api/resources/Dashboard.ts +0 -6
  248. package/ts/api/resources/Exercice.ts +4 -0
  249. package/ts/api/resources/Invoice.ts +4 -0
  250. package/ts/api/resources/Mail.ts +2 -2
  251. package/ts/api/resources/Qonto.ts +7 -1
  252. package/ts/api/resources/Recurrence.ts +17 -0
  253. package/ts/api/resources/{reminder.ts → Reminder.ts} +1 -1
  254. package/ts/api/resources/User.ts +3 -12
  255. package/ts/api/resources.ts +4 -2
  256. package/ts/types/Enum/BrandClementine.ts +3 -0
  257. package/ts/types/Enum/CommercialManagement.ts +3 -1
  258. package/ts/types/Enum/RecurrenceType.ts +25 -0
  259. package/ts/types/Enum/Role.ts +15 -10
  260. package/ts/types/Enum/RoleDetail.ts +120 -64
  261. package/ts/types/Enum/TaskResponseType.ts +35 -2
  262. package/ts/types/Enum/TimeCounterType.ts +7 -7
  263. package/ts/types/Interface/api/commercialManagement/Create.ts +62 -81
  264. package/ts/types/Interface/api/commercialManagement/Query.ts +25 -0
  265. package/ts/types/Interface/api/commercialManagement/Read.ts +19 -0
  266. package/ts/types/Interface/api/commercialManagement/Update.ts +25 -1
  267. package/ts/types/Interface/api/mail/QueryCountUnprocessedByUserMail.ts +1 -1
  268. package/ts/types/Interface/api/mail/QueryPaginatedMail.ts +1 -1
  269. package/ts/types/Interface/api/qonto/CreateImportation.ts +14 -0
  270. package/ts/types/Interface/api/qonto/Query.ts +80 -0
  271. package/ts/types/Interface/api/revision/QueryRevision.ts +15 -2
  272. package/ts/types/Interface/api/revision/QueryRevisionAccount.ts +11 -4
  273. package/ts/types/Interface/api/revision/QueryRevisionPaginate.ts +15 -2
  274. package/ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts +1 -1
  275. package/ts/types/Interface/api/task/QueryCountTask.ts +1 -1
  276. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +9 -0
  277. package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +9 -0
  278. package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +10 -1
  279. package/ts/types/Interface/models/IApiError.ts +1 -0
  280. package/ts/types/Interface/models/IEstimateInvoice.ts +4 -2
  281. package/ts/types/Interface/models/IInvoiceRecurrence.ts +16 -0
  282. package/ts/types/Interface/models/IInvoiceReminder.ts +1 -1
  283. package/ts/types/Interface/models/ITask.ts +2 -2
  284. package/ts/types/index.ts +4 -2
  285. package/ts/utils/commercialManagement/document.ts +1 -6
  286. package/ts/utils/commercialManagement/recurrence.ts +39 -0
  287. package/ts/utils/index.ts +1 -0
  288. package/ts/utils/task.ts +24 -16
  289. package/ts/utils/webmail.ts +1 -3
  290. package/es/api/resources/commercialDocument.d.ts.map +0 -1
  291. package/es/api/resources/commercialDocument.js.map +0 -1
  292. package/es/types/Interface/api/dashboard/QueryGescom.d.ts +0 -8
  293. package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +0 -1
  294. package/es/types/Interface/api/dashboard/QueryGescom.js.map +0 -1
  295. package/es/types/Interface/api/dashboard/ReadGescom.d.ts +0 -22
  296. package/es/types/Interface/api/dashboard/ReadGescom.d.ts.map +0 -1
  297. package/es/types/Interface/api/dashboard/ReadGescom.js +0 -9
  298. package/es/types/Interface/api/dashboard/ReadGescom.js.map +0 -1
  299. package/js/api/resources/commercialDocument.js.map +0 -1
  300. package/js/types/Interface/api/dashboard/QueryGescom.js.map +0 -1
  301. package/js/types/Interface/api/dashboard/ReadGescom.js +0 -22
  302. package/js/types/Interface/api/dashboard/ReadGescom.js.map +0 -1
  303. package/ts/types/Interface/api/dashboard/QueryGescom.ts +0 -18
  304. package/ts/types/Interface/api/dashboard/ReadGescom.ts +0 -24
@@ -1 +0,0 @@
1
- {"version":3,"file":"commercialDocument.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/commercialDocument.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,EACL,sBAAsB,EACtB,kBAAkB,EAClB,aAAa,EACb,mBAAmB,EACnB,wBAAwB,EACzB,MAAM,aAAa,CAAC;AAErB,qBAAa,kBAAmB,SAAQ,QAAQ;IAC9C,GAAG,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAI7C,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIhF,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIjC,gBAAgB,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC;IAI7D,YAAY,CAAC,MAAM,EAAE,sBAAsB,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,mBAAmB,CAAC,CAAC;IAIxG,cAAc,CAAC,OAAO,EAAE,IAAI,CAAC,qBAAqB,EAAE,uBAAuB,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIxG,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,qBAAqB,EAAE,uBAAuB,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIrG,cAAc,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIrF,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIlF,OAAO,CAAC,qBAAqB,EAAE,mBAAmB,EAAE,OAAO,EAAE,qBAAqB,GAAG,qBAAqB,GAAG,OAAO,CAAC,KAAK,CAAC;CAG5H"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"commercialDocument.js","sourceRoot":"","sources":["../../../ts/api/resources/commercialDocument.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAIL,mBAAmB,GAQpB,MAAM,aAAa,CAAC;AAErB,MAAM,OAAO,kBAAmB,SAAQ,QAAQ;IAC9C,GAAG,CAAC,EAAU;QACZ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,OAAiC;QAClD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oCAAoC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;IACtE,CAAC;IAED,gBAAgB,CAAC,MAA0B;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6CAA6C,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpF,CAAC;IAED,YAAY,CAAC,MAA8C;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACzE,CAAC;IAED,cAAc,CAAC,OAA6D;QAC1E,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kCAAkC,kCAAO,OAAO,KAAE,qBAAqB,EAAE,mBAAmB,CAAC,KAAK,IAAG,CAAC;IAChI,CAAC;IAED,WAAW,CAAC,OAA6D;QACvE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,+BAA+B,kCAAO,OAAO,KAAE,qBAAqB,EAAE,mBAAmB,CAAC,GAAG,IAAG,CAAC;IAC3H,CAAC;IAED,cAAc,CAAC,EAAU,EAAE,OAA8B;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oCAAoC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAED,WAAW,CAAC,EAAU,EAAE,OAA8B;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED,OAAO,CAAC,qBAA0C,EAAE,OAAsD;QACxG,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,kCAAO,OAAO,KAAE,qBAAqB,IAAG,CAAC;IACpG,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n BasePaginate,\n CreateInvoiceDocument,\n CreatePreSaleDocument,\n EstimateInvoiceType,\n IEstimateInvoice,\n IFile,\n QueryDocumentPaginated,\n QueryNextReference,\n QueryPaginate,\n ReadEstimateInvoice,\n UpdateCommercialDocument,\n} from '../../types';\n\nexport class CommercialDocument extends Resource {\n get(id: number): Promise<ReadEstimateInvoice> {\n return this.axios.$get(`/commercial-management/documents/${id}`);\n }\n\n update(id: number, payload: UpdateCommercialDocument): Promise<IEstimateInvoice> {\n return this.axios.patch(`/commercial-management/documents/${id}`, payload);\n }\n\n delete(id: number): Promise<true> {\n return this.axios.$delete(`/commercial-management/documents/${id}`);\n }\n\n getNextReference(params: QueryNextReference): Promise<string> {\n return this.axios.$get('/commercial-management/documents/references', { params });\n }\n\n getPaginated(params: QueryDocumentPaginated & QueryPaginate): Promise<BasePaginate<ReadEstimateInvoice>> {\n return this.axios.$get('/commercial-management/documents', { params });\n }\n\n createEstimate(payload: Omit<CreatePreSaleDocument, 'idEstimateInvoiceType'>): Promise<IEstimateInvoice> {\n return this.axios.$post('/commercial-management/estimates', { ...payload, idEstimateInvoiceType: EstimateInvoiceType.DEVIS });\n }\n\n createOrder(payload: Omit<CreatePreSaleDocument, 'idEstimateInvoiceType'>): Promise<IEstimateInvoice> {\n return this.axios.$post('/commercial-management/orders', { ...payload, idEstimateInvoiceType: EstimateInvoiceType.BON });\n }\n\n updateEstimate(id: number, payload: CreatePreSaleDocument): Promise<IEstimateInvoice> {\n return this.axios.$post(`/commercial-management/estimates/${id}`, payload);\n }\n\n updateOrder(id: number, payload: CreatePreSaleDocument): Promise<IEstimateInvoice> {\n return this.axios.$post(`/commercial-management/orders/${id}`, payload);\n }\n\n preview(idEstimateInvoiceType: EstimateInvoiceType, payload: CreatePreSaleDocument | CreateInvoiceDocument): Promise<IFile> {\n return this.axios.$post('/commercial-management/preview/', { ...payload, idEstimateInvoiceType });\n }\n}"]}
@@ -1,8 +0,0 @@
1
- export declare class QueryGescom {
2
- startDate: string | Date;
3
- endDate: string | Date;
4
- isPaid?: boolean;
5
- isLate?: boolean;
6
- isCanceled?: boolean;
7
- }
8
- //# sourceMappingURL=QueryGescom.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IAEtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,WAAW;CAevB;AAbC;IADC,WAAW,EAAE;;8CACW;AAGzB;IADC,WAAW,EAAE;;4CACS;AAGvB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;+CACD","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n isCanceled?: boolean;\n}"]}
@@ -1,22 +0,0 @@
1
- export declare class ReadGescom {
2
- bill: InvoiceObject;
3
- quote: QuoteObject;
4
- }
5
- export declare class InvoiceObject {
6
- invoicesPaid: Array<PartialInvoice>;
7
- invoicesPaiementWaiting: Array<PartialInvoice>;
8
- invoicesPaiementLate: Array<PartialInvoice>;
9
- }
10
- export declare class QuoteObject {
11
- quoteAccepted: Array<PartialInvoice>;
12
- quoteRefused: Array<PartialInvoice>;
13
- quotePending: Array<PartialInvoice>;
14
- }
15
- export declare class PartialInvoice {
16
- id: number;
17
- label: string;
18
- totalTaxExcluded: number;
19
- totalTaxIncluded: number;
20
- dueDate: string | Date;
21
- }
22
- //# sourceMappingURL=ReadGescom.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACrB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,qBAAa,aAAa;IACxB,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACpC,uBAAuB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC/C,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CAC7C;AAED,qBAAa,WAAW;IACtB,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACrC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACpC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACrC;AAED,qBAAa,cAAc;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,9 +0,0 @@
1
- export class ReadGescom {
2
- }
3
- export class InvoiceObject {
4
- }
5
- export class QuoteObject {
6
- }
7
- export class PartialInvoice {
8
- }
9
- //# sourceMappingURL=ReadGescom.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,UAAU;CAGtB;AAED,MAAM,OAAO,aAAa;CAIzB;AAED,MAAM,OAAO,WAAW;CAIvB;AAED,MAAM,OAAO,cAAc;CAM1B","sourcesContent":["export class ReadGescom {\n bill: InvoiceObject;\n quote: QuoteObject;\n}\n\nexport class InvoiceObject {\n invoicesPaid: Array<PartialInvoice>;\n invoicesPaiementWaiting: Array<PartialInvoice>;\n invoicesPaiementLate: Array<PartialInvoice>;\n}\n\nexport class QuoteObject {\n quoteAccepted: Array<PartialInvoice>;\n quoteRefused: Array<PartialInvoice>;\n quotePending: Array<PartialInvoice>;\n}\n\nexport class PartialInvoice {\n id: number;\n label: string;\n totalTaxExcluded: number;\n totalTaxIncluded: number;\n dueDate: string | Date;\n}"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"commercialDocument.js","mappings":";;;;;;;AAAA;;AACA;;AAcM,MAAOA,kBAAP,SAAkCC,kBAAlC,CAA0C;EAC9CC,GAAG,CAACC,EAAD,EAAW;IACZ,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,oCAAoCF,EAAE,EAAtD,CAAP;EACD;;EAEDG,MAAM,CAACH,EAAD,EAAaI,OAAb,EAA8C;IAClD,OAAO,KAAKH,KAAL,CAAWI,KAAX,CAAiB,oCAAoCL,EAAE,EAAvD,EAA2DI,OAA3D,CAAP;EACD;;EAEDE,MAAM,CAACN,EAAD,EAAW;IACf,OAAO,KAAKC,KAAL,CAAWM,OAAX,CAAmB,oCAAoCP,EAAE,EAAzD,CAAP;EACD;;EAEDQ,gBAAgB,CAACC,MAAD,EAA2B;IACzC,OAAO,KAAKR,KAAL,CAAWC,IAAX,CAAgB,6CAAhB,EAA+D;MAAEO;IAAF,CAA/D,CAAP;EACD;;EAEDC,YAAY,CAACD,MAAD,EAA+C;IACzD,OAAO,KAAKR,KAAL,CAAWC,IAAX,CAAgB,kCAAhB,EAAoD;MAAEO;IAAF,CAApD,CAAP;EACD;;EAEDE,cAAc,CAACP,OAAD,EAA8D;IAC1E,OAAO,KAAKH,KAAL,CAAWW,KAAX,CAAiB,kCAAjB,EAAmDC,gCAAOT,OAAP,GAAc;MAAEU,qBAAqB,EAAEC,2BAAoBC;IAA7C,CAAd,CAAnD,CAAP;EACD;;EAEDC,WAAW,CAACb,OAAD,EAA8D;IACvE,OAAO,KAAKH,KAAL,CAAWW,KAAX,CAAiB,+BAAjB,EAAgDC,gCAAOT,OAAP,GAAc;MAAEU,qBAAqB,EAAEC,2BAAoBG;IAA7C,CAAd,CAAhD,CAAP;EACD;;EAEDC,cAAc,CAACnB,EAAD,EAAaI,OAAb,EAA2C;IACvD,OAAO,KAAKH,KAAL,CAAWW,KAAX,CAAiB,oCAAoCZ,EAAE,EAAvD,EAA2DI,OAA3D,CAAP;EACD;;EAEDgB,WAAW,CAACpB,EAAD,EAAaI,OAAb,EAA2C;IACpD,OAAO,KAAKH,KAAL,CAAWW,KAAX,CAAiB,iCAAiCZ,EAAE,EAApD,EAAwDI,OAAxD,CAAP;EACD;;EAEDiB,OAAO,CAACP,qBAAD,EAA6CV,OAA7C,EAAmG;IACxG,OAAO,KAAKH,KAAL,CAAWW,KAAX,CAAiB,iCAAjB,EAAkDC,gCAAOT,OAAP,GAAc;MAAEU;IAAF,CAAd,CAAlD,CAAP;EACD;;AAvC6C;;QAAnCjB,kB,GAAAA,kB","names":["CommercialDocument","Resource","get","id","axios","$get","update","payload","patch","delete","$delete","getNextReference","params","getPaginated","createEstimate","$post","Object","idEstimateInvoiceType","EstimateInvoiceType","DEVIS","createOrder","BON","updateEstimate","updateOrder","preview"],"sourceRoot":"","sources":["../../../ts/api/resources/commercialDocument.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n BasePaginate,\n CreateInvoiceDocument,\n CreatePreSaleDocument,\n EstimateInvoiceType,\n IEstimateInvoice,\n IFile,\n QueryDocumentPaginated,\n QueryNextReference,\n QueryPaginate,\n ReadEstimateInvoice,\n UpdateCommercialDocument,\n} from '../../types';\n\nexport class CommercialDocument extends Resource {\n get(id: number): Promise<ReadEstimateInvoice> {\n return this.axios.$get(`/commercial-management/documents/${id}`);\n }\n\n update(id: number, payload: UpdateCommercialDocument): Promise<IEstimateInvoice> {\n return this.axios.patch(`/commercial-management/documents/${id}`, payload);\n }\n\n delete(id: number): Promise<true> {\n return this.axios.$delete(`/commercial-management/documents/${id}`);\n }\n\n getNextReference(params: QueryNextReference): Promise<string> {\n return this.axios.$get('/commercial-management/documents/references', { params });\n }\n\n getPaginated(params: QueryDocumentPaginated & QueryPaginate): Promise<BasePaginate<ReadEstimateInvoice>> {\n return this.axios.$get('/commercial-management/documents', { params });\n }\n\n createEstimate(payload: Omit<CreatePreSaleDocument, 'idEstimateInvoiceType'>): Promise<IEstimateInvoice> {\n return this.axios.$post('/commercial-management/estimates', { ...payload, idEstimateInvoiceType: EstimateInvoiceType.DEVIS });\n }\n\n createOrder(payload: Omit<CreatePreSaleDocument, 'idEstimateInvoiceType'>): Promise<IEstimateInvoice> {\n return this.axios.$post('/commercial-management/orders', { ...payload, idEstimateInvoiceType: EstimateInvoiceType.BON });\n }\n\n updateEstimate(id: number, payload: CreatePreSaleDocument): Promise<IEstimateInvoice> {\n return this.axios.$post(`/commercial-management/estimates/${id}`, payload);\n }\n\n updateOrder(id: number, payload: CreatePreSaleDocument): Promise<IEstimateInvoice> {\n return this.axios.$post(`/commercial-management/orders/${id}`, payload);\n }\n\n preview(idEstimateInvoiceType: EstimateInvoiceType, payload: CreatePreSaleDocument | CreateInvoiceDocument): Promise<IFile> {\n return this.axios.$post('/commercial-management/preview/', { ...payload, idEstimateInvoiceType });\n }\n}"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryGescom.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryGescom","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n isCanceled?: boolean;\n}"]}
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- class ReadGescom {}
8
-
9
- exports.ReadGescom = ReadGescom;
10
-
11
- class InvoiceObject {}
12
-
13
- exports.InvoiceObject = InvoiceObject;
14
-
15
- class QuoteObject {}
16
-
17
- exports.QuoteObject = QuoteObject;
18
-
19
- class PartialInvoice {}
20
-
21
- exports.PartialInvoice = PartialInvoice;
22
- //# sourceMappingURL=ReadGescom.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadGescom.js","mappings":";;;;;;AAAM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAKP,MAAOC,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAMP,MAAOC,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAMP,MAAOC,cAAP,CAAqB;;QAAdA,c,GAAAA,c","names":["ReadGescom","InvoiceObject","QuoteObject","PartialInvoice"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"sourcesContent":["export class ReadGescom {\n bill: InvoiceObject;\n quote: QuoteObject;\n}\n\nexport class InvoiceObject {\n invoicesPaid: Array<PartialInvoice>;\n invoicesPaiementWaiting: Array<PartialInvoice>;\n invoicesPaiementLate: Array<PartialInvoice>;\n}\n\nexport class QuoteObject {\n quoteAccepted: Array<PartialInvoice>;\n quoteRefused: Array<PartialInvoice>;\n quotePending: Array<PartialInvoice>;\n}\n\nexport class PartialInvoice {\n id: number;\n label: string;\n totalTaxExcluded: number;\n totalTaxIncluded: number;\n dueDate: string | Date;\n}"]}
@@ -1,18 +0,0 @@
1
- import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
2
-
3
- export class QueryGescom {
4
- @ApiProperty()
5
- startDate: string | Date;
6
-
7
- @ApiProperty()
8
- endDate: string | Date;
9
-
10
- @ApiPropertyOptional()
11
- isPaid?: boolean;
12
-
13
- @ApiPropertyOptional()
14
- isLate?: boolean;
15
-
16
- @ApiPropertyOptional()
17
- isCanceled?: boolean;
18
- }
@@ -1,24 +0,0 @@
1
- export class ReadGescom {
2
- bill: InvoiceObject;
3
- quote: QuoteObject;
4
- }
5
-
6
- export class InvoiceObject {
7
- invoicesPaid: Array<PartialInvoice>;
8
- invoicesPaiementWaiting: Array<PartialInvoice>;
9
- invoicesPaiementLate: Array<PartialInvoice>;
10
- }
11
-
12
- export class QuoteObject {
13
- quoteAccepted: Array<PartialInvoice>;
14
- quoteRefused: Array<PartialInvoice>;
15
- quotePending: Array<PartialInvoice>;
16
- }
17
-
18
- export class PartialInvoice {
19
- id: number;
20
- label: string;
21
- totalTaxExcluded: number;
22
- totalTaxIncluded: number;
23
- dueDate: string | Date;
24
- }