@commercelayer/sdk 1.0.0

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 (445) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +283 -0
  3. package/lib/cjs/api.d.ts +101 -0
  4. package/lib/cjs/api.js +1 -0
  5. package/lib/cjs/client.d.ts +26 -0
  6. package/lib/cjs/client.js +1 -0
  7. package/lib/cjs/commercelayer.d.ts +120 -0
  8. package/lib/cjs/commercelayer.js +1 -0
  9. package/lib/cjs/common.d.ts +4 -0
  10. package/lib/cjs/common.js +1 -0
  11. package/lib/cjs/config.d.ts +11 -0
  12. package/lib/cjs/config.js +1 -0
  13. package/lib/cjs/debug.d.ts +3 -0
  14. package/lib/cjs/debug.js +1 -0
  15. package/lib/cjs/error.d.ts +26 -0
  16. package/lib/cjs/error.js +1 -0
  17. package/lib/cjs/index.d.ts +7 -0
  18. package/lib/cjs/index.js +1 -0
  19. package/lib/cjs/interceptor.d.ts +19 -0
  20. package/lib/cjs/interceptor.js +1 -0
  21. package/lib/cjs/jsonapi.d.ts +5 -0
  22. package/lib/cjs/jsonapi.js +1 -0
  23. package/lib/cjs/model.d.ts +99 -0
  24. package/lib/cjs/model.js +1 -0
  25. package/lib/cjs/query.d.ts +23 -0
  26. package/lib/cjs/query.js +1 -0
  27. package/lib/cjs/resource.d.ts +71 -0
  28. package/lib/cjs/resource.js +1 -0
  29. package/lib/cjs/resources/addresses.d.ts +87 -0
  30. package/lib/cjs/resources/addresses.js +1 -0
  31. package/lib/cjs/resources/adjustments.d.ts +35 -0
  32. package/lib/cjs/resources/adjustments.js +1 -0
  33. package/lib/cjs/resources/adyen_gateways.d.ts +45 -0
  34. package/lib/cjs/resources/adyen_gateways.js +1 -0
  35. package/lib/cjs/resources/adyen_payments.d.ts +42 -0
  36. package/lib/cjs/resources/adyen_payments.js +1 -0
  37. package/lib/cjs/resources/application.d.ts +21 -0
  38. package/lib/cjs/resources/application.js +1 -0
  39. package/lib/cjs/resources/attachments.d.ts +156 -0
  40. package/lib/cjs/resources/attachments.js +1 -0
  41. package/lib/cjs/resources/authorizations.d.ts +54 -0
  42. package/lib/cjs/resources/authorizations.js +1 -0
  43. package/lib/cjs/resources/avalara_accounts.d.ts +49 -0
  44. package/lib/cjs/resources/avalara_accounts.js +1 -0
  45. package/lib/cjs/resources/billing_info_validation_rules.d.ts +31 -0
  46. package/lib/cjs/resources/billing_info_validation_rules.js +1 -0
  47. package/lib/cjs/resources/bing_geocoders.d.ts +33 -0
  48. package/lib/cjs/resources/bing_geocoders.js +1 -0
  49. package/lib/cjs/resources/braintree_gateways.d.ts +54 -0
  50. package/lib/cjs/resources/braintree_gateways.js +1 -0
  51. package/lib/cjs/resources/braintree_payments.d.ts +45 -0
  52. package/lib/cjs/resources/braintree_payments.js +1 -0
  53. package/lib/cjs/resources/bundles.d.ts +65 -0
  54. package/lib/cjs/resources/bundles.js +1 -0
  55. package/lib/cjs/resources/captures.d.ts +45 -0
  56. package/lib/cjs/resources/captures.js +1 -0
  57. package/lib/cjs/resources/carrier_accounts.d.ts +24 -0
  58. package/lib/cjs/resources/carrier_accounts.js +1 -0
  59. package/lib/cjs/resources/checkout_com_gateways.d.ts +43 -0
  60. package/lib/cjs/resources/checkout_com_gateways.js +1 -0
  61. package/lib/cjs/resources/checkout_com_payments.d.ts +48 -0
  62. package/lib/cjs/resources/checkout_com_payments.js +1 -0
  63. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +58 -0
  64. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -0
  65. package/lib/cjs/resources/coupon_recipients.d.ts +42 -0
  66. package/lib/cjs/resources/coupon_recipients.js +1 -0
  67. package/lib/cjs/resources/coupons.d.ts +44 -0
  68. package/lib/cjs/resources/coupons.js +1 -0
  69. package/lib/cjs/resources/customer_addresses.d.ts +39 -0
  70. package/lib/cjs/resources/customer_addresses.js +1 -0
  71. package/lib/cjs/resources/customer_groups.d.ts +33 -0
  72. package/lib/cjs/resources/customer_groups.js +1 -0
  73. package/lib/cjs/resources/customer_password_resets.d.ts +32 -0
  74. package/lib/cjs/resources/customer_password_resets.js +1 -0
  75. package/lib/cjs/resources/customer_payment_sources.d.ts +65 -0
  76. package/lib/cjs/resources/customer_payment_sources.js +1 -0
  77. package/lib/cjs/resources/customer_subscriptions.d.ts +27 -0
  78. package/lib/cjs/resources/customer_subscriptions.js +1 -0
  79. package/lib/cjs/resources/customers.d.ts +52 -0
  80. package/lib/cjs/resources/customers.js +1 -0
  81. package/lib/cjs/resources/delivery_lead_times.d.ts +48 -0
  82. package/lib/cjs/resources/delivery_lead_times.js +1 -0
  83. package/lib/cjs/resources/event_callbacks.d.ts +23 -0
  84. package/lib/cjs/resources/event_callbacks.js +1 -0
  85. package/lib/cjs/resources/external_gateways.d.ts +44 -0
  86. package/lib/cjs/resources/external_gateways.js +1 -0
  87. package/lib/cjs/resources/external_payments.d.ts +38 -0
  88. package/lib/cjs/resources/external_payments.js +1 -0
  89. package/lib/cjs/resources/external_promotions.d.ts +78 -0
  90. package/lib/cjs/resources/external_promotions.js +1 -0
  91. package/lib/cjs/resources/external_tax_calculators.d.ts +41 -0
  92. package/lib/cjs/resources/external_tax_calculators.js +1 -0
  93. package/lib/cjs/resources/fixed_amount_promotions.d.ts +80 -0
  94. package/lib/cjs/resources/fixed_amount_promotions.js +1 -0
  95. package/lib/cjs/resources/fixed_price_promotions.d.ts +89 -0
  96. package/lib/cjs/resources/fixed_price_promotions.js +1 -0
  97. package/lib/cjs/resources/free_gift_promotions.d.ts +87 -0
  98. package/lib/cjs/resources/free_gift_promotions.js +1 -0
  99. package/lib/cjs/resources/free_shipping_promotions.d.ts +75 -0
  100. package/lib/cjs/resources/free_shipping_promotions.js +1 -0
  101. package/lib/cjs/resources/geocoders.d.ts +22 -0
  102. package/lib/cjs/resources/geocoders.js +1 -0
  103. package/lib/cjs/resources/gift_card_recipients.d.ts +42 -0
  104. package/lib/cjs/resources/gift_card_recipients.js +1 -0
  105. package/lib/cjs/resources/gift_cards.d.ts +79 -0
  106. package/lib/cjs/resources/gift_cards.js +1 -0
  107. package/lib/cjs/resources/google_geocoders.d.ts +33 -0
  108. package/lib/cjs/resources/google_geocoders.js +1 -0
  109. package/lib/cjs/resources/imports.d.ts +40 -0
  110. package/lib/cjs/resources/imports.js +1 -0
  111. package/lib/cjs/resources/in_stock_subscriptions.d.ts +56 -0
  112. package/lib/cjs/resources/in_stock_subscriptions.js +1 -0
  113. package/lib/cjs/resources/inventory_models.d.ts +39 -0
  114. package/lib/cjs/resources/inventory_models.js +1 -0
  115. package/lib/cjs/resources/inventory_return_locations.d.ts +41 -0
  116. package/lib/cjs/resources/inventory_return_locations.js +1 -0
  117. package/lib/cjs/resources/inventory_stock_locations.d.ts +44 -0
  118. package/lib/cjs/resources/inventory_stock_locations.js +1 -0
  119. package/lib/cjs/resources/line_item_options.d.ts +55 -0
  120. package/lib/cjs/resources/line_item_options.js +1 -0
  121. package/lib/cjs/resources/line_items.d.ts +121 -0
  122. package/lib/cjs/resources/line_items.js +1 -0
  123. package/lib/cjs/resources/manual_gateways.d.ts +32 -0
  124. package/lib/cjs/resources/manual_gateways.js +1 -0
  125. package/lib/cjs/resources/manual_tax_calculators.d.ts +45 -0
  126. package/lib/cjs/resources/manual_tax_calculators.js +1 -0
  127. package/lib/cjs/resources/markets.d.ts +75 -0
  128. package/lib/cjs/resources/markets.js +1 -0
  129. package/lib/cjs/resources/merchants.d.ts +36 -0
  130. package/lib/cjs/resources/merchants.js +1 -0
  131. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +56 -0
  132. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -0
  133. package/lib/cjs/resources/order_copies.d.ts +42 -0
  134. package/lib/cjs/resources/order_copies.js +1 -0
  135. package/lib/cjs/resources/order_subscriptions.d.ts +62 -0
  136. package/lib/cjs/resources/order_subscriptions.js +1 -0
  137. package/lib/cjs/resources/order_validation_rules.d.ts +19 -0
  138. package/lib/cjs/resources/order_validation_rules.js +1 -0
  139. package/lib/cjs/resources/orders.d.ts +251 -0
  140. package/lib/cjs/resources/orders.js +1 -0
  141. package/lib/cjs/resources/organization.d.ts +32 -0
  142. package/lib/cjs/resources/organization.js +1 -0
  143. package/lib/cjs/resources/packages.d.ts +53 -0
  144. package/lib/cjs/resources/packages.js +1 -0
  145. package/lib/cjs/resources/parcel_line_items.d.ts +47 -0
  146. package/lib/cjs/resources/parcel_line_items.js +1 -0
  147. package/lib/cjs/resources/parcels.d.ts +104 -0
  148. package/lib/cjs/resources/parcels.js +1 -0
  149. package/lib/cjs/resources/payment_gateways.d.ts +20 -0
  150. package/lib/cjs/resources/payment_gateways.js +1 -0
  151. package/lib/cjs/resources/payment_methods.d.ts +53 -0
  152. package/lib/cjs/resources/payment_methods.js +1 -0
  153. package/lib/cjs/resources/paypal_gateways.d.ts +37 -0
  154. package/lib/cjs/resources/paypal_gateways.js +1 -0
  155. package/lib/cjs/resources/paypal_payments.d.ts +45 -0
  156. package/lib/cjs/resources/paypal_payments.js +1 -0
  157. package/lib/cjs/resources/percentage_discount_promotions.d.ts +87 -0
  158. package/lib/cjs/resources/percentage_discount_promotions.js +1 -0
  159. package/lib/cjs/resources/price_lists.d.ts +37 -0
  160. package/lib/cjs/resources/price_lists.js +1 -0
  161. package/lib/cjs/resources/prices.d.ts +54 -0
  162. package/lib/cjs/resources/prices.js +1 -0
  163. package/lib/cjs/resources/promotion_rules.d.ts +24 -0
  164. package/lib/cjs/resources/promotion_rules.js +1 -0
  165. package/lib/cjs/resources/promotions.d.ts +35 -0
  166. package/lib/cjs/resources/promotions.js +1 -0
  167. package/lib/cjs/resources/refunds.d.ts +32 -0
  168. package/lib/cjs/resources/refunds.js +1 -0
  169. package/lib/cjs/resources/return_line_items.d.ts +47 -0
  170. package/lib/cjs/resources/return_line_items.js +1 -0
  171. package/lib/cjs/resources/returns.d.ts +65 -0
  172. package/lib/cjs/resources/returns.js +1 -0
  173. package/lib/cjs/resources/shipments.d.ts +76 -0
  174. package/lib/cjs/resources/shipments.js +1 -0
  175. package/lib/cjs/resources/shipping_categories.d.ts +31 -0
  176. package/lib/cjs/resources/shipping_categories.js +1 -0
  177. package/lib/cjs/resources/shipping_methods.d.ts +67 -0
  178. package/lib/cjs/resources/shipping_methods.js +1 -0
  179. package/lib/cjs/resources/shipping_zones.d.ts +47 -0
  180. package/lib/cjs/resources/shipping_zones.js +1 -0
  181. package/lib/cjs/resources/sku_list_items.d.ts +45 -0
  182. package/lib/cjs/resources/sku_list_items.js +1 -0
  183. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +66 -0
  184. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -0
  185. package/lib/cjs/resources/sku_lists.d.ts +46 -0
  186. package/lib/cjs/resources/sku_lists.js +1 -0
  187. package/lib/cjs/resources/sku_options.d.ts +51 -0
  188. package/lib/cjs/resources/sku_options.js +1 -0
  189. package/lib/cjs/resources/skus.d.ts +72 -0
  190. package/lib/cjs/resources/skus.js +1 -0
  191. package/lib/cjs/resources/stock_items.d.ts +46 -0
  192. package/lib/cjs/resources/stock_items.js +1 -0
  193. package/lib/cjs/resources/stock_line_items.d.ts +26 -0
  194. package/lib/cjs/resources/stock_line_items.js +1 -0
  195. package/lib/cjs/resources/stock_locations.d.ts +51 -0
  196. package/lib/cjs/resources/stock_locations.js +1 -0
  197. package/lib/cjs/resources/stock_transfers.d.ts +66 -0
  198. package/lib/cjs/resources/stock_transfers.js +1 -0
  199. package/lib/cjs/resources/stripe_gateways.d.ts +36 -0
  200. package/lib/cjs/resources/stripe_gateways.js +1 -0
  201. package/lib/cjs/resources/stripe_payments.d.ts +40 -0
  202. package/lib/cjs/resources/stripe_payments.js +1 -0
  203. package/lib/cjs/resources/tax_calculators.d.ts +24 -0
  204. package/lib/cjs/resources/tax_calculators.js +1 -0
  205. package/lib/cjs/resources/tax_categories.d.ts +57 -0
  206. package/lib/cjs/resources/tax_categories.js +1 -0
  207. package/lib/cjs/resources/tax_rules.d.ts +68 -0
  208. package/lib/cjs/resources/tax_rules.js +1 -0
  209. package/lib/cjs/resources/taxjar_accounts.d.ts +40 -0
  210. package/lib/cjs/resources/taxjar_accounts.js +1 -0
  211. package/lib/cjs/resources/transactions.d.ts +30 -0
  212. package/lib/cjs/resources/transactions.js +1 -0
  213. package/lib/cjs/resources/voids.d.ts +32 -0
  214. package/lib/cjs/resources/voids.js +1 -0
  215. package/lib/cjs/resources/webhooks.d.ts +41 -0
  216. package/lib/cjs/resources/webhooks.js +1 -0
  217. package/lib/cjs/resources/wire_transfers.d.ts +31 -0
  218. package/lib/cjs/resources/wire_transfers.js +1 -0
  219. package/lib/cjs/static.d.ts +6 -0
  220. package/lib/cjs/static.js +1 -0
  221. package/lib/cjs/util.d.ts +3 -0
  222. package/lib/cjs/util.js +1 -0
  223. package/lib/esm/api.d.ts +101 -0
  224. package/lib/esm/api.js +1 -0
  225. package/lib/esm/client.d.ts +26 -0
  226. package/lib/esm/client.js +1 -0
  227. package/lib/esm/commercelayer.d.ts +120 -0
  228. package/lib/esm/commercelayer.js +1 -0
  229. package/lib/esm/common.d.ts +4 -0
  230. package/lib/esm/common.js +1 -0
  231. package/lib/esm/config.d.ts +11 -0
  232. package/lib/esm/config.js +1 -0
  233. package/lib/esm/debug.d.ts +3 -0
  234. package/lib/esm/debug.js +1 -0
  235. package/lib/esm/error.d.ts +26 -0
  236. package/lib/esm/error.js +1 -0
  237. package/lib/esm/index.d.ts +7 -0
  238. package/lib/esm/index.js +1 -0
  239. package/lib/esm/interceptor.d.ts +19 -0
  240. package/lib/esm/interceptor.js +1 -0
  241. package/lib/esm/jsonapi.d.ts +5 -0
  242. package/lib/esm/jsonapi.js +1 -0
  243. package/lib/esm/model.d.ts +99 -0
  244. package/lib/esm/model.js +1 -0
  245. package/lib/esm/query.d.ts +23 -0
  246. package/lib/esm/query.js +1 -0
  247. package/lib/esm/resource.d.ts +71 -0
  248. package/lib/esm/resource.js +1 -0
  249. package/lib/esm/resources/addresses.d.ts +87 -0
  250. package/lib/esm/resources/addresses.js +1 -0
  251. package/lib/esm/resources/adjustments.d.ts +35 -0
  252. package/lib/esm/resources/adjustments.js +1 -0
  253. package/lib/esm/resources/adyen_gateways.d.ts +45 -0
  254. package/lib/esm/resources/adyen_gateways.js +1 -0
  255. package/lib/esm/resources/adyen_payments.d.ts +42 -0
  256. package/lib/esm/resources/adyen_payments.js +1 -0
  257. package/lib/esm/resources/application.d.ts +21 -0
  258. package/lib/esm/resources/application.js +1 -0
  259. package/lib/esm/resources/attachments.d.ts +156 -0
  260. package/lib/esm/resources/attachments.js +1 -0
  261. package/lib/esm/resources/authorizations.d.ts +54 -0
  262. package/lib/esm/resources/authorizations.js +1 -0
  263. package/lib/esm/resources/avalara_accounts.d.ts +49 -0
  264. package/lib/esm/resources/avalara_accounts.js +1 -0
  265. package/lib/esm/resources/billing_info_validation_rules.d.ts +31 -0
  266. package/lib/esm/resources/billing_info_validation_rules.js +1 -0
  267. package/lib/esm/resources/bing_geocoders.d.ts +33 -0
  268. package/lib/esm/resources/bing_geocoders.js +1 -0
  269. package/lib/esm/resources/braintree_gateways.d.ts +54 -0
  270. package/lib/esm/resources/braintree_gateways.js +1 -0
  271. package/lib/esm/resources/braintree_payments.d.ts +45 -0
  272. package/lib/esm/resources/braintree_payments.js +1 -0
  273. package/lib/esm/resources/bundles.d.ts +65 -0
  274. package/lib/esm/resources/bundles.js +1 -0
  275. package/lib/esm/resources/captures.d.ts +45 -0
  276. package/lib/esm/resources/captures.js +1 -0
  277. package/lib/esm/resources/carrier_accounts.d.ts +24 -0
  278. package/lib/esm/resources/carrier_accounts.js +1 -0
  279. package/lib/esm/resources/checkout_com_gateways.d.ts +43 -0
  280. package/lib/esm/resources/checkout_com_gateways.js +1 -0
  281. package/lib/esm/resources/checkout_com_payments.d.ts +48 -0
  282. package/lib/esm/resources/checkout_com_payments.js +1 -0
  283. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +58 -0
  284. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -0
  285. package/lib/esm/resources/coupon_recipients.d.ts +42 -0
  286. package/lib/esm/resources/coupon_recipients.js +1 -0
  287. package/lib/esm/resources/coupons.d.ts +44 -0
  288. package/lib/esm/resources/coupons.js +1 -0
  289. package/lib/esm/resources/customer_addresses.d.ts +39 -0
  290. package/lib/esm/resources/customer_addresses.js +1 -0
  291. package/lib/esm/resources/customer_groups.d.ts +33 -0
  292. package/lib/esm/resources/customer_groups.js +1 -0
  293. package/lib/esm/resources/customer_password_resets.d.ts +32 -0
  294. package/lib/esm/resources/customer_password_resets.js +1 -0
  295. package/lib/esm/resources/customer_payment_sources.d.ts +65 -0
  296. package/lib/esm/resources/customer_payment_sources.js +1 -0
  297. package/lib/esm/resources/customer_subscriptions.d.ts +27 -0
  298. package/lib/esm/resources/customer_subscriptions.js +1 -0
  299. package/lib/esm/resources/customers.d.ts +52 -0
  300. package/lib/esm/resources/customers.js +1 -0
  301. package/lib/esm/resources/delivery_lead_times.d.ts +48 -0
  302. package/lib/esm/resources/delivery_lead_times.js +1 -0
  303. package/lib/esm/resources/event_callbacks.d.ts +23 -0
  304. package/lib/esm/resources/event_callbacks.js +1 -0
  305. package/lib/esm/resources/external_gateways.d.ts +44 -0
  306. package/lib/esm/resources/external_gateways.js +1 -0
  307. package/lib/esm/resources/external_payments.d.ts +38 -0
  308. package/lib/esm/resources/external_payments.js +1 -0
  309. package/lib/esm/resources/external_promotions.d.ts +78 -0
  310. package/lib/esm/resources/external_promotions.js +1 -0
  311. package/lib/esm/resources/external_tax_calculators.d.ts +41 -0
  312. package/lib/esm/resources/external_tax_calculators.js +1 -0
  313. package/lib/esm/resources/fixed_amount_promotions.d.ts +80 -0
  314. package/lib/esm/resources/fixed_amount_promotions.js +1 -0
  315. package/lib/esm/resources/fixed_price_promotions.d.ts +89 -0
  316. package/lib/esm/resources/fixed_price_promotions.js +1 -0
  317. package/lib/esm/resources/free_gift_promotions.d.ts +87 -0
  318. package/lib/esm/resources/free_gift_promotions.js +1 -0
  319. package/lib/esm/resources/free_shipping_promotions.d.ts +75 -0
  320. package/lib/esm/resources/free_shipping_promotions.js +1 -0
  321. package/lib/esm/resources/geocoders.d.ts +22 -0
  322. package/lib/esm/resources/geocoders.js +1 -0
  323. package/lib/esm/resources/gift_card_recipients.d.ts +42 -0
  324. package/lib/esm/resources/gift_card_recipients.js +1 -0
  325. package/lib/esm/resources/gift_cards.d.ts +79 -0
  326. package/lib/esm/resources/gift_cards.js +1 -0
  327. package/lib/esm/resources/google_geocoders.d.ts +33 -0
  328. package/lib/esm/resources/google_geocoders.js +1 -0
  329. package/lib/esm/resources/imports.d.ts +40 -0
  330. package/lib/esm/resources/imports.js +1 -0
  331. package/lib/esm/resources/in_stock_subscriptions.d.ts +56 -0
  332. package/lib/esm/resources/in_stock_subscriptions.js +1 -0
  333. package/lib/esm/resources/inventory_models.d.ts +39 -0
  334. package/lib/esm/resources/inventory_models.js +1 -0
  335. package/lib/esm/resources/inventory_return_locations.d.ts +41 -0
  336. package/lib/esm/resources/inventory_return_locations.js +1 -0
  337. package/lib/esm/resources/inventory_stock_locations.d.ts +44 -0
  338. package/lib/esm/resources/inventory_stock_locations.js +1 -0
  339. package/lib/esm/resources/line_item_options.d.ts +55 -0
  340. package/lib/esm/resources/line_item_options.js +1 -0
  341. package/lib/esm/resources/line_items.d.ts +121 -0
  342. package/lib/esm/resources/line_items.js +1 -0
  343. package/lib/esm/resources/manual_gateways.d.ts +32 -0
  344. package/lib/esm/resources/manual_gateways.js +1 -0
  345. package/lib/esm/resources/manual_tax_calculators.d.ts +45 -0
  346. package/lib/esm/resources/manual_tax_calculators.js +1 -0
  347. package/lib/esm/resources/markets.d.ts +75 -0
  348. package/lib/esm/resources/markets.js +1 -0
  349. package/lib/esm/resources/merchants.d.ts +36 -0
  350. package/lib/esm/resources/merchants.js +1 -0
  351. package/lib/esm/resources/order_amount_promotion_rules.d.ts +56 -0
  352. package/lib/esm/resources/order_amount_promotion_rules.js +1 -0
  353. package/lib/esm/resources/order_copies.d.ts +42 -0
  354. package/lib/esm/resources/order_copies.js +1 -0
  355. package/lib/esm/resources/order_subscriptions.d.ts +62 -0
  356. package/lib/esm/resources/order_subscriptions.js +1 -0
  357. package/lib/esm/resources/order_validation_rules.d.ts +19 -0
  358. package/lib/esm/resources/order_validation_rules.js +1 -0
  359. package/lib/esm/resources/orders.d.ts +251 -0
  360. package/lib/esm/resources/orders.js +1 -0
  361. package/lib/esm/resources/organization.d.ts +32 -0
  362. package/lib/esm/resources/organization.js +1 -0
  363. package/lib/esm/resources/packages.d.ts +53 -0
  364. package/lib/esm/resources/packages.js +1 -0
  365. package/lib/esm/resources/parcel_line_items.d.ts +47 -0
  366. package/lib/esm/resources/parcel_line_items.js +1 -0
  367. package/lib/esm/resources/parcels.d.ts +104 -0
  368. package/lib/esm/resources/parcels.js +1 -0
  369. package/lib/esm/resources/payment_gateways.d.ts +20 -0
  370. package/lib/esm/resources/payment_gateways.js +1 -0
  371. package/lib/esm/resources/payment_methods.d.ts +53 -0
  372. package/lib/esm/resources/payment_methods.js +1 -0
  373. package/lib/esm/resources/paypal_gateways.d.ts +37 -0
  374. package/lib/esm/resources/paypal_gateways.js +1 -0
  375. package/lib/esm/resources/paypal_payments.d.ts +45 -0
  376. package/lib/esm/resources/paypal_payments.js +1 -0
  377. package/lib/esm/resources/percentage_discount_promotions.d.ts +87 -0
  378. package/lib/esm/resources/percentage_discount_promotions.js +1 -0
  379. package/lib/esm/resources/price_lists.d.ts +37 -0
  380. package/lib/esm/resources/price_lists.js +1 -0
  381. package/lib/esm/resources/prices.d.ts +54 -0
  382. package/lib/esm/resources/prices.js +1 -0
  383. package/lib/esm/resources/promotion_rules.d.ts +24 -0
  384. package/lib/esm/resources/promotion_rules.js +1 -0
  385. package/lib/esm/resources/promotions.d.ts +35 -0
  386. package/lib/esm/resources/promotions.js +1 -0
  387. package/lib/esm/resources/refunds.d.ts +32 -0
  388. package/lib/esm/resources/refunds.js +1 -0
  389. package/lib/esm/resources/return_line_items.d.ts +47 -0
  390. package/lib/esm/resources/return_line_items.js +1 -0
  391. package/lib/esm/resources/returns.d.ts +65 -0
  392. package/lib/esm/resources/returns.js +1 -0
  393. package/lib/esm/resources/shipments.d.ts +76 -0
  394. package/lib/esm/resources/shipments.js +1 -0
  395. package/lib/esm/resources/shipping_categories.d.ts +31 -0
  396. package/lib/esm/resources/shipping_categories.js +1 -0
  397. package/lib/esm/resources/shipping_methods.d.ts +67 -0
  398. package/lib/esm/resources/shipping_methods.js +1 -0
  399. package/lib/esm/resources/shipping_zones.d.ts +47 -0
  400. package/lib/esm/resources/shipping_zones.js +1 -0
  401. package/lib/esm/resources/sku_list_items.d.ts +45 -0
  402. package/lib/esm/resources/sku_list_items.js +1 -0
  403. package/lib/esm/resources/sku_list_promotion_rules.d.ts +66 -0
  404. package/lib/esm/resources/sku_list_promotion_rules.js +1 -0
  405. package/lib/esm/resources/sku_lists.d.ts +46 -0
  406. package/lib/esm/resources/sku_lists.js +1 -0
  407. package/lib/esm/resources/sku_options.d.ts +51 -0
  408. package/lib/esm/resources/sku_options.js +1 -0
  409. package/lib/esm/resources/skus.d.ts +72 -0
  410. package/lib/esm/resources/skus.js +1 -0
  411. package/lib/esm/resources/stock_items.d.ts +46 -0
  412. package/lib/esm/resources/stock_items.js +1 -0
  413. package/lib/esm/resources/stock_line_items.d.ts +26 -0
  414. package/lib/esm/resources/stock_line_items.js +1 -0
  415. package/lib/esm/resources/stock_locations.d.ts +51 -0
  416. package/lib/esm/resources/stock_locations.js +1 -0
  417. package/lib/esm/resources/stock_transfers.d.ts +66 -0
  418. package/lib/esm/resources/stock_transfers.js +1 -0
  419. package/lib/esm/resources/stripe_gateways.d.ts +36 -0
  420. package/lib/esm/resources/stripe_gateways.js +1 -0
  421. package/lib/esm/resources/stripe_payments.d.ts +40 -0
  422. package/lib/esm/resources/stripe_payments.js +1 -0
  423. package/lib/esm/resources/tax_calculators.d.ts +24 -0
  424. package/lib/esm/resources/tax_calculators.js +1 -0
  425. package/lib/esm/resources/tax_categories.d.ts +57 -0
  426. package/lib/esm/resources/tax_categories.js +1 -0
  427. package/lib/esm/resources/tax_rules.d.ts +68 -0
  428. package/lib/esm/resources/tax_rules.js +1 -0
  429. package/lib/esm/resources/taxjar_accounts.d.ts +40 -0
  430. package/lib/esm/resources/taxjar_accounts.js +1 -0
  431. package/lib/esm/resources/transactions.d.ts +30 -0
  432. package/lib/esm/resources/transactions.js +1 -0
  433. package/lib/esm/resources/voids.d.ts +32 -0
  434. package/lib/esm/resources/voids.js +1 -0
  435. package/lib/esm/resources/webhooks.d.ts +41 -0
  436. package/lib/esm/resources/webhooks.js +1 -0
  437. package/lib/esm/resources/wire_transfers.d.ts +31 -0
  438. package/lib/esm/resources/wire_transfers.js +1 -0
  439. package/lib/esm/static.d.ts +6 -0
  440. package/lib/esm/static.js +1 -0
  441. package/lib/esm/util.d.ts +3 -0
  442. package/lib/esm/util.js +1 -0
  443. package/lib/tsconfig.esm.tsbuildinfo +1 -0
  444. package/lib/tsconfig.tsbuildinfo +1 -0
  445. package/package.json +82 -0
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CheckoutComGateways extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CheckoutComGateways.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:CheckoutComGateways.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:CheckoutComGateways.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:CheckoutComGateways.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:CheckoutComGateways.TYPE,id:e},r)}isCheckoutComGateway(e){return e.type&&e.type===CheckoutComGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CheckoutComGateways.TYPE}:{id:e.id,type:CheckoutComGateways.TYPE}}type(){return CheckoutComGateways.TYPE}}CheckoutComGateways.TYPE="checkout_com_gateways",exports.default=CheckoutComGateways;
@@ -0,0 +1,48 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Order } from './orders';
4
+ import { PaymentGateway } from './payment_gateways';
5
+ declare type CheckoutComPaymentRel = ResourceId & {
6
+ type: typeof CheckoutComPayments.TYPE;
7
+ };
8
+ declare type OrderRel = ResourceId & {
9
+ type: 'orders';
10
+ };
11
+ interface CheckoutComPayment extends Resource {
12
+ payment_type?: string;
13
+ token?: string;
14
+ session_id?: string;
15
+ source_id?: string;
16
+ customer_token?: string;
17
+ redirect_uri?: string;
18
+ payment_response?: object;
19
+ order?: Order;
20
+ payment_gateway?: PaymentGateway;
21
+ }
22
+ interface CheckoutComPaymentCreate extends ResourceCreate {
23
+ payment_type: string;
24
+ token: string;
25
+ session_id?: string;
26
+ order: OrderRel;
27
+ }
28
+ interface CheckoutComPaymentUpdate extends ResourceUpdate {
29
+ payment_type?: string;
30
+ token?: string;
31
+ session_id?: string;
32
+ _details?: boolean;
33
+ _refresh?: boolean;
34
+ order?: OrderRel;
35
+ }
36
+ declare class CheckoutComPayments extends ApiResource {
37
+ static readonly TYPE: 'checkout_com_payments';
38
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CheckoutComPayment>>;
39
+ create(resource: CheckoutComPaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComPayment>;
40
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComPayment>;
41
+ update(resource: CheckoutComPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComPayment>;
42
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
43
+ isCheckoutComPayment(resource: any): resource is CheckoutComPayment;
44
+ relationship(id: string | ResourceId): CheckoutComPaymentRel;
45
+ type(): string;
46
+ }
47
+ export default CheckoutComPayments;
48
+ export { CheckoutComPayment, CheckoutComPaymentCreate, CheckoutComPaymentUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CheckoutComPayments extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CheckoutComPayments.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:CheckoutComPayments.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:CheckoutComPayments.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:CheckoutComPayments.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:CheckoutComPayments.TYPE,id:e},r)}isCheckoutComPayment(e){return e.type&&e.type===CheckoutComPayments.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CheckoutComPayments.TYPE}:{id:e.id,type:CheckoutComPayments.TYPE}}type(){return CheckoutComPayments.TYPE}}CheckoutComPayments.TYPE="checkout_com_payments",exports.default=CheckoutComPayments;
@@ -0,0 +1,58 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { PercentageDiscountPromotion } from './percentage_discount_promotions';
4
+ import { FreeShippingPromotion } from './free_shipping_promotions';
5
+ import { FixedAmountPromotion } from './fixed_amount_promotions';
6
+ import { FreeGiftPromotion } from './free_gift_promotions';
7
+ import { FixedPricePromotion } from './fixed_price_promotions';
8
+ import { ExternalPromotion } from './external_promotions';
9
+ import { Coupon } from './coupons';
10
+ declare type CouponCodesPromotionRuleRel = ResourceId & {
11
+ type: typeof CouponCodesPromotionRules.TYPE;
12
+ };
13
+ declare type PercentageDiscountPromotionRel = ResourceId & {
14
+ type: 'percentage_discount_promotions';
15
+ };
16
+ declare type FreeShippingPromotionRel = ResourceId & {
17
+ type: 'free_shipping_promotions';
18
+ };
19
+ declare type FixedAmountPromotionRel = ResourceId & {
20
+ type: 'fixed_amount_promotions';
21
+ };
22
+ declare type FreeGiftPromotionRel = ResourceId & {
23
+ type: 'free_gift_promotions';
24
+ };
25
+ declare type FixedPricePromotionRel = ResourceId & {
26
+ type: 'fixed_price_promotions';
27
+ };
28
+ declare type ExternalPromotionRel = ResourceId & {
29
+ type: 'external_promotions';
30
+ };
31
+ declare type CouponRel = ResourceId & {
32
+ type: 'coupons';
33
+ };
34
+ interface CouponCodesPromotionRule extends Resource {
35
+ promotion?: PercentageDiscountPromotion | FreeShippingPromotion | FixedAmountPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion;
36
+ coupons?: Coupon[];
37
+ }
38
+ interface CouponCodesPromotionRuleCreate extends ResourceCreate {
39
+ promotion: PercentageDiscountPromotionRel | FreeShippingPromotionRel | FixedAmountPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel;
40
+ coupons?: CouponRel[];
41
+ }
42
+ interface CouponCodesPromotionRuleUpdate extends ResourceUpdate {
43
+ promotion?: PercentageDiscountPromotionRel | FreeShippingPromotionRel | FixedAmountPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel;
44
+ coupons?: CouponRel[];
45
+ }
46
+ declare class CouponCodesPromotionRules extends ApiResource {
47
+ static readonly TYPE: 'coupon_codes_promotion_rules';
48
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CouponCodesPromotionRule>>;
49
+ create(resource: CouponCodesPromotionRuleCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
50
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
51
+ update(resource: CouponCodesPromotionRuleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
52
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
53
+ isCouponCodesPromotionRule(resource: any): resource is CouponCodesPromotionRule;
54
+ relationship(id: string | ResourceId): CouponCodesPromotionRuleRel;
55
+ type(): string;
56
+ }
57
+ export default CouponCodesPromotionRules;
58
+ export { CouponCodesPromotionRule, CouponCodesPromotionRuleCreate, CouponCodesPromotionRuleUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CouponCodesPromotionRules extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CouponCodesPromotionRules.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CouponCodesPromotionRules.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CouponCodesPromotionRules.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CouponCodesPromotionRules.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CouponCodesPromotionRules.TYPE,id:e},t)}isCouponCodesPromotionRule(e){return e.type&&e.type===CouponCodesPromotionRules.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CouponCodesPromotionRules.TYPE}:{id:e.id,type:CouponCodesPromotionRules.TYPE}}type(){return CouponCodesPromotionRules.TYPE}}CouponCodesPromotionRules.TYPE="coupon_codes_promotion_rules",exports.default=CouponCodesPromotionRules;
@@ -0,0 +1,42 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Customer } from './customers';
4
+ import { Attachment } from './attachments';
5
+ declare type CouponRecipientRel = ResourceId & {
6
+ type: typeof CouponRecipients.TYPE;
7
+ };
8
+ declare type CustomerRel = ResourceId & {
9
+ type: 'customers';
10
+ };
11
+ interface CouponRecipient extends Resource {
12
+ email?: string;
13
+ first_name?: string;
14
+ last_name?: string;
15
+ customer?: Customer;
16
+ attachments?: Attachment[];
17
+ }
18
+ interface CouponRecipientCreate extends ResourceCreate {
19
+ email: string;
20
+ first_name?: string;
21
+ last_name?: string;
22
+ customer?: CustomerRel;
23
+ }
24
+ interface CouponRecipientUpdate extends ResourceUpdate {
25
+ email?: string;
26
+ first_name?: string;
27
+ last_name?: string;
28
+ customer?: CustomerRel;
29
+ }
30
+ declare class CouponRecipients extends ApiResource {
31
+ static readonly TYPE: 'coupon_recipients';
32
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CouponRecipient>>;
33
+ create(resource: CouponRecipientCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponRecipient>;
34
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponRecipient>;
35
+ update(resource: CouponRecipientUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponRecipient>;
36
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
37
+ isCouponRecipient(resource: any): resource is CouponRecipient;
38
+ relationship(id: string | ResourceId): CouponRecipientRel;
39
+ type(): string;
40
+ }
41
+ export default CouponRecipients;
42
+ export { CouponRecipient, CouponRecipientCreate, CouponRecipientUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CouponRecipients extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CouponRecipients.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:CouponRecipients.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:CouponRecipients.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:CouponRecipients.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:CouponRecipients.TYPE,id:e},r)}isCouponRecipient(e){return e.type&&e.type===CouponRecipients.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CouponRecipients.TYPE}:{id:e.id,type:CouponRecipients.TYPE}}type(){return CouponRecipients.TYPE}}CouponRecipients.TYPE="coupon_recipients",exports.default=CouponRecipients;
@@ -0,0 +1,44 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { CouponCodesPromotionRule } from './coupon_codes_promotion_rules';
4
+ declare type CouponRel = ResourceId & {
5
+ type: typeof Coupons.TYPE;
6
+ };
7
+ declare type CouponCodesPromotionRuleRel = ResourceId & {
8
+ type: 'coupon_codes_promotion_rules';
9
+ };
10
+ interface Coupon extends Resource {
11
+ code?: string;
12
+ customer_single_use?: boolean;
13
+ usage_limit?: number;
14
+ usage_count?: number;
15
+ recipient_email?: string;
16
+ promotion_rule?: CouponCodesPromotionRule;
17
+ }
18
+ interface CouponCreate extends ResourceCreate {
19
+ code: string;
20
+ customer_single_use?: boolean;
21
+ usage_limit: number;
22
+ recipient_email?: string;
23
+ promotion_rule: CouponCodesPromotionRuleRel;
24
+ }
25
+ interface CouponUpdate extends ResourceUpdate {
26
+ code?: string;
27
+ customer_single_use?: boolean;
28
+ usage_limit?: number;
29
+ recipient_email?: string;
30
+ promotion_rule?: CouponCodesPromotionRuleRel;
31
+ }
32
+ declare class Coupons extends ApiResource {
33
+ static readonly TYPE: 'coupons';
34
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Coupon>>;
35
+ create(resource: CouponCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Coupon>;
36
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Coupon>;
37
+ update(resource: CouponUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Coupon>;
38
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
39
+ isCoupon(resource: any): resource is Coupon;
40
+ relationship(id: string | ResourceId): CouponRel;
41
+ type(): string;
42
+ }
43
+ export default Coupons;
44
+ export { Coupon, CouponCreate, CouponUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Coupons extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Coupons.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Coupons.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Coupons.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Coupons.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Coupons.TYPE,id:e},t)}isCoupon(e){return e.type&&e.type===Coupons.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Coupons.TYPE}:{id:e.id,type:Coupons.TYPE}}type(){return Coupons.TYPE}}Coupons.TYPE="coupons",exports.default=Coupons;
@@ -0,0 +1,39 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Customer } from './customers';
4
+ import { Address } from './addresses';
5
+ declare type CustomerAddressRel = ResourceId & {
6
+ type: typeof CustomerAddresses.TYPE;
7
+ };
8
+ declare type CustomerRel = ResourceId & {
9
+ type: 'customers';
10
+ };
11
+ declare type AddressRel = ResourceId & {
12
+ type: 'addresses';
13
+ };
14
+ interface CustomerAddress extends Resource {
15
+ name?: string;
16
+ customer?: Customer;
17
+ address?: Address;
18
+ }
19
+ interface CustomerAddressCreate extends ResourceCreate {
20
+ customer: CustomerRel;
21
+ address: AddressRel;
22
+ }
23
+ interface CustomerAddressUpdate extends ResourceUpdate {
24
+ customer?: CustomerRel;
25
+ address?: AddressRel;
26
+ }
27
+ declare class CustomerAddresses extends ApiResource {
28
+ static readonly TYPE: 'customer_addresses';
29
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CustomerAddress>>;
30
+ create(resource: CustomerAddressCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerAddress>;
31
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerAddress>;
32
+ update(resource: CustomerAddressUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerAddress>;
33
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
34
+ isCustomerAddress(resource: any): resource is CustomerAddress;
35
+ relationship(id: string | ResourceId): CustomerAddressRel;
36
+ type(): string;
37
+ }
38
+ export default CustomerAddresses;
39
+ export { CustomerAddress, CustomerAddressCreate, CustomerAddressUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerAddresses extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerAddresses.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerAddresses.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CustomerAddresses.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerAddresses.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CustomerAddresses.TYPE,id:e},t)}isCustomerAddress(e){return e.type&&e.type===CustomerAddresses.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CustomerAddresses.TYPE}:{id:e.id,type:CustomerAddresses.TYPE}}type(){return CustomerAddresses.TYPE}}CustomerAddresses.TYPE="customer_addresses",exports.default=CustomerAddresses;
@@ -0,0 +1,33 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Customer } from './customers';
4
+ import { Market } from './markets';
5
+ import { Attachment } from './attachments';
6
+ declare type CustomerGroupRel = ResourceId & {
7
+ type: typeof CustomerGroups.TYPE;
8
+ };
9
+ interface CustomerGroup extends Resource {
10
+ name?: string;
11
+ customers?: Customer[];
12
+ markets?: Market[];
13
+ attachments?: Attachment[];
14
+ }
15
+ interface CustomerGroupCreate extends ResourceCreate {
16
+ name: string;
17
+ }
18
+ interface CustomerGroupUpdate extends ResourceUpdate {
19
+ name?: string;
20
+ }
21
+ declare class CustomerGroups extends ApiResource {
22
+ static readonly TYPE: 'customer_groups';
23
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CustomerGroup>>;
24
+ create(resource: CustomerGroupCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerGroup>;
25
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerGroup>;
26
+ update(resource: CustomerGroupUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerGroup>;
27
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
28
+ isCustomerGroup(resource: any): resource is CustomerGroup;
29
+ relationship(id: string | ResourceId): CustomerGroupRel;
30
+ type(): string;
31
+ }
32
+ export default CustomerGroups;
33
+ export { CustomerGroup, CustomerGroupCreate, CustomerGroupUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerGroups extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerGroups.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerGroups.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CustomerGroups.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerGroups.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CustomerGroups.TYPE,id:e},t)}isCustomerGroup(e){return e.type&&e.type===CustomerGroups.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CustomerGroups.TYPE}:{id:e.id,type:CustomerGroups.TYPE}}type(){return CustomerGroups.TYPE}}CustomerGroups.TYPE="customer_groups",exports.default=CustomerGroups;
@@ -0,0 +1,32 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Customer } from './customers';
4
+ declare type CustomerPasswordResetRel = ResourceId & {
5
+ type: typeof CustomerPasswordResets.TYPE;
6
+ };
7
+ interface CustomerPasswordReset extends Resource {
8
+ customer_email?: string;
9
+ reset_password_token?: string;
10
+ reset_password_at?: string;
11
+ customer?: Customer;
12
+ }
13
+ interface CustomerPasswordResetCreate extends ResourceCreate {
14
+ customer_email: string;
15
+ }
16
+ interface CustomerPasswordResetUpdate extends ResourceUpdate {
17
+ customer_password?: string;
18
+ _reset_password_token?: string;
19
+ }
20
+ declare class CustomerPasswordResets extends ApiResource {
21
+ static readonly TYPE: 'customer_password_resets';
22
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CustomerPasswordReset>>;
23
+ create(resource: CustomerPasswordResetCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPasswordReset>;
24
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPasswordReset>;
25
+ update(resource: CustomerPasswordResetUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPasswordReset>;
26
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
27
+ isCustomerPasswordReset(resource: any): resource is CustomerPasswordReset;
28
+ relationship(id: string | ResourceId): CustomerPasswordResetRel;
29
+ type(): string;
30
+ }
31
+ export default CustomerPasswordResets;
32
+ export { CustomerPasswordReset, CustomerPasswordResetCreate, CustomerPasswordResetUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerPasswordResets extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerPasswordResets.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerPasswordResets.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CustomerPasswordResets.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerPasswordResets.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CustomerPasswordResets.TYPE,id:e},t)}isCustomerPasswordReset(e){return e.type&&e.type===CustomerPasswordResets.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CustomerPasswordResets.TYPE}:{id:e.id,type:CustomerPasswordResets.TYPE}}type(){return CustomerPasswordResets.TYPE}}CustomerPasswordResets.TYPE="customer_password_resets",exports.default=CustomerPasswordResets;
@@ -0,0 +1,65 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Customer } from './customers';
4
+ import { AdyenPayment } from './adyen_payments';
5
+ import { BraintreePayment } from './braintree_payments';
6
+ import { CheckoutComPayment } from './checkout_com_payments';
7
+ import { ExternalPayment } from './external_payments';
8
+ import { PaypalPayment } from './paypal_payments';
9
+ import { StripePayment } from './stripe_payments';
10
+ import { WireTransfer } from './wire_transfers';
11
+ declare type CustomerPaymentSourceRel = ResourceId & {
12
+ type: typeof CustomerPaymentSources.TYPE;
13
+ };
14
+ declare type CustomerRel = ResourceId & {
15
+ type: 'customers';
16
+ };
17
+ declare type AdyenPaymentRel = ResourceId & {
18
+ type: 'adyen_payments';
19
+ };
20
+ declare type BraintreePaymentRel = ResourceId & {
21
+ type: 'braintree_payments';
22
+ };
23
+ declare type CheckoutComPaymentRel = ResourceId & {
24
+ type: 'checkout_com_payments';
25
+ };
26
+ declare type ExternalPaymentRel = ResourceId & {
27
+ type: 'external_payments';
28
+ };
29
+ declare type PaypalPaymentRel = ResourceId & {
30
+ type: 'paypal_payments';
31
+ };
32
+ declare type StripePaymentRel = ResourceId & {
33
+ type: 'stripe_payments';
34
+ };
35
+ declare type WireTransferRel = ResourceId & {
36
+ type: 'wire_transfers';
37
+ };
38
+ interface CustomerPaymentSource extends Resource {
39
+ name?: string;
40
+ customer_token?: string;
41
+ payment_source_token?: string;
42
+ customer?: Customer;
43
+ payment_source?: AdyenPayment | BraintreePayment | CheckoutComPayment | ExternalPayment | PaypalPayment | StripePayment | WireTransfer;
44
+ }
45
+ interface CustomerPaymentSourceCreate extends ResourceCreate {
46
+ customer: CustomerRel;
47
+ payment_source: AdyenPaymentRel | BraintreePaymentRel | CheckoutComPaymentRel | ExternalPaymentRel | PaypalPaymentRel | StripePaymentRel | WireTransferRel;
48
+ }
49
+ interface CustomerPaymentSourceUpdate extends ResourceUpdate {
50
+ customer?: CustomerRel;
51
+ payment_source?: AdyenPaymentRel | BraintreePaymentRel | CheckoutComPaymentRel | ExternalPaymentRel | PaypalPaymentRel | StripePaymentRel | WireTransferRel;
52
+ }
53
+ declare class CustomerPaymentSources extends ApiResource {
54
+ static readonly TYPE: 'customer_payment_sources';
55
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CustomerPaymentSource>>;
56
+ create(resource: CustomerPaymentSourceCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPaymentSource>;
57
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPaymentSource>;
58
+ update(resource: CustomerPaymentSourceUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPaymentSource>;
59
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
60
+ isCustomerPaymentSource(resource: any): resource is CustomerPaymentSource;
61
+ relationship(id: string | ResourceId): CustomerPaymentSourceRel;
62
+ type(): string;
63
+ }
64
+ export default CustomerPaymentSources;
65
+ export { CustomerPaymentSource, CustomerPaymentSourceCreate, CustomerPaymentSourceUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerPaymentSources extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerPaymentSources.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerPaymentSources.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:CustomerPaymentSources.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerPaymentSources.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:CustomerPaymentSources.TYPE,id:e},t)}isCustomerPaymentSource(e){return e.type&&e.type===CustomerPaymentSources.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CustomerPaymentSources.TYPE}:{id:e.id,type:CustomerPaymentSources.TYPE}}type(){return CustomerPaymentSources.TYPE}}CustomerPaymentSources.TYPE="customer_payment_sources",exports.default=CustomerPaymentSources;
@@ -0,0 +1,27 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Customer } from './customers';
4
+ declare type CustomerSubscriptionRel = ResourceId & {
5
+ type: typeof CustomerSubscriptions.TYPE;
6
+ };
7
+ interface CustomerSubscription extends Resource {
8
+ customer_email?: string;
9
+ customer?: Customer;
10
+ }
11
+ interface CustomerSubscriptionCreate extends ResourceCreate {
12
+ customer_email: string;
13
+ }
14
+ declare type CustomerSubscriptionUpdate = ResourceUpdate;
15
+ declare class CustomerSubscriptions extends ApiResource {
16
+ static readonly TYPE: 'customer_subscriptions';
17
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CustomerSubscription>>;
18
+ create(resource: CustomerSubscriptionCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerSubscription>;
19
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerSubscription>;
20
+ update(resource: CustomerSubscriptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerSubscription>;
21
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
22
+ isCustomerSubscription(resource: any): resource is CustomerSubscription;
23
+ relationship(id: string | ResourceId): CustomerSubscriptionRel;
24
+ type(): string;
25
+ }
26
+ export default CustomerSubscriptions;
27
+ export { CustomerSubscription, CustomerSubscriptionCreate, CustomerSubscriptionUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerSubscriptions extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerSubscriptions.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerSubscriptions.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CustomerSubscriptions.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerSubscriptions.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CustomerSubscriptions.TYPE,id:e},t)}isCustomerSubscription(e){return e.type&&e.type===CustomerSubscriptions.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CustomerSubscriptions.TYPE}:{id:e.id,type:CustomerSubscriptions.TYPE}}type(){return CustomerSubscriptions.TYPE}}CustomerSubscriptions.TYPE="customer_subscriptions",exports.default=CustomerSubscriptions;
@@ -0,0 +1,52 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { CustomerGroup } from './customer_groups';
4
+ import { CustomerAddress } from './customer_addresses';
5
+ import { CustomerPaymentSource } from './customer_payment_sources';
6
+ import { CustomerSubscription } from './customer_subscriptions';
7
+ import { Order } from './orders';
8
+ import { OrderSubscription } from './order_subscriptions';
9
+ import { Return } from './returns';
10
+ import { Attachment } from './attachments';
11
+ declare type CustomerRel = ResourceId & {
12
+ type: typeof Customers.TYPE;
13
+ };
14
+ declare type CustomerGroupRel = ResourceId & {
15
+ type: 'customer_groups';
16
+ };
17
+ interface Customer extends Resource {
18
+ email?: string;
19
+ status?: string;
20
+ has_password?: boolean;
21
+ customer_group?: CustomerGroup;
22
+ customer_addresses?: CustomerAddress[];
23
+ customer_payment_sources?: CustomerPaymentSource[];
24
+ customer_subscriptions?: CustomerSubscription[];
25
+ orders?: Order[];
26
+ order_subscriptions?: OrderSubscription[];
27
+ returns?: Return[];
28
+ attachments?: Attachment[];
29
+ }
30
+ interface CustomerCreate extends ResourceCreate {
31
+ email: string;
32
+ password?: string;
33
+ customer_group?: CustomerGroupRel;
34
+ }
35
+ interface CustomerUpdate extends ResourceUpdate {
36
+ email?: string;
37
+ password?: string;
38
+ customer_group?: CustomerGroupRel;
39
+ }
40
+ declare class Customers extends ApiResource {
41
+ static readonly TYPE: 'customers';
42
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Customer>>;
43
+ create(resource: CustomerCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
44
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
45
+ update(resource: CustomerUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
46
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
47
+ isCustomer(resource: any): resource is Customer;
48
+ relationship(id: string | ResourceId): CustomerRel;
49
+ type(): string;
50
+ }
51
+ export default Customers;
52
+ export { Customer, CustomerCreate, CustomerUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Customers extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Customers.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Customers.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Customers.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Customers.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Customers.TYPE,id:e},t)}isCustomer(e){return e.type&&e.type===Customers.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Customers.TYPE}:{id:e.id,type:Customers.TYPE}}type(){return Customers.TYPE}}Customers.TYPE="customers",exports.default=Customers;
@@ -0,0 +1,48 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { StockLocation } from './stock_locations';
4
+ import { ShippingMethod } from './shipping_methods';
5
+ import { Attachment } from './attachments';
6
+ declare type DeliveryLeadTimeRel = ResourceId & {
7
+ type: typeof DeliveryLeadTimes.TYPE;
8
+ };
9
+ declare type StockLocationRel = ResourceId & {
10
+ type: 'stock_locations';
11
+ };
12
+ declare type ShippingMethodRel = ResourceId & {
13
+ type: 'shipping_methods';
14
+ };
15
+ interface DeliveryLeadTime extends Resource {
16
+ min_hours?: number;
17
+ max_hours?: number;
18
+ min_days?: number;
19
+ max_days?: number;
20
+ stock_location?: StockLocation;
21
+ shipping_method?: ShippingMethod;
22
+ attachments?: Attachment[];
23
+ }
24
+ interface DeliveryLeadTimeCreate extends ResourceCreate {
25
+ min_hours: number;
26
+ max_hours: number;
27
+ stock_location: StockLocationRel;
28
+ shipping_method: ShippingMethodRel;
29
+ }
30
+ interface DeliveryLeadTimeUpdate extends ResourceUpdate {
31
+ min_hours?: number;
32
+ max_hours?: number;
33
+ stock_location?: StockLocationRel;
34
+ shipping_method?: ShippingMethodRel;
35
+ }
36
+ declare class DeliveryLeadTimes extends ApiResource {
37
+ static readonly TYPE: 'delivery_lead_times';
38
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<DeliveryLeadTime>>;
39
+ create(resource: DeliveryLeadTimeCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
40
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
41
+ update(resource: DeliveryLeadTimeUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
42
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
43
+ isDeliveryLeadTime(resource: any): resource is DeliveryLeadTime;
44
+ relationship(id: string | ResourceId): DeliveryLeadTimeRel;
45
+ type(): string;
46
+ }
47
+ export default DeliveryLeadTimes;
48
+ export { DeliveryLeadTime, DeliveryLeadTimeCreate, DeliveryLeadTimeUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class DeliveryLeadTimes extends resource_1.ApiResource{async list(t,e){return this.resources.list({type:DeliveryLeadTimes.TYPE},t,e)}async create(t,e,r){return this.resources.create(Object.assign(Object.assign({},t),{type:DeliveryLeadTimes.TYPE}),e,r)}async retrieve(t,e,r){return this.resources.retrieve({type:DeliveryLeadTimes.TYPE,id:t},e,r)}async update(t,e,r){return this.resources.update(Object.assign(Object.assign({},t),{type:DeliveryLeadTimes.TYPE}),e,r)}async delete(t,e){await this.resources.delete({type:DeliveryLeadTimes.TYPE,id:t},e)}isDeliveryLeadTime(t){return t.type&&t.type===DeliveryLeadTimes.TYPE}relationship(t){return typeof t=="string"?{id:t,type:DeliveryLeadTimes.TYPE}:{id:t.id,type:DeliveryLeadTimes.TYPE}}type(){return DeliveryLeadTimes.TYPE}}DeliveryLeadTimes.TYPE="delivery_lead_times",exports.default=DeliveryLeadTimes;
@@ -0,0 +1,23 @@
1
+ import { ApiResource, Resource, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { Webhook } from './webhooks';
4
+ declare type EventCallbackRel = ResourceId & {
5
+ type: typeof EventCallbacks.TYPE;
6
+ };
7
+ interface EventCallback extends Resource {
8
+ callback_url?: string;
9
+ payload?: object;
10
+ response_code?: string;
11
+ response_message?: string;
12
+ webhook?: Webhook;
13
+ }
14
+ declare class EventCallbacks extends ApiResource {
15
+ static readonly TYPE: 'event_callbacks';
16
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<EventCallback>>;
17
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<EventCallback>;
18
+ isEventCallback(resource: any): resource is EventCallback;
19
+ relationship(id: string | ResourceId): EventCallbackRel;
20
+ type(): string;
21
+ }
22
+ export default EventCallbacks;
23
+ export { EventCallback };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class EventCallbacks extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:EventCallbacks.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:EventCallbacks.TYPE,id:e},r,t)}isEventCallback(e){return e.type&&e.type===EventCallbacks.TYPE}relationship(e){return typeof e=="string"?{id:e,type:EventCallbacks.TYPE}:{id:e.id,type:EventCallbacks.TYPE}}type(){return EventCallbacks.TYPE}}EventCallbacks.TYPE="event_callbacks",exports.default=EventCallbacks;
@@ -0,0 +1,44 @@
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
+ import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
3
+ import { PaymentMethod } from './payment_methods';
4
+ import { ExternalPayment } from './external_payments';
5
+ declare type ExternalGatewayRel = ResourceId & {
6
+ type: typeof ExternalGateways.TYPE;
7
+ };
8
+ interface ExternalGateway extends Resource {
9
+ name?: string;
10
+ shared_secret?: string;
11
+ authorize_url?: string;
12
+ capture_url?: string;
13
+ void_url?: string;
14
+ refund_url?: string;
15
+ payment_methods?: PaymentMethod[];
16
+ external_payments?: ExternalPayment[];
17
+ }
18
+ interface ExternalGatewayCreate extends ResourceCreate {
19
+ name: string;
20
+ authorize_url?: string;
21
+ capture_url?: string;
22
+ void_url?: string;
23
+ refund_url?: string;
24
+ }
25
+ interface ExternalGatewayUpdate extends ResourceUpdate {
26
+ name?: string;
27
+ authorize_url?: string;
28
+ capture_url?: string;
29
+ void_url?: string;
30
+ refund_url?: string;
31
+ }
32
+ declare class ExternalGateways extends ApiResource {
33
+ static readonly TYPE: 'external_gateways';
34
+ list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ExternalGateway>>;
35
+ create(resource: ExternalGatewayCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalGateway>;
36
+ retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalGateway>;
37
+ update(resource: ExternalGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalGateway>;
38
+ delete(id: string, options?: ResourcesConfig): Promise<void>;
39
+ isExternalGateway(resource: any): resource is ExternalGateway;
40
+ relationship(id: string | ResourceId): ExternalGatewayRel;
41
+ type(): string;
42
+ }
43
+ export default ExternalGateways;
44
+ export { ExternalGateway, ExternalGatewayCreate, ExternalGatewayUpdate };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ExternalGateways extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:ExternalGateways.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:ExternalGateways.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:ExternalGateways.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:ExternalGateways.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:ExternalGateways.TYPE,id:e},r)}isExternalGateway(e){return e.type&&e.type===ExternalGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:ExternalGateways.TYPE}:{id:e.id,type:ExternalGateways.TYPE}}type(){return ExternalGateways.TYPE}}ExternalGateways.TYPE="external_gateways",exports.default=ExternalGateways;