@silexpert/core 0.4.42 → 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 (307) hide show
  1. package/es/api/resources/Immobilization.d.ts +2 -1
  2. package/es/api/resources/Immobilization.d.ts.map +1 -1
  3. package/es/api/resources/Immobilization.js +3 -0
  4. package/es/api/resources/Immobilization.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/balanceSheetModule/CreateBalanceSheetModule.d.ts +0 -1
  24. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  25. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -4
  26. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  27. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +0 -1
  28. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  29. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -4
  30. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  31. package/es/types/Interface/api/crisp/GetCrisp.d.ts +42 -0
  32. package/es/types/Interface/api/crisp/GetCrisp.d.ts.map +1 -0
  33. package/es/types/Interface/api/crisp/GetCrisp.js +2 -0
  34. package/es/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  35. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts +5 -0
  36. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts.map +1 -0
  37. package/es/types/Interface/api/dashboard/QueryTopBuys.js +21 -0
  38. package/es/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  39. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts +5 -0
  40. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts.map +1 -0
  41. package/es/types/Interface/api/dashboard/QueryTopProviders.js +21 -0
  42. package/es/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  43. package/es/types/Interface/api/dashboard/QueryVat.d.ts +5 -0
  44. package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +1 -0
  45. package/es/types/Interface/api/dashboard/QueryVat.js +21 -0
  46. package/es/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  47. package/es/types/Interface/api/dashboard/{ResultBalanceBankAccount.d.ts → ReadBalanceBankAccount.d.ts} +2 -2
  48. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -0
  49. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +5 -0
  50. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  51. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +6 -0
  52. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -0
  53. package/es/types/Interface/api/dashboard/ReadTopBuys.js +3 -0
  54. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  55. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +6 -0
  56. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -0
  57. package/es/types/Interface/api/dashboard/ReadTopProviders.js +3 -0
  58. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  59. package/es/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.d.ts → ReadTurnOverProfitAndLoss.d.ts} +2 -2
  60. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +1 -0
  61. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +7 -0
  62. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  63. package/es/types/Interface/api/dashboard/ReadVat.d.ts +11 -0
  64. package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +1 -0
  65. package/es/types/Interface/api/dashboard/ReadVat.js +5 -0
  66. package/es/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  67. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +22 -20
  68. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -1
  69. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -1
  70. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +5 -0
  71. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -0
  72. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +21 -0
  73. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  74. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +366 -0
  75. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -0
  76. package/es/types/Interface/api/shopify/ShopifyOrder.js +2 -0
  77. package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  78. package/es/types/Interface/api/shopify/address.d.ts +72 -0
  79. package/es/types/Interface/api/shopify/address.d.ts.map +1 -0
  80. package/es/types/Interface/api/shopify/address.js +2 -0
  81. package/es/types/Interface/api/shopify/address.js.map +1 -0
  82. package/es/types/Interface/api/shopify/base.d.ts +11 -0
  83. package/es/types/Interface/api/shopify/base.d.ts.map +1 -0
  84. package/es/types/Interface/api/shopify/base.js +2 -0
  85. package/es/types/Interface/api/shopify/base.js.map +1 -0
  86. package/es/types/Interface/api/shopify/client_details.d.ts +28 -0
  87. package/es/types/Interface/api/shopify/client_details.d.ts.map +1 -0
  88. package/es/types/Interface/api/shopify/client_details.js +2 -0
  89. package/es/types/Interface/api/shopify/client_details.js.map +1 -0
  90. package/es/types/Interface/api/shopify/customer.d.ts +99 -0
  91. package/es/types/Interface/api/shopify/customer.d.ts.map +1 -0
  92. package/es/types/Interface/api/shopify/customer.js +2 -0
  93. package/es/types/Interface/api/shopify/customer.js.map +1 -0
  94. package/es/types/Interface/api/shopify/discount_allocation.d.ts +17 -0
  95. package/es/types/Interface/api/shopify/discount_allocation.d.ts.map +1 -0
  96. package/es/types/Interface/api/shopify/discount_allocation.js +2 -0
  97. package/es/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  98. package/es/types/Interface/api/shopify/discount_application.d.ts +74 -0
  99. package/es/types/Interface/api/shopify/discount_application.d.ts.map +1 -0
  100. package/es/types/Interface/api/shopify/discount_application.js +2 -0
  101. package/es/types/Interface/api/shopify/discount_application.js.map +1 -0
  102. package/es/types/Interface/api/shopify/discount_code.d.ts +16 -0
  103. package/es/types/Interface/api/shopify/discount_code.d.ts.map +1 -0
  104. package/es/types/Interface/api/shopify/discount_code.js +2 -0
  105. package/es/types/Interface/api/shopify/discount_code.js.map +1 -0
  106. package/es/types/Interface/api/shopify/fulfillment.d.ts +93 -0
  107. package/es/types/Interface/api/shopify/fulfillment.d.ts.map +1 -0
  108. package/es/types/Interface/api/shopify/fulfillment.js +2 -0
  109. package/es/types/Interface/api/shopify/fulfillment.js.map +1 -0
  110. package/es/types/Interface/api/shopify/line_item.d.ts +126 -0
  111. package/es/types/Interface/api/shopify/line_item.d.ts.map +1 -0
  112. package/es/types/Interface/api/shopify/line_item.js +2 -0
  113. package/es/types/Interface/api/shopify/line_item.js.map +1 -0
  114. package/es/types/Interface/api/shopify/line_item_property.d.ts +12 -0
  115. package/es/types/Interface/api/shopify/line_item_property.d.ts.map +1 -0
  116. package/es/types/Interface/api/shopify/line_item_property.js +2 -0
  117. package/es/types/Interface/api/shopify/line_item_property.js.map +1 -0
  118. package/es/types/Interface/api/shopify/location.d.ts +57 -0
  119. package/es/types/Interface/api/shopify/location.d.ts.map +1 -0
  120. package/es/types/Interface/api/shopify/location.js +2 -0
  121. package/es/types/Interface/api/shopify/location.js.map +1 -0
  122. package/es/types/Interface/api/shopify/note_attribute.d.ts +11 -0
  123. package/es/types/Interface/api/shopify/note_attribute.d.ts.map +1 -0
  124. package/es/types/Interface/api/shopify/note_attribute.js +2 -0
  125. package/es/types/Interface/api/shopify/note_attribute.js.map +1 -0
  126. package/es/types/Interface/api/shopify/payment_details.d.ts +9 -0
  127. package/es/types/Interface/api/shopify/payment_details.d.ts.map +1 -0
  128. package/es/types/Interface/api/shopify/payment_details.js +2 -0
  129. package/es/types/Interface/api/shopify/payment_details.js.map +1 -0
  130. package/es/types/Interface/api/shopify/price_set.d.ts +11 -0
  131. package/es/types/Interface/api/shopify/price_set.d.ts.map +1 -0
  132. package/es/types/Interface/api/shopify/price_set.js +2 -0
  133. package/es/types/Interface/api/shopify/price_set.js.map +1 -0
  134. package/es/types/Interface/api/shopify/refund.d.ts +140 -0
  135. package/es/types/Interface/api/shopify/refund.d.ts.map +1 -0
  136. package/es/types/Interface/api/shopify/refund.js +2 -0
  137. package/es/types/Interface/api/shopify/refund.js.map +1 -0
  138. package/es/types/Interface/api/shopify/shipping_line.d.ts +59 -0
  139. package/es/types/Interface/api/shopify/shipping_line.d.ts.map +1 -0
  140. package/es/types/Interface/api/shopify/shipping_line.js +2 -0
  141. package/es/types/Interface/api/shopify/shipping_line.js.map +1 -0
  142. package/es/types/Interface/api/shopify/tax_line.d.ts +22 -0
  143. package/es/types/Interface/api/shopify/tax_line.d.ts.map +1 -0
  144. package/es/types/Interface/api/shopify/tax_line.js +2 -0
  145. package/es/types/Interface/api/shopify/tax_line.js.map +1 -0
  146. package/es/types/Interface/api/shopify/transaction.d.ts +103 -0
  147. package/es/types/Interface/api/shopify/transaction.d.ts.map +1 -0
  148. package/es/types/Interface/api/shopify/transaction.js +2 -0
  149. package/es/types/Interface/api/shopify/transaction.js.map +1 -0
  150. package/es/types/Interface/api/user/Permissions.d.ts +2 -0
  151. package/es/types/Interface/api/user/Permissions.d.ts.map +1 -1
  152. package/es/types/Interface/api/user/Permissions.js.map +1 -1
  153. package/es/types/Interface/models/IAccountingFile.d.ts +1 -1
  154. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  155. package/es/types/Interface/models/IBalanceSheetModule.d.ts +0 -1
  156. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  157. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  158. package/es/types/Interface/models/IEngagementAccountingFile.d.ts +1 -1
  159. package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
  160. package/es/types/Interface/models/IPermission.d.ts +2 -0
  161. package/es/types/Interface/models/IPermission.d.ts.map +1 -1
  162. package/es/types/Interface/models/IPermission.js.map +1 -1
  163. package/es/types/Interface/models/ISocietyGescom.d.ts +29 -29
  164. package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
  165. package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
  166. package/es/types/index.d.ts +12 -3
  167. package/es/types/index.d.ts.map +1 -1
  168. package/es/types/index.js +12 -3
  169. package/es/types/index.js.map +1 -1
  170. package/js/api/resources/Immobilization.js +4 -0
  171. package/js/api/resources/Immobilization.js.map +1 -1
  172. package/js/api/resources/dashboard.js +22 -2
  173. package/js/api/resources/dashboard.js.map +1 -1
  174. package/js/types/Enum/ShopifyFinancialStatus.js +6 -0
  175. package/js/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  176. package/js/types/Enum/StockType.js +1 -1
  177. package/js/types/Enum/StockType.js.map +1 -1
  178. package/js/types/Enum/TransactionKind.js +6 -0
  179. package/js/types/Enum/TransactionKind.js.map +1 -0
  180. package/js/types/Enum/TransactionStatus.js +6 -0
  181. package/js/types/Enum/TransactionStatus.js.map +1 -0
  182. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -2
  183. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  184. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -2
  185. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  186. package/js/types/Interface/api/crisp/GetCrisp.js +6 -0
  187. package/js/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  188. package/js/types/Interface/api/dashboard/QueryTopBuys.js +29 -0
  189. package/js/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  190. package/js/types/Interface/api/dashboard/QueryTopProviders.js +29 -0
  191. package/js/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  192. package/js/types/Interface/api/dashboard/QueryVat.js +29 -0
  193. package/js/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  194. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +14 -0
  195. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  196. package/js/types/Interface/api/dashboard/ReadTopBuys.js +10 -0
  197. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  198. package/js/types/Interface/api/dashboard/ReadTopProviders.js +10 -0
  199. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  200. package/js/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLoss.js} +3 -3
  201. package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  202. package/js/types/Interface/api/dashboard/ReadVat.js +14 -0
  203. package/js/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  204. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +29 -0
  205. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  206. package/js/types/Interface/api/shopify/ShopifyOrder.js +6 -0
  207. package/js/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  208. package/js/types/Interface/api/shopify/address.js +6 -0
  209. package/js/types/Interface/api/shopify/address.js.map +1 -0
  210. package/js/types/Interface/api/shopify/base.js +6 -0
  211. package/js/types/Interface/api/shopify/base.js.map +1 -0
  212. package/js/types/Interface/api/shopify/client_details.js +6 -0
  213. package/js/types/Interface/api/shopify/client_details.js.map +1 -0
  214. package/js/types/Interface/api/shopify/customer.js +6 -0
  215. package/js/types/Interface/api/shopify/customer.js.map +1 -0
  216. package/js/types/Interface/api/shopify/discount_allocation.js +6 -0
  217. package/js/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  218. package/js/types/Interface/api/shopify/discount_application.js +6 -0
  219. package/js/types/Interface/api/shopify/discount_application.js.map +1 -0
  220. package/js/types/Interface/api/shopify/discount_code.js +6 -0
  221. package/js/types/Interface/api/shopify/discount_code.js.map +1 -0
  222. package/js/types/Interface/api/shopify/fulfillment.js +6 -0
  223. package/js/types/Interface/api/shopify/fulfillment.js.map +1 -0
  224. package/js/types/Interface/api/shopify/line_item.js +6 -0
  225. package/js/types/Interface/api/shopify/line_item.js.map +1 -0
  226. package/js/types/Interface/api/shopify/line_item_property.js +6 -0
  227. package/js/types/Interface/api/shopify/line_item_property.js.map +1 -0
  228. package/js/types/Interface/api/shopify/location.js +6 -0
  229. package/js/types/Interface/api/shopify/location.js.map +1 -0
  230. package/js/types/Interface/api/shopify/note_attribute.js +6 -0
  231. package/js/types/Interface/api/shopify/note_attribute.js.map +1 -0
  232. package/js/types/Interface/api/shopify/payment_details.js +6 -0
  233. package/js/types/Interface/api/shopify/payment_details.js.map +1 -0
  234. package/js/types/Interface/api/shopify/price_set.js +6 -0
  235. package/js/types/Interface/api/shopify/price_set.js.map +1 -0
  236. package/js/types/Interface/api/shopify/refund.js +6 -0
  237. package/js/types/Interface/api/shopify/refund.js.map +1 -0
  238. package/js/types/Interface/api/shopify/shipping_line.js +6 -0
  239. package/js/types/Interface/api/shopify/shipping_line.js.map +1 -0
  240. package/js/types/Interface/api/shopify/tax_line.js +6 -0
  241. package/js/types/Interface/api/shopify/tax_line.js.map +1 -0
  242. package/js/types/Interface/api/shopify/transaction.js +6 -0
  243. package/js/types/Interface/api/shopify/transaction.js.map +1 -0
  244. package/js/types/index.js +126 -18
  245. package/js/types/index.js.map +1 -1
  246. package/package.json +1 -1
  247. package/ts/api/resources/Immobilization.ts +5 -1
  248. package/ts/api/resources/dashboard.ts +32 -6
  249. package/ts/types/Enum/ShopifyFinancialStatus.ts +11 -0
  250. package/ts/types/Enum/StockType.ts +1 -1
  251. package/ts/types/Enum/TransactionKind.ts +7 -0
  252. package/ts/types/Enum/TransactionStatus.ts +6 -0
  253. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +2 -2
  254. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +2 -2
  255. package/ts/types/Interface/api/crisp/GetCrisp.ts +46 -0
  256. package/ts/types/Interface/api/dashboard/QueryTopBuys.ts +9 -0
  257. package/ts/types/Interface/api/dashboard/QueryTopProviders.ts +9 -0
  258. package/ts/types/Interface/api/dashboard/QueryVat.ts +9 -0
  259. package/ts/types/Interface/api/dashboard/{ResultBalanceBankAccount.ts → ReadBalanceBankAccount.ts} +1 -1
  260. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +5 -0
  261. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -0
  262. package/ts/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.ts → ReadTurnOverProfitAndLoss.ts} +1 -1
  263. package/ts/types/Interface/api/dashboard/ReadVat.ts +11 -0
  264. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +22 -20
  265. package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +8 -0
  266. package/ts/types/Interface/api/shopify/ShopifyOrder.ts +436 -0
  267. package/ts/types/Interface/api/shopify/address.ts +88 -0
  268. package/ts/types/Interface/api/shopify/base.ts +10 -0
  269. package/ts/types/Interface/api/shopify/client_details.ts +33 -0
  270. package/ts/types/Interface/api/shopify/customer.ts +125 -0
  271. package/ts/types/Interface/api/shopify/discount_allocation.ts +19 -0
  272. package/ts/types/Interface/api/shopify/discount_application.ts +83 -0
  273. package/ts/types/Interface/api/shopify/discount_code.ts +18 -0
  274. package/ts/types/Interface/api/shopify/fulfillment.ts +110 -0
  275. package/ts/types/Interface/api/shopify/line_item.ts +153 -0
  276. package/ts/types/Interface/api/shopify/line_item_property.ts +13 -0
  277. package/ts/types/Interface/api/shopify/location.ts +69 -0
  278. package/ts/types/Interface/api/shopify/note_attribute.ts +11 -0
  279. package/ts/types/Interface/api/shopify/payment_details.ts +13 -0
  280. package/ts/types/Interface/api/shopify/price_set.ts +10 -0
  281. package/ts/types/Interface/api/shopify/refund.ts +142 -0
  282. package/ts/types/Interface/api/shopify/shipping_line.ts +71 -0
  283. package/ts/types/Interface/api/shopify/tax_line.ts +25 -0
  284. package/ts/types/Interface/api/shopify/transaction.ts +123 -0
  285. package/ts/types/Interface/api/user/Permissions.ts +2 -0
  286. package/ts/types/Interface/models/IAccountingFile.ts +1 -1
  287. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -1
  288. package/ts/types/Interface/models/IEngagementAccountingFile.ts +1 -1
  289. package/ts/types/Interface/models/IPermission.ts +2 -0
  290. package/ts/types/Interface/models/ISocietyGescom.ts +29 -29
  291. package/ts/types/index.ts +12 -3
  292. package/es/types/Enum/DefaultPermissions.d.ts +0 -13
  293. package/es/types/Enum/DefaultPermissions.d.ts.map +0 -1
  294. package/es/types/Enum/DefaultPermissions.js +0 -13
  295. package/es/types/Enum/DefaultPermissions.js.map +0 -1
  296. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts.map +0 -1
  297. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -5
  298. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  299. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.d.ts.map +0 -1
  300. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js +0 -7
  301. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
  302. package/js/types/Enum/DefaultPermissions.js +0 -18
  303. package/js/types/Enum/DefaultPermissions.js.map +0 -1
  304. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -14
  305. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  306. package/js/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
  307. package/ts/types/Enum/DefaultPermissions.ts +0 -12
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,gCAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare: boolean;\n\n @ApiPropertyOptional()\n deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile: boolean;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAMA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile: boolean;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
@@ -27,8 +27,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean
27
27
 
28
28
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
29
29
 
30
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "deadlinerecoveryImmobilization", void 0);
31
-
32
30
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
33
31
 
34
32
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateBalanceSheetModuleForm.prototype, "idExercice", void 0);
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,gCAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare: boolean;\n\n @ApiPropertyOptional()\n deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile: boolean;\n\n @ApiPropertyOptional()\n idExercice: number;\n}"],"sourceRoot":"","file":"UpdateBalanceSheetModule.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAMA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile: boolean;\n\n @ApiPropertyOptional()\n idExercice: number;\n}"],"sourceRoot":"","file":"UpdateBalanceSheetModule.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"}
@@ -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"}