@silexpert/core 0.4.42 → 0.4.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/es/api/resources/Immobilization.d.ts +2 -1
  2. package/es/api/resources/Immobilization.d.ts.map +1 -1
  3. package/es/api/resources/Immobilization.js +3 -0
  4. package/es/api/resources/Immobilization.js.map +1 -1
  5. package/es/api/resources/dashboard.d.ts +6 -3
  6. package/es/api/resources/dashboard.d.ts.map +1 -1
  7. package/es/api/resources/dashboard.js +12 -2
  8. package/es/api/resources/dashboard.js.map +1 -1
  9. package/es/types/Enum/ShopifyFinancialStatus.d.ts +2 -0
  10. package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +1 -0
  11. package/es/types/Enum/ShopifyFinancialStatus.js +2 -0
  12. package/es/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  13. package/es/types/Enum/StockType.js +1 -1
  14. package/es/types/Enum/StockType.js.map +1 -1
  15. package/es/types/Enum/TransactionKind.d.ts +2 -0
  16. package/es/types/Enum/TransactionKind.d.ts.map +1 -0
  17. package/es/types/Enum/TransactionKind.js +2 -0
  18. package/es/types/Enum/TransactionKind.js.map +1 -0
  19. package/es/types/Enum/TransactionStatus.d.ts +2 -0
  20. package/es/types/Enum/TransactionStatus.d.ts.map +1 -0
  21. package/es/types/Enum/TransactionStatus.js +2 -0
  22. package/es/types/Enum/TransactionStatus.js.map +1 -0
  23. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +0 -1
  24. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  25. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -4
  26. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  27. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +0 -1
  28. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  29. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -4
  30. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  31. package/es/types/Interface/api/crisp/GetCrisp.d.ts +42 -0
  32. package/es/types/Interface/api/crisp/GetCrisp.d.ts.map +1 -0
  33. package/es/types/Interface/api/crisp/GetCrisp.js +2 -0
  34. package/es/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  35. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts +5 -0
  36. package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts.map +1 -0
  37. package/es/types/Interface/api/dashboard/QueryTopBuys.js +21 -0
  38. package/es/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  39. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts +5 -0
  40. package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts.map +1 -0
  41. package/es/types/Interface/api/dashboard/QueryTopProviders.js +21 -0
  42. package/es/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  43. package/es/types/Interface/api/dashboard/QueryVat.d.ts +5 -0
  44. package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +1 -0
  45. package/es/types/Interface/api/dashboard/QueryVat.js +21 -0
  46. package/es/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  47. package/es/types/Interface/api/dashboard/{ResultBalanceBankAccount.d.ts → ReadBalanceBankAccount.d.ts} +2 -2
  48. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -0
  49. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +5 -0
  50. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  51. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +6 -0
  52. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -0
  53. package/es/types/Interface/api/dashboard/ReadTopBuys.js +3 -0
  54. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  55. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +6 -0
  56. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -0
  57. package/es/types/Interface/api/dashboard/ReadTopProviders.js +3 -0
  58. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  59. package/es/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.d.ts → ReadTurnOverProfitAndLoss.d.ts} +2 -2
  60. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +1 -0
  61. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +7 -0
  62. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  63. package/es/types/Interface/api/dashboard/ReadVat.d.ts +11 -0
  64. package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +1 -0
  65. package/es/types/Interface/api/dashboard/ReadVat.js +5 -0
  66. package/es/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  67. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +22 -20
  68. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -1
  69. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -1
  70. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +5 -0
  71. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -0
  72. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +21 -0
  73. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  74. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +366 -0
  75. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -0
  76. package/es/types/Interface/api/shopify/ShopifyOrder.js +2 -0
  77. package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  78. package/es/types/Interface/api/shopify/address.d.ts +72 -0
  79. package/es/types/Interface/api/shopify/address.d.ts.map +1 -0
  80. package/es/types/Interface/api/shopify/address.js +2 -0
  81. package/es/types/Interface/api/shopify/address.js.map +1 -0
  82. package/es/types/Interface/api/shopify/base.d.ts +11 -0
  83. package/es/types/Interface/api/shopify/base.d.ts.map +1 -0
  84. package/es/types/Interface/api/shopify/base.js +2 -0
  85. package/es/types/Interface/api/shopify/base.js.map +1 -0
  86. package/es/types/Interface/api/shopify/client_details.d.ts +28 -0
  87. package/es/types/Interface/api/shopify/client_details.d.ts.map +1 -0
  88. package/es/types/Interface/api/shopify/client_details.js +2 -0
  89. package/es/types/Interface/api/shopify/client_details.js.map +1 -0
  90. package/es/types/Interface/api/shopify/customer.d.ts +99 -0
  91. package/es/types/Interface/api/shopify/customer.d.ts.map +1 -0
  92. package/es/types/Interface/api/shopify/customer.js +2 -0
  93. package/es/types/Interface/api/shopify/customer.js.map +1 -0
  94. package/es/types/Interface/api/shopify/discount_allocation.d.ts +17 -0
  95. package/es/types/Interface/api/shopify/discount_allocation.d.ts.map +1 -0
  96. package/es/types/Interface/api/shopify/discount_allocation.js +2 -0
  97. package/es/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  98. package/es/types/Interface/api/shopify/discount_application.d.ts +74 -0
  99. package/es/types/Interface/api/shopify/discount_application.d.ts.map +1 -0
  100. package/es/types/Interface/api/shopify/discount_application.js +2 -0
  101. package/es/types/Interface/api/shopify/discount_application.js.map +1 -0
  102. package/es/types/Interface/api/shopify/discount_code.d.ts +16 -0
  103. package/es/types/Interface/api/shopify/discount_code.d.ts.map +1 -0
  104. package/es/types/Interface/api/shopify/discount_code.js +2 -0
  105. package/es/types/Interface/api/shopify/discount_code.js.map +1 -0
  106. package/es/types/Interface/api/shopify/fulfillment.d.ts +93 -0
  107. package/es/types/Interface/api/shopify/fulfillment.d.ts.map +1 -0
  108. package/es/types/Interface/api/shopify/fulfillment.js +2 -0
  109. package/es/types/Interface/api/shopify/fulfillment.js.map +1 -0
  110. package/es/types/Interface/api/shopify/line_item.d.ts +126 -0
  111. package/es/types/Interface/api/shopify/line_item.d.ts.map +1 -0
  112. package/es/types/Interface/api/shopify/line_item.js +2 -0
  113. package/es/types/Interface/api/shopify/line_item.js.map +1 -0
  114. package/es/types/Interface/api/shopify/line_item_property.d.ts +12 -0
  115. package/es/types/Interface/api/shopify/line_item_property.d.ts.map +1 -0
  116. package/es/types/Interface/api/shopify/line_item_property.js +2 -0
  117. package/es/types/Interface/api/shopify/line_item_property.js.map +1 -0
  118. package/es/types/Interface/api/shopify/location.d.ts +57 -0
  119. package/es/types/Interface/api/shopify/location.d.ts.map +1 -0
  120. package/es/types/Interface/api/shopify/location.js +2 -0
  121. package/es/types/Interface/api/shopify/location.js.map +1 -0
  122. package/es/types/Interface/api/shopify/note_attribute.d.ts +11 -0
  123. package/es/types/Interface/api/shopify/note_attribute.d.ts.map +1 -0
  124. package/es/types/Interface/api/shopify/note_attribute.js +2 -0
  125. package/es/types/Interface/api/shopify/note_attribute.js.map +1 -0
  126. package/es/types/Interface/api/shopify/payment_details.d.ts +9 -0
  127. package/es/types/Interface/api/shopify/payment_details.d.ts.map +1 -0
  128. package/es/types/Interface/api/shopify/payment_details.js +2 -0
  129. package/es/types/Interface/api/shopify/payment_details.js.map +1 -0
  130. package/es/types/Interface/api/shopify/price_set.d.ts +11 -0
  131. package/es/types/Interface/api/shopify/price_set.d.ts.map +1 -0
  132. package/es/types/Interface/api/shopify/price_set.js +2 -0
  133. package/es/types/Interface/api/shopify/price_set.js.map +1 -0
  134. package/es/types/Interface/api/shopify/refund.d.ts +140 -0
  135. package/es/types/Interface/api/shopify/refund.d.ts.map +1 -0
  136. package/es/types/Interface/api/shopify/refund.js +2 -0
  137. package/es/types/Interface/api/shopify/refund.js.map +1 -0
  138. package/es/types/Interface/api/shopify/shipping_line.d.ts +59 -0
  139. package/es/types/Interface/api/shopify/shipping_line.d.ts.map +1 -0
  140. package/es/types/Interface/api/shopify/shipping_line.js +2 -0
  141. package/es/types/Interface/api/shopify/shipping_line.js.map +1 -0
  142. package/es/types/Interface/api/shopify/tax_line.d.ts +22 -0
  143. package/es/types/Interface/api/shopify/tax_line.d.ts.map +1 -0
  144. package/es/types/Interface/api/shopify/tax_line.js +2 -0
  145. package/es/types/Interface/api/shopify/tax_line.js.map +1 -0
  146. package/es/types/Interface/api/shopify/transaction.d.ts +103 -0
  147. package/es/types/Interface/api/shopify/transaction.d.ts.map +1 -0
  148. package/es/types/Interface/api/shopify/transaction.js +2 -0
  149. package/es/types/Interface/api/shopify/transaction.js.map +1 -0
  150. package/es/types/Interface/api/user/Permissions.d.ts +2 -0
  151. package/es/types/Interface/api/user/Permissions.d.ts.map +1 -1
  152. package/es/types/Interface/api/user/Permissions.js.map +1 -1
  153. package/es/types/Interface/models/IAccountingFile.d.ts +1 -1
  154. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  155. package/es/types/Interface/models/IBalanceSheetModule.d.ts +0 -1
  156. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  157. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  158. package/es/types/Interface/models/IEngagementAccountingFile.d.ts +1 -1
  159. package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
  160. package/es/types/Interface/models/IPermission.d.ts +2 -0
  161. package/es/types/Interface/models/IPermission.d.ts.map +1 -1
  162. package/es/types/Interface/models/IPermission.js.map +1 -1
  163. package/es/types/Interface/models/ISocietyGescom.d.ts +29 -29
  164. package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
  165. package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
  166. package/es/types/index.d.ts +12 -3
  167. package/es/types/index.d.ts.map +1 -1
  168. package/es/types/index.js +12 -3
  169. package/es/types/index.js.map +1 -1
  170. package/js/api/resources/Immobilization.js +4 -0
  171. package/js/api/resources/Immobilization.js.map +1 -1
  172. package/js/api/resources/dashboard.js +22 -2
  173. package/js/api/resources/dashboard.js.map +1 -1
  174. package/js/types/Enum/ShopifyFinancialStatus.js +6 -0
  175. package/js/types/Enum/ShopifyFinancialStatus.js.map +1 -0
  176. package/js/types/Enum/StockType.js +1 -1
  177. package/js/types/Enum/StockType.js.map +1 -1
  178. package/js/types/Enum/TransactionKind.js +6 -0
  179. package/js/types/Enum/TransactionKind.js.map +1 -0
  180. package/js/types/Enum/TransactionStatus.js +6 -0
  181. package/js/types/Enum/TransactionStatus.js.map +1 -0
  182. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -2
  183. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  184. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -2
  185. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  186. package/js/types/Interface/api/crisp/GetCrisp.js +6 -0
  187. package/js/types/Interface/api/crisp/GetCrisp.js.map +1 -0
  188. package/js/types/Interface/api/dashboard/QueryTopBuys.js +29 -0
  189. package/js/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
  190. package/js/types/Interface/api/dashboard/QueryTopProviders.js +29 -0
  191. package/js/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
  192. package/js/types/Interface/api/dashboard/QueryVat.js +29 -0
  193. package/js/types/Interface/api/dashboard/QueryVat.js.map +1 -0
  194. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +14 -0
  195. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
  196. package/js/types/Interface/api/dashboard/ReadTopBuys.js +10 -0
  197. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
  198. package/js/types/Interface/api/dashboard/ReadTopProviders.js +10 -0
  199. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
  200. package/js/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLoss.js} +3 -3
  201. package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
  202. package/js/types/Interface/api/dashboard/ReadVat.js +14 -0
  203. package/js/types/Interface/api/dashboard/ReadVat.js.map +1 -0
  204. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +29 -0
  205. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
  206. package/js/types/Interface/api/shopify/ShopifyOrder.js +6 -0
  207. package/js/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
  208. package/js/types/Interface/api/shopify/address.js +6 -0
  209. package/js/types/Interface/api/shopify/address.js.map +1 -0
  210. package/js/types/Interface/api/shopify/base.js +6 -0
  211. package/js/types/Interface/api/shopify/base.js.map +1 -0
  212. package/js/types/Interface/api/shopify/client_details.js +6 -0
  213. package/js/types/Interface/api/shopify/client_details.js.map +1 -0
  214. package/js/types/Interface/api/shopify/customer.js +6 -0
  215. package/js/types/Interface/api/shopify/customer.js.map +1 -0
  216. package/js/types/Interface/api/shopify/discount_allocation.js +6 -0
  217. package/js/types/Interface/api/shopify/discount_allocation.js.map +1 -0
  218. package/js/types/Interface/api/shopify/discount_application.js +6 -0
  219. package/js/types/Interface/api/shopify/discount_application.js.map +1 -0
  220. package/js/types/Interface/api/shopify/discount_code.js +6 -0
  221. package/js/types/Interface/api/shopify/discount_code.js.map +1 -0
  222. package/js/types/Interface/api/shopify/fulfillment.js +6 -0
  223. package/js/types/Interface/api/shopify/fulfillment.js.map +1 -0
  224. package/js/types/Interface/api/shopify/line_item.js +6 -0
  225. package/js/types/Interface/api/shopify/line_item.js.map +1 -0
  226. package/js/types/Interface/api/shopify/line_item_property.js +6 -0
  227. package/js/types/Interface/api/shopify/line_item_property.js.map +1 -0
  228. package/js/types/Interface/api/shopify/location.js +6 -0
  229. package/js/types/Interface/api/shopify/location.js.map +1 -0
  230. package/js/types/Interface/api/shopify/note_attribute.js +6 -0
  231. package/js/types/Interface/api/shopify/note_attribute.js.map +1 -0
  232. package/js/types/Interface/api/shopify/payment_details.js +6 -0
  233. package/js/types/Interface/api/shopify/payment_details.js.map +1 -0
  234. package/js/types/Interface/api/shopify/price_set.js +6 -0
  235. package/js/types/Interface/api/shopify/price_set.js.map +1 -0
  236. package/js/types/Interface/api/shopify/refund.js +6 -0
  237. package/js/types/Interface/api/shopify/refund.js.map +1 -0
  238. package/js/types/Interface/api/shopify/shipping_line.js +6 -0
  239. package/js/types/Interface/api/shopify/shipping_line.js.map +1 -0
  240. package/js/types/Interface/api/shopify/tax_line.js +6 -0
  241. package/js/types/Interface/api/shopify/tax_line.js.map +1 -0
  242. package/js/types/Interface/api/shopify/transaction.js +6 -0
  243. package/js/types/Interface/api/shopify/transaction.js.map +1 -0
  244. package/js/types/index.js +126 -18
  245. package/js/types/index.js.map +1 -1
  246. package/package.json +1 -1
  247. package/ts/api/resources/Immobilization.ts +5 -1
  248. package/ts/api/resources/dashboard.ts +32 -6
  249. package/ts/types/Enum/ShopifyFinancialStatus.ts +11 -0
  250. package/ts/types/Enum/StockType.ts +1 -1
  251. package/ts/types/Enum/TransactionKind.ts +7 -0
  252. package/ts/types/Enum/TransactionStatus.ts +6 -0
  253. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +2 -2
  254. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +2 -2
  255. package/ts/types/Interface/api/crisp/GetCrisp.ts +46 -0
  256. package/ts/types/Interface/api/dashboard/QueryTopBuys.ts +9 -0
  257. package/ts/types/Interface/api/dashboard/QueryTopProviders.ts +9 -0
  258. package/ts/types/Interface/api/dashboard/QueryVat.ts +9 -0
  259. package/ts/types/Interface/api/dashboard/{ResultBalanceBankAccount.ts → ReadBalanceBankAccount.ts} +1 -1
  260. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +5 -0
  261. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -0
  262. package/ts/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.ts → ReadTurnOverProfitAndLoss.ts} +1 -1
  263. package/ts/types/Interface/api/dashboard/ReadVat.ts +11 -0
  264. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +22 -20
  265. package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +8 -0
  266. package/ts/types/Interface/api/shopify/ShopifyOrder.ts +436 -0
  267. package/ts/types/Interface/api/shopify/address.ts +88 -0
  268. package/ts/types/Interface/api/shopify/base.ts +10 -0
  269. package/ts/types/Interface/api/shopify/client_details.ts +33 -0
  270. package/ts/types/Interface/api/shopify/customer.ts +125 -0
  271. package/ts/types/Interface/api/shopify/discount_allocation.ts +19 -0
  272. package/ts/types/Interface/api/shopify/discount_application.ts +83 -0
  273. package/ts/types/Interface/api/shopify/discount_code.ts +18 -0
  274. package/ts/types/Interface/api/shopify/fulfillment.ts +110 -0
  275. package/ts/types/Interface/api/shopify/line_item.ts +153 -0
  276. package/ts/types/Interface/api/shopify/line_item_property.ts +13 -0
  277. package/ts/types/Interface/api/shopify/location.ts +69 -0
  278. package/ts/types/Interface/api/shopify/note_attribute.ts +11 -0
  279. package/ts/types/Interface/api/shopify/payment_details.ts +13 -0
  280. package/ts/types/Interface/api/shopify/price_set.ts +10 -0
  281. package/ts/types/Interface/api/shopify/refund.ts +142 -0
  282. package/ts/types/Interface/api/shopify/shipping_line.ts +71 -0
  283. package/ts/types/Interface/api/shopify/tax_line.ts +25 -0
  284. package/ts/types/Interface/api/shopify/transaction.ts +123 -0
  285. package/ts/types/Interface/api/user/Permissions.ts +2 -0
  286. package/ts/types/Interface/models/IAccountingFile.ts +1 -1
  287. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -1
  288. package/ts/types/Interface/models/IEngagementAccountingFile.ts +1 -1
  289. package/ts/types/Interface/models/IPermission.ts +2 -0
  290. package/ts/types/Interface/models/ISocietyGescom.ts +29 -29
  291. package/ts/types/index.ts +12 -3
  292. package/es/types/Enum/DefaultPermissions.d.ts +0 -13
  293. package/es/types/Enum/DefaultPermissions.d.ts.map +0 -1
  294. package/es/types/Enum/DefaultPermissions.js +0 -13
  295. package/es/types/Enum/DefaultPermissions.js.map +0 -1
  296. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts.map +0 -1
  297. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -5
  298. package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  299. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.d.ts.map +0 -1
  300. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js +0 -7
  301. package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
  302. package/js/types/Enum/DefaultPermissions.js +0 -18
  303. package/js/types/Enum/DefaultPermissions.js.map +0 -1
  304. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -14
  305. package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
  306. package/js/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
  307. package/ts/types/Enum/DefaultPermissions.ts +0 -12
@@ -0,0 +1,28 @@
1
+ import { ShopifyObject } from './base';
2
+ export interface ClientDetails extends ShopifyObject {
3
+ /**
4
+ * Shopify does not offer documentation for this field.
5
+ */
6
+ accept_language: string | null;
7
+ /**
8
+ * The browser screen height in pixels, if available.
9
+ */
10
+ browser_height: number | null;
11
+ /**
12
+ * The browser IP address.
13
+ */
14
+ browser_ip: string;
15
+ /**
16
+ * The browser screen width in pixels, if available.
17
+ */
18
+ browser_width: number | null;
19
+ /**
20
+ * A hash of the session.
21
+ */
22
+ session_hash: string | null;
23
+ /**
24
+ * The browser's user agent string.
25
+ */
26
+ user_agent: string;
27
+ }
28
+ //# sourceMappingURL=client_details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_details.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/client_details.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD;;SAEK;IACL,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;SAEK;IACL,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;SAEK;IACL,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=client_details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_details.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/client_details.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\n\nexport interface ClientDetails extends ShopifyObject {\n /**\n * Shopify does not offer documentation for this field.\n */\n accept_language: string | null;\n\n /**\n * The browser screen height in pixels, if available.\n */\n browser_height: number | null;\n\n /**\n * The browser IP address.\n */\n browser_ip: string;\n\n /**\n * The browser screen width in pixels, if available.\n */\n browser_width: number | null;\n\n /**\n * A hash of the session.\n */\n session_hash: string | null;\n\n /**\n * The browser's user agent string.\n */\n user_agent: string;\n}"]}
@@ -0,0 +1,99 @@
1
+ import { Address } from './address';
2
+ import { ShopifyObject } from './base';
3
+ export interface Customer extends ShopifyObject {
4
+ id: number;
5
+ admin_graphql_api_id: string;
6
+ /**
7
+ * Indicates whether the customer has consented to be sent marketing material via email.
8
+ */
9
+ accepts_marketing: boolean;
10
+ /**
11
+ * A list of addresses for the customer.
12
+ */
13
+ addresses?: Address[];
14
+ /**
15
+ * The date and time when the customer was created.
16
+ */
17
+ created_at: string;
18
+ /**
19
+ * The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.
20
+ * (BETA)
21
+ */
22
+ currency: string;
23
+ /**
24
+ * The default address for the customer.
25
+ */
26
+ default_address: Address;
27
+ /**
28
+ * The email address of the customer.
29
+ */
30
+ email: string | null;
31
+ /**
32
+ * The customer's first name.
33
+ */
34
+ first_name: string | null;
35
+ /**
36
+ * The customer's last name.
37
+ */
38
+ last_name: string | null;
39
+ /**
40
+ * The customer's first and last names.
41
+ */
42
+ name: string | null;
43
+ /**
44
+ * The id of the customer's last order.
45
+ */
46
+ last_order_id: number;
47
+ /**
48
+ * The name of the customer's last order. This is directly related to the Order's name field.
49
+ */
50
+ last_order_name: string;
51
+ /**
52
+ * The customer's identifier used with Multipass login
53
+ */
54
+ multipass_identifier: string | null;
55
+ /**
56
+ * A note about the customer.
57
+ */
58
+ note: string | null;
59
+ /**
60
+ * The number of orders associated with this customer.
61
+ */
62
+ orders_count: number | null;
63
+ /**
64
+ * The number of orders associated with this customer.
65
+ */
66
+ phone: string | null;
67
+ /**
68
+ * The state of the customer in a shop. Known values are 'disabled', 'decline', 'invited' and 'enabled'.
69
+ */
70
+ state: string;
71
+ /**
72
+ * Tags are additional short descriptors formatted as a string of comma-separated values.
73
+ */
74
+ tags: string;
75
+ /**
76
+ * Indicates whether the customer should be charged taxes when placing orders.
77
+ */
78
+ tax_exempt: boolean;
79
+ /**
80
+ * The total amount of money that the customer has spent at the shop. Note: the Shopify API may return this as a string value.
81
+ */
82
+ total_spent: string;
83
+ /**
84
+ * The date and time when the customer information was updated.
85
+ */
86
+ updated_at: string;
87
+ /**
88
+ * States whether or not the email address has been verified.
89
+ */
90
+ verified_email: boolean;
91
+ }
92
+ export interface CustomerInvite {
93
+ to?: string;
94
+ from?: string;
95
+ bcc?: string[];
96
+ subject?: string;
97
+ custom_message?: string;
98
+ }
99
+ //# sourceMappingURL=customer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/customer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;SAEK;IACL,iBAAiB,EAAE,OAAO,CAAC;IAE3B;;SAEK;IACL,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IAEtB;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;;SAGK;IACL,QAAQ,EAAE,MAAM,CAAC;IAEjB;;SAEK;IACL,eAAe,EAAE,OAAO,CAAC;IAEzB;;SAEK;IACL,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;SAEK;IACL,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;SAEK;IACL,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;SAEK;IACL,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;SAEK;IACL,aAAa,EAAE,MAAM,CAAC;IAEtB;;SAEK;IACL,eAAe,EAAE,MAAM,CAAC;IAExB;;SAEK;IACL,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;SAEK;IACL,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;SAEK;IACL,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;SAEK;IACL,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IAEb;;SAEK;IACL,UAAU,EAAE,OAAO,CAAC;IAEpB;;SAEK;IACL,WAAW,EAAE,MAAM,CAAC;IAEpB;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,cAAc;IAE7B,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IAEf,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=customer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customer.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/customer.ts"],"names":[],"mappings":"","sourcesContent":["import { Address } from './address';\nimport { ShopifyObject } from './base';\n\nexport interface Customer extends ShopifyObject {\n id: number,\n admin_graphql_api_id: string,\n /**\n * Indicates whether the customer has consented to be sent marketing material via email.\n */\n accepts_marketing: boolean;\n\n /**\n * A list of addresses for the customer.\n */\n addresses?: Address[];\n\n /**\n * The date and time when the customer was created.\n */\n created_at: string;\n\n /**\n * The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.\n * (BETA)\n */\n currency: string;\n\n /**\n * The default address for the customer.\n */\n default_address: Address;\n\n /**\n * The email address of the customer.\n */\n email: string | null;\n\n /**\n * The customer's first name.\n */\n first_name: string | null;\n\n /**\n * The customer's last name.\n */\n last_name: string | null;\n\n /**\n * The customer's first and last names.\n */\n name: string | null;\n\n /**\n * The id of the customer's last order.\n */\n last_order_id: number;\n\n /**\n * The name of the customer's last order. This is directly related to the Order's name field.\n */\n last_order_name: string;\n\n /**\n * The customer's identifier used with Multipass login\n */\n multipass_identifier: string | null;\n\n /**\n * A note about the customer.\n */\n note: string | null;\n\n /**\n * The number of orders associated with this customer.\n */\n orders_count: number | null;\n\n /**\n * The number of orders associated with this customer.\n */\n phone: string | null;\n\n /**\n * The state of the customer in a shop. Known values are 'disabled', 'decline', 'invited' and 'enabled'.\n */\n state: string;\n\n /**\n * Tags are additional short descriptors formatted as a string of comma-separated values.\n */\n tags: string;\n\n /**\n * Indicates whether the customer should be charged taxes when placing orders.\n */\n tax_exempt: boolean;\n\n /**\n * The total amount of money that the customer has spent at the shop. Note: the Shopify API may return this as a string value.\n */\n total_spent: string;\n\n /**\n * The date and time when the customer information was updated.\n */\n updated_at: string;\n\n /**\n * States whether or not the email address has been verified.\n */\n verified_email: boolean;\n}\n\nexport interface CustomerInvite {\n\n to?: string;\n\n from?: string;\n\n bcc?: string[];\n\n subject?: string;\n\n custom_message?: string;\n}"]}
@@ -0,0 +1,17 @@
1
+ import { PriceSet } from './price_set';
2
+ export interface DiscountAllocation {
3
+ /**
4
+ * The discount amount allocated to the line.
5
+ */
6
+ amount: number;
7
+ /**
8
+ * The discount amount allocated to the line item in shop and presentment currencies.
9
+ * (BETA)
10
+ */
11
+ amount_set: PriceSet;
12
+ /**
13
+ * The index of the associated discount application in the order's discount_applications list.
14
+ */
15
+ discount_application_index: number;
16
+ }
17
+ //# sourceMappingURL=discount_allocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount_allocation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/discount_allocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,WAAW,kBAAkB;IACjC;;SAEK;IACL,MAAM,EAAE,MAAM,CAAC;IAEf;;;SAGK;IACL,UAAU,EAAE,QAAQ,CAAC;IAErB;;SAEK;IACL,0BAA0B,EAAE,MAAM,CAAC;CACpC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=discount_allocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount_allocation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/discount_allocation.ts"],"names":[],"mappings":"","sourcesContent":["import { PriceSet } from './price_set';\n\nexport interface DiscountAllocation {\n /**\n * The discount amount allocated to the line.\n */\n amount: number;\n\n /**\n * The discount amount allocated to the line item in shop and presentment currencies.\n * (BETA)\n */\n amount_set: PriceSet;\n\n /**\n * The index of the associated discount application in the order's discount_applications list.\n */\n discount_application_index: number;\n}\n"]}
@@ -0,0 +1,74 @@
1
+ export interface DiscountApplication {
2
+ /**
3
+ * The method by which the discount application value has been allocated to entitled lines.
4
+ *
5
+ * Valid values:
6
+ * * across: The value is spread across all entitled lines.
7
+ * * each: The value is applied onto every entitled line.
8
+ * * one: The value is applied onto a single line.
9
+ */
10
+ allocation_method: 'across' | 'each' | 'one';
11
+ /**
12
+ * The discount code that was used to apply the discount.
13
+ *
14
+ * Available only for discount code applications.
15
+ *
16
+ * (only exists if type === "discount_code")
17
+ */
18
+ code?: string;
19
+ /**
20
+ * The description of the discount application, as defined by the merchant or the Shopify Script.
21
+ * (can be null)
22
+ *
23
+ * Available only for manual and script discount applications.
24
+ *
25
+ * (only exists if type === "manual" || type === "script")
26
+ */
27
+ description?: string | null;
28
+ /**
29
+ * The lines on the order, of the type defined by target_type, that the discount is allocated over.
30
+ *
31
+ * Valid values:
32
+ * * all: The discount is allocated onto all lines.
33
+ * * entitled: The discount is allocated only onto lines it is entitled for.
34
+ * * explicit: The discount is allocated only onto explicitly selected lines.
35
+ */
36
+ target_selection: 'all' | 'entitled' | 'explicit';
37
+ /**
38
+ * The type of line on the order that the discount is applicable on.
39
+ *
40
+ * Valid values:
41
+ * * line_item: The discount applies to line items.
42
+ * * shipping_line: The discount applies to shipping lines.
43
+ */
44
+ target_type: 'line_item' | 'shipping_line';
45
+ /**
46
+ * The title of the discount application, as defined by the merchant.
47
+ *
48
+ * Available only for manual discount applications.
49
+ *
50
+ * (only exists if type === "manual")
51
+ */
52
+ title?: string;
53
+ /**
54
+ * The discount_applications property includes 3 types: discount_code, manual, and script.
55
+ *
56
+ * All 3 types share a common structure and have some type specific attributes.
57
+ */
58
+ type: 'discount_code' | 'manual' | 'script';
59
+ /**
60
+ * The value of the discount application as a decimal.
61
+ *
62
+ * This represents the intention of the discount application.
63
+ * For example, if the intent was to apply a 20% discount, then the value will be "20.0". If the intent was to apply a $15 discount, then the value will be "15.0"
64
+ */
65
+ value: string;
66
+ /**
67
+ * The type of the value. Valid values:
68
+ *
69
+ * * fixed_amount: A fixed amount discount value in the currency of the order.
70
+ * * percentage: A percentage discount value.
71
+ */
72
+ value_type: 'fixed_amount' | 'percentage';
73
+ }
74
+ //# sourceMappingURL=discount_application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount_application.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/discount_application.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAElC;;;;;;;SAOK;IACL,iBAAiB,EAAE,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC;IAE7C;;;;;;SAMK;IACL,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;SAOK;IACL,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;;;;;;SAOK;IACL,gBAAgB,EAAE,KAAK,GAAG,UAAU,GAAG,UAAU,CAAC;IAElD;;;;;;SAMK;IACL,WAAW,EAAE,WAAW,GAAG,eAAe,CAAC;IAE3C;;;;;;SAMK;IACL,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;SAIK;IACL,IAAI,EAAE,eAAe,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAE5C;;;;;SAKK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;SAKK;IACL,UAAU,EAAE,cAAc,GAAG,YAAY,CAAC;CAE3C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=discount_application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount_application.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/discount_application.ts"],"names":[],"mappings":"","sourcesContent":["export interface DiscountApplication {\n\n /**\n * The method by which the discount application value has been allocated to entitled lines.\n *\n * Valid values:\n * * across: The value is spread across all entitled lines.\n * * each: The value is applied onto every entitled line.\n * * one: The value is applied onto a single line.\n */\n allocation_method: 'across' | 'each' | 'one';\n\n /**\n * The discount code that was used to apply the discount.\n *\n * Available only for discount code applications.\n *\n * (only exists if type === \"discount_code\")\n */\n code?: string;\n\n /**\n * The description of the discount application, as defined by the merchant or the Shopify Script.\n * (can be null)\n *\n * Available only for manual and script discount applications.\n *\n * (only exists if type === \"manual\" || type === \"script\")\n */\n description?: string | null;\n\n /**\n * The lines on the order, of the type defined by target_type, that the discount is allocated over.\n *\n * Valid values:\n * * all: The discount is allocated onto all lines.\n * * entitled: The discount is allocated only onto lines it is entitled for.\n * * explicit: The discount is allocated only onto explicitly selected lines.\n */\n target_selection: 'all' | 'entitled' | 'explicit';\n\n /**\n * The type of line on the order that the discount is applicable on.\n *\n * Valid values:\n * * line_item: The discount applies to line items.\n * * shipping_line: The discount applies to shipping lines.\n */\n target_type: 'line_item' | 'shipping_line';\n\n /**\n * The title of the discount application, as defined by the merchant.\n *\n * Available only for manual discount applications.\n *\n * (only exists if type === \"manual\")\n */\n title?: string;\n\n /**\n * The discount_applications property includes 3 types: discount_code, manual, and script.\n *\n * All 3 types share a common structure and have some type specific attributes.\n */\n type: 'discount_code' | 'manual' | 'script';\n\n /**\n * The value of the discount application as a decimal.\n *\n * This represents the intention of the discount application.\n * For example, if the intent was to apply a 20% discount, then the value will be \"20.0\". If the intent was to apply a $15 discount, then the value will be \"15.0\"\n */\n value: string;\n\n /**\n * The type of the value. Valid values:\n *\n * * fixed_amount: A fixed amount discount value in the currency of the order.\n * * percentage: A percentage discount value.\n */\n value_type: 'fixed_amount' | 'percentage';\n\n}\n"]}
@@ -0,0 +1,16 @@
1
+ import { ShopifyObject } from './base';
2
+ export interface DiscountCode extends ShopifyObject {
3
+ /**
4
+ * The amount of the discount.
5
+ */
6
+ amount?: string;
7
+ /**
8
+ * The discount code.
9
+ */
10
+ code?: string;
11
+ /**
12
+ * The type of discount. Known values are 'percentage', 'shipping', 'fixed_amount' and 'none'.
13
+ */
14
+ type?: 'percentage' | 'shipping' | 'fixed_amount' | string;
15
+ }
16
+ //# sourceMappingURL=discount_code.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount_code.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/discount_code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,WAAW,YAAa,SAAQ,aAAa;IACjD;;SAEK;IACL,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;SAEK;IACL,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;SAEK;IACL,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,cAAc,GAAG,MAAM,CAAC;CAC5D"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=discount_code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount_code.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/discount_code.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\n\nexport interface DiscountCode extends ShopifyObject {\n /**\n * The amount of the discount.\n */\n amount?: string;\n\n /**\n * The discount code.\n */\n code?: string;\n\n /**\n * The type of discount. Known values are 'percentage', 'shipping', 'fixed_amount' and 'none'.\n */\n type?: 'percentage' | 'shipping' | 'fixed_amount' | string;\n}"]}
@@ -0,0 +1,93 @@
1
+ import { ShopifyObject } from './base';
2
+ import { LineItem } from './line_item';
3
+ export interface Fulfillment extends ShopifyObject {
4
+ /**
5
+ * The ID for the fulfillment
6
+ */
7
+ id: number;
8
+ /**
9
+ * The date and time when the fulfillment was created.
10
+ */
11
+ created_at: string;
12
+ /**
13
+ * A historical record of each item in the fulfillment.
14
+ */
15
+ line_items: LineItem[];
16
+ /**
17
+ * The unique identifier of the location that the fulfillment should be processed for. In order to find the ID of the location, use the Location API.
18
+ */
19
+ location_id: number;
20
+ /**
21
+ * The uniquely identifying fulfillment name, consisting of two parts separated by a '.'. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).
22
+ */
23
+ name: string;
24
+ /**
25
+ * Whether the customer should be notified. If set to true, then an email will be sent when the fulfillment is created or updated. For orders that were initially created using the API, the default value is false. For all other orders, the default value is true.
26
+ *
27
+ * (does not exist on any order of a production store that I tested; might be a parameter that is only passed to POST method but is not retrieved on GET)
28
+ */
29
+ notify_customer?: boolean;
30
+ /**
31
+ * The unique numeric identifier for the order.
32
+ */
33
+ order_id: number;
34
+ /**
35
+ * An arbitrary object without defined interface (the Shopify documentation is wrong)
36
+ */
37
+ receipt: any;
38
+ /**
39
+ * The type of service used.
40
+ */
41
+ service: string;
42
+ /**
43
+ * The current shipment status for the order. Valid values:
44
+ * * null
45
+ * * "confirmed"
46
+ * * "in_transit"
47
+ * * "out_of_delivery"
48
+ * * "delivered"
49
+ * * "failure"
50
+ *
51
+ * (can be null)
52
+ */
53
+ shipment_status: null | 'confirmed' | 'in_transit' | 'out_of_delivery' | 'delivered' | 'failure';
54
+ /**
55
+ * The status of the fulfillment. Valid values:
56
+ */
57
+ status: 'pending' | 'open' | 'success' | 'cancelled' | 'error' | 'failure';
58
+ /**
59
+ * The name of the tracking company.
60
+ *
61
+ * (can be null)
62
+ */
63
+ tracking_company: null | string;
64
+ /**
65
+ * The shipping number, provided by the shipping company. If multiple tracking numbers
66
+ * exist, returns the first number. If none, null.
67
+ */
68
+ tracking_number: string | null;
69
+ /**
70
+ * A list of shipping numbers, provided by the shipping company. May be empty.
71
+ */
72
+ tracking_numbers: string[];
73
+ /**
74
+ * The tracking url, provided by the shipping company. May be null. If multiple tracking URLs
75
+ * exist, returns the first URL.
76
+ */
77
+ tracking_url: string | null;
78
+ /**
79
+ * An array of one or more tracking urls, provided by the shipping company. May be null.
80
+ */
81
+ tracking_urls: string[];
82
+ /**
83
+ * The date and time when the fulfillment was last modified.
84
+ */
85
+ updated_at: string;
86
+ /**
87
+ * The name of the inventory management service.
88
+ *
89
+ * (can be undefined)
90
+ */
91
+ variant_inventory_management?: string;
92
+ }
93
+ //# sourceMappingURL=fulfillment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fulfillment.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/fulfillment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD;;SAEK;IACL,EAAE,EAAE,MAAM,CAAC;IAEX;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,UAAU,EAAE,QAAQ,EAAE,CAAC;IAEvB;;SAEK;IACL,WAAW,EAAE,MAAM,CAAC;IAEpB;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IAEb;;;;SAIK;IACL,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;SAEK;IACL,QAAQ,EAAE,MAAM,CAAC;IAEjB;;SAEK;IACL,OAAO,EAAE,GAAG,CAAC;IAEb;;SAEK;IACL,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;;;;;SAUK;IACL,eAAe,EAAE,IAAI,GAAG,WAAW,GAAG,YAAY,GAAG,iBAAiB,GAAG,WAAW,GAAG,SAAS,CAAC;IAEjG;;SAEK;IACL,MAAM,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,CAAC;IAE3E;;;;SAIK;IACL,gBAAgB,EAAE,IAAI,GAAG,MAAM,CAAC;IAEhC;;;SAGK;IACL,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;SAEK;IACL,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAE3B;;;SAGK;IACL,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;SAEK;IACL,aAAa,EAAE,MAAM,EAAE,CAAC;IAExB;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;SAIK;IACL,4BAA4B,CAAC,EAAE,MAAM,CAAC;CACvC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=fulfillment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fulfillment.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/fulfillment.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\nimport { LineItem } from './line_item';\n\nexport interface Fulfillment extends ShopifyObject {\n /**\n * The ID for the fulfillment\n */\n id: number;\n\n /**\n * The date and time when the fulfillment was created.\n */\n created_at: string;\n\n /**\n * A historical record of each item in the fulfillment.\n */\n line_items: LineItem[];\n\n /**\n * The unique identifier of the location that the fulfillment should be processed for. In order to find the ID of the location, use the Location API.\n */\n location_id: number;\n\n /**\n * The uniquely identifying fulfillment name, consisting of two parts separated by a '.'. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).\n */\n name: string;\n\n /**\n * Whether the customer should be notified. If set to true, then an email will be sent when the fulfillment is created or updated. For orders that were initially created using the API, the default value is false. For all other orders, the default value is true.\n *\n * (does not exist on any order of a production store that I tested; might be a parameter that is only passed to POST method but is not retrieved on GET)\n */\n notify_customer?: boolean;\n\n /**\n * The unique numeric identifier for the order.\n */\n order_id: number;\n\n /**\n * An arbitrary object without defined interface (the Shopify documentation is wrong)\n */\n receipt: any;\n\n /**\n * The type of service used.\n */\n service: string;\n\n /**\n * The current shipment status for the order. Valid values:\n * * null\n * * \"confirmed\"\n * * \"in_transit\"\n * * \"out_of_delivery\"\n * * \"delivered\"\n * * \"failure\"\n *\n * (can be null)\n */\n shipment_status: null | 'confirmed' | 'in_transit' | 'out_of_delivery' | 'delivered' | 'failure';\n\n /**\n * The status of the fulfillment. Valid values:\n */\n status: 'pending' | 'open' | 'success' | 'cancelled' | 'error' | 'failure';\n\n /**\n * The name of the tracking company.\n *\n * (can be null)\n */\n tracking_company: null | string;\n\n /**\n * The shipping number, provided by the shipping company. If multiple tracking numbers\n * exist, returns the first number. If none, null.\n */\n tracking_number: string | null;\n\n /**\n * A list of shipping numbers, provided by the shipping company. May be empty.\n */\n tracking_numbers: string[];\n\n /**\n * The tracking url, provided by the shipping company. May be null. If multiple tracking URLs\n * exist, returns the first URL.\n */\n tracking_url: string | null;\n\n /**\n * An array of one or more tracking urls, provided by the shipping company. May be null.\n */\n tracking_urls: string[];\n\n /**\n * The date and time when the fulfillment was last modified.\n */\n updated_at: string;\n\n /**\n * The name of the inventory management service.\n *\n * (can be undefined)\n */\n variant_inventory_management?: string;\n}"]}
@@ -0,0 +1,126 @@
1
+ import { TaxLine } from './tax_line';
2
+ import { ShopifyObject } from './base';
3
+ import { LineItemProperty } from './line_item_property';
4
+ import { DiscountAllocation } from './discount_allocation';
5
+ import { Location } from './location';
6
+ import { PriceSet } from './price_set';
7
+ export interface LineItem extends ShopifyObject {
8
+ /**
9
+ * does not always exist
10
+ */
11
+ destination_location?: Location;
12
+ /**
13
+ * An ordered list of amounts allocated by discount applications. Each discount allocation is associated to a particular discount application.
14
+ */
15
+ discount_allocations: DiscountAllocation[];
16
+ /**
17
+ * The amount available to fulfill. This is the quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity.
18
+ */
19
+ fulfillable_quantity: number;
20
+ /**
21
+ * Service provider who is doing the fulfillment. Valid values are either "manual" or the name of the provider. eg: "amazon", "shipwire", etc.
22
+ */
23
+ fulfillment_service: string;
24
+ /**
25
+ * The fulfillment status of this line item. Known values are 'fulfilled', 'null' and 'partial'.
26
+ */
27
+ fulfillment_status: string;
28
+ /**
29
+ * States whether the order used a gift card.
30
+ */
31
+ gift_card: boolean;
32
+ /**
33
+ * The weight of the item in grams.
34
+ */
35
+ grams: number;
36
+ /**
37
+ * The name of the product variant.
38
+ */
39
+ name: string;
40
+ /**
41
+ * does not always exist
42
+ */
43
+ origin_location?: Location;
44
+ /**
45
+ * The price of the item before taxes have been applied.
46
+ */
47
+ pre_tax_price: string;
48
+ /**
49
+ * The pre-tax price of the item in shop and presentment currencies.
50
+ * (BETA)
51
+ */
52
+ pre_tax_price_set: PriceSet;
53
+ /**
54
+ * The price of the item before discounts have been applied.
55
+ */
56
+ price: string | number;
57
+ /**
58
+ * TODO: what does this mean?
59
+ */
60
+ product_exists: boolean;
61
+ /**
62
+ * The price of the item in shop and presentment currencies.
63
+ * (BETA)
64
+ */
65
+ price_set: PriceSet;
66
+ /**
67
+ * The unique numeric identifier for the product in the fulfillment. Can be null if the original product associated with the order is deleted at a later date
68
+ */
69
+ product_id: number;
70
+ /**
71
+ * An array of custom information for an item that has been added to the cart.
72
+ * Often used to provide product customization options.
73
+ * An array of <see cref="ShopifyTaxLine"/> objects, each of which details the taxes applicable to this <see cref="ShopifyLineItem"/>.
74
+ */
75
+ properties: LineItemProperty[];
76
+ /**
77
+ * The number of products that were purchased.
78
+ */
79
+ quantity: number;
80
+ /**
81
+ * States whether or not the fulfillment requires shipping.
82
+ */
83
+ requires_shipping: boolean;
84
+ /**
85
+ * A unique identifier of the item in the fulfillment.
86
+ */
87
+ sku: string;
88
+ /**
89
+ * States whether or not the product was taxable.
90
+ */
91
+ taxable: boolean;
92
+ /**
93
+ * An array of <see cref="ShopifyTaxLine"/> objects, each of which details the taxes applicable to this <see cref="ShopifyLineItem"/>.
94
+ */
95
+ tax_lines: TaxLine[];
96
+ /**
97
+ * The title of the product.
98
+ */
99
+ title: string;
100
+ /**
101
+ * The total discount amount applied to this line item. This value is not subtracted in the line item price.
102
+ */
103
+ total_discount: string;
104
+ /**
105
+ * The total discount amount applied to this line item in shop and presentment currencies.
106
+ * (BETA)
107
+ */
108
+ total_discount_set: PriceSet;
109
+ /**
110
+ * The id of the product variant. Can be null if the product purchased is not a variant.
111
+ */
112
+ variant_id: number;
113
+ /**
114
+ * TODO: What is this? (known values: "shopify", null)
115
+ */
116
+ variant_inventory_management: null | string;
117
+ /**
118
+ * The title of the product variant. Can be null if the product purchased is not a variant.
119
+ */
120
+ variant_title: string;
121
+ /**
122
+ * The name of the supplier of the item.
123
+ */
124
+ vendor: string;
125
+ }
126
+ //# sourceMappingURL=line_item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line_item.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/line_item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C;;OAEG;IACH,oBAAoB,CAAC,EAAE,QAAQ,CAAC;IAEhC;;OAEG;IACH,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAE3C;;OAEG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,eAAe,CAAC,EAAE,QAAQ,CAAC;IAE3B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,iBAAiB,EAAE,QAAQ,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,SAAS,EAAE,QAAQ,CAAC;IAEpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,UAAU,EAAE,gBAAgB,EAAE,CAAC;IAE/B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAE3B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,SAAS,EAAE,OAAO,EAAE,CAAC;IAErB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,kBAAkB,EAAE,QAAQ,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,4BAA4B,EAAE,IAAI,GAAG,MAAM,CAAC;IAE5C;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=line_item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line_item.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/line_item.ts"],"names":[],"mappings":"","sourcesContent":["import { TaxLine } from './tax_line';\nimport { ShopifyObject } from './base';\nimport { LineItemProperty } from './line_item_property';\nimport { DiscountAllocation } from './discount_allocation';\nimport { Location } from './location';\nimport { PriceSet } from './price_set';\n\nexport interface LineItem extends ShopifyObject {\n /**\n * does not always exist\n */\n destination_location?: Location;\n\n /**\n * An ordered list of amounts allocated by discount applications. Each discount allocation is associated to a particular discount application.\n */\n discount_allocations: DiscountAllocation[];\n\n /**\n * The amount available to fulfill. This is the quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity.\n */\n fulfillable_quantity: number;\n\n /**\n * Service provider who is doing the fulfillment. Valid values are either \"manual\" or the name of the provider. eg: \"amazon\", \"shipwire\", etc.\n */\n fulfillment_service: string;\n\n /**\n * The fulfillment status of this line item. Known values are 'fulfilled', 'null' and 'partial'.\n */\n fulfillment_status: string;\n\n /**\n * States whether the order used a gift card.\n */\n gift_card: boolean;\n\n /**\n * The weight of the item in grams.\n */\n grams: number;\n\n /**\n * The name of the product variant.\n */\n name: string;\n\n /**\n * does not always exist\n */\n origin_location?: Location;\n\n /**\n * The price of the item before taxes have been applied.\n */\n pre_tax_price: string;\n\n /**\n * The pre-tax price of the item in shop and presentment currencies.\n * (BETA)\n */\n pre_tax_price_set: PriceSet;\n\n /**\n * The price of the item before discounts have been applied.\n */\n price: string | number;\n\n /**\n * TODO: what does this mean?\n */\n product_exists: boolean;\n\n /**\n * The price of the item in shop and presentment currencies.\n * (BETA)\n */\n price_set: PriceSet;\n\n /**\n * The unique numeric identifier for the product in the fulfillment. Can be null if the original product associated with the order is deleted at a later date\n */\n product_id: number;\n\n /**\n * An array of custom information for an item that has been added to the cart.\n * Often used to provide product customization options.\n * An array of <see cref=\"ShopifyTaxLine\"/> objects, each of which details the taxes applicable to this <see cref=\"ShopifyLineItem\"/>.\n */\n properties: LineItemProperty[];\n\n /**\n * The number of products that were purchased.\n */\n quantity: number;\n\n /**\n * States whether or not the fulfillment requires shipping.\n */\n requires_shipping: boolean;\n\n /**\n * A unique identifier of the item in the fulfillment.\n */\n sku: string;\n\n /**\n * States whether or not the product was taxable.\n */\n taxable: boolean;\n\n /**\n * An array of <see cref=\"ShopifyTaxLine\"/> objects, each of which details the taxes applicable to this <see cref=\"ShopifyLineItem\"/>.\n */\n tax_lines: TaxLine[];\n\n /**\n * The title of the product.\n */\n title: string;\n\n /**\n * The total discount amount applied to this line item. This value is not subtracted in the line item price.\n */\n total_discount: string;\n\n /**\n * The total discount amount applied to this line item in shop and presentment currencies.\n * (BETA)\n */\n total_discount_set: PriceSet;\n\n /**\n * The id of the product variant. Can be null if the product purchased is not a variant.\n */\n variant_id: number;\n\n /**\n * TODO: What is this? (known values: \"shopify\", null)\n */\n variant_inventory_management: null | string;\n\n /**\n * The title of the product variant. Can be null if the product purchased is not a variant.\n */\n variant_title: string;\n\n /**\n * The name of the supplier of the item.\n */\n vendor: string;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { ShopifyObject } from './base';
2
+ export interface LineItemProperty extends ShopifyObject {
3
+ /**
4
+ * The name of the note attribute.
5
+ */
6
+ name?: string;
7
+ /**
8
+ * The value of the note attribute.
9
+ */
10
+ value?: any;
11
+ }
12
+ //# sourceMappingURL=line_item_property.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line_item_property.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/line_item_property.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,WAAW,gBAAiB,SAAQ,aAAa;IACrD;;SAEK;IACL,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;SAEK;IACL,KAAK,CAAC,EAAE,GAAG,CAAC;CACb"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=line_item_property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line_item_property.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/line_item_property.ts"],"names":[],"mappings":"","sourcesContent":["import { ShopifyObject } from './base';\n\nexport interface LineItemProperty extends ShopifyObject {\n /**\n * The name of the note attribute.\n */\n name?: string;\n\n /**\n * The value of the note attribute.\n */\n value?: any;\n}"]}