@silexpert/core 0.4.43 → 0.4.46

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 (267) hide show
  1. package/es/api/resources/dashboard.d.ts +6 -3
  2. package/es/api/resources/dashboard.d.ts.map +1 -1
  3. package/es/api/resources/dashboard.js +12 -2
  4. package/es/api/resources/dashboard.js.map +1 -1
  5. package/es/types/Enum/ShopifyFinancialStatus.d.ts +2 -0
  6. package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +1 -0
  7. package/es/types/Enum/ShopifyFinancialStatus.js +2 -0
  8. package/es/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  9. package/es/types/Enum/StockType.js +1 -1
  10. package/es/types/Enum/StockType.js.map +1 -1
  11. package/es/types/Enum/TransactionKind.d.ts +2 -0
  12. package/es/types/Enum/TransactionKind.d.ts.map +1 -0
  13. package/es/types/Enum/TransactionKind.js +2 -0
  14. package/es/types/Enum/TransactionKind.js.map +1 -0
  15. package/es/types/Enum/TransactionStatus.d.ts +2 -0
  16. package/es/types/Enum/TransactionStatus.d.ts.map +1 -0
  17. package/es/types/Enum/TransactionStatus.js +2 -0
  18. package/es/types/Enum/TransactionStatus.js.map +1 -0
  19. package/es/types/Interface/api/crisp/GetCrisp.d.ts +42 -0
  20. package/es/types/Interface/api/crisp/GetCrisp.d.ts.map +1 -0
  21. package/es/types/Interface/api/crisp/GetCrisp.js +2 -0
  22. package/es/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  23. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts +5 -0
  24. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts.map +1 -0
  25. package/es/types/Interface/api/dashboard/QueryTopBuys.js +21 -0
  26. package/es/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  27. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts +5 -0
  28. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts.map +1 -0
  29. package/es/types/Interface/api/dashboard/QueryTopProviders.js +21 -0
  30. package/es/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  31. package/es/types/Interface/api/dashboard/QueryVat.d.ts +5 -0
  32. package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +1 -0
  33. package/es/types/Interface/api/dashboard/QueryVat.js +21 -0
  34. package/es/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  35. package/es/types/Interface/api/dashboard/{ResultBalanceBankAccount.d.ts → ReadBalanceBankAccount.d.ts} +2 -2
  36. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -0
  37. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +5 -0
  38. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  39. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +6 -0
  40. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -0
  41. package/es/types/Interface/api/dashboard/ReadTopBuys.js +3 -0
  42. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  43. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +6 -0
  44. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -0
  45. package/es/types/Interface/api/dashboard/ReadTopProviders.js +3 -0
  46. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  47. package/es/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.d.ts → ReadTurnOverProfitAndLoss.d.ts} +2 -2
  48. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +1 -0
  49. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +7 -0
  50. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  51. package/es/types/Interface/api/dashboard/ReadVat.d.ts +11 -0
  52. package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +1 -0
  53. package/es/types/Interface/api/dashboard/ReadVat.js +5 -0
  54. package/es/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  55. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +22 -20
  56. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -1
  57. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -1
  58. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +5 -0
  59. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -0
  60. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +21 -0
  61. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  62. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +366 -0
  63. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -0
  64. package/es/types/Interface/api/shopify/ShopifyOrder.js +2 -0
  65. package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  66. package/es/types/Interface/api/shopify/address.d.ts +72 -0
  67. package/es/types/Interface/api/shopify/address.d.ts.map +1 -0
  68. package/es/types/Interface/api/shopify/address.js +2 -0
  69. package/es/types/Interface/api/shopify/address.js.map +1 -0
  70. package/es/types/Interface/api/shopify/base.d.ts +11 -0
  71. package/es/types/Interface/api/shopify/base.d.ts.map +1 -0
  72. package/es/types/Interface/api/shopify/base.js +2 -0
  73. package/es/types/Interface/api/shopify/base.js.map +1 -0
  74. package/es/types/Interface/api/shopify/client_details.d.ts +28 -0
  75. package/es/types/Interface/api/shopify/client_details.d.ts.map +1 -0
  76. package/es/types/Interface/api/shopify/client_details.js +2 -0
  77. package/es/types/Interface/api/shopify/client_details.js.map +1 -0
  78. package/es/types/Interface/api/shopify/customer.d.ts +99 -0
  79. package/es/types/Interface/api/shopify/customer.d.ts.map +1 -0
  80. package/es/types/Interface/api/shopify/customer.js +2 -0
  81. package/es/types/Interface/api/shopify/customer.js.map +1 -0
  82. package/es/types/Interface/api/shopify/discount_allocation.d.ts +17 -0
  83. package/es/types/Interface/api/shopify/discount_allocation.d.ts.map +1 -0
  84. package/es/types/Interface/api/shopify/discount_allocation.js +2 -0
  85. package/es/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  86. package/es/types/Interface/api/shopify/discount_application.d.ts +74 -0
  87. package/es/types/Interface/api/shopify/discount_application.d.ts.map +1 -0
  88. package/es/types/Interface/api/shopify/discount_application.js +2 -0
  89. package/es/types/Interface/api/shopify/discount_application.js.map +1 -0
  90. package/es/types/Interface/api/shopify/discount_code.d.ts +16 -0
  91. package/es/types/Interface/api/shopify/discount_code.d.ts.map +1 -0
  92. package/es/types/Interface/api/shopify/discount_code.js +2 -0
  93. package/es/types/Interface/api/shopify/discount_code.js.map +1 -0
  94. package/es/types/Interface/api/shopify/fulfillment.d.ts +93 -0
  95. package/es/types/Interface/api/shopify/fulfillment.d.ts.map +1 -0
  96. package/es/types/Interface/api/shopify/fulfillment.js +2 -0
  97. package/es/types/Interface/api/shopify/fulfillment.js.map +1 -0
  98. package/es/types/Interface/api/shopify/line_item.d.ts +126 -0
  99. package/es/types/Interface/api/shopify/line_item.d.ts.map +1 -0
  100. package/es/types/Interface/api/shopify/line_item.js +2 -0
  101. package/es/types/Interface/api/shopify/line_item.js.map +1 -0
  102. package/es/types/Interface/api/shopify/line_item_property.d.ts +12 -0
  103. package/es/types/Interface/api/shopify/line_item_property.d.ts.map +1 -0
  104. package/es/types/Interface/api/shopify/line_item_property.js +2 -0
  105. package/es/types/Interface/api/shopify/line_item_property.js.map +1 -0
  106. package/es/types/Interface/api/shopify/location.d.ts +57 -0
  107. package/es/types/Interface/api/shopify/location.d.ts.map +1 -0
  108. package/es/types/Interface/api/shopify/location.js +2 -0
  109. package/es/types/Interface/api/shopify/location.js.map +1 -0
  110. package/es/types/Interface/api/shopify/note_attribute.d.ts +11 -0
  111. package/es/types/Interface/api/shopify/note_attribute.d.ts.map +1 -0
  112. package/es/types/Interface/api/shopify/note_attribute.js +2 -0
  113. package/es/types/Interface/api/shopify/note_attribute.js.map +1 -0
  114. package/es/types/Interface/api/shopify/payment_details.d.ts +9 -0
  115. package/es/types/Interface/api/shopify/payment_details.d.ts.map +1 -0
  116. package/es/types/Interface/api/shopify/payment_details.js +2 -0
  117. package/es/types/Interface/api/shopify/payment_details.js.map +1 -0
  118. package/es/types/Interface/api/shopify/price_set.d.ts +11 -0
  119. package/es/types/Interface/api/shopify/price_set.d.ts.map +1 -0
  120. package/es/types/Interface/api/shopify/price_set.js +2 -0
  121. package/es/types/Interface/api/shopify/price_set.js.map +1 -0
  122. package/es/types/Interface/api/shopify/refund.d.ts +140 -0
  123. package/es/types/Interface/api/shopify/refund.d.ts.map +1 -0
  124. package/es/types/Interface/api/shopify/refund.js +2 -0
  125. package/es/types/Interface/api/shopify/refund.js.map +1 -0
  126. package/es/types/Interface/api/shopify/shipping_line.d.ts +59 -0
  127. package/es/types/Interface/api/shopify/shipping_line.d.ts.map +1 -0
  128. package/es/types/Interface/api/shopify/shipping_line.js +2 -0
  129. package/es/types/Interface/api/shopify/shipping_line.js.map +1 -0
  130. package/es/types/Interface/api/shopify/tax_line.d.ts +22 -0
  131. package/es/types/Interface/api/shopify/tax_line.d.ts.map +1 -0
  132. package/es/types/Interface/api/shopify/tax_line.js +2 -0
  133. package/es/types/Interface/api/shopify/tax_line.js.map +1 -0
  134. package/es/types/Interface/api/shopify/transaction.d.ts +103 -0
  135. package/es/types/Interface/api/shopify/transaction.d.ts.map +1 -0
  136. package/es/types/Interface/api/shopify/transaction.js +2 -0
  137. package/es/types/Interface/api/shopify/transaction.js.map +1 -0
  138. package/es/types/Interface/models/IAccountingFile.d.ts +1 -1
  139. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  140. package/es/types/Interface/models/IEngagementAccountingFile.d.ts +1 -1
  141. package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
  142. package/es/types/Interface/models/ISocietyGescom.d.ts +29 -29
  143. package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
  144. package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
  145. package/es/types/index.d.ts +12 -2
  146. package/es/types/index.d.ts.map +1 -1
  147. package/es/types/index.js +12 -2
  148. package/es/types/index.js.map +1 -1
  149. package/js/api/resources/dashboard.js +22 -2
  150. package/js/api/resources/dashboard.js.map +1 -1
  151. package/js/types/Enum/ShopifyFinancialStatus.js +6 -0
  152. package/js/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  153. package/js/types/Enum/StockType.js +1 -1
  154. package/js/types/Enum/StockType.js.map +1 -1
  155. package/js/types/Enum/TransactionKind.js +6 -0
  156. package/js/types/Enum/TransactionKind.js.map +1 -0
  157. package/js/types/Enum/TransactionStatus.js +6 -0
  158. package/js/types/Enum/TransactionStatus.js.map +1 -0
  159. package/js/types/Interface/api/crisp/GetCrisp.js +6 -0
  160. package/js/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  161. package/js/types/Interface/api/dashboard/QueryTopBuys.js +29 -0
  162. package/js/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  163. package/js/types/Interface/api/dashboard/QueryTopProviders.js +29 -0
  164. package/js/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  165. package/js/types/Interface/api/dashboard/QueryVat.js +29 -0
  166. package/js/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  167. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +14 -0
  168. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  169. package/js/types/Interface/api/dashboard/ReadTopBuys.js +10 -0
  170. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  171. package/js/types/Interface/api/dashboard/ReadTopProviders.js +10 -0
  172. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  173. package/js/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLoss.js} +3 -3
  174. package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  175. package/js/types/Interface/api/dashboard/ReadVat.js +14 -0
  176. package/js/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  177. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +29 -0
  178. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  179. package/js/types/Interface/api/shopify/ShopifyOrder.js +6 -0
  180. package/js/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  181. package/js/types/Interface/api/shopify/address.js +6 -0
  182. package/js/types/Interface/api/shopify/address.js.map +1 -0
  183. package/js/types/Interface/api/shopify/base.js +6 -0
  184. package/js/types/Interface/api/shopify/base.js.map +1 -0
  185. package/js/types/Interface/api/shopify/client_details.js +6 -0
  186. package/js/types/Interface/api/shopify/client_details.js.map +1 -0
  187. package/js/types/Interface/api/shopify/customer.js +6 -0
  188. package/js/types/Interface/api/shopify/customer.js.map +1 -0
  189. package/js/types/Interface/api/shopify/discount_allocation.js +6 -0
  190. package/js/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  191. package/js/types/Interface/api/shopify/discount_application.js +6 -0
  192. package/js/types/Interface/api/shopify/discount_application.js.map +1 -0
  193. package/js/types/Interface/api/shopify/discount_code.js +6 -0
  194. package/js/types/Interface/api/shopify/discount_code.js.map +1 -0
  195. package/js/types/Interface/api/shopify/fulfillment.js +6 -0
  196. package/js/types/Interface/api/shopify/fulfillment.js.map +1 -0
  197. package/js/types/Interface/api/shopify/line_item.js +6 -0
  198. package/js/types/Interface/api/shopify/line_item.js.map +1 -0
  199. package/js/types/Interface/api/shopify/line_item_property.js +6 -0
  200. package/js/types/Interface/api/shopify/line_item_property.js.map +1 -0
  201. package/js/types/Interface/api/shopify/location.js +6 -0
  202. package/js/types/Interface/api/shopify/location.js.map +1 -0
  203. package/js/types/Interface/api/shopify/note_attribute.js +6 -0
  204. package/js/types/Interface/api/shopify/note_attribute.js.map +1 -0
  205. package/js/types/Interface/api/shopify/payment_details.js +6 -0
  206. package/js/types/Interface/api/shopify/payment_details.js.map +1 -0
  207. package/js/types/Interface/api/shopify/price_set.js +6 -0
  208. package/js/types/Interface/api/shopify/price_set.js.map +1 -0
  209. package/js/types/Interface/api/shopify/refund.js +6 -0
  210. package/js/types/Interface/api/shopify/refund.js.map +1 -0
  211. package/js/types/Interface/api/shopify/shipping_line.js +6 -0
  212. package/js/types/Interface/api/shopify/shipping_line.js.map +1 -0
  213. package/js/types/Interface/api/shopify/tax_line.js +6 -0
  214. package/js/types/Interface/api/shopify/tax_line.js.map +1 -0
  215. package/js/types/Interface/api/shopify/transaction.js +6 -0
  216. package/js/types/Interface/api/shopify/transaction.js.map +1 -0
  217. package/js/types/index.js +126 -6
  218. package/js/types/index.js.map +1 -1
  219. package/package.json +1 -1
  220. package/ts/api/resources/dashboard.ts +32 -6
  221. package/ts/types/Enum/ShopifyFinancialStatus.ts +11 -0
  222. package/ts/types/Enum/StockType.ts +1 -1
  223. package/ts/types/Enum/TransactionKind.ts +7 -0
  224. package/ts/types/Enum/TransactionStatus.ts +6 -0
  225. package/ts/types/Interface/api/crisp/GetCrisp.ts +46 -0
  226. package/ts/types/Interface/api/dashboard/QueryTopBuys.ts +9 -0
  227. package/ts/types/Interface/api/dashboard/QueryTopProviders.ts +9 -0
  228. package/ts/types/Interface/api/dashboard/QueryVat.ts +9 -0
  229. package/ts/types/Interface/api/dashboard/{ResultBalanceBankAccount.ts → ReadBalanceBankAccount.ts} +1 -1
  230. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +5 -0
  231. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -0
  232. package/ts/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.ts → ReadTurnOverProfitAndLoss.ts} +1 -1
  233. package/ts/types/Interface/api/dashboard/ReadVat.ts +11 -0
  234. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +22 -20
  235. package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +8 -0
  236. package/ts/types/Interface/api/shopify/ShopifyOrder.ts +436 -0
  237. package/ts/types/Interface/api/shopify/address.ts +88 -0
  238. package/ts/types/Interface/api/shopify/base.ts +10 -0
  239. package/ts/types/Interface/api/shopify/client_details.ts +33 -0
  240. package/ts/types/Interface/api/shopify/customer.ts +125 -0
  241. package/ts/types/Interface/api/shopify/discount_allocation.ts +19 -0
  242. package/ts/types/Interface/api/shopify/discount_application.ts +83 -0
  243. package/ts/types/Interface/api/shopify/discount_code.ts +18 -0
  244. package/ts/types/Interface/api/shopify/fulfillment.ts +110 -0
  245. package/ts/types/Interface/api/shopify/line_item.ts +153 -0
  246. package/ts/types/Interface/api/shopify/line_item_property.ts +13 -0
  247. package/ts/types/Interface/api/shopify/location.ts +69 -0
  248. package/ts/types/Interface/api/shopify/note_attribute.ts +11 -0
  249. package/ts/types/Interface/api/shopify/payment_details.ts +13 -0
  250. package/ts/types/Interface/api/shopify/price_set.ts +10 -0
  251. package/ts/types/Interface/api/shopify/refund.ts +142 -0
  252. package/ts/types/Interface/api/shopify/shipping_line.ts +71 -0
  253. package/ts/types/Interface/api/shopify/tax_line.ts +25 -0
  254. package/ts/types/Interface/api/shopify/transaction.ts +123 -0
  255. package/ts/types/Interface/models/IAccountingFile.ts +1 -1
  256. package/ts/types/Interface/models/IEngagementAccountingFile.ts +1 -1
  257. package/ts/types/Interface/models/ISocietyGescom.ts +29 -29
  258. package/ts/types/index.ts +12 -2
  259. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts.map +0 -1
  260. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -5
  261. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  262. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.d.ts.map +0 -1
  263. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js +0 -7
  264. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
  265. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -14
  266. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  267. package/js/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
package/es/types/index.js CHANGED
@@ -370,10 +370,16 @@ export * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';
370
370
  // export * from './Interface/api/stock/stockEntries';
371
371
  export * from './Interface/api/stock/StockEntries';
372
372
  export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
373
- export * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';
373
+ export * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';
374
374
  export * from './Interface/api/pdf/BillingDocumentData';
375
375
  export * from './Interface/api/dashboard/QueryBalanceBankAccount';
376
- export * from './Interface/api/dashboard/ResultBalanceBankAccount';
376
+ export * from './Interface/api/dashboard/QueryVat';
377
+ export * from './Interface/api/dashboard/QueryTopBuys';
378
+ export * from './Interface/api/dashboard/QueryTopProviders';
379
+ export * from './Interface/api/dashboard/ReadBalanceBankAccount';
380
+ export * from './Interface/api/dashboard/ReadVat';
381
+ export * from './Interface/api/dashboard/ReadTopBuys';
382
+ export * from './Interface/api/dashboard/ReadTopProviders';
377
383
  // export * from './Interface/api/survey/QuerySurvey';
378
384
  export * from './Interface/api/survey/ReadSurvey';
379
385
  export * from './Interface/api/survey/UpdateSurvey';
@@ -423,5 +429,9 @@ export * from './Interface/api/zticket/QueryZTicket';
423
429
  export * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';
424
430
  export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
425
431
  export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
432
+ export * from './Interface/api/shopify/ShopifyOrder';
433
+ export * from './Interface/api/shopify/address';
434
+ export * from './Interface/api/shopify/ImportInvoicesShopify';
426
435
  export * from './Interface/api/transactions/QueryUnexport';
436
+ export * from './Interface/api/crisp/GetCrisp';
427
437
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IItemEstimate';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IReportMessage';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceeding';\nexport * from './Interface/models/ISocietyRelance';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFollowedQualityMailType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IProductType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUnit';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\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/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\nexport * from './Enum/Account';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/ResultBalanceBankAccount';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/transactions/QueryUnexport';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBalanceSheetLiquidation';\nexport * from './Interface/models/IBalanceSheetPartial';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IItemEstimate';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IReportMessage';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyAction';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceeding';\nexport * from './Interface/models/ISocietyRelance';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFollowedQualityMailType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IProductType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUnit';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\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/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\nexport * from './Enum/Account';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/ImportInvoicesShopify';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\n"]}
@@ -7,15 +7,35 @@ exports.Dashboard = undefined;
7
7
 
8
8
  var _Resource = require("../Resource");
9
9
 
10
+ const ROUTE = 'dashboard';
11
+
10
12
  class Dashboard extends _Resource.Resource {
11
13
  getTurnoverProfitAndLoss(params) {
12
- return this.axios.$get('dashboard/turnoverProfitAndLoss', {
14
+ return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, {
13
15
  params
14
16
  });
15
17
  }
16
18
 
17
19
  getBalanceBankAccount(params) {
18
- return this.axios.$get('dashboard/balanceBankAccount', {
20
+ return this.axios.$get(`${ROUTE}/balanceBankAccount`, {
21
+ params
22
+ });
23
+ }
24
+
25
+ getTva(dates) {
26
+ return this.axios.get(`${ROUTE}/vat`, {
27
+ params: dates
28
+ });
29
+ }
30
+
31
+ getTopBuys(dates) {
32
+ return this.axios.$get(`${ROUTE}/topBuys`, {
33
+ params: dates
34
+ });
35
+ }
36
+
37
+ getTopProviders(params) {
38
+ return this.axios.$get(`${ROUTE}/topProviders`, {
19
39
  params
20
40
  });
21
41
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,SAAP,SAAyB,kBAAzB,CAAiC;AACrC,EAAA,wBAAwB,CAAC,MAAD,EAAmC;AACzD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,iCAAhB,EAAmD;AAAE,MAAA;AAAF,KAAnD,CAAP;AACD;;AAED,EAAA,qBAAqB,CAAC,MAAD,EAAgC;AACnD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,8BAAhB,EAAgD;AAAE,MAAA;AAAF,KAAhD,CAAP;AACD;;AAPoC;;QAA1B,S,GAAA,S","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, ResultBalanceBankAccount, ResultTurnoverProfitAndLoss,\n} from '../../types';\n\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ResultTurnoverProfitAndLoss> {\n return this.axios.$get('dashboard/turnoverProfitAndLoss', { params });\n }\n\n getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ResultBalanceBankAccount[]> {\n return this.axios.$get('dashboard/balanceBankAccount', { params });\n }\n}"],"sourceRoot":"","file":"dashboard.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAcA,MAAM,KAAK,GAAG,WAAd;;AACM,MAAO,SAAP,SAAyB,kBAAzB,CAAiC;AACrC,EAAA,wBAAwB,CACtB,MADsB,EACY;AAElC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,wBAAxB,EAAkD;AAAE,MAAA;AAAF,KAAlD,CAAP;AACD;;AAED,EAAA,qBAAqB,CACnB,MADmB,EACY;AAE/B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,qBAAxB,EAA+C;AAAE,MAAA;AAAF,KAA/C,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,KAAD,EAAgB;AACpB,WAAO,KAAK,KAAL,CAAW,GAAX,CAAe,GAAG,KAAK,MAAvB,EAA+B;AAAE,MAAA,MAAM,EAAE;AAAV,KAA/B,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,KAAD,EAAoB;AAC5B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,UAAxB,EAAoC;AAAE,MAAA,MAAM,EAAE;AAAV,KAApC,CAAP;AACD;;AAED,EAAA,eAAe,CAAC,MAAD,EAA0B;AACvC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,GAAG,KAAK,eAAxB,EAAyC;AAAE,MAAA;AAAF,KAAzC,CAAP;AACD;;AAvBoC;;QAA1B,S,GAAA,S","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount[]> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getTva(dates: QueryVat): Promise<ReadVat> {\n return this.axios.get(`${ROUTE}/vat`, { params: dates });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n}\n"],"sourceRoot":"","file":"dashboard.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ShopifyFinancialStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ShopifyFinancialStatus.js"}
@@ -44,7 +44,7 @@ const StockType = exports.StockType = {
44
44
  designation: 'Stock de travaux de production en cours',
45
45
  idAccount: 352,
46
46
  idAccountVariation: 422,
47
- idAccountDepreciation: 396
47
+ idAccountDepreciation: 386
48
48
  },
49
49
  STOCK_PRODUITS_SERVICE_EN_COURS: {
50
50
  designation: 'Stock de produit et service en cours',
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":";;;;;AAGO,MAAM,SAAS,WAAT,SAAS,GAAmB;AACvC,EAAA,sBAAsB,EAAE;AACtB,IAAA,WAAW,EAAE,2BADS;AAEtB,IAAA,SAAS,EAAE,EAFW;AAGtB,IAAA,kBAAkB,EAAE,EAHE;AAItB,IAAA,qBAAqB,EAAE;AAJD,GADe;AAOvC,EAAA,yBAAyB,EAAE;AACzB,IAAA,WAAW,EAAE,8BADY;AAEzB,IAAA,SAAS,EAAE,GAFc;AAGzB,IAAA,kBAAkB,EAAE,EAHK;AAIzB,IAAA,qBAAqB,EAAE;AAJE,GAPY;AAavC,EAAA,4BAA4B,EAAE;AAC5B,IAAA,WAAW,EAAE,iCADe;AAE5B,IAAA,SAAS,EAAE,GAFiB;AAG5B,IAAA,kBAAkB,EAAE,EAHQ;AAI5B,IAAA,qBAAqB,EAAE;AAJK,GAbS;AAmBvC,EAAA,eAAe,EAAE;AACf,IAAA,WAAW,EAAE,iBADE;AAEf,IAAA,SAAS,EAAE,GAFI;AAGf,IAAA,kBAAkB,EAAE,EAHL;AAIf,IAAA,qBAAqB,EAAE;AAJR,GAnBsB;AAyBvC,EAAA,iBAAiB,EAAE;AACjB,IAAA,WAAW,EAAE,sBADI;AAEjB,IAAA,SAAS,EAAE,GAFM;AAGjB,IAAA,kBAAkB,EAAE,EAHH;AAIjB,IAAA,qBAAqB,EAAE;AAJN,GAzBoB;AA+BvC,EAAA,kCAAkC,EAAE;AAClC,IAAA,WAAW,EAAE,0CADqB;AAElC,IAAA,SAAS,EAAE,GAFuB;AAGlC,IAAA,kBAAkB,EAAE,GAHc;AAIlC,IAAA,qBAAqB,EAAE;AAJW,GA/BG;AAqCvC,EAAA,iCAAiC,EAAE;AACjC,IAAA,WAAW,EAAE,yCADoB;AAEjC,IAAA,SAAS,EAAE,GAFsB;AAGjC,IAAA,kBAAkB,EAAE,GAHa;AAIjC,IAAA,qBAAqB,EAAE;AAJU,GArCI;AA2CvC,EAAA,+BAA+B,EAAE;AAC/B,IAAA,WAAW,EAAE,sCADkB;AAE/B,IAAA,SAAS,EAAE,GAFoB;AAG/B,IAAA,kBAAkB,EAAE,GAHW;AAI/B,IAAA,qBAAqB,EAAE;AAJQ,GA3CM;AAiDvC,EAAA,iCAAiC,EAAE;AACjC,IAAA,WAAW,EAAE,yCADoB;AAEjC,IAAA,SAAS,EAAE,GAFsB;AAGjC,IAAA,kBAAkB,EAAE,GAHa;AAIjC,IAAA,qBAAqB,EAAE;AAJU,GAjDI;AAuDvC,EAAA,mBAAmB,EAAE;AACnB,IAAA,WAAW,EAAE,yBADM;AAEnB,IAAA,SAAS,EAAE,GAFQ;AAGnB,IAAA,kBAAkB,EAAE,GAHD;AAInB,IAAA,qBAAqB,EAAE;AAJJ;AAvDkB,CAAlC;AA+DA,MAAM,iBAAiB,WAAjB,iBAAiB,GAA0B;AACtD,EAAA,kBAAkB,EAAE;AAClB,IAAA,SAAS,EAAE,GADO;AAElB,IAAA,iBAAiB,EAAE;AAFD;AADkC,CAAjD;AAOA,MAAM,YAAY,WAAZ,YAAY,GAAG;AAC1B,EAAA,sBAAsB,EAAE,aADE;AAE1B,EAAA,yBAAyB,EAAE,qBAFD;AAG1B,EAAA,4BAA4B,EAAE,aAHJ;AAI1B,EAAA,eAAe,EAAE,WAJS;AAK1B,EAAA,iBAAiB,EAAE,cALO;AAM1B,EAAA,kCAAkC,EAAE,sBANV;AAO1B,EAAA,iCAAiC,EAAE,gBAPT;AAQ1B,EAAA,+BAA+B,EAAE,sBARP;AAS1B,EAAA,iCAAiC,EAAE,oBATT;AAU1B,EAAA,mBAAmB,EAAE;AAVK,CAArB","sourcesContent":["import { stockInterface } from '../Interface/api/stock/Stocks';\nimport { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';\n\nexport const StockType: stockInterface = {\n STOCK_MATIERE_PREMIERE: {\n designation: 'Stock de matière première',\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n designation: 'Stock de matière consommable',\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n designation: 'Stock de fourniture consommable',\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n designation: 'Stock emballage',\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n designation: 'Stock de marchandise',\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n designation: 'Stock de produits de production en cours',\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n designation: 'Stock de travaux de production en cours',\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 396,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n designation: 'Stock de produit et service en cours',\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n designation: 'Stock de prestation de service en cours',\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n designation: 'Stock de produits finis',\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n};\n\nexport const StockDepreciation: depreciationInterface = {\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\n },\n};\n\nexport const StockMapping = {\n STOCK_MATIERE_PREMIERE: 'rawMaterial',\n STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',\n STOCK_FOURNITURE_CONSOMMABLE: 'consumables',\n STOCK_EMBALLAGE: 'packaging',\n STOCK_MARCHANDISE: 'merchandises',\n STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',\n STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',\n STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',\n STOCK_PRODUITS_FINI: 'finishedProducts',\n};\n"],"sourceRoot":"","file":"StockType.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":";;;;;AAGO,MAAM,SAAS,WAAT,SAAS,GAAmB;AACvC,EAAA,sBAAsB,EAAE;AACtB,IAAA,WAAW,EAAE,2BADS;AAEtB,IAAA,SAAS,EAAE,EAFW;AAGtB,IAAA,kBAAkB,EAAE,EAHE;AAItB,IAAA,qBAAqB,EAAE;AAJD,GADe;AAOvC,EAAA,yBAAyB,EAAE;AACzB,IAAA,WAAW,EAAE,8BADY;AAEzB,IAAA,SAAS,EAAE,GAFc;AAGzB,IAAA,kBAAkB,EAAE,EAHK;AAIzB,IAAA,qBAAqB,EAAE;AAJE,GAPY;AAavC,EAAA,4BAA4B,EAAE;AAC5B,IAAA,WAAW,EAAE,iCADe;AAE5B,IAAA,SAAS,EAAE,GAFiB;AAG5B,IAAA,kBAAkB,EAAE,EAHQ;AAI5B,IAAA,qBAAqB,EAAE;AAJK,GAbS;AAmBvC,EAAA,eAAe,EAAE;AACf,IAAA,WAAW,EAAE,iBADE;AAEf,IAAA,SAAS,EAAE,GAFI;AAGf,IAAA,kBAAkB,EAAE,EAHL;AAIf,IAAA,qBAAqB,EAAE;AAJR,GAnBsB;AAyBvC,EAAA,iBAAiB,EAAE;AACjB,IAAA,WAAW,EAAE,sBADI;AAEjB,IAAA,SAAS,EAAE,GAFM;AAGjB,IAAA,kBAAkB,EAAE,EAHH;AAIjB,IAAA,qBAAqB,EAAE;AAJN,GAzBoB;AA+BvC,EAAA,kCAAkC,EAAE;AAClC,IAAA,WAAW,EAAE,0CADqB;AAElC,IAAA,SAAS,EAAE,GAFuB;AAGlC,IAAA,kBAAkB,EAAE,GAHc;AAIlC,IAAA,qBAAqB,EAAE;AAJW,GA/BG;AAqCvC,EAAA,iCAAiC,EAAE;AACjC,IAAA,WAAW,EAAE,yCADoB;AAEjC,IAAA,SAAS,EAAE,GAFsB;AAGjC,IAAA,kBAAkB,EAAE,GAHa;AAIjC,IAAA,qBAAqB,EAAE;AAJU,GArCI;AA2CvC,EAAA,+BAA+B,EAAE;AAC/B,IAAA,WAAW,EAAE,sCADkB;AAE/B,IAAA,SAAS,EAAE,GAFoB;AAG/B,IAAA,kBAAkB,EAAE,GAHW;AAI/B,IAAA,qBAAqB,EAAE;AAJQ,GA3CM;AAiDvC,EAAA,iCAAiC,EAAE;AACjC,IAAA,WAAW,EAAE,yCADoB;AAEjC,IAAA,SAAS,EAAE,GAFsB;AAGjC,IAAA,kBAAkB,EAAE,GAHa;AAIjC,IAAA,qBAAqB,EAAE;AAJU,GAjDI;AAuDvC,EAAA,mBAAmB,EAAE;AACnB,IAAA,WAAW,EAAE,yBADM;AAEnB,IAAA,SAAS,EAAE,GAFQ;AAGnB,IAAA,kBAAkB,EAAE,GAHD;AAInB,IAAA,qBAAqB,EAAE;AAJJ;AAvDkB,CAAlC;AA+DA,MAAM,iBAAiB,WAAjB,iBAAiB,GAA0B;AACtD,EAAA,kBAAkB,EAAE;AAClB,IAAA,SAAS,EAAE,GADO;AAElB,IAAA,iBAAiB,EAAE;AAFD;AADkC,CAAjD;AAOA,MAAM,YAAY,WAAZ,YAAY,GAAG;AAC1B,EAAA,sBAAsB,EAAE,aADE;AAE1B,EAAA,yBAAyB,EAAE,qBAFD;AAG1B,EAAA,4BAA4B,EAAE,aAHJ;AAI1B,EAAA,eAAe,EAAE,WAJS;AAK1B,EAAA,iBAAiB,EAAE,cALO;AAM1B,EAAA,kCAAkC,EAAE,sBANV;AAO1B,EAAA,iCAAiC,EAAE,gBAPT;AAQ1B,EAAA,+BAA+B,EAAE,sBARP;AAS1B,EAAA,iCAAiC,EAAE,oBATT;AAU1B,EAAA,mBAAmB,EAAE;AAVK,CAArB","sourcesContent":["import { stockInterface } from '../Interface/api/stock/Stocks';\nimport { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';\n\nexport const StockType: stockInterface = {\n STOCK_MATIERE_PREMIERE: {\n designation: 'Stock de matière première',\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n designation: 'Stock de matière consommable',\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n designation: 'Stock de fourniture consommable',\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n designation: 'Stock emballage',\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n designation: 'Stock de marchandise',\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n designation: 'Stock de produits de production en cours',\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n designation: 'Stock de travaux de production en cours',\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 386,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n designation: 'Stock de produit et service en cours',\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n designation: 'Stock de prestation de service en cours',\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n designation: 'Stock de produits finis',\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n};\n\nexport const StockDepreciation: depreciationInterface = {\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\n },\n};\n\nexport const StockMapping = {\n STOCK_MATIERE_PREMIERE: 'rawMaterial',\n STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',\n STOCK_FOURNITURE_CONSOMMABLE: 'consumables',\n STOCK_EMBALLAGE: 'packaging',\n STOCK_MARCHANDISE: 'merchandises',\n STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',\n STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',\n STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',\n STOCK_PRODUITS_FINI: 'finishedProducts',\n};\n"],"sourceRoot":"","file":"StockType.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TransactionKind.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"TransactionKind.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TransactionStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"TransactionStatus.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=GetCrisp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"GetCrisp.js"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryTopBuys = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryTopBuys {}
23
+
24
+ exports.QueryTopBuys = QueryTopBuys;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryTopBuys.prototype, "startDate", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryTopBuys.prototype, "endDate", void 0);
29
+ //# sourceMappingURL=QueryTopBuys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryTopBuys.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryTopBuys {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n}"],"sourceRoot":"","file":"QueryTopBuys.js"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryTopProviders = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryTopProviders {}
23
+
24
+ exports.QueryTopProviders = QueryTopProviders;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryTopProviders.prototype, "startDate", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryTopProviders.prototype, "endDate", void 0);
29
+ //# sourceMappingURL=QueryTopProviders.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryTopProviders.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,iBAAP,CAAwB;;QAAjB,iB,GAAA,iB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2BAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2BAAA,E,SAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryTopProviders {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n}"],"sourceRoot":"","file":"QueryTopProviders.js"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryVat = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryVat {}
23
+
24
+ exports.QueryVat = QueryVat;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryVat.prototype, "startDate", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryVat.prototype, "endDate", void 0);
29
+ //# sourceMappingURL=QueryVat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryVat.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,QAAP,CAAe;;QAAR,Q,GAAA,Q;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,kBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,kBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryVat {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n}"],"sourceRoot":"","file":"QueryVat.js"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadBalanceBankAccount {}
8
+
9
+ exports.ReadBalanceBankAccount = ReadBalanceBankAccount;
10
+
11
+ class MissingData {}
12
+
13
+ exports.MissingData = MissingData;
14
+ //# sourceMappingURL=ReadBalanceBankAccount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAKP,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';\n\nexport class ReadBalanceBankAccount {\n date: string | Date;\n datas: Array<MissingData | IBalanceBankAccount>;\n}\n\nexport class MissingData {\n idBankAccount: number;\n noData: boolean;\n}\n"],"sourceRoot":"","file":"ReadBalanceBankAccount.js"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadTopBuys {}
8
+
9
+ exports.ReadTopBuys = ReadTopBuys;
10
+ //# sourceMappingURL=ReadTopBuys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ReadTopBuys {\n id: number;\n name: string;\n amount: number;\n}"],"sourceRoot":"","file":"ReadTopBuys.js"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadTopProviders {}
8
+
9
+ exports.ReadTopProviders = ReadTopProviders;
10
+ //# sourceMappingURL=ReadTopProviders.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB","sourcesContent":["export class ReadTopProviders {\n company: string;\n idAccount: number;\n amount: number;\n}\n"],"sourceRoot":"","file":"ReadTopProviders.js"}
@@ -4,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- class ResultTurnoverProfitAndLoss {}
7
+ class ReadTurnoverProfitAndLoss {}
8
8
 
9
- exports.ResultTurnoverProfitAndLoss = ResultTurnoverProfitAndLoss;
9
+ exports.ReadTurnoverProfitAndLoss = ReadTurnoverProfitAndLoss;
10
10
 
11
11
  class Chart {}
12
12
 
@@ -15,4 +15,4 @@ exports.Chart = Chart;
15
15
  class Periocidity {}
16
16
 
17
17
  exports.Periocidity = Periocidity;
18
- //# sourceMappingURL=ResultTurnOverProfitAndLoss.js.map
18
+ //# sourceMappingURL=ReadTurnOverProfitAndLoss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,yBAAP,CAAgC;;QAAzB,yB,GAAA,yB;;AASP,MAAO,KAAP,CAAY;;QAAL,K,GAAA,K;;AAKP,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ReadTurnoverProfitAndLoss {\n data: any;\n chart: {\n labels: Array<string>;\n dataSets: Array<Chart>;\n periodicity: Periocidity;\n };\n}\n\nexport class Chart {\n label: string;\n data: Array<number>;\n}\n\nexport class Periocidity {\n type: 'month' | 'day';\n intervales: number;\n}\n"],"sourceRoot":"","file":"ReadTurnOverProfitAndLoss.js"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadVat {}
8
+
9
+ exports.ReadVat = ReadVat;
10
+
11
+ class VatData {}
12
+
13
+ exports.VatData = VatData;
14
+ //# sourceMappingURL=ReadVat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadVat.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,OAAP,CAAc;;QAAP,O,GAAA,O;;AAMP,MAAO,OAAP,CAAc;;QAAP,O,GAAA,O","sourcesContent":["export class ReadVat {\n tvas: Array<VatData>;\n totalAmount: number;\n isDebitor: boolean;\n}\n\nexport class VatData {\n label: string;\n dataCollectible: number;\n dataDeductible: number;\n}"],"sourceRoot":"","file":"ReadVat.js"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ImportInvoicesShopify = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class ImportInvoicesShopify {}
23
+
24
+ exports.ImportInvoicesShopify = ImportInvoicesShopify;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ImportInvoicesShopify.prototype, "limit", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ImportInvoicesShopify.prototype, "idSociety", void 0);
29
+ //# sourceMappingURL=ImportInvoicesShopify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,qBAAP,CAA4B;;QAArB,qB,GAAA,qB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,+BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,+BAAA,E,WAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class ImportInvoicesShopify {\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"ImportInvoicesShopify.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ShopifyOrder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ShopifyOrder.js"}