@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 @@
1
+ {"version":3,"file":"note_attribute.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/note_attribute.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IAEb;;SAEK;IACL,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=note_attribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"note_attribute.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/note_attribute.ts"],"names":[],"mappings":"","sourcesContent":["export interface NoteAttribute {\n /**\n * The name of the note attribute.\n */\n name: string;\n\n /**\n * The value of the note attribute.\n */\n value: string | number;\n}\n"]}
@@ -0,0 +1,9 @@
1
+ import { ShopifyObject } from './base';
2
+ export interface PaymentDetails extends ShopifyObject {
3
+ avs_result_code?: string;
4
+ credit_card_bin?: string;
5
+ cvv_result_code?: string;
6
+ credit_card_number?: string;
7
+ credit_card_company?: string;
8
+ }
9
+ //# sourceMappingURL=payment_details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment_details.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/payment_details.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=payment_details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment_details.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/payment_details.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\n\nexport interface PaymentDetails extends ShopifyObject {\n avs_result_code?: string;\n\n credit_card_bin?: string;\n\n cvv_result_code?: string;\n\n credit_card_number?: string;\n\n credit_card_company?: string;\n}"]}
@@ -0,0 +1,11 @@
1
+ export interface PriceSet {
2
+ shop_money: {
3
+ amount: string;
4
+ currency_code: string;
5
+ };
6
+ presentment_money: {
7
+ amount: string;
8
+ currency_code: string;
9
+ };
10
+ }
11
+ //# sourceMappingURL=price_set.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price_set.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/price_set.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,UAAU,EAAE;QACV,MAAM,EAAE,MAAM,CAAC;QACf,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,iBAAiB,EAAE;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,aAAa,EAAE,MAAM,CAAC;KACvB,CAAA;CACF"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=price_set.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price_set.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/price_set.ts"],"names":[],"mappings":"","sourcesContent":["export interface PriceSet {\n shop_money: {\n amount: string;\n currency_code: string;\n },\n presentment_money: {\n amount: string;\n currency_code: string;\n }\n}"]}
@@ -0,0 +1,140 @@
1
+ import { ShopifyObject } from './base';
2
+ import { Transaction } from './transaction';
3
+ import { LineItem } from './line_item';
4
+ import { PriceSet } from './price_set';
5
+ export interface Refund extends ShopifyObject {
6
+ admin_graphql_api_id: string;
7
+ /**
8
+ * The date and time (ISO 8601 format) when the refund was created.
9
+ */
10
+ created_at: string;
11
+ /**
12
+ * The unique identifier for the refund.
13
+ */
14
+ id: number;
15
+ /**
16
+ * An optional note attached to a refund.
17
+ */
18
+ note: string | null;
19
+ /**
20
+ * A list of order adjustments attached to the refund.
21
+ */
22
+ order_adjustments: OrderAdjustment[];
23
+ /**
24
+ * The unique identifier for the order the refund belongs to.
25
+ */
26
+ order_id: number;
27
+ /**
28
+ * The date and time (ISO 8601 format) when the refund was imported. This value can be set to a date in the past when importing from other systems. If no value is provided, then it will be auto-generated as the current time in Shopify.
29
+ */
30
+ processed_at: string;
31
+ /**
32
+ * A list of refunded line items.
33
+ */
34
+ refund_line_items: RefundLineItem[];
35
+ /**
36
+ * Whether to add the line items back to the store's inventory.
37
+ * DEPRECATED: Provide a restock_type (on individual `refund_line_item` objects) to influence how this refund affects inventory instead.
38
+ */
39
+ restock: boolean;
40
+ /**
41
+ * A list of transactions involved in the refund. For more information, see the Transaction resource.
42
+ */
43
+ transactions: Transaction[];
44
+ /**
45
+ * The unique identifier of the user who performed the refund.
46
+ */
47
+ user_id: number | null;
48
+ }
49
+ export interface RefundLineItem {
50
+ /**
51
+ * The unique identifier of the line item in the refund.
52
+ */
53
+ id: number;
54
+ /**
55
+ * The ID of the related line item in the order.
56
+ */
57
+ line_item_id: number;
58
+ /**
59
+ * The related line item in the order (exactly identical)
60
+ */
61
+ line_item: LineItem;
62
+ /**
63
+ * The unique identifier of the location where the items will be restocked.
64
+ * Required when restock_type has the value return or cancel.
65
+ */
66
+ location_id: number;
67
+ /**
68
+ * The quantity of the associated line item that was returned.
69
+ */
70
+ quantity: number;
71
+ /**
72
+ * How this refund line item affects inventory levels. Valid values:
73
+ * * no_restock: Refunding these items won't affect inventory. The number of fulfillable units for this line item will remain unchanged. For example, a refund payment can be issued but no items will be returned or made available for sale again.
74
+ * * cancel: The items have not yet been fulfilled. The canceled quantity will be added back to the available count. The number of fulfillable units for this line item will decrease.
75
+ * * return: The items were already delivered, and will be returned to the merchant. The returned quantity will be added back to the available count. The number of fulfillable units for this line item will remain unchanged.
76
+ * * legacy_restock: The deprecated restock property was used for this refund. These items were made available for sale again. This value is not accepted when creating new refunds.
77
+ */
78
+ restock_type: string;
79
+ /**
80
+ * The subtotal of the refund line item
81
+ * Attention: This field has type 'number', whereas most other money values have type 'string'
82
+ */
83
+ subtotal: number;
84
+ /**
85
+ * The subtotal of the refund line item, in shop and presentment currencies
86
+ * (BETA)
87
+ */
88
+ subtotal_set: PriceSet;
89
+ /**
90
+ * The total tax on the refund line item.
91
+ */
92
+ total_tax: number;
93
+ /**
94
+ * The total tax on the refund line item, in shop and presentment currencies
95
+ * (BETA)
96
+ */
97
+ total_tax_set: PriceSet;
98
+ }
99
+ export interface OrderAdjustment extends ShopifyObject {
100
+ /**
101
+ * The value of the discrepancy between the calculated refund and the actual refund.
102
+ * If the kind property's value is shipping_refund, then amount returns the value of shipping charges refunded to the customer.
103
+ */
104
+ amount: string;
105
+ /**
106
+ * The amount of the order adjustment in shop and presentment currencies.
107
+ * (BETA)
108
+ */
109
+ amount_set: PriceSet;
110
+ /**
111
+ * The unique identifier for the order adjustment.
112
+ */
113
+ id: number;
114
+ /**
115
+ * The order adjustment type. Valid values: shipping_refund and refund_discrepancy
116
+ */
117
+ kind: string;
118
+ /**
119
+ * The unique identifier for the order that the order adjustment is associated with.
120
+ */
121
+ order_id: number;
122
+ /**
123
+ * The reason for the order adjustment. To set this value, include `discrepancy_reason` when you create a refund.
124
+ */
125
+ reason: string;
126
+ /**
127
+ * The unique identifier for the refund that the order adjustment is associated with.
128
+ */
129
+ refund_id: number;
130
+ /**
131
+ * The taxes that are added to amount, such as applicable shipping taxes added to a shipping refund.
132
+ */
133
+ tax_amount: string;
134
+ /**
135
+ * The tax amount of the order adjustment in shop and presentment currencies.
136
+ * (BETA)
137
+ */
138
+ tax_amount_set: PriceSet;
139
+ }
140
+ //# sourceMappingURL=refund.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refund.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/refund.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,WAAW,MAAO,SAAQ,aAAa;IAC3C,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IACnB;;SAEK;IACL,EAAE,EAAE,MAAM,CAAC;IACX;;SAEK;IACL,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;SAEK;IACL,iBAAiB,EAAE,eAAe,EAAE,CAAC;IACrC;;SAEK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB;;SAEK;IACL,YAAY,EAAE,MAAM,CAAC;IACrB;;SAEK;IACL,iBAAiB,EAAE,cAAc,EAAE,CAAC;IACpC;;;SAGK;IACL,OAAO,EAAE,OAAO,CAAC;IACjB;;SAEK;IACL,YAAY,EAAE,WAAW,EAAE,CAAC;IAC5B;;SAEK;IACL,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC7B;;SAEK;IACL,EAAE,EAAE,MAAM,CAAC;IACX;;SAEK;IACL,YAAY,EAAE,MAAM,CAAC;IACrB;;SAEK;IACL,SAAS,EAAE,QAAQ,CAAC;IACpB;;;SAGK;IACL,WAAW,EAAE,MAAM,CAAC;IACpB;;SAEK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;SAMK;IACL,YAAY,EAAE,MAAM,CAAC;IACrB;;;SAGK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB;;;SAGK;IACL,YAAY,EAAE,QAAQ,CAAC;IACvB;;SAEK;IACL,SAAS,EAAE,MAAM,CAAC;IAClB;;;SAGK;IACL,aAAa,EAAE,QAAQ,CAAC;CACzB;AAED,MAAM,WAAW,eAAgB,SAAQ,aAAa;IACpD;;;SAGK;IACL,MAAM,EAAE,MAAM,CAAC;IACf;;;SAGK;IACL,UAAU,EAAE,QAAQ,CAAC;IACrB;;SAEK;IACL,EAAE,EAAE,MAAM,CAAC;IACX;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IACb;;SAEK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB;;SAEK;IACL,MAAM,EAAE,MAAM,CAAC;IACf;;SAEK;IACL,SAAS,EAAE,MAAM,CAAC;IAClB;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IACnB;;;SAGK;IACL,cAAc,EAAE,QAAQ,CAAC;CAC1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=refund.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refund.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/refund.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\nimport { Transaction } from './transaction';\nimport { LineItem } from './line_item';\nimport { PriceSet } from './price_set';\n\nexport interface Refund extends ShopifyObject {\n admin_graphql_api_id: string;\n /**\n * The date and time (ISO 8601 format) when the refund was created.\n */\n created_at: string;\n /**\n * The unique identifier for the refund.\n */\n id: number;\n /**\n * An optional note attached to a refund.\n */\n note: string | null;\n /**\n * A list of order adjustments attached to the refund.\n */\n order_adjustments: OrderAdjustment[];\n /**\n * The unique identifier for the order the refund belongs to.\n */\n order_id: number;\n /**\n * The date and time (ISO 8601 format) when the refund was imported. This value can be set to a date in the past when importing from other systems. If no value is provided, then it will be auto-generated as the current time in Shopify.\n */\n processed_at: string;\n /**\n * A list of refunded line items.\n */\n refund_line_items: RefundLineItem[];\n /**\n * Whether to add the line items back to the store's inventory.\n * DEPRECATED: Provide a restock_type (on individual `refund_line_item` objects) to influence how this refund affects inventory instead.\n */\n restock: boolean;\n /**\n * A list of transactions involved in the refund. For more information, see the Transaction resource.\n */\n transactions: Transaction[];\n /**\n * The unique identifier of the user who performed the refund.\n */\n user_id: number | null;\n}\n\nexport interface RefundLineItem {\n /**\n * The unique identifier of the line item in the refund.\n */\n id: number;\n /**\n * The ID of the related line item in the order.\n */\n line_item_id: number;\n /**\n * The related line item in the order (exactly identical)\n */\n line_item: LineItem;\n /**\n * The unique identifier of the location where the items will be restocked.\n * Required when restock_type has the value return or cancel.\n */\n location_id: number;\n /**\n * The quantity of the associated line item that was returned.\n */\n quantity: number;\n /**\n * How this refund line item affects inventory levels. Valid values:\n * * no_restock: Refunding these items won't affect inventory. The number of fulfillable units for this line item will remain unchanged. For example, a refund payment can be issued but no items will be returned or made available for sale again.\n * * cancel: The items have not yet been fulfilled. The canceled quantity will be added back to the available count. The number of fulfillable units for this line item will decrease.\n * * return: The items were already delivered, and will be returned to the merchant. The returned quantity will be added back to the available count. The number of fulfillable units for this line item will remain unchanged.\n * * legacy_restock: The deprecated restock property was used for this refund. These items were made available for sale again. This value is not accepted when creating new refunds.\n */\n restock_type: string;\n /**\n * The subtotal of the refund line item\n * Attention: This field has type 'number', whereas most other money values have type 'string'\n */\n subtotal: number;\n /**\n * The subtotal of the refund line item, in shop and presentment currencies\n * (BETA)\n */\n subtotal_set: PriceSet;\n /**\n * The total tax on the refund line item.\n */\n total_tax: number;\n /**\n * The total tax on the refund line item, in shop and presentment currencies\n * (BETA)\n */\n total_tax_set: PriceSet;\n}\n\nexport interface OrderAdjustment extends ShopifyObject {\n /**\n * The value of the discrepancy between the calculated refund and the actual refund.\n * If the kind property's value is shipping_refund, then amount returns the value of shipping charges refunded to the customer.\n */\n amount: string;\n /**\n * The amount of the order adjustment in shop and presentment currencies.\n * (BETA)\n */\n amount_set: PriceSet;\n /**\n * The unique identifier for the order adjustment.\n */\n id: number;\n /**\n * The order adjustment type. Valid values: shipping_refund and refund_discrepancy\n */\n kind: string;\n /**\n * The unique identifier for the order that the order adjustment is associated with.\n */\n order_id: number;\n /**\n * The reason for the order adjustment. To set this value, include `discrepancy_reason` when you create a refund.\n */\n reason: string;\n /**\n * The unique identifier for the refund that the order adjustment is associated with.\n */\n refund_id: number;\n /**\n * The taxes that are added to amount, such as applicable shipping taxes added to a shipping refund.\n */\n tax_amount: string;\n /**\n * The tax amount of the order adjustment in shop and presentment currencies.\n * (BETA)\n */\n tax_amount_set: PriceSet;\n}\n"]}
@@ -0,0 +1,59 @@
1
+ import { DiscountAllocation } from './discount_allocation';
2
+ import { PriceSet } from './price_set';
3
+ import { TaxLine } from './tax_line';
4
+ import { ShopifyObject } from './base';
5
+ export interface ShippingLine extends ShopifyObject {
6
+ /**
7
+ * TODO: What is this?
8
+ */
9
+ carrier_identifier: string | null;
10
+ /**
11
+ * A reference to the shipping method.
12
+ */
13
+ code: string;
14
+ /**
15
+ * not documented
16
+ */
17
+ delivery_category: null | any;
18
+ /**
19
+ * not documented
20
+ */
21
+ discount_allocations: DiscountAllocation[];
22
+ /**
23
+ * not documented
24
+ */
25
+ discounted_price: string;
26
+ /**
27
+ * The price of the shipping method after discounts in shop and presentment currencies.
28
+ */
29
+ discounted_price_set: PriceSet;
30
+ /**
31
+ * not documented
32
+ */
33
+ phone: string | null;
34
+ /**
35
+ * The price of this shipping method.
36
+ */
37
+ price: string;
38
+ /**
39
+ * The price of the shipping method in shop and presentment currencies.
40
+ */
41
+ price_set: PriceSet;
42
+ /**
43
+ * undocumented (always null in available test data)
44
+ */
45
+ requested_fulfillment_service_id: null | any;
46
+ /**
47
+ * The source of the shipping method.
48
+ */
49
+ source: string;
50
+ /**
51
+ * The title of the shipping method.
52
+ */
53
+ title: string;
54
+ /**
55
+ * A list of <see cref="ShopifyTaxLine"/> objects, each of which details the taxes applicable to this <see cref="ShopifyShippingLine"/>.
56
+ */
57
+ tax_lines: TaxLine[];
58
+ }
59
+ //# sourceMappingURL=shipping_line.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shipping_line.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/shipping_line.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,WAAW,YAAa,SAAQ,aAAa;IAEjD;;SAEK;IACL,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IAEb;;SAEK;IACL,iBAAiB,EAAE,IAAI,GAAG,GAAG,CAAC;IAE9B;;SAEK;IACL,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAE3C;;SAEK;IACL,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;SAEK;IACL,oBAAoB,EAAE,QAAQ,CAAC;IAE/B;;SAEK;IACL,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;SAEK;IACL,SAAS,EAAE,QAAQ,CAAC;IAEpB;;SAEK;IACL,gCAAgC,EAAE,IAAI,GAAG,GAAG,CAAC;IAE7C;;SAEK;IACL,MAAM,EAAE,MAAM,CAAC;IAEf;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;SAEK;IACL,SAAS,EAAE,OAAO,EAAE,CAAC;CACtB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=shipping_line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shipping_line.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/shipping_line.ts"],"names":[],"mappings":"","sourcesContent":["import { DiscountAllocation } from './discount_allocation';\nimport { PriceSet } from './price_set';\nimport { TaxLine } from './tax_line';\nimport { ShopifyObject } from './base';\n\nexport interface ShippingLine extends ShopifyObject {\n\n /**\n * TODO: What is this?\n */\n carrier_identifier: string | null;\n\n /**\n * A reference to the shipping method.\n */\n code: string;\n\n /**\n * not documented\n */\n delivery_category: null | any;\n\n /**\n * not documented\n */\n discount_allocations: DiscountAllocation[],\n\n /**\n * not documented\n */\n discounted_price: string,\n\n /**\n * The price of the shipping method after discounts in shop and presentment currencies.\n */\n discounted_price_set: PriceSet,\n\n /**\n * not documented\n */\n phone: string | null,\n /**\n * The price of this shipping method.\n */\n price: string,\n\n /**\n * The price of the shipping method in shop and presentment currencies.\n */\n price_set: PriceSet,\n\n /**\n * undocumented (always null in available test data)\n */\n requested_fulfillment_service_id: null | any;\n\n /**\n * The source of the shipping method.\n */\n source: string;\n\n /**\n * The title of the shipping method.\n */\n title: string;\n\n /**\n * A list of <see cref=\"ShopifyTaxLine\"/> objects, each of which details the taxes applicable to this <see cref=\"ShopifyShippingLine\"/>.\n */\n tax_lines: TaxLine[];\n}"]}
@@ -0,0 +1,22 @@
1
+ import { ShopifyObject } from './base';
2
+ import { PriceSet } from './price_set';
3
+ export interface TaxLine extends ShopifyObject {
4
+ /**
5
+ * The amount of tax to be charged.
6
+ */
7
+ price: string;
8
+ /**
9
+ * The amount of tax to be charged, in shop and presentment currencies.
10
+ * (BETA)
11
+ */
12
+ price_set: PriceSet;
13
+ /**
14
+ * The rate of tax to be applied.
15
+ */
16
+ rate: number;
17
+ /**
18
+ * The name of the tax.
19
+ */
20
+ title: string;
21
+ }
22
+ //# sourceMappingURL=tax_line.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tax_line.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/tax_line.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,WAAW,OAAQ,SAAQ,aAAa;IAC5C;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;;SAGK;IACL,SAAS,EAAE,QAAQ,CAAC;IAEpB;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IAEb;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=tax_line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tax_line.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/tax_line.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\nimport { PriceSet } from './price_set';\n\nexport interface TaxLine extends ShopifyObject {\n /**\n * The amount of tax to be charged.\n */\n price: string;\n\n /**\n * The amount of tax to be charged, in shop and presentment currencies.\n * (BETA)\n */\n price_set: PriceSet;\n\n /**\n * The rate of tax to be applied.\n */\n rate: number;\n\n /**\n * The name of the tax.\n */\n title: string;\n}"]}
@@ -0,0 +1,103 @@
1
+ import { ShopifyObject } from './base';
2
+ import { PaymentDetails } from './payment_details';
3
+ import { TransactionKind } from '../../../Enum/TransactionKind';
4
+ import { TransactionStatus } from '../../../Enum/TransactionStatus';
5
+ export interface Transaction extends ShopifyObject {
6
+ id: number;
7
+ admin_graphql_api_id: string;
8
+ /**
9
+ * The amount of money that the transaction was for. Note: Shopify may return this property as a string.
10
+ */
11
+ amount: string;
12
+ /**
13
+ * The authorization code associated with the transaction.
14
+ */
15
+ authorization: string | null;
16
+ /**
17
+ * The date and time when the transaction was created.
18
+ */
19
+ created_at: string;
20
+ /**
21
+ * The three-letter code (ISO 4217) for the currency used for the payment.
22
+ */
23
+ currency: string;
24
+ /**
25
+ * The unique identifier for the device.
26
+ * (can be null)
27
+ */
28
+ device_id: number | null;
29
+ /**
30
+ * A standardized error code, independent of the payment provider. Valid values:
31
+ * * "incorrect_number"
32
+ * * "invalid_number"
33
+ * * "invalid_expiry_date"
34
+ * * "invalid_cvc"
35
+ * * "expired_card"
36
+ * * "incorrect_cvc"
37
+ * * "incorrect_zip"
38
+ * * "incorrect_address"
39
+ * * "card_declined"
40
+ * * "processing_error"
41
+ * * "call_issuer"
42
+ * * "pick_up_card"
43
+ */
44
+ error_code: string | null;
45
+ /**
46
+ * The name of the gateway the transaction was issued through.
47
+ */
48
+ gateway: string;
49
+ /**
50
+ * The kind of transaction. Known values are 'authorization', 'capture', 'sale', 'void' and 'refund'.
51
+ */
52
+ kind: TransactionKind;
53
+ /**
54
+ * The unique identifier for the location where the transaction was issued (coupled to device_id)
55
+ * (can be null)
56
+ */
57
+ location_id: number | null;
58
+ /**
59
+ * A string generated by the payment provider with additional information about why the transaction succeeded or failed.
60
+ */
61
+ message: string | null;
62
+ /**
63
+ * The ID for the order that the transaction is associated with.
64
+ */
65
+ order_id: number;
66
+ /**
67
+ * The ID of an associated transaction:
68
+ * * For `capture` transactions, the parent needs to be an `authorization` transaction.
69
+ * * For `void` transactions, the parent nees to be an `authorization` transaction.
70
+ * * For `refund` transactions, the parent needs to be a `capture` or `sale` transaction.
71
+ */
72
+ parent_id: number | null;
73
+ /**
74
+ * An object containing information about the credit card used for this transaction.
75
+ * (may be undefined)
76
+ */
77
+ payment_details?: PaymentDetails;
78
+ /**
79
+ * The time when the transaction was processed as ISO string
80
+ */
81
+ processed_at: string;
82
+ /**
83
+ * Shopify does not currently offer documentation for this object.
84
+ */
85
+ receipt: any;
86
+ /**
87
+ * The origin of the transaction. This is set by Shopify and cannot be overridden. Example values include: 'web', 'pos', 'iphone', 'android'.
88
+ */
89
+ source_name: string;
90
+ /**
91
+ * The status of the transaction. Known values are: pending, failure, success or error.
92
+ */
93
+ status: TransactionStatus;
94
+ /**
95
+ * Whether the transaction is for testing purposes.
96
+ */
97
+ test: boolean;
98
+ /**
99
+ * The unique identifier for the user.
100
+ */
101
+ user_id: number | null;
102
+ }
103
+ //# sourceMappingURL=transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEpE,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;SAEK;IACL,MAAM,EAAE,MAAM,CAAC;IAEf;;SAEK;IACL,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;SAGK;IACL,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;;;;;;;;;;;;;SAcK;IACL,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;SAEK;IACL,OAAO,EAAE,MAAM,CAAC;IAEhB;;SAEK;IACL,IAAI,EAAE,eAAe,CAAC;IAEtB;;;SAGK;IACL,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;SAEK;IACL,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;SAEK;IACL,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;;SAKK;IACL,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;;SAGK;IACL,eAAe,CAAC,EAAE,cAAc,CAAC;IAEjC;;SAEK;IACL,YAAY,EAAE,MAAM,CAAC;IACrB;;SAEK;IACL,OAAO,EAAE,GAAG,CAAC;IAEb;;SAEK;IACL,WAAW,EAAE,MAAM,CAAC;IAEpB;;SAEK;IACL,MAAM,EAAE,iBAAiB,CAAC;IAE1B;;SAEK;IACL,IAAI,EAAE,OAAO,CAAC;IAEd;;SAEK;IACL,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAExB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=transaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/transaction.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\nimport { PaymentDetails } from './payment_details';\n\n// Enums\nimport { TransactionKind } from '../../../Enum/TransactionKind';\nimport { TransactionStatus } from '../../../Enum/TransactionStatus';\n\nexport interface Transaction extends ShopifyObject {\n id: number,\n admin_graphql_api_id: string,\n /**\n * The amount of money that the transaction was for. Note: Shopify may return this property as a string.\n */\n amount: string;\n\n /**\n * The authorization code associated with the transaction.\n */\n authorization: string | null;\n\n /**\n * The date and time when the transaction was created.\n */\n created_at: string;\n\n /**\n * The three-letter code (ISO 4217) for the currency used for the payment.\n */\n currency: string;\n\n /**\n * The unique identifier for the device.\n * (can be null)\n */\n device_id: number | null;\n\n /**\n * A standardized error code, independent of the payment provider. Valid values:\n * * \"incorrect_number\"\n * * \"invalid_number\"\n * * \"invalid_expiry_date\"\n * * \"invalid_cvc\"\n * * \"expired_card\"\n * * \"incorrect_cvc\"\n * * \"incorrect_zip\"\n * * \"incorrect_address\"\n * * \"card_declined\"\n * * \"processing_error\"\n * * \"call_issuer\"\n * * \"pick_up_card\"\n */\n error_code: string | null;\n\n /**\n * The name of the gateway the transaction was issued through.\n */\n gateway: string;\n\n /**\n * The kind of transaction. Known values are 'authorization', 'capture', 'sale', 'void' and 'refund'.\n */\n kind: TransactionKind;\n\n /**\n * The unique identifier for the location where the transaction was issued (coupled to device_id)\n * (can be null)\n */\n location_id: number | null;\n\n /**\n * A string generated by the payment provider with additional information about why the transaction succeeded or failed.\n */\n message: string | null;\n\n /**\n * The ID for the order that the transaction is associated with.\n */\n order_id: number;\n\n /**\n * The ID of an associated transaction:\n * * For `capture` transactions, the parent needs to be an `authorization` transaction.\n * * For `void` transactions, the parent nees to be an `authorization` transaction.\n * * For `refund` transactions, the parent needs to be a `capture` or `sale` transaction.\n */\n parent_id: number | null;\n\n /**\n * An object containing information about the credit card used for this transaction.\n * (may be undefined)\n */\n payment_details?: PaymentDetails;\n\n /**\n * The time when the transaction was processed as ISO string\n */\n processed_at: string;\n /**\n * Shopify does not currently offer documentation for this object.\n */\n receipt: any;\n\n /**\n * The origin of the transaction. This is set by Shopify and cannot be overridden. Example values include: 'web', 'pos', 'iphone', 'android'.\n */\n source_name: string;\n\n /**\n * The status of the transaction. Known values are: pending, failure, success or error.\n */\n status: TransactionStatus;\n\n /**\n * Whether the transaction is for testing purposes.\n */\n test: boolean;\n\n /**\n * The unique identifier for the user.\n */\n user_id: number | null;\n\n}"]}
@@ -19,6 +19,6 @@ export declare class CreateSociety {
19
19
  };
20
20
  nafCode?: string;
21
21
  zipCode?: string;
22
- analyticsUtm: AnalticsUtm;
22
+ analyticsUtm?: AnalticsUtm;
23
23
  }
24
24
  //# sourceMappingURL=CreateSociety.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,EAAE,WAAW,CAAC;CAC3B"}
1
+ {"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B"}
@@ -59,7 +59,7 @@ __decorate([
59
59
  __metadata("design:type", String)
60
60
  ], CreateSociety.prototype, "zipCode", void 0);
61
61
  __decorate([
62
- ApiProperty(),
62
+ ApiPropertyOptional(),
63
63
  __metadata("design:type", Object)
64
64
  ], CreateSociety.prototype, "analyticsUtm", void 0);
65
65
  //# sourceMappingURL=CreateSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;CAuCzB;AArCC;IADC,WAAW,EAAE;;6CACC;AAGf;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,WAAW,EAAE;;mDACY","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}"]}
1
+ {"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;CAuCzB;AArCC;IADC,WAAW,EAAE;;6CACC;AAGf;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;mDACK","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}"]}
@@ -15,7 +15,7 @@ export interface IAccountingFile {
15
15
  isDownload: boolean;
16
16
  idAccountingTransaction?: number | null;
17
17
  idEstimateInvoice?: number | null;
18
- idTypeAccountingFile: number;
18
+ idAccountingFileType: number;
19
19
  idSociety: number;
20
20
  idFile: number;
21
21
  createdAt?: Date | null;
@@ -1 +1 @@
1
- {"version":3,"file":"IAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingTransaction } from './IAccountingTransaction';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFileType } from './IFileType';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IAccountingFileType } from './IAccountingFileType';\n\n// accountingFile\nexport interface IAccountingFile {\n id?: number;\n idUser?: number | null;\n isMerged: boolean;\n budgeaDocumentid?: number | null;\n bankFileid?: string | null;\n emissionDate?: Date | null;\n isMobile: boolean;\n isDownload: boolean;\n idAccountingTransaction?: number | null;\n idEstimateInvoice?: number | null;\n idTypeAccountingFile: number;\n idSociety: number;\n idFile: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n idFileType?: number | null;\n\n // Associations\n accountingTransaction?: IAccountingTransaction;\n estimatesInvoice?: IEstimateInvoice;\n accountingFileType?: IAccountingFileType;\n fileType?: IFileType;\n file?: IFile;\n society?: ISociety;\n}\n"]}
1
+ {"version":3,"file":"IAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingTransaction } from './IAccountingTransaction';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFileType } from './IFileType';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IAccountingFileType } from './IAccountingFileType';\n\n// accountingFile\nexport interface IAccountingFile {\n id?: number;\n idUser?: number | null;\n isMerged: boolean;\n budgeaDocumentid?: number | null;\n bankFileid?: string | null;\n emissionDate?: Date | null;\n isMobile: boolean;\n isDownload: boolean;\n idAccountingTransaction?: number | null;\n idEstimateInvoice?: number | null;\n idAccountingFileType: number;\n idSociety: number;\n idFile: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n idFileType?: number | null;\n\n // Associations\n accountingTransaction?: IAccountingTransaction;\n estimatesInvoice?: IEstimateInvoice;\n accountingFileType?: IAccountingFileType;\n fileType?: IFileType;\n file?: IFile;\n society?: ISociety;\n}\n"]}
@@ -25,7 +25,7 @@ export interface IEngagementAccountingFile {
25
25
  idSocietyVehicle: number | null;
26
26
  idSocietyPartner: number | null;
27
27
  idEstimateInvoice: number | null;
28
- idTypeAccountingFile: number;
28
+ idAccountingFileType: number;
29
29
  isAlreadyProcessByOcr: boolean | null;
30
30
  idSociety: number;
31
31
  idFile: number;
@@ -1 +1 @@
1
- {"version":3,"file":"IEngagementAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { ILettering } from './ILettering';\n\n// engagementAccountingFile\nexport interface IEngagementAccountingFile {\n id?: number;\n migrate: boolean;\n label: string | null;\n invoiceNumber: string | null;\n budgeaDocumentId: number | null;\n isMerged: boolean;\n dateVerified: Date | null;\n dateLocked: Date | null;\n isLockedByAccountant: boolean;\n exported: Date | null;\n emissionDate: Date | null;\n isAsset: boolean;\n isPayPerso: boolean;\n isMobile: boolean;\n kilometers: number | null;\n purchaseTtc: number | null;\n mailId: number | null;\n idGedFolder: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idEstimateInvoice: number | null;\n idTypeAccountingFile: number;\n isAlreadyProcessByOcr: boolean | null;\n idSociety: number;\n idFile: number;\n idUser: number | null;\n idLettering: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n society: ISociety;\n file: IFile;\n estimatesInvoice: IEstimateInvoice;\n engagementAccountingEntries: IEngagementAccountingEntry[];\n lettering: ILettering;\n}\n"]}
1
+ {"version":3,"file":"IEngagementAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { ILettering } from './ILettering';\n\n// engagementAccountingFile\nexport interface IEngagementAccountingFile {\n id?: number;\n migrate: boolean;\n label: string | null;\n invoiceNumber: string | null;\n budgeaDocumentId: number | null;\n isMerged: boolean;\n dateVerified: Date | null;\n dateLocked: Date | null;\n isLockedByAccountant: boolean;\n exported: Date | null;\n emissionDate: Date | null;\n isAsset: boolean;\n isPayPerso: boolean;\n isMobile: boolean;\n kilometers: number | null;\n purchaseTtc: number | null;\n mailId: number | null;\n idGedFolder: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idEstimateInvoice: number | null;\n idAccountingFileType: number;\n isAlreadyProcessByOcr: boolean | null;\n idSociety: number;\n idFile: number;\n idUser: number | null;\n idLettering: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n society: ISociety;\n file: IFile;\n estimatesInvoice: IEstimateInvoice;\n engagementAccountingEntries: IEngagementAccountingEntry[];\n lettering: ILettering;\n}\n"]}
@@ -1,34 +1,34 @@
1
1
  export interface ISocietyGescom {
2
2
  id?: number;
3
- capital: number | null;
4
- tvaCode: string | null;
5
- rcs: string | null;
6
- numberTradeDirectory: string | null;
7
- bank: string | null;
8
- iban: string | null;
9
- bic: string | null;
10
- mailContact: string | null;
11
- phoneContact: string | null;
12
- website: string | null;
13
- penalties: string | null;
14
- discount: string | null;
15
- recoveryCost: string | null;
16
- vatMention: string | null;
17
- generatedBy: boolean | null;
18
- bonPour: boolean | null;
19
- acceptCheque: boolean | null;
20
- mentionAutoent: boolean | null;
21
- freeText: string | null;
22
- startInvoice: number | null;
23
- startEstimate: number | null;
24
- paymentsAccepted: boolean | null;
25
- stripePaymentByDefault: boolean;
26
- displayLogo: boolean | null;
27
- invoiceCgv: boolean | null;
28
- template: number | null;
29
- color: string | null;
30
- idSociety: number | null;
31
- idTvaMargin: number | null;
3
+ capital?: number | null;
4
+ tvaCode?: string | null;
5
+ rcs?: string | null;
6
+ numberTradeDirectory?: string | null;
7
+ bank?: string | null;
8
+ iban?: string | null;
9
+ bic?: string | null;
10
+ mailContact?: string | null;
11
+ phoneContact?: string | null;
12
+ website?: string | null;
13
+ penalties?: string | null;
14
+ discount?: string | null;
15
+ recoveryCost?: string | null;
16
+ vatMention?: string | null;
17
+ generatedBy?: boolean | null;
18
+ bonPour?: boolean | null;
19
+ acceptCheque?: boolean | null;
20
+ mentionAutoent?: boolean | null;
21
+ freeText?: string | null;
22
+ startInvoice?: number | null;
23
+ startEstimate?: number | null;
24
+ paymentsAccepted?: boolean | null;
25
+ stripePaymentByDefault?: boolean;
26
+ displayLogo?: boolean | null;
27
+ invoiceCgv?: boolean | null;
28
+ template?: number | null;
29
+ color?: string | null;
30
+ idSociety?: number | null;
31
+ idTvaMargin?: number | null;
32
32
  createdAt?: Date | null;
33
33
  updatedAt?: Date | null;
34
34
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyGescom.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyGescom.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,sBAAsB,EAAE,OAAO,CAAC;IAChC,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"ISocietyGescom.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyGescom.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyGescom.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyGescom.ts"],"names":[],"mappings":"","sourcesContent":["// societyGescom\nexport interface ISocietyGescom {\n id?: number;\n capital: number | null;\n tvaCode: string | null;\n rcs: string | null;\n numberTradeDirectory: string | null;\n bank: string | null;\n iban: string | null;\n bic: string | null;\n mailContact: string | null;\n phoneContact: string | null;\n website: string | null;\n penalties: string | null;\n discount: string | null;\n recoveryCost: string | null;\n vatMention: string | null;\n generatedBy: boolean | null;\n bonPour: boolean | null;\n acceptCheque: boolean | null;\n mentionAutoent: boolean | null;\n freeText: string | null;\n startInvoice: number | null;\n startEstimate: number | null;\n paymentsAccepted: boolean | null;\n stripePaymentByDefault: boolean;\n displayLogo: boolean | null;\n invoiceCgv: boolean | null;\n template: number | null;\n color: string | null;\n idSociety: number | null;\n idTvaMargin: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
1
+ {"version":3,"file":"ISocietyGescom.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyGescom.ts"],"names":[],"mappings":"","sourcesContent":["// societyGescom\nexport interface ISocietyGescom {\n id?: number;\n capital?: number | null;\n tvaCode?: string | null;\n rcs?: string | null;\n numberTradeDirectory?: string | null;\n bank?: string | null;\n iban?: string | null;\n bic?: string | null;\n mailContact?: string | null;\n phoneContact?: string | null;\n website?: string | null;\n penalties?: string | null;\n discount?: string | null;\n recoveryCost?: string | null;\n vatMention?: string | null;\n generatedBy?: boolean | null;\n bonPour?: boolean | null;\n acceptCheque?: boolean | null;\n mentionAutoent?: boolean | null;\n freeText?: string | null;\n startInvoice?: number | null;\n startEstimate?: number | null;\n paymentsAccepted?: boolean | null;\n stripePaymentByDefault?: boolean;\n displayLogo?: boolean | null;\n invoiceCgv?: boolean | null;\n template?: number | null;\n color?: string | null;\n idSociety?: number | null;\n idTvaMargin?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}