@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
@@ -0,0 +1,25 @@
1
+ import { ShopifyObject } from './base';
2
+ import { PriceSet } from './price_set';
3
+
4
+ export interface TaxLine extends ShopifyObject {
5
+ /**
6
+ * The amount of tax to be charged.
7
+ */
8
+ price: string;
9
+
10
+ /**
11
+ * The amount of tax to be charged, in shop and presentment currencies.
12
+ * (BETA)
13
+ */
14
+ price_set: PriceSet;
15
+
16
+ /**
17
+ * The rate of tax to be applied.
18
+ */
19
+ rate: number;
20
+
21
+ /**
22
+ * The name of the tax.
23
+ */
24
+ title: string;
25
+ }
@@ -0,0 +1,123 @@
1
+ import { ShopifyObject } from './base';
2
+ import { PaymentDetails } from './payment_details';
3
+
4
+ // Enums
5
+ import { TransactionKind } from '../../../Enum/TransactionKind';
6
+ import { TransactionStatus } from '../../../Enum/TransactionStatus';
7
+
8
+ export interface Transaction extends ShopifyObject {
9
+ id: number,
10
+ admin_graphql_api_id: string,
11
+ /**
12
+ * The amount of money that the transaction was for. Note: Shopify may return this property as a string.
13
+ */
14
+ amount: string;
15
+
16
+ /**
17
+ * The authorization code associated with the transaction.
18
+ */
19
+ authorization: string | null;
20
+
21
+ /**
22
+ * The date and time when the transaction was created.
23
+ */
24
+ created_at: string;
25
+
26
+ /**
27
+ * The three-letter code (ISO 4217) for the currency used for the payment.
28
+ */
29
+ currency: string;
30
+
31
+ /**
32
+ * The unique identifier for the device.
33
+ * (can be null)
34
+ */
35
+ device_id: number | null;
36
+
37
+ /**
38
+ * A standardized error code, independent of the payment provider. Valid values:
39
+ * * "incorrect_number"
40
+ * * "invalid_number"
41
+ * * "invalid_expiry_date"
42
+ * * "invalid_cvc"
43
+ * * "expired_card"
44
+ * * "incorrect_cvc"
45
+ * * "incorrect_zip"
46
+ * * "incorrect_address"
47
+ * * "card_declined"
48
+ * * "processing_error"
49
+ * * "call_issuer"
50
+ * * "pick_up_card"
51
+ */
52
+ error_code: string | null;
53
+
54
+ /**
55
+ * The name of the gateway the transaction was issued through.
56
+ */
57
+ gateway: string;
58
+
59
+ /**
60
+ * The kind of transaction. Known values are 'authorization', 'capture', 'sale', 'void' and 'refund'.
61
+ */
62
+ kind: TransactionKind;
63
+
64
+ /**
65
+ * The unique identifier for the location where the transaction was issued (coupled to device_id)
66
+ * (can be null)
67
+ */
68
+ location_id: number | null;
69
+
70
+ /**
71
+ * A string generated by the payment provider with additional information about why the transaction succeeded or failed.
72
+ */
73
+ message: string | null;
74
+
75
+ /**
76
+ * The ID for the order that the transaction is associated with.
77
+ */
78
+ order_id: number;
79
+
80
+ /**
81
+ * The ID of an associated transaction:
82
+ * * For `capture` transactions, the parent needs to be an `authorization` transaction.
83
+ * * For `void` transactions, the parent nees to be an `authorization` transaction.
84
+ * * For `refund` transactions, the parent needs to be a `capture` or `sale` transaction.
85
+ */
86
+ parent_id: number | null;
87
+
88
+ /**
89
+ * An object containing information about the credit card used for this transaction.
90
+ * (may be undefined)
91
+ */
92
+ payment_details?: PaymentDetails;
93
+
94
+ /**
95
+ * The time when the transaction was processed as ISO string
96
+ */
97
+ processed_at: string;
98
+ /**
99
+ * Shopify does not currently offer documentation for this object.
100
+ */
101
+ receipt: any;
102
+
103
+ /**
104
+ * The origin of the transaction. This is set by Shopify and cannot be overridden. Example values include: 'web', 'pos', 'iphone', 'android'.
105
+ */
106
+ source_name: string;
107
+
108
+ /**
109
+ * The status of the transaction. Known values are: pending, failure, success or error.
110
+ */
111
+ status: TransactionStatus;
112
+
113
+ /**
114
+ * Whether the transaction is for testing purposes.
115
+ */
116
+ test: boolean;
117
+
118
+ /**
119
+ * The unique identifier for the user.
120
+ */
121
+ user_id: number | null;
122
+
123
+ }
@@ -17,7 +17,7 @@ export interface IAccountingFile {
17
17
  isDownload: boolean;
18
18
  idAccountingTransaction?: number | null;
19
19
  idEstimateInvoice?: number | null;
20
- idTypeAccountingFile: number;
20
+ idAccountingFileType: number;
21
21
  idSociety: number;
22
22
  idFile: number;
23
23
  createdAt?: Date | null;
@@ -27,7 +27,7 @@ export interface IEngagementAccountingFile {
27
27
  idSocietyVehicle: number | null;
28
28
  idSocietyPartner: number | null;
29
29
  idEstimateInvoice: number | null;
30
- idTypeAccountingFile: number;
30
+ idAccountingFileType: number;
31
31
  isAlreadyProcessByOcr: boolean | null;
32
32
  idSociety: number;
33
33
  idFile: number;
@@ -1,35 +1,35 @@
1
1
  // societyGescom
2
2
  export interface ISocietyGescom {
3
3
  id?: number;
4
- capital: number | null;
5
- tvaCode: string | null;
6
- rcs: string | null;
7
- numberTradeDirectory: string | null;
8
- bank: string | null;
9
- iban: string | null;
10
- bic: string | null;
11
- mailContact: string | null;
12
- phoneContact: string | null;
13
- website: string | null;
14
- penalties: string | null;
15
- discount: string | null;
16
- recoveryCost: string | null;
17
- vatMention: string | null;
18
- generatedBy: boolean | null;
19
- bonPour: boolean | null;
20
- acceptCheque: boolean | null;
21
- mentionAutoent: boolean | null;
22
- freeText: string | null;
23
- startInvoice: number | null;
24
- startEstimate: number | null;
25
- paymentsAccepted: boolean | null;
26
- stripePaymentByDefault: boolean;
27
- displayLogo: boolean | null;
28
- invoiceCgv: boolean | null;
29
- template: number | null;
30
- color: string | null;
31
- idSociety: number | null;
32
- idTvaMargin: number | null;
4
+ capital?: number | null;
5
+ tvaCode?: string | null;
6
+ rcs?: string | null;
7
+ numberTradeDirectory?: string | null;
8
+ bank?: string | null;
9
+ iban?: string | null;
10
+ bic?: string | null;
11
+ mailContact?: string | null;
12
+ phoneContact?: string | null;
13
+ website?: string | null;
14
+ penalties?: string | null;
15
+ discount?: string | null;
16
+ recoveryCost?: string | null;
17
+ vatMention?: string | null;
18
+ generatedBy?: boolean | null;
19
+ bonPour?: boolean | null;
20
+ acceptCheque?: boolean | null;
21
+ mentionAutoent?: boolean | null;
22
+ freeText?: string | null;
23
+ startInvoice?: number | null;
24
+ startEstimate?: number | null;
25
+ paymentsAccepted?: boolean | null;
26
+ stripePaymentByDefault?: boolean;
27
+ displayLogo?: boolean | null;
28
+ invoiceCgv?: boolean | null;
29
+ template?: number | null;
30
+ color?: string | null;
31
+ idSociety?: number | null;
32
+ idTvaMargin?: number | null;
33
33
  createdAt?: Date | null;
34
34
  updatedAt?: Date | null;
35
35
  }
package/ts/types/index.ts CHANGED
@@ -373,10 +373,16 @@ export * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';
373
373
  // export * from './Interface/api/stock/stockEntries';
374
374
  export * from './Interface/api/stock/StockEntries';
375
375
  export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
376
- export * from './Interface/api/dashboard/ResultTurnOverProfitAndLoss';
376
+ export * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';
377
377
  export * from './Interface/api/pdf/BillingDocumentData';
378
378
  export * from './Interface/api/dashboard/QueryBalanceBankAccount';
379
- export * from './Interface/api/dashboard/ResultBalanceBankAccount';
379
+ export * from './Interface/api/dashboard/QueryVat';
380
+ export * from './Interface/api/dashboard/QueryTopBuys';
381
+ export * from './Interface/api/dashboard/QueryTopProviders';
382
+ export * from './Interface/api/dashboard/ReadBalanceBankAccount';
383
+ export * from './Interface/api/dashboard/ReadVat';
384
+ export * from './Interface/api/dashboard/ReadTopBuys';
385
+ export * from './Interface/api/dashboard/ReadTopProviders';
380
386
 
381
387
  // export * from './Interface/api/survey/QuerySurvey';
382
388
  export * from './Interface/api/survey/ReadSurvey';
@@ -427,4 +433,8 @@ export * from './Interface/api/zticket/QueryZTicket';
427
433
  export * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';
428
434
  export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
429
435
  export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
436
+ export * from './Interface/api/shopify/ShopifyOrder';
437
+ export * from './Interface/api/shopify/address';
438
+ export * from './Interface/api/shopify/ImportInvoicesShopify';
430
439
  export * from './Interface/api/transactions/QueryUnexport';
440
+ export * from './Interface/api/crisp/GetCrisp';
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,qBAAa,wBAAwB;IACnC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC,WAAW,GAAG,mBAAmB,CAAC,CAAC;CACjD;AAED,qBAAa,WAAW;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;CACjB"}
@@ -1,5 +0,0 @@
1
- export class ResultBalanceBankAccount {
2
- }
3
- export class MissingData {
4
- }
5
- //# sourceMappingURL=ResultBalanceBankAccount.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,wBAAwB;CAGpC;AAED,MAAM,OAAO,WAAW;CAGvB","sourcesContent":["import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';\n\nexport class ResultBalanceBankAccount {\n date: string | Date;\n datas: Array<MissingData | IBalanceBankAccount>;\n}\n\nexport class MissingData {\n idBankAccount: number;\n noData: boolean;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultTurnOverProfitAndLoss.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.ts"],"names":[],"mappings":"AAAA,qBAAa,2BAA2B;IACtC,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE;QACL,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACtB,QAAQ,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;QACvB,WAAW,EAAE,WAAW,CAAC;KAC1B,CAAC;CACH;AAED,qBAAa,KAAK;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrB;AAED,qBAAa,WAAW;IACtB,IAAI,EAAE,OAAO,GAAG,KAAK,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -1,7 +0,0 @@
1
- export class ResultTurnoverProfitAndLoss {
2
- }
3
- export class Chart {
4
- }
5
- export class Periocidity {
6
- }
7
- //# sourceMappingURL=ResultTurnOverProfitAndLoss.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultTurnOverProfitAndLoss.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,2BAA2B;CAOvC;AAED,MAAM,OAAO,KAAK;CAGjB;AAED,MAAM,OAAO,WAAW;CAGvB","sourcesContent":["export class ResultTurnoverProfitAndLoss {\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"]}
@@ -1,14 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- class ResultBalanceBankAccount {}
8
-
9
- exports.ResultBalanceBankAccount = ResultBalanceBankAccount;
10
-
11
- class MissingData {}
12
-
13
- exports.MissingData = MissingData;
14
- //# sourceMappingURL=ResultBalanceBankAccount.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,wBAAP,CAA+B;;QAAxB,wB,GAAA,wB;;AAKP,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';\n\nexport class ResultBalanceBankAccount {\n date: string | Date;\n datas: Array<MissingData | IBalanceBankAccount>;\n}\n\nexport class MissingData {\n idBankAccount: number;\n noData: boolean;\n}\n"],"sourceRoot":"","file":"ResultBalanceBankAccount.js"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,2BAAP,CAAkC;;QAA3B,2B,GAAA,2B;;AASP,MAAO,KAAP,CAAY;;QAAL,K,GAAA,K;;AAKP,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ResultTurnoverProfitAndLoss {\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":"ResultTurnOverProfitAndLoss.js"}