@silexpert/core 0.4.43 → 0.4.47

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 (281) hide show
  1. package/es/api/resources/Society.d.ts +1 -1
  2. package/es/api/resources/Society.d.ts.map +1 -1
  3. package/es/api/resources/Society.js +2 -2
  4. package/es/api/resources/Society.js.map +1 -1
  5. package/es/api/resources/dashboard.d.ts +6 -3
  6. package/es/api/resources/dashboard.d.ts.map +1 -1
  7. package/es/api/resources/dashboard.js +12 -2
  8. package/es/api/resources/dashboard.js.map +1 -1
  9. package/es/types/Enum/ShopifyFinancialStatus.d.ts +2 -0
  10. package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +1 -0
  11. package/es/types/Enum/ShopifyFinancialStatus.js +2 -0
  12. package/es/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  13. package/es/types/Enum/StockType.js +1 -1
  14. package/es/types/Enum/StockType.js.map +1 -1
  15. package/es/types/Enum/TransactionKind.d.ts +2 -0
  16. package/es/types/Enum/TransactionKind.d.ts.map +1 -0
  17. package/es/types/Enum/TransactionKind.js +2 -0
  18. package/es/types/Enum/TransactionKind.js.map +1 -0
  19. package/es/types/Enum/TransactionStatus.d.ts +2 -0
  20. package/es/types/Enum/TransactionStatus.d.ts.map +1 -0
  21. package/es/types/Enum/TransactionStatus.js +2 -0
  22. package/es/types/Enum/TransactionStatus.js.map +1 -0
  23. package/es/types/Interface/api/crisp/GetCrisp.d.ts +42 -0
  24. package/es/types/Interface/api/crisp/GetCrisp.d.ts.map +1 -0
  25. package/es/types/Interface/api/crisp/GetCrisp.js +2 -0
  26. package/es/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  27. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts +5 -0
  28. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts.map +1 -0
  29. package/es/types/Interface/api/dashboard/QueryTopBuys.js +21 -0
  30. package/es/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  31. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts +5 -0
  32. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts.map +1 -0
  33. package/es/types/Interface/api/dashboard/QueryTopProviders.js +21 -0
  34. package/es/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  35. package/es/types/Interface/api/dashboard/QueryVat.d.ts +5 -0
  36. package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +1 -0
  37. package/es/types/Interface/api/dashboard/QueryVat.js +21 -0
  38. package/es/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  39. package/es/types/Interface/api/dashboard/{ResultBalanceBankAccount.d.ts → ReadBalanceBankAccount.d.ts} +2 -2
  40. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -0
  41. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +5 -0
  42. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  43. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +6 -0
  44. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -0
  45. package/es/types/Interface/api/dashboard/ReadTopBuys.js +3 -0
  46. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  47. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +6 -0
  48. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -0
  49. package/es/types/Interface/api/dashboard/ReadTopProviders.js +3 -0
  50. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  51. package/es/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.d.ts → ReadTurnOverProfitAndLoss.d.ts} +2 -2
  52. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +1 -0
  53. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +7 -0
  54. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  55. package/es/types/Interface/api/dashboard/ReadVat.d.ts +11 -0
  56. package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +1 -0
  57. package/es/types/Interface/api/dashboard/ReadVat.js +5 -0
  58. package/es/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  59. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +22 -20
  60. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -1
  61. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -1
  62. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +5 -0
  63. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -0
  64. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +21 -0
  65. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  66. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +366 -0
  67. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -0
  68. package/es/types/Interface/api/shopify/ShopifyOrder.js +2 -0
  69. package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  70. package/es/types/Interface/api/shopify/address.d.ts +72 -0
  71. package/es/types/Interface/api/shopify/address.d.ts.map +1 -0
  72. package/es/types/Interface/api/shopify/address.js +2 -0
  73. package/es/types/Interface/api/shopify/address.js.map +1 -0
  74. package/es/types/Interface/api/shopify/base.d.ts +11 -0
  75. package/es/types/Interface/api/shopify/base.d.ts.map +1 -0
  76. package/es/types/Interface/api/shopify/base.js +2 -0
  77. package/es/types/Interface/api/shopify/base.js.map +1 -0
  78. package/es/types/Interface/api/shopify/client_details.d.ts +28 -0
  79. package/es/types/Interface/api/shopify/client_details.d.ts.map +1 -0
  80. package/es/types/Interface/api/shopify/client_details.js +2 -0
  81. package/es/types/Interface/api/shopify/client_details.js.map +1 -0
  82. package/es/types/Interface/api/shopify/customer.d.ts +99 -0
  83. package/es/types/Interface/api/shopify/customer.d.ts.map +1 -0
  84. package/es/types/Interface/api/shopify/customer.js +2 -0
  85. package/es/types/Interface/api/shopify/customer.js.map +1 -0
  86. package/es/types/Interface/api/shopify/discount_allocation.d.ts +17 -0
  87. package/es/types/Interface/api/shopify/discount_allocation.d.ts.map +1 -0
  88. package/es/types/Interface/api/shopify/discount_allocation.js +2 -0
  89. package/es/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  90. package/es/types/Interface/api/shopify/discount_application.d.ts +74 -0
  91. package/es/types/Interface/api/shopify/discount_application.d.ts.map +1 -0
  92. package/es/types/Interface/api/shopify/discount_application.js +2 -0
  93. package/es/types/Interface/api/shopify/discount_application.js.map +1 -0
  94. package/es/types/Interface/api/shopify/discount_code.d.ts +16 -0
  95. package/es/types/Interface/api/shopify/discount_code.d.ts.map +1 -0
  96. package/es/types/Interface/api/shopify/discount_code.js +2 -0
  97. package/es/types/Interface/api/shopify/discount_code.js.map +1 -0
  98. package/es/types/Interface/api/shopify/fulfillment.d.ts +93 -0
  99. package/es/types/Interface/api/shopify/fulfillment.d.ts.map +1 -0
  100. package/es/types/Interface/api/shopify/fulfillment.js +2 -0
  101. package/es/types/Interface/api/shopify/fulfillment.js.map +1 -0
  102. package/es/types/Interface/api/shopify/line_item.d.ts +126 -0
  103. package/es/types/Interface/api/shopify/line_item.d.ts.map +1 -0
  104. package/es/types/Interface/api/shopify/line_item.js +2 -0
  105. package/es/types/Interface/api/shopify/line_item.js.map +1 -0
  106. package/es/types/Interface/api/shopify/line_item_property.d.ts +12 -0
  107. package/es/types/Interface/api/shopify/line_item_property.d.ts.map +1 -0
  108. package/es/types/Interface/api/shopify/line_item_property.js +2 -0
  109. package/es/types/Interface/api/shopify/line_item_property.js.map +1 -0
  110. package/es/types/Interface/api/shopify/location.d.ts +57 -0
  111. package/es/types/Interface/api/shopify/location.d.ts.map +1 -0
  112. package/es/types/Interface/api/shopify/location.js +2 -0
  113. package/es/types/Interface/api/shopify/location.js.map +1 -0
  114. package/es/types/Interface/api/shopify/note_attribute.d.ts +11 -0
  115. package/es/types/Interface/api/shopify/note_attribute.d.ts.map +1 -0
  116. package/es/types/Interface/api/shopify/note_attribute.js +2 -0
  117. package/es/types/Interface/api/shopify/note_attribute.js.map +1 -0
  118. package/es/types/Interface/api/shopify/payment_details.d.ts +9 -0
  119. package/es/types/Interface/api/shopify/payment_details.d.ts.map +1 -0
  120. package/es/types/Interface/api/shopify/payment_details.js +2 -0
  121. package/es/types/Interface/api/shopify/payment_details.js.map +1 -0
  122. package/es/types/Interface/api/shopify/price_set.d.ts +11 -0
  123. package/es/types/Interface/api/shopify/price_set.d.ts.map +1 -0
  124. package/es/types/Interface/api/shopify/price_set.js +2 -0
  125. package/es/types/Interface/api/shopify/price_set.js.map +1 -0
  126. package/es/types/Interface/api/shopify/refund.d.ts +140 -0
  127. package/es/types/Interface/api/shopify/refund.d.ts.map +1 -0
  128. package/es/types/Interface/api/shopify/refund.js +2 -0
  129. package/es/types/Interface/api/shopify/refund.js.map +1 -0
  130. package/es/types/Interface/api/shopify/shipping_line.d.ts +59 -0
  131. package/es/types/Interface/api/shopify/shipping_line.d.ts.map +1 -0
  132. package/es/types/Interface/api/shopify/shipping_line.js +2 -0
  133. package/es/types/Interface/api/shopify/shipping_line.js.map +1 -0
  134. package/es/types/Interface/api/shopify/tax_line.d.ts +22 -0
  135. package/es/types/Interface/api/shopify/tax_line.d.ts.map +1 -0
  136. package/es/types/Interface/api/shopify/tax_line.js +2 -0
  137. package/es/types/Interface/api/shopify/tax_line.js.map +1 -0
  138. package/es/types/Interface/api/shopify/transaction.d.ts +103 -0
  139. package/es/types/Interface/api/shopify/transaction.d.ts.map +1 -0
  140. package/es/types/Interface/api/shopify/transaction.js +2 -0
  141. package/es/types/Interface/api/shopify/transaction.js.map +1 -0
  142. package/es/types/Interface/api/society/CreateSociety.d.ts +1 -1
  143. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  144. package/es/types/Interface/api/society/CreateSociety.js +1 -1
  145. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  146. package/es/types/Interface/models/IAccountingFile.d.ts +1 -1
  147. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  148. package/es/types/Interface/models/IEngagementAccountingFile.d.ts +1 -1
  149. package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
  150. package/es/types/Interface/models/ISocietyGescom.d.ts +29 -29
  151. package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
  152. package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
  153. package/es/types/index.d.ts +12 -2
  154. package/es/types/index.d.ts.map +1 -1
  155. package/es/types/index.js +12 -2
  156. package/es/types/index.js.map +1 -1
  157. package/js/api/resources/Society.js +2 -2
  158. package/js/api/resources/Society.js.map +1 -1
  159. package/js/api/resources/dashboard.js +22 -2
  160. package/js/api/resources/dashboard.js.map +1 -1
  161. package/js/types/Enum/ShopifyFinancialStatus.js +6 -0
  162. package/js/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  163. package/js/types/Enum/StockType.js +1 -1
  164. package/js/types/Enum/StockType.js.map +1 -1
  165. package/js/types/Enum/TransactionKind.js +6 -0
  166. package/js/types/Enum/TransactionKind.js.map +1 -0
  167. package/js/types/Enum/TransactionStatus.js +6 -0
  168. package/js/types/Enum/TransactionStatus.js.map +1 -0
  169. package/js/types/Interface/api/crisp/GetCrisp.js +6 -0
  170. package/js/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  171. package/js/types/Interface/api/dashboard/QueryTopBuys.js +29 -0
  172. package/js/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  173. package/js/types/Interface/api/dashboard/QueryTopProviders.js +29 -0
  174. package/js/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  175. package/js/types/Interface/api/dashboard/QueryVat.js +29 -0
  176. package/js/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  177. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +14 -0
  178. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  179. package/js/types/Interface/api/dashboard/ReadTopBuys.js +10 -0
  180. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  181. package/js/types/Interface/api/dashboard/ReadTopProviders.js +10 -0
  182. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  183. package/js/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLoss.js} +3 -3
  184. package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  185. package/js/types/Interface/api/dashboard/ReadVat.js +14 -0
  186. package/js/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  187. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +29 -0
  188. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  189. package/js/types/Interface/api/shopify/ShopifyOrder.js +6 -0
  190. package/js/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  191. package/js/types/Interface/api/shopify/address.js +6 -0
  192. package/js/types/Interface/api/shopify/address.js.map +1 -0
  193. package/js/types/Interface/api/shopify/base.js +6 -0
  194. package/js/types/Interface/api/shopify/base.js.map +1 -0
  195. package/js/types/Interface/api/shopify/client_details.js +6 -0
  196. package/js/types/Interface/api/shopify/client_details.js.map +1 -0
  197. package/js/types/Interface/api/shopify/customer.js +6 -0
  198. package/js/types/Interface/api/shopify/customer.js.map +1 -0
  199. package/js/types/Interface/api/shopify/discount_allocation.js +6 -0
  200. package/js/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  201. package/js/types/Interface/api/shopify/discount_application.js +6 -0
  202. package/js/types/Interface/api/shopify/discount_application.js.map +1 -0
  203. package/js/types/Interface/api/shopify/discount_code.js +6 -0
  204. package/js/types/Interface/api/shopify/discount_code.js.map +1 -0
  205. package/js/types/Interface/api/shopify/fulfillment.js +6 -0
  206. package/js/types/Interface/api/shopify/fulfillment.js.map +1 -0
  207. package/js/types/Interface/api/shopify/line_item.js +6 -0
  208. package/js/types/Interface/api/shopify/line_item.js.map +1 -0
  209. package/js/types/Interface/api/shopify/line_item_property.js +6 -0
  210. package/js/types/Interface/api/shopify/line_item_property.js.map +1 -0
  211. package/js/types/Interface/api/shopify/location.js +6 -0
  212. package/js/types/Interface/api/shopify/location.js.map +1 -0
  213. package/js/types/Interface/api/shopify/note_attribute.js +6 -0
  214. package/js/types/Interface/api/shopify/note_attribute.js.map +1 -0
  215. package/js/types/Interface/api/shopify/payment_details.js +6 -0
  216. package/js/types/Interface/api/shopify/payment_details.js.map +1 -0
  217. package/js/types/Interface/api/shopify/price_set.js +6 -0
  218. package/js/types/Interface/api/shopify/price_set.js.map +1 -0
  219. package/js/types/Interface/api/shopify/refund.js +6 -0
  220. package/js/types/Interface/api/shopify/refund.js.map +1 -0
  221. package/js/types/Interface/api/shopify/shipping_line.js +6 -0
  222. package/js/types/Interface/api/shopify/shipping_line.js.map +1 -0
  223. package/js/types/Interface/api/shopify/tax_line.js +6 -0
  224. package/js/types/Interface/api/shopify/tax_line.js.map +1 -0
  225. package/js/types/Interface/api/shopify/transaction.js +6 -0
  226. package/js/types/Interface/api/shopify/transaction.js.map +1 -0
  227. package/js/types/Interface/api/society/CreateSociety.js +1 -1
  228. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  229. package/js/types/index.js +126 -6
  230. package/js/types/index.js.map +1 -1
  231. package/package.json +1 -1
  232. package/ts/api/resources/Society.ts +2 -2
  233. package/ts/api/resources/dashboard.ts +32 -6
  234. package/ts/types/Enum/ShopifyFinancialStatus.ts +11 -0
  235. package/ts/types/Enum/StockType.ts +1 -1
  236. package/ts/types/Enum/TransactionKind.ts +7 -0
  237. package/ts/types/Enum/TransactionStatus.ts +6 -0
  238. package/ts/types/Interface/api/crisp/GetCrisp.ts +46 -0
  239. package/ts/types/Interface/api/dashboard/QueryTopBuys.ts +9 -0
  240. package/ts/types/Interface/api/dashboard/QueryTopProviders.ts +9 -0
  241. package/ts/types/Interface/api/dashboard/QueryVat.ts +9 -0
  242. package/ts/types/Interface/api/dashboard/{ResultBalanceBankAccount.ts → ReadBalanceBankAccount.ts} +1 -1
  243. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +5 -0
  244. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -0
  245. package/ts/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.ts → ReadTurnOverProfitAndLoss.ts} +1 -1
  246. package/ts/types/Interface/api/dashboard/ReadVat.ts +11 -0
  247. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +22 -20
  248. package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +8 -0
  249. package/ts/types/Interface/api/shopify/ShopifyOrder.ts +436 -0
  250. package/ts/types/Interface/api/shopify/address.ts +88 -0
  251. package/ts/types/Interface/api/shopify/base.ts +10 -0
  252. package/ts/types/Interface/api/shopify/client_details.ts +33 -0
  253. package/ts/types/Interface/api/shopify/customer.ts +125 -0
  254. package/ts/types/Interface/api/shopify/discount_allocation.ts +19 -0
  255. package/ts/types/Interface/api/shopify/discount_application.ts +83 -0
  256. package/ts/types/Interface/api/shopify/discount_code.ts +18 -0
  257. package/ts/types/Interface/api/shopify/fulfillment.ts +110 -0
  258. package/ts/types/Interface/api/shopify/line_item.ts +153 -0
  259. package/ts/types/Interface/api/shopify/line_item_property.ts +13 -0
  260. package/ts/types/Interface/api/shopify/location.ts +69 -0
  261. package/ts/types/Interface/api/shopify/note_attribute.ts +11 -0
  262. package/ts/types/Interface/api/shopify/payment_details.ts +13 -0
  263. package/ts/types/Interface/api/shopify/price_set.ts +10 -0
  264. package/ts/types/Interface/api/shopify/refund.ts +142 -0
  265. package/ts/types/Interface/api/shopify/shipping_line.ts +71 -0
  266. package/ts/types/Interface/api/shopify/tax_line.ts +25 -0
  267. package/ts/types/Interface/api/shopify/transaction.ts +123 -0
  268. package/ts/types/Interface/api/society/CreateSociety.ts +2 -2
  269. package/ts/types/Interface/models/IAccountingFile.ts +1 -1
  270. package/ts/types/Interface/models/IEngagementAccountingFile.ts +1 -1
  271. package/ts/types/Interface/models/ISocietyGescom.ts +29 -29
  272. package/ts/types/index.ts +12 -2
  273. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts.map +0 -1
  274. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -5
  275. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  276. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.d.ts.map +0 -1
  277. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js +0 -7
  278. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
  279. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -14
  280. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  281. package/js/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
@@ -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"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=address.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"address.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"base.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=client_details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"client_details.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=customer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"customer.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=discount_allocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"discount_allocation.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=discount_application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"discount_application.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=discount_code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"discount_code.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=fulfillment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"fulfillment.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=line_item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"line_item.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=line_item_property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"line_item_property.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"location.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=note_attribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"note_attribute.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=payment_details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"payment_details.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=price_set.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"price_set.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=refund.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"refund.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=shipping_line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"shipping_line.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=tax_line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"tax_line.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=transaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"transaction.js"}
@@ -47,5 +47,5 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)
47
47
 
48
48
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "zipCode", void 0);
49
49
 
50
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], CreateSociety.prototype, "analyticsUtm", void 0);
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSociety.prototype, "analyticsUtm", void 0);
51
51
  //# sourceMappingURL=CreateSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA0B,CAA1B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiProperty()\n analyticsUtm: AnalticsUtm;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
package/js/types/index.js CHANGED
@@ -4408,14 +4408,14 @@ Object.keys(_QueryTurnoverProfitAndLoss).forEach(function (key) {
4408
4408
  });
4409
4409
  });
4410
4410
 
4411
- var _ResultTurnOverProfitAndLoss = require("./Interface/api/dashboard/ResultTurnOverProfitAndLoss");
4411
+ var _ReadTurnOverProfitAndLoss = require("./Interface/api/dashboard/ReadTurnOverProfitAndLoss");
4412
4412
 
4413
- Object.keys(_ResultTurnOverProfitAndLoss).forEach(function (key) {
4413
+ Object.keys(_ReadTurnOverProfitAndLoss).forEach(function (key) {
4414
4414
  if (key === "default" || key === "__esModule") return;
4415
4415
  Object.defineProperty(exports, key, {
4416
4416
  enumerable: true,
4417
4417
  get: function () {
4418
- return _ResultTurnOverProfitAndLoss[key];
4418
+ return _ReadTurnOverProfitAndLoss[key];
4419
4419
  }
4420
4420
  });
4421
4421
  });
@@ -4444,14 +4444,86 @@ Object.keys(_QueryBalanceBankAccount).forEach(function (key) {
4444
4444
  });
4445
4445
  });
4446
4446
 
4447
- var _ResultBalanceBankAccount = require("./Interface/api/dashboard/ResultBalanceBankAccount");
4447
+ var _QueryVat = require("./Interface/api/dashboard/QueryVat");
4448
4448
 
4449
- Object.keys(_ResultBalanceBankAccount).forEach(function (key) {
4449
+ Object.keys(_QueryVat).forEach(function (key) {
4450
4450
  if (key === "default" || key === "__esModule") return;
4451
4451
  Object.defineProperty(exports, key, {
4452
4452
  enumerable: true,
4453
4453
  get: function () {
4454
- return _ResultBalanceBankAccount[key];
4454
+ return _QueryVat[key];
4455
+ }
4456
+ });
4457
+ });
4458
+
4459
+ var _QueryTopBuys = require("./Interface/api/dashboard/QueryTopBuys");
4460
+
4461
+ Object.keys(_QueryTopBuys).forEach(function (key) {
4462
+ if (key === "default" || key === "__esModule") return;
4463
+ Object.defineProperty(exports, key, {
4464
+ enumerable: true,
4465
+ get: function () {
4466
+ return _QueryTopBuys[key];
4467
+ }
4468
+ });
4469
+ });
4470
+
4471
+ var _QueryTopProviders = require("./Interface/api/dashboard/QueryTopProviders");
4472
+
4473
+ Object.keys(_QueryTopProviders).forEach(function (key) {
4474
+ if (key === "default" || key === "__esModule") return;
4475
+ Object.defineProperty(exports, key, {
4476
+ enumerable: true,
4477
+ get: function () {
4478
+ return _QueryTopProviders[key];
4479
+ }
4480
+ });
4481
+ });
4482
+
4483
+ var _ReadBalanceBankAccount = require("./Interface/api/dashboard/ReadBalanceBankAccount");
4484
+
4485
+ Object.keys(_ReadBalanceBankAccount).forEach(function (key) {
4486
+ if (key === "default" || key === "__esModule") return;
4487
+ Object.defineProperty(exports, key, {
4488
+ enumerable: true,
4489
+ get: function () {
4490
+ return _ReadBalanceBankAccount[key];
4491
+ }
4492
+ });
4493
+ });
4494
+
4495
+ var _ReadVat = require("./Interface/api/dashboard/ReadVat");
4496
+
4497
+ Object.keys(_ReadVat).forEach(function (key) {
4498
+ if (key === "default" || key === "__esModule") return;
4499
+ Object.defineProperty(exports, key, {
4500
+ enumerable: true,
4501
+ get: function () {
4502
+ return _ReadVat[key];
4503
+ }
4504
+ });
4505
+ });
4506
+
4507
+ var _ReadTopBuys = require("./Interface/api/dashboard/ReadTopBuys");
4508
+
4509
+ Object.keys(_ReadTopBuys).forEach(function (key) {
4510
+ if (key === "default" || key === "__esModule") return;
4511
+ Object.defineProperty(exports, key, {
4512
+ enumerable: true,
4513
+ get: function () {
4514
+ return _ReadTopBuys[key];
4515
+ }
4516
+ });
4517
+ });
4518
+
4519
+ var _ReadTopProviders = require("./Interface/api/dashboard/ReadTopProviders");
4520
+
4521
+ Object.keys(_ReadTopProviders).forEach(function (key) {
4522
+ if (key === "default" || key === "__esModule") return;
4523
+ Object.defineProperty(exports, key, {
4524
+ enumerable: true,
4525
+ get: function () {
4526
+ return _ReadTopProviders[key];
4455
4527
  }
4456
4528
  });
4457
4529
  });
@@ -5008,6 +5080,42 @@ Object.keys(_GetBalanceSheetModule).forEach(function (key) {
5008
5080
  });
5009
5081
  });
5010
5082
 
5083
+ var _ShopifyOrder = require("./Interface/api/shopify/ShopifyOrder");
5084
+
5085
+ Object.keys(_ShopifyOrder).forEach(function (key) {
5086
+ if (key === "default" || key === "__esModule") return;
5087
+ Object.defineProperty(exports, key, {
5088
+ enumerable: true,
5089
+ get: function () {
5090
+ return _ShopifyOrder[key];
5091
+ }
5092
+ });
5093
+ });
5094
+
5095
+ var _address = require("./Interface/api/shopify/address");
5096
+
5097
+ Object.keys(_address).forEach(function (key) {
5098
+ if (key === "default" || key === "__esModule") return;
5099
+ Object.defineProperty(exports, key, {
5100
+ enumerable: true,
5101
+ get: function () {
5102
+ return _address[key];
5103
+ }
5104
+ });
5105
+ });
5106
+
5107
+ var _ImportInvoicesShopify = require("./Interface/api/shopify/ImportInvoicesShopify");
5108
+
5109
+ Object.keys(_ImportInvoicesShopify).forEach(function (key) {
5110
+ if (key === "default" || key === "__esModule") return;
5111
+ Object.defineProperty(exports, key, {
5112
+ enumerable: true,
5113
+ get: function () {
5114
+ return _ImportInvoicesShopify[key];
5115
+ }
5116
+ });
5117
+ });
5118
+
5011
5119
  var _QueryUnexport = require("./Interface/api/transactions/QueryUnexport");
5012
5120
 
5013
5121
  Object.keys(_QueryUnexport).forEach(function (key) {
@@ -5019,4 +5127,16 @@ Object.keys(_QueryUnexport).forEach(function (key) {
5019
5127
  }
5020
5128
  });
5021
5129
  });
5130
+
5131
+ var _GetCrisp = require("./Interface/api/crisp/GetCrisp");
5132
+
5133
+ Object.keys(_GetCrisp).forEach(function (key) {
5134
+ if (key === "default" || key === "__esModule") return;
5135
+ Object.defineProperty(exports, key, {
5136
+ enumerable: true,
5137
+ get: function () {
5138
+ return _GetCrisp[key];
5139
+ }
5140
+ });
5141
+ });
5022
5142
  //# sourceMappingURL=index.js.map