@commercelayer/sdk 5.37.0 → 5.39.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 (551) hide show
  1. package/lib/cjs/api.d.ts +1 -164
  2. package/lib/cjs/api.js +1 -387
  3. package/lib/cjs/client.d.ts +1 -39
  4. package/lib/cjs/client.js +1 -154
  5. package/lib/cjs/commercelayer.d.ts +1 -153
  6. package/lib/cjs/commercelayer.js +1 -253
  7. package/lib/cjs/common.d.ts +1 -5
  8. package/lib/cjs/common.js +1 -23
  9. package/lib/cjs/config.d.ts +1 -15
  10. package/lib/cjs/config.js +1 -19
  11. package/lib/cjs/debug.d.ts +1 -3
  12. package/lib/cjs/debug.js +1 -38
  13. package/lib/cjs/error.d.ts +1 -31
  14. package/lib/cjs/error.js +1 -77
  15. package/lib/cjs/index.d.ts +1 -7
  16. package/lib/cjs/index.js +1 -13
  17. package/lib/cjs/interceptor.d.ts +1 -25
  18. package/lib/cjs/interceptor.js +1 -2
  19. package/lib/cjs/jsonapi.d.ts +1 -6
  20. package/lib/cjs/jsonapi.js +1 -94
  21. package/lib/cjs/model.d.ts +1 -124
  22. package/lib/cjs/model.js +1 -3
  23. package/lib/cjs/query.d.ts +1 -17
  24. package/lib/cjs/query.js +1 -69
  25. package/lib/cjs/resource.d.ts +1 -89
  26. package/lib/cjs/resource.js +1 -198
  27. package/lib/cjs/resources/addresses.d.ts +1 -103
  28. package/lib/cjs/resources/addresses.js +1 -41
  29. package/lib/cjs/resources/adjustments.d.ts +1 -42
  30. package/lib/cjs/resources/adjustments.js +1 -29
  31. package/lib/cjs/resources/adyen_gateways.d.ts +1 -60
  32. package/lib/cjs/resources/adyen_gateways.js +1 -37
  33. package/lib/cjs/resources/adyen_payments.d.ts +1 -51
  34. package/lib/cjs/resources/adyen_payments.js +1 -40
  35. package/lib/cjs/resources/application.d.ts +1 -22
  36. package/lib/cjs/resources/application.js +1 -16
  37. package/lib/cjs/resources/attachments.d.ts +1 -157
  38. package/lib/cjs/resources/attachments.js +1 -25
  39. package/lib/cjs/resources/authorizations.d.ts +1 -70
  40. package/lib/cjs/resources/authorizations.js +1 -52
  41. package/lib/cjs/resources/avalara_accounts.d.ts +1 -59
  42. package/lib/cjs/resources/avalara_accounts.js +1 -41
  43. package/lib/cjs/resources/axerve_gateways.d.ts +1 -48
  44. package/lib/cjs/resources/axerve_gateways.js +1 -37
  45. package/lib/cjs/resources/axerve_payments.d.ts +1 -54
  46. package/lib/cjs/resources/axerve_payments.js +1 -40
  47. package/lib/cjs/resources/billing_info_validation_rules.d.ts +1 -39
  48. package/lib/cjs/resources/billing_info_validation_rules.js +1 -37
  49. package/lib/cjs/resources/bing_geocoders.d.ts +1 -36
  50. package/lib/cjs/resources/bing_geocoders.js +1 -33
  51. package/lib/cjs/resources/braintree_gateways.d.ts +1 -60
  52. package/lib/cjs/resources/braintree_gateways.js +1 -37
  53. package/lib/cjs/resources/braintree_payments.d.ts +1 -52
  54. package/lib/cjs/resources/braintree_payments.js +1 -37
  55. package/lib/cjs/resources/bundles.d.ts +1 -93
  56. package/lib/cjs/resources/bundles.js +1 -59
  57. package/lib/cjs/resources/buy_x_pay_y_promotions.d.ts +1 -137
  58. package/lib/cjs/resources/buy_x_pay_y_promotions.js +1 -79
  59. package/lib/cjs/resources/captures.d.ts +1 -60
  60. package/lib/cjs/resources/captures.js +1 -49
  61. package/lib/cjs/resources/carrier_accounts.d.ts +1 -30
  62. package/lib/cjs/resources/carrier_accounts.js +1 -28
  63. package/lib/cjs/resources/checkout_com_gateways.d.ts +1 -49
  64. package/lib/cjs/resources/checkout_com_gateways.js +1 -37
  65. package/lib/cjs/resources/checkout_com_payments.d.ts +1 -65
  66. package/lib/cjs/resources/checkout_com_payments.js +1 -43
  67. package/lib/cjs/resources/cleanups.d.ts +1 -40
  68. package/lib/cjs/resources/cleanups.js +1 -30
  69. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +1 -67
  70. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -33
  71. package/lib/cjs/resources/coupon_recipients.d.ts +1 -48
  72. package/lib/cjs/resources/coupon_recipients.js +1 -37
  73. package/lib/cjs/resources/coupons.d.ts +1 -71
  74. package/lib/cjs/resources/coupons.js +1 -45
  75. package/lib/cjs/resources/custom_promotion_rules.d.ts +1 -62
  76. package/lib/cjs/resources/custom_promotion_rules.js +1 -29
  77. package/lib/cjs/resources/customer_addresses.d.ts +1 -50
  78. package/lib/cjs/resources/customer_addresses.js +1 -41
  79. package/lib/cjs/resources/customer_groups.d.ts +1 -40
  80. package/lib/cjs/resources/customer_groups.js +1 -41
  81. package/lib/cjs/resources/customer_password_resets.d.ts +1 -38
  82. package/lib/cjs/resources/customer_password_resets.js +1 -36
  83. package/lib/cjs/resources/customer_payment_sources.d.ts +1 -86
  84. package/lib/cjs/resources/customer_payment_sources.js +1 -37
  85. package/lib/cjs/resources/customer_subscriptions.d.ts +1 -35
  86. package/lib/cjs/resources/customer_subscriptions.js +1 -37
  87. package/lib/cjs/resources/customers.d.ts +1 -76
  88. package/lib/cjs/resources/customers.js +1 -69
  89. package/lib/cjs/resources/delivery_lead_times.d.ts +1 -55
  90. package/lib/cjs/resources/delivery_lead_times.js +1 -41
  91. package/lib/cjs/resources/event_callbacks.d.ts +1 -25
  92. package/lib/cjs/resources/event_callbacks.js +1 -20
  93. package/lib/cjs/resources/events.d.ts +1 -25
  94. package/lib/cjs/resources/events.js +1 -24
  95. package/lib/cjs/resources/exports.d.ts +1 -41
  96. package/lib/cjs/resources/exports.js +1 -26
  97. package/lib/cjs/resources/external_gateways.d.ts +1 -57
  98. package/lib/cjs/resources/external_gateways.js +1 -40
  99. package/lib/cjs/resources/external_payments.d.ts +1 -48
  100. package/lib/cjs/resources/external_payments.js +1 -41
  101. package/lib/cjs/resources/external_promotions.d.ts +1 -136
  102. package/lib/cjs/resources/external_promotions.js +1 -82
  103. package/lib/cjs/resources/external_tax_calculators.d.ts +1 -45
  104. package/lib/cjs/resources/external_tax_calculators.js +1 -40
  105. package/lib/cjs/resources/fixed_amount_promotions.d.ts +1 -133
  106. package/lib/cjs/resources/fixed_amount_promotions.js +1 -79
  107. package/lib/cjs/resources/fixed_price_promotions.d.ts +1 -133
  108. package/lib/cjs/resources/fixed_price_promotions.js +1 -79
  109. package/lib/cjs/resources/free_gift_promotions.d.ts +1 -131
  110. package/lib/cjs/resources/free_gift_promotions.js +1 -79
  111. package/lib/cjs/resources/free_shipping_promotions.d.ts +1 -125
  112. package/lib/cjs/resources/free_shipping_promotions.js +1 -75
  113. package/lib/cjs/resources/geocoders.d.ts +1 -25
  114. package/lib/cjs/resources/geocoders.js +1 -24
  115. package/lib/cjs/resources/gift_card_recipients.d.ts +1 -48
  116. package/lib/cjs/resources/gift_card_recipients.js +1 -37
  117. package/lib/cjs/resources/gift_cards.d.ts +1 -104
  118. package/lib/cjs/resources/gift_cards.js +1 -61
  119. package/lib/cjs/resources/google_geocoders.d.ts +1 -36
  120. package/lib/cjs/resources/google_geocoders.js +1 -33
  121. package/lib/cjs/resources/imports.d.ts +1 -44
  122. package/lib/cjs/resources/imports.js +1 -26
  123. package/lib/cjs/resources/in_stock_subscriptions.d.ts +1 -68
  124. package/lib/cjs/resources/in_stock_subscriptions.js +1 -51
  125. package/lib/cjs/resources/inventory_models.d.ts +1 -55
  126. package/lib/cjs/resources/inventory_models.js +1 -41
  127. package/lib/cjs/resources/inventory_return_locations.d.ts +1 -47
  128. package/lib/cjs/resources/inventory_return_locations.js +1 -37
  129. package/lib/cjs/resources/inventory_stock_locations.d.ts +1 -50
  130. package/lib/cjs/resources/inventory_stock_locations.js +1 -37
  131. package/lib/cjs/resources/klarna_gateways.d.ts +1 -48
  132. package/lib/cjs/resources/klarna_gateways.js +1 -37
  133. package/lib/cjs/resources/klarna_payments.d.ts +1 -48
  134. package/lib/cjs/resources/klarna_payments.js +1 -40
  135. package/lib/cjs/resources/line_item_options.d.ts +1 -69
  136. package/lib/cjs/resources/line_item_options.js +1 -41
  137. package/lib/cjs/resources/line_items.d.ts +1 -170
  138. package/lib/cjs/resources/line_items.js +1 -66
  139. package/lib/cjs/resources/manual_gateways.d.ts +1 -34
  140. package/lib/cjs/resources/manual_gateways.js +1 -33
  141. package/lib/cjs/resources/manual_tax_calculators.d.ts +1 -45
  142. package/lib/cjs/resources/manual_tax_calculators.js +1 -41
  143. package/lib/cjs/resources/markets.d.ts +1 -107
  144. package/lib/cjs/resources/markets.js +1 -63
  145. package/lib/cjs/resources/merchants.d.ts +1 -42
  146. package/lib/cjs/resources/merchants.js +1 -37
  147. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +1 -67
  148. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -29
  149. package/lib/cjs/resources/order_copies.d.ts +1 -51
  150. package/lib/cjs/resources/order_copies.js +1 -41
  151. package/lib/cjs/resources/order_factories.d.ts +1 -34
  152. package/lib/cjs/resources/order_factories.js +1 -28
  153. package/lib/cjs/resources/order_subscription_items.d.ts +1 -72
  154. package/lib/cjs/resources/order_subscription_items.js +1 -33
  155. package/lib/cjs/resources/order_subscriptions.d.ts +1 -98
  156. package/lib/cjs/resources/order_subscriptions.js +1 -78
  157. package/lib/cjs/resources/order_validation_rules.d.ts +1 -27
  158. package/lib/cjs/resources/order_validation_rules.js +1 -28
  159. package/lib/cjs/resources/orders.d.ts +1 -389
  160. package/lib/cjs/resources/orders.js +1 -236
  161. package/lib/cjs/resources/organization.d.ts +1 -34
  162. package/lib/cjs/resources/organization.js +1 -16
  163. package/lib/cjs/resources/packages.d.ts +1 -60
  164. package/lib/cjs/resources/packages.js +1 -41
  165. package/lib/cjs/resources/parcel_line_items.d.ts +1 -47
  166. package/lib/cjs/resources/parcel_line_items.js +1 -37
  167. package/lib/cjs/resources/parcels.d.ts +1 -126
  168. package/lib/cjs/resources/parcels.js +1 -49
  169. package/lib/cjs/resources/payment_gateways.d.ts +1 -25
  170. package/lib/cjs/resources/payment_gateways.js +1 -24
  171. package/lib/cjs/resources/payment_methods.d.ts +1 -83
  172. package/lib/cjs/resources/payment_methods.js +1 -47
  173. package/lib/cjs/resources/payment_options.d.ts +1 -44
  174. package/lib/cjs/resources/payment_options.js +1 -33
  175. package/lib/cjs/resources/paypal_gateways.d.ts +1 -41
  176. package/lib/cjs/resources/paypal_gateways.js +1 -37
  177. package/lib/cjs/resources/paypal_payments.d.ts +1 -53
  178. package/lib/cjs/resources/paypal_payments.js +1 -37
  179. package/lib/cjs/resources/percentage_discount_promotions.d.ts +1 -131
  180. package/lib/cjs/resources/percentage_discount_promotions.js +1 -79
  181. package/lib/cjs/resources/price_frequency_tiers.d.ts +1 -53
  182. package/lib/cjs/resources/price_frequency_tiers.js +1 -41
  183. package/lib/cjs/resources/price_list_schedulers.d.ts +1 -0
  184. package/lib/cjs/resources/price_list_schedulers.js +1 -0
  185. package/lib/cjs/resources/price_lists.d.ts +1 -46
  186. package/lib/cjs/resources/price_lists.js +1 -37
  187. package/lib/cjs/resources/price_tiers.d.ts +1 -32
  188. package/lib/cjs/resources/price_tiers.js +1 -28
  189. package/lib/cjs/resources/price_volume_tiers.d.ts +1 -53
  190. package/lib/cjs/resources/price_volume_tiers.js +1 -41
  191. package/lib/cjs/resources/prices.d.ts +1 -84
  192. package/lib/cjs/resources/prices.js +1 -65
  193. package/lib/cjs/resources/promotion_rules.d.ts +1 -29
  194. package/lib/cjs/resources/promotion_rules.js +1 -20
  195. package/lib/cjs/resources/promotions.d.ts +1 -63
  196. package/lib/cjs/resources/promotions.js +1 -60
  197. package/lib/cjs/resources/recurring_order_copies.d.ts +1 -53
  198. package/lib/cjs/resources/recurring_order_copies.js +1 -41
  199. package/lib/cjs/resources/refunds.d.ts +1 -44
  200. package/lib/cjs/resources/refunds.js +1 -36
  201. package/lib/cjs/resources/reserved_stocks.d.ts +1 -28
  202. package/lib/cjs/resources/reserved_stocks.js +1 -28
  203. package/lib/cjs/resources/resource_errors.d.ts +1 -22
  204. package/lib/cjs/resources/resource_errors.js +1 -16
  205. package/lib/cjs/resources/return_line_items.d.ts +1 -52
  206. package/lib/cjs/resources/return_line_items.js +1 -36
  207. package/lib/cjs/resources/returns.d.ts +1 -96
  208. package/lib/cjs/resources/returns.js +1 -92
  209. package/lib/cjs/resources/satispay_gateways.d.ts +1 -46
  210. package/lib/cjs/resources/satispay_gateways.js +1 -37
  211. package/lib/cjs/resources/satispay_payments.d.ts +1 -50
  212. package/lib/cjs/resources/satispay_payments.js +1 -40
  213. package/lib/cjs/resources/shipments.d.ts +1 -151
  214. package/lib/cjs/resources/shipments.js +1 -130
  215. package/lib/cjs/resources/shipping_categories.d.ts +1 -40
  216. package/lib/cjs/resources/shipping_categories.js +1 -37
  217. package/lib/cjs/resources/shipping_method_tiers.d.ts +1 -32
  218. package/lib/cjs/resources/shipping_method_tiers.js +1 -28
  219. package/lib/cjs/resources/shipping_methods.d.ts +1 -125
  220. package/lib/cjs/resources/shipping_methods.js +1 -70
  221. package/lib/cjs/resources/shipping_weight_tiers.d.ts +1 -50
  222. package/lib/cjs/resources/shipping_weight_tiers.js +1 -37
  223. package/lib/cjs/resources/shipping_zones.d.ts +1 -52
  224. package/lib/cjs/resources/shipping_zones.js +1 -33
  225. package/lib/cjs/resources/sku_list_items.d.ts +1 -51
  226. package/lib/cjs/resources/sku_list_items.js +1 -37
  227. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +1 -76
  228. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -37
  229. package/lib/cjs/resources/sku_lists.d.ts +1 -64
  230. package/lib/cjs/resources/sku_lists.js +1 -49
  231. package/lib/cjs/resources/sku_options.d.ts +1 -71
  232. package/lib/cjs/resources/sku_options.js +1 -45
  233. package/lib/cjs/resources/skus.d.ts +1 -96
  234. package/lib/cjs/resources/skus.js +1 -65
  235. package/lib/cjs/resources/stock_items.d.ts +1 -61
  236. package/lib/cjs/resources/stock_items.js +1 -52
  237. package/lib/cjs/resources/stock_line_items.d.ts +1 -73
  238. package/lib/cjs/resources/stock_line_items.js +1 -54
  239. package/lib/cjs/resources/stock_locations.d.ts +1 -64
  240. package/lib/cjs/resources/stock_locations.js +1 -53
  241. package/lib/cjs/resources/stock_reservations.d.ts +1 -51
  242. package/lib/cjs/resources/stock_reservations.js +1 -48
  243. package/lib/cjs/resources/stock_transfers.d.ts +1 -86
  244. package/lib/cjs/resources/stock_transfers.js +1 -71
  245. package/lib/cjs/resources/stripe_gateways.d.ts +1 -45
  246. package/lib/cjs/resources/stripe_gateways.js +1 -37
  247. package/lib/cjs/resources/stripe_payments.d.ts +1 -59
  248. package/lib/cjs/resources/stripe_payments.js +1 -43
  249. package/lib/cjs/resources/subscription_models.d.ts +1 -49
  250. package/lib/cjs/resources/subscription_models.js +1 -37
  251. package/lib/cjs/resources/tags.d.ts +1 -28
  252. package/lib/cjs/resources/tags.js +1 -25
  253. package/lib/cjs/resources/tax_calculators.d.ts +1 -28
  254. package/lib/cjs/resources/tax_calculators.js +1 -28
  255. package/lib/cjs/resources/tax_categories.d.ts +1 -63
  256. package/lib/cjs/resources/tax_categories.js +1 -37
  257. package/lib/cjs/resources/tax_rules.d.ts +1 -73
  258. package/lib/cjs/resources/tax_rules.js +1 -33
  259. package/lib/cjs/resources/taxjar_accounts.d.ts +1 -47
  260. package/lib/cjs/resources/taxjar_accounts.js +1 -41
  261. package/lib/cjs/resources/transactions.d.ts +1 -41
  262. package/lib/cjs/resources/transactions.js +1 -32
  263. package/lib/cjs/resources/versions.d.ts +1 -22
  264. package/lib/cjs/resources/versions.js +1 -16
  265. package/lib/cjs/resources/voids.d.ts +1 -44
  266. package/lib/cjs/resources/voids.js +1 -36
  267. package/lib/cjs/resources/webhooks.d.ts +1 -55
  268. package/lib/cjs/resources/webhooks.js +1 -42
  269. package/lib/cjs/resources/wire_transfers.d.ts +1 -37
  270. package/lib/cjs/resources/wire_transfers.js +1 -33
  271. package/lib/cjs/static.d.ts +1 -12
  272. package/lib/cjs/static.js +1 -51
  273. package/lib/cjs/util.d.ts +1 -4
  274. package/lib/cjs/util.js +1 -16
  275. package/lib/esm/api.d.ts +1 -164
  276. package/lib/esm/api.js +1 -258
  277. package/lib/esm/client.d.ts +1 -39
  278. package/lib/esm/client.js +1 -149
  279. package/lib/esm/commercelayer.d.ts +1 -153
  280. package/lib/esm/commercelayer.js +1 -224
  281. package/lib/esm/common.d.ts +1 -5
  282. package/lib/esm/common.js +1 -19
  283. package/lib/esm/config.d.ts +1 -15
  284. package/lib/esm/config.js +1 -17
  285. package/lib/esm/debug.d.ts +1 -3
  286. package/lib/esm/debug.js +1 -36
  287. package/lib/esm/error.d.ts +1 -31
  288. package/lib/esm/error.js +1 -69
  289. package/lib/esm/index.d.ts +1 -7
  290. package/lib/esm/index.js +1 -4
  291. package/lib/esm/interceptor.d.ts +1 -25
  292. package/lib/esm/interceptor.js +1 -1
  293. package/lib/esm/jsonapi.d.ts +1 -6
  294. package/lib/esm/jsonapi.js +1 -87
  295. package/lib/esm/model.d.ts +1 -124
  296. package/lib/esm/model.js +1 -2
  297. package/lib/esm/query.d.ts +1 -17
  298. package/lib/esm/query.js +1 -62
  299. package/lib/esm/resource.d.ts +1 -89
  300. package/lib/esm/resource.js +1 -191
  301. package/lib/esm/resources/addresses.d.ts +1 -103
  302. package/lib/esm/resources/addresses.js +1 -39
  303. package/lib/esm/resources/adjustments.d.ts +1 -42
  304. package/lib/esm/resources/adjustments.js +1 -27
  305. package/lib/esm/resources/adyen_gateways.d.ts +1 -60
  306. package/lib/esm/resources/adyen_gateways.js +1 -35
  307. package/lib/esm/resources/adyen_payments.d.ts +1 -51
  308. package/lib/esm/resources/adyen_payments.js +1 -38
  309. package/lib/esm/resources/application.d.ts +1 -22
  310. package/lib/esm/resources/application.js +1 -14
  311. package/lib/esm/resources/attachments.d.ts +1 -157
  312. package/lib/esm/resources/attachments.js +1 -23
  313. package/lib/esm/resources/authorizations.d.ts +1 -70
  314. package/lib/esm/resources/authorizations.js +1 -50
  315. package/lib/esm/resources/avalara_accounts.d.ts +1 -59
  316. package/lib/esm/resources/avalara_accounts.js +1 -39
  317. package/lib/esm/resources/axerve_gateways.d.ts +1 -48
  318. package/lib/esm/resources/axerve_gateways.js +1 -35
  319. package/lib/esm/resources/axerve_payments.d.ts +1 -54
  320. package/lib/esm/resources/axerve_payments.js +1 -38
  321. package/lib/esm/resources/billing_info_validation_rules.d.ts +1 -39
  322. package/lib/esm/resources/billing_info_validation_rules.js +1 -35
  323. package/lib/esm/resources/bing_geocoders.d.ts +1 -36
  324. package/lib/esm/resources/bing_geocoders.js +1 -31
  325. package/lib/esm/resources/braintree_gateways.d.ts +1 -60
  326. package/lib/esm/resources/braintree_gateways.js +1 -35
  327. package/lib/esm/resources/braintree_payments.d.ts +1 -52
  328. package/lib/esm/resources/braintree_payments.js +1 -35
  329. package/lib/esm/resources/bundles.d.ts +1 -93
  330. package/lib/esm/resources/bundles.js +1 -57
  331. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +1 -137
  332. package/lib/esm/resources/buy_x_pay_y_promotions.js +1 -77
  333. package/lib/esm/resources/captures.d.ts +1 -60
  334. package/lib/esm/resources/captures.js +1 -47
  335. package/lib/esm/resources/carrier_accounts.d.ts +1 -30
  336. package/lib/esm/resources/carrier_accounts.js +1 -26
  337. package/lib/esm/resources/checkout_com_gateways.d.ts +1 -49
  338. package/lib/esm/resources/checkout_com_gateways.js +1 -35
  339. package/lib/esm/resources/checkout_com_payments.d.ts +1 -65
  340. package/lib/esm/resources/checkout_com_payments.js +1 -41
  341. package/lib/esm/resources/cleanups.d.ts +1 -40
  342. package/lib/esm/resources/cleanups.js +1 -28
  343. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +1 -67
  344. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -31
  345. package/lib/esm/resources/coupon_recipients.d.ts +1 -48
  346. package/lib/esm/resources/coupon_recipients.js +1 -35
  347. package/lib/esm/resources/coupons.d.ts +1 -71
  348. package/lib/esm/resources/coupons.js +1 -43
  349. package/lib/esm/resources/custom_promotion_rules.d.ts +1 -62
  350. package/lib/esm/resources/custom_promotion_rules.js +1 -27
  351. package/lib/esm/resources/customer_addresses.d.ts +1 -50
  352. package/lib/esm/resources/customer_addresses.js +1 -39
  353. package/lib/esm/resources/customer_groups.d.ts +1 -40
  354. package/lib/esm/resources/customer_groups.js +1 -39
  355. package/lib/esm/resources/customer_password_resets.d.ts +1 -38
  356. package/lib/esm/resources/customer_password_resets.js +1 -34
  357. package/lib/esm/resources/customer_payment_sources.d.ts +1 -86
  358. package/lib/esm/resources/customer_payment_sources.js +1 -35
  359. package/lib/esm/resources/customer_subscriptions.d.ts +1 -35
  360. package/lib/esm/resources/customer_subscriptions.js +1 -35
  361. package/lib/esm/resources/customers.d.ts +1 -76
  362. package/lib/esm/resources/customers.js +1 -67
  363. package/lib/esm/resources/delivery_lead_times.d.ts +1 -55
  364. package/lib/esm/resources/delivery_lead_times.js +1 -39
  365. package/lib/esm/resources/event_callbacks.d.ts +1 -25
  366. package/lib/esm/resources/event_callbacks.js +1 -18
  367. package/lib/esm/resources/events.d.ts +1 -25
  368. package/lib/esm/resources/events.js +1 -22
  369. package/lib/esm/resources/exports.d.ts +1 -41
  370. package/lib/esm/resources/exports.js +1 -24
  371. package/lib/esm/resources/external_gateways.d.ts +1 -57
  372. package/lib/esm/resources/external_gateways.js +1 -38
  373. package/lib/esm/resources/external_payments.d.ts +1 -48
  374. package/lib/esm/resources/external_payments.js +1 -39
  375. package/lib/esm/resources/external_promotions.d.ts +1 -136
  376. package/lib/esm/resources/external_promotions.js +1 -80
  377. package/lib/esm/resources/external_tax_calculators.d.ts +1 -45
  378. package/lib/esm/resources/external_tax_calculators.js +1 -38
  379. package/lib/esm/resources/fixed_amount_promotions.d.ts +1 -133
  380. package/lib/esm/resources/fixed_amount_promotions.js +1 -77
  381. package/lib/esm/resources/fixed_price_promotions.d.ts +1 -133
  382. package/lib/esm/resources/fixed_price_promotions.js +1 -77
  383. package/lib/esm/resources/free_gift_promotions.d.ts +1 -131
  384. package/lib/esm/resources/free_gift_promotions.js +1 -77
  385. package/lib/esm/resources/free_shipping_promotions.d.ts +1 -125
  386. package/lib/esm/resources/free_shipping_promotions.js +1 -73
  387. package/lib/esm/resources/geocoders.d.ts +1 -25
  388. package/lib/esm/resources/geocoders.js +1 -22
  389. package/lib/esm/resources/gift_card_recipients.d.ts +1 -48
  390. package/lib/esm/resources/gift_card_recipients.js +1 -35
  391. package/lib/esm/resources/gift_cards.d.ts +1 -104
  392. package/lib/esm/resources/gift_cards.js +1 -59
  393. package/lib/esm/resources/google_geocoders.d.ts +1 -36
  394. package/lib/esm/resources/google_geocoders.js +1 -31
  395. package/lib/esm/resources/imports.d.ts +1 -44
  396. package/lib/esm/resources/imports.js +1 -24
  397. package/lib/esm/resources/in_stock_subscriptions.d.ts +1 -68
  398. package/lib/esm/resources/in_stock_subscriptions.js +1 -49
  399. package/lib/esm/resources/inventory_models.d.ts +1 -55
  400. package/lib/esm/resources/inventory_models.js +1 -39
  401. package/lib/esm/resources/inventory_return_locations.d.ts +1 -47
  402. package/lib/esm/resources/inventory_return_locations.js +1 -35
  403. package/lib/esm/resources/inventory_stock_locations.d.ts +1 -50
  404. package/lib/esm/resources/inventory_stock_locations.js +1 -35
  405. package/lib/esm/resources/klarna_gateways.d.ts +1 -48
  406. package/lib/esm/resources/klarna_gateways.js +1 -35
  407. package/lib/esm/resources/klarna_payments.d.ts +1 -48
  408. package/lib/esm/resources/klarna_payments.js +1 -38
  409. package/lib/esm/resources/line_item_options.d.ts +1 -69
  410. package/lib/esm/resources/line_item_options.js +1 -39
  411. package/lib/esm/resources/line_items.d.ts +1 -170
  412. package/lib/esm/resources/line_items.js +1 -64
  413. package/lib/esm/resources/manual_gateways.d.ts +1 -34
  414. package/lib/esm/resources/manual_gateways.js +1 -31
  415. package/lib/esm/resources/manual_tax_calculators.d.ts +1 -45
  416. package/lib/esm/resources/manual_tax_calculators.js +1 -39
  417. package/lib/esm/resources/markets.d.ts +1 -107
  418. package/lib/esm/resources/markets.js +1 -61
  419. package/lib/esm/resources/merchants.d.ts +1 -42
  420. package/lib/esm/resources/merchants.js +1 -35
  421. package/lib/esm/resources/order_amount_promotion_rules.d.ts +1 -67
  422. package/lib/esm/resources/order_amount_promotion_rules.js +1 -27
  423. package/lib/esm/resources/order_copies.d.ts +1 -51
  424. package/lib/esm/resources/order_copies.js +1 -39
  425. package/lib/esm/resources/order_factories.d.ts +1 -34
  426. package/lib/esm/resources/order_factories.js +1 -26
  427. package/lib/esm/resources/order_subscription_items.d.ts +1 -72
  428. package/lib/esm/resources/order_subscription_items.js +1 -31
  429. package/lib/esm/resources/order_subscriptions.d.ts +1 -98
  430. package/lib/esm/resources/order_subscriptions.js +1 -76
  431. package/lib/esm/resources/order_validation_rules.d.ts +1 -27
  432. package/lib/esm/resources/order_validation_rules.js +1 -26
  433. package/lib/esm/resources/orders.d.ts +1 -389
  434. package/lib/esm/resources/orders.js +1 -234
  435. package/lib/esm/resources/organization.d.ts +1 -34
  436. package/lib/esm/resources/organization.js +1 -14
  437. package/lib/esm/resources/packages.d.ts +1 -60
  438. package/lib/esm/resources/packages.js +1 -39
  439. package/lib/esm/resources/parcel_line_items.d.ts +1 -47
  440. package/lib/esm/resources/parcel_line_items.js +1 -35
  441. package/lib/esm/resources/parcels.d.ts +1 -126
  442. package/lib/esm/resources/parcels.js +1 -47
  443. package/lib/esm/resources/payment_gateways.d.ts +1 -25
  444. package/lib/esm/resources/payment_gateways.js +1 -22
  445. package/lib/esm/resources/payment_methods.d.ts +1 -83
  446. package/lib/esm/resources/payment_methods.js +1 -45
  447. package/lib/esm/resources/payment_options.d.ts +1 -44
  448. package/lib/esm/resources/payment_options.js +1 -31
  449. package/lib/esm/resources/paypal_gateways.d.ts +1 -41
  450. package/lib/esm/resources/paypal_gateways.js +1 -35
  451. package/lib/esm/resources/paypal_payments.d.ts +1 -53
  452. package/lib/esm/resources/paypal_payments.js +1 -35
  453. package/lib/esm/resources/percentage_discount_promotions.d.ts +1 -131
  454. package/lib/esm/resources/percentage_discount_promotions.js +1 -77
  455. package/lib/esm/resources/price_frequency_tiers.d.ts +1 -53
  456. package/lib/esm/resources/price_frequency_tiers.js +1 -39
  457. package/lib/esm/resources/price_list_schedulers.d.ts +1 -0
  458. package/lib/esm/resources/price_list_schedulers.js +1 -0
  459. package/lib/esm/resources/price_lists.d.ts +1 -46
  460. package/lib/esm/resources/price_lists.js +1 -35
  461. package/lib/esm/resources/price_tiers.d.ts +1 -32
  462. package/lib/esm/resources/price_tiers.js +1 -26
  463. package/lib/esm/resources/price_volume_tiers.d.ts +1 -53
  464. package/lib/esm/resources/price_volume_tiers.js +1 -39
  465. package/lib/esm/resources/prices.d.ts +1 -84
  466. package/lib/esm/resources/prices.js +1 -63
  467. package/lib/esm/resources/promotion_rules.d.ts +1 -29
  468. package/lib/esm/resources/promotion_rules.js +1 -18
  469. package/lib/esm/resources/promotions.d.ts +1 -63
  470. package/lib/esm/resources/promotions.js +1 -58
  471. package/lib/esm/resources/recurring_order_copies.d.ts +1 -53
  472. package/lib/esm/resources/recurring_order_copies.js +1 -39
  473. package/lib/esm/resources/refunds.d.ts +1 -44
  474. package/lib/esm/resources/refunds.js +1 -34
  475. package/lib/esm/resources/reserved_stocks.d.ts +1 -28
  476. package/lib/esm/resources/reserved_stocks.js +1 -26
  477. package/lib/esm/resources/resource_errors.d.ts +1 -22
  478. package/lib/esm/resources/resource_errors.js +1 -14
  479. package/lib/esm/resources/return_line_items.d.ts +1 -52
  480. package/lib/esm/resources/return_line_items.js +1 -34
  481. package/lib/esm/resources/returns.d.ts +1 -96
  482. package/lib/esm/resources/returns.js +1 -90
  483. package/lib/esm/resources/satispay_gateways.d.ts +1 -46
  484. package/lib/esm/resources/satispay_gateways.js +1 -35
  485. package/lib/esm/resources/satispay_payments.d.ts +1 -50
  486. package/lib/esm/resources/satispay_payments.js +1 -38
  487. package/lib/esm/resources/shipments.d.ts +1 -151
  488. package/lib/esm/resources/shipments.js +1 -128
  489. package/lib/esm/resources/shipping_categories.d.ts +1 -40
  490. package/lib/esm/resources/shipping_categories.js +1 -35
  491. package/lib/esm/resources/shipping_method_tiers.d.ts +1 -32
  492. package/lib/esm/resources/shipping_method_tiers.js +1 -26
  493. package/lib/esm/resources/shipping_methods.d.ts +1 -125
  494. package/lib/esm/resources/shipping_methods.js +1 -68
  495. package/lib/esm/resources/shipping_weight_tiers.d.ts +1 -50
  496. package/lib/esm/resources/shipping_weight_tiers.js +1 -35
  497. package/lib/esm/resources/shipping_zones.d.ts +1 -52
  498. package/lib/esm/resources/shipping_zones.js +1 -31
  499. package/lib/esm/resources/sku_list_items.d.ts +1 -51
  500. package/lib/esm/resources/sku_list_items.js +1 -35
  501. package/lib/esm/resources/sku_list_promotion_rules.d.ts +1 -76
  502. package/lib/esm/resources/sku_list_promotion_rules.js +1 -35
  503. package/lib/esm/resources/sku_lists.d.ts +1 -64
  504. package/lib/esm/resources/sku_lists.js +1 -47
  505. package/lib/esm/resources/sku_options.d.ts +1 -71
  506. package/lib/esm/resources/sku_options.js +1 -43
  507. package/lib/esm/resources/skus.d.ts +1 -96
  508. package/lib/esm/resources/skus.js +1 -63
  509. package/lib/esm/resources/stock_items.d.ts +1 -61
  510. package/lib/esm/resources/stock_items.js +1 -50
  511. package/lib/esm/resources/stock_line_items.d.ts +1 -73
  512. package/lib/esm/resources/stock_line_items.js +1 -52
  513. package/lib/esm/resources/stock_locations.d.ts +1 -64
  514. package/lib/esm/resources/stock_locations.js +1 -51
  515. package/lib/esm/resources/stock_reservations.d.ts +1 -51
  516. package/lib/esm/resources/stock_reservations.js +1 -46
  517. package/lib/esm/resources/stock_transfers.d.ts +1 -86
  518. package/lib/esm/resources/stock_transfers.js +1 -69
  519. package/lib/esm/resources/stripe_gateways.d.ts +1 -45
  520. package/lib/esm/resources/stripe_gateways.js +1 -35
  521. package/lib/esm/resources/stripe_payments.d.ts +1 -59
  522. package/lib/esm/resources/stripe_payments.js +1 -41
  523. package/lib/esm/resources/subscription_models.d.ts +1 -49
  524. package/lib/esm/resources/subscription_models.js +1 -35
  525. package/lib/esm/resources/tags.d.ts +1 -28
  526. package/lib/esm/resources/tags.js +1 -23
  527. package/lib/esm/resources/tax_calculators.d.ts +1 -28
  528. package/lib/esm/resources/tax_calculators.js +1 -26
  529. package/lib/esm/resources/tax_categories.d.ts +1 -63
  530. package/lib/esm/resources/tax_categories.js +1 -35
  531. package/lib/esm/resources/tax_rules.d.ts +1 -73
  532. package/lib/esm/resources/tax_rules.js +1 -31
  533. package/lib/esm/resources/taxjar_accounts.d.ts +1 -47
  534. package/lib/esm/resources/taxjar_accounts.js +1 -39
  535. package/lib/esm/resources/transactions.d.ts +1 -41
  536. package/lib/esm/resources/transactions.js +1 -30
  537. package/lib/esm/resources/versions.d.ts +1 -22
  538. package/lib/esm/resources/versions.js +1 -14
  539. package/lib/esm/resources/voids.d.ts +1 -44
  540. package/lib/esm/resources/voids.js +1 -34
  541. package/lib/esm/resources/webhooks.d.ts +1 -55
  542. package/lib/esm/resources/webhooks.js +1 -40
  543. package/lib/esm/resources/wire_transfers.d.ts +1 -37
  544. package/lib/esm/resources/wire_transfers.js +1 -31
  545. package/lib/esm/static.d.ts +1 -12
  546. package/lib/esm/static.js +1 -25
  547. package/lib/esm/util.d.ts +1 -4
  548. package/lib/esm/util.js +1 -37
  549. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  550. package/lib/tsconfig.tsbuildinfo +1 -1
  551. package/package.json +6 -6
@@ -1,67 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Customers extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: Customers.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: Customers.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: Customers.TYPE } : id, options);
11
- }
12
- async customer_group(customerId, params, options) {
13
- const _customerId = customerId.id || customerId;
14
- return this.resources.fetch({ type: 'customer_groups' }, `customers/${_customerId}/customer_group`, params, options);
15
- }
16
- async customer_addresses(customerId, params, options) {
17
- const _customerId = customerId.id || customerId;
18
- return this.resources.fetch({ type: 'customer_addresses' }, `customers/${_customerId}/customer_addresses`, params, options);
19
- }
20
- async customer_payment_sources(customerId, params, options) {
21
- const _customerId = customerId.id || customerId;
22
- return this.resources.fetch({ type: 'customer_payment_sources' }, `customers/${_customerId}/customer_payment_sources`, params, options);
23
- }
24
- async customer_subscriptions(customerId, params, options) {
25
- const _customerId = customerId.id || customerId;
26
- return this.resources.fetch({ type: 'customer_subscriptions' }, `customers/${_customerId}/customer_subscriptions`, params, options);
27
- }
28
- async orders(customerId, params, options) {
29
- const _customerId = customerId.id || customerId;
30
- return this.resources.fetch({ type: 'orders' }, `customers/${_customerId}/orders`, params, options);
31
- }
32
- async order_subscriptions(customerId, params, options) {
33
- const _customerId = customerId.id || customerId;
34
- return this.resources.fetch({ type: 'order_subscriptions' }, `customers/${_customerId}/order_subscriptions`, params, options);
35
- }
36
- async returns(customerId, params, options) {
37
- const _customerId = customerId.id || customerId;
38
- return this.resources.fetch({ type: 'returns' }, `customers/${_customerId}/returns`, params, options);
39
- }
40
- async sku_lists(customerId, params, options) {
41
- const _customerId = customerId.id || customerId;
42
- return this.resources.fetch({ type: 'sku_lists' }, `customers/${_customerId}/sku_lists`, params, options);
43
- }
44
- async attachments(customerId, params, options) {
45
- const _customerId = customerId.id || customerId;
46
- return this.resources.fetch({ type: 'attachments' }, `customers/${_customerId}/attachments`, params, options);
47
- }
48
- async events(customerId, params, options) {
49
- const _customerId = customerId.id || customerId;
50
- return this.resources.fetch({ type: 'events' }, `customers/${_customerId}/events`, params, options);
51
- }
52
- async tags(customerId, params, options) {
53
- const _customerId = customerId.id || customerId;
54
- return this.resources.fetch({ type: 'tags' }, `customers/${_customerId}/tags`, params, options);
55
- }
56
- isCustomer(resource) {
57
- return resource.type && (resource.type === Customers.TYPE);
58
- }
59
- relationship(id) {
60
- return ((id === null) || (typeof id === 'string')) ? { id, type: Customers.TYPE } : { id: id.id, type: Customers.TYPE };
61
- }
62
- type() {
63
- return Customers.TYPE;
64
- }
65
- }
66
- Customers.TYPE = 'customers';
67
- export default Customers;
1
+ import{ApiResource as u}from"../resource";class c extends u{async create(s,e,t){return this.resources.create({...s,type:c.TYPE},e,t)}async update(s,e,t){return this.resources.update({...s,type:c.TYPE},e,t)}async delete(s,e){await this.resources.delete(typeof s=="string"?{id:s,type:c.TYPE}:s,e)}async customer_group(s,e,t){const r=s.id||s;return this.resources.fetch({type:"customer_groups"},`customers/${r}/customer_group`,e,t)}async customer_addresses(s,e,t){const r=s.id||s;return this.resources.fetch({type:"customer_addresses"},`customers/${r}/customer_addresses`,e,t)}async customer_payment_sources(s,e,t){const r=s.id||s;return this.resources.fetch({type:"customer_payment_sources"},`customers/${r}/customer_payment_sources`,e,t)}async customer_subscriptions(s,e,t){const r=s.id||s;return this.resources.fetch({type:"customer_subscriptions"},`customers/${r}/customer_subscriptions`,e,t)}async orders(s,e,t){const r=s.id||s;return this.resources.fetch({type:"orders"},`customers/${r}/orders`,e,t)}async order_subscriptions(s,e,t){const r=s.id||s;return this.resources.fetch({type:"order_subscriptions"},`customers/${r}/order_subscriptions`,e,t)}async returns(s,e,t){const r=s.id||s;return this.resources.fetch({type:"returns"},`customers/${r}/returns`,e,t)}async sku_lists(s,e,t){const r=s.id||s;return this.resources.fetch({type:"sku_lists"},`customers/${r}/sku_lists`,e,t)}async attachments(s,e,t){const r=s.id||s;return this.resources.fetch({type:"attachments"},`customers/${r}/attachments`,e,t)}async events(s,e,t){const r=s.id||s;return this.resources.fetch({type:"events"},`customers/${r}/events`,e,t)}async tags(s,e,t){const r=s.id||s;return this.resources.fetch({type:"tags"},`customers/${r}/tags`,e,t)}isCustomer(s){return s.type&&s.type===c.TYPE}relationship(s){return s===null||typeof s=="string"?{id:s,type:c.TYPE}:{id:s.id,type:c.TYPE}}type(){return c.TYPE}}c.TYPE="customers";export default c;
@@ -1,55 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { StockLocation, StockLocationType } from './stock_locations';
5
- import type { ShippingMethod, ShippingMethodType } from './shipping_methods';
6
- import type { Attachment } from './attachments';
7
- import type { Version } from './versions';
8
- type DeliveryLeadTimeType = 'delivery_lead_times';
9
- type DeliveryLeadTimeRel = ResourceRel & {
10
- type: DeliveryLeadTimeType;
11
- };
12
- type StockLocationRel = ResourceRel & {
13
- type: StockLocationType;
14
- };
15
- type ShippingMethodRel = ResourceRel & {
16
- type: ShippingMethodType;
17
- };
18
- interface DeliveryLeadTime extends Resource {
19
- readonly type: DeliveryLeadTimeType;
20
- min_hours: number;
21
- max_hours: number;
22
- min_days?: number | null;
23
- max_days?: number | null;
24
- stock_location?: StockLocation | null;
25
- shipping_method?: ShippingMethod | null;
26
- attachments?: Attachment[] | null;
27
- versions?: Version[] | null;
28
- }
29
- interface DeliveryLeadTimeCreate extends ResourceCreate {
30
- min_hours: number;
31
- max_hours: number;
32
- stock_location: StockLocationRel;
33
- shipping_method: ShippingMethodRel;
34
- }
35
- interface DeliveryLeadTimeUpdate extends ResourceUpdate {
36
- min_hours?: number | null;
37
- max_hours?: number | null;
38
- stock_location?: StockLocationRel | null;
39
- shipping_method?: ShippingMethodRel | null;
40
- }
41
- declare class DeliveryLeadTimes extends ApiResource<DeliveryLeadTime> {
42
- static readonly TYPE: DeliveryLeadTimeType;
43
- create(resource: DeliveryLeadTimeCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
44
- update(resource: DeliveryLeadTimeUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
45
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
46
- stock_location(deliveryLeadTimeId: string | DeliveryLeadTime, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
47
- shipping_method(deliveryLeadTimeId: string | DeliveryLeadTime, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
48
- attachments(deliveryLeadTimeId: string | DeliveryLeadTime, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
49
- versions(deliveryLeadTimeId: string | DeliveryLeadTime, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
50
- isDeliveryLeadTime(resource: any): resource is DeliveryLeadTime;
51
- relationship(id: string | ResourceId | null): DeliveryLeadTimeRel;
52
- type(): DeliveryLeadTimeType;
53
- }
54
- export default DeliveryLeadTimes;
55
- export type { DeliveryLeadTime, DeliveryLeadTimeCreate, DeliveryLeadTimeUpdate, DeliveryLeadTimeType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{StockLocation,StockLocationType}from'./stock_locations';import type{ShippingMethod,ShippingMethodType}from'./shipping_methods';import type{Attachment}from'./attachments';import type{Version}from'./versions';type DeliveryLeadTimeType='delivery_lead_times';type DeliveryLeadTimeRel=ResourceRel&{type:DeliveryLeadTimeType;};type StockLocationRel=ResourceRel&{type:StockLocationType;};type ShippingMethodRel=ResourceRel&{type:ShippingMethodType;};interface DeliveryLeadTime extends Resource{readonly type:DeliveryLeadTimeType;min_hours:number;max_hours:number;min_days?:number|null;max_days?:number|null;stock_location?:StockLocation|null;shipping_method?:ShippingMethod|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface DeliveryLeadTimeCreate extends ResourceCreate{min_hours:number;max_hours:number;stock_location:StockLocationRel;shipping_method:ShippingMethodRel;}interface DeliveryLeadTimeUpdate extends ResourceUpdate{min_hours?:number|null;max_hours?:number|null;stock_location?:StockLocationRel|null;shipping_method?:ShippingMethodRel|null;}declare class DeliveryLeadTimes extends ApiResource<DeliveryLeadTime>{static readonly TYPE:DeliveryLeadTimeType;create(resource:DeliveryLeadTimeCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;update(resource:DeliveryLeadTimeUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;stock_location(deliveryLeadTimeId:string|DeliveryLeadTime,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;shipping_method(deliveryLeadTimeId:string|DeliveryLeadTime,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;attachments(deliveryLeadTimeId:string|DeliveryLeadTime,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(deliveryLeadTimeId:string|DeliveryLeadTime,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isDeliveryLeadTime(resource:any):resource is DeliveryLeadTime;relationship(id:string|ResourceId|null):DeliveryLeadTimeRel;type():DeliveryLeadTimeType;}export default DeliveryLeadTimes;export type{DeliveryLeadTime,DeliveryLeadTimeCreate,DeliveryLeadTimeUpdate,DeliveryLeadTimeType};
@@ -1,39 +1 @@
1
- import { ApiResource } from '../resource';
2
- class DeliveryLeadTimes extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: DeliveryLeadTimes.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: DeliveryLeadTimes.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: DeliveryLeadTimes.TYPE } : id, options);
11
- }
12
- async stock_location(deliveryLeadTimeId, params, options) {
13
- const _deliveryLeadTimeId = deliveryLeadTimeId.id || deliveryLeadTimeId;
14
- return this.resources.fetch({ type: 'stock_locations' }, `delivery_lead_times/${_deliveryLeadTimeId}/stock_location`, params, options);
15
- }
16
- async shipping_method(deliveryLeadTimeId, params, options) {
17
- const _deliveryLeadTimeId = deliveryLeadTimeId.id || deliveryLeadTimeId;
18
- return this.resources.fetch({ type: 'shipping_methods' }, `delivery_lead_times/${_deliveryLeadTimeId}/shipping_method`, params, options);
19
- }
20
- async attachments(deliveryLeadTimeId, params, options) {
21
- const _deliveryLeadTimeId = deliveryLeadTimeId.id || deliveryLeadTimeId;
22
- return this.resources.fetch({ type: 'attachments' }, `delivery_lead_times/${_deliveryLeadTimeId}/attachments`, params, options);
23
- }
24
- async versions(deliveryLeadTimeId, params, options) {
25
- const _deliveryLeadTimeId = deliveryLeadTimeId.id || deliveryLeadTimeId;
26
- return this.resources.fetch({ type: 'versions' }, `delivery_lead_times/${_deliveryLeadTimeId}/versions`, params, options);
27
- }
28
- isDeliveryLeadTime(resource) {
29
- return resource.type && (resource.type === DeliveryLeadTimes.TYPE);
30
- }
31
- relationship(id) {
32
- return ((id === null) || (typeof id === 'string')) ? { id, type: DeliveryLeadTimes.TYPE } : { id: id.id, type: DeliveryLeadTimes.TYPE };
33
- }
34
- type() {
35
- return DeliveryLeadTimes.TYPE;
36
- }
37
- }
38
- DeliveryLeadTimes.TYPE = 'delivery_lead_times';
39
- export default DeliveryLeadTimes;
1
+ import{ApiResource as c}from"../resource";class r extends c{async create(t,e,s){return this.resources.create({...t,type:r.TYPE},e,s)}async update(t,e,s){return this.resources.update({...t,type:r.TYPE},e,s)}async delete(t,e){await this.resources.delete(typeof t=="string"?{id:t,type:r.TYPE}:t,e)}async stock_location(t,e,s){const n=t.id||t;return this.resources.fetch({type:"stock_locations"},`delivery_lead_times/${n}/stock_location`,e,s)}async shipping_method(t,e,s){const n=t.id||t;return this.resources.fetch({type:"shipping_methods"},`delivery_lead_times/${n}/shipping_method`,e,s)}async attachments(t,e,s){const n=t.id||t;return this.resources.fetch({type:"attachments"},`delivery_lead_times/${n}/attachments`,e,s)}async versions(t,e,s){const n=t.id||t;return this.resources.fetch({type:"versions"},`delivery_lead_times/${n}/versions`,e,s)}isDeliveryLeadTime(t){return t.type&&t.type===r.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:r.TYPE}:{id:t.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="delivery_lead_times";export default r;
@@ -1,25 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
3
- import type { QueryParamsRetrieve } from '../query';
4
- import type { Webhook } from './webhooks';
5
- type EventCallbackType = 'event_callbacks';
6
- type EventCallbackRel = ResourceRel & {
7
- type: EventCallbackType;
8
- };
9
- interface EventCallback extends Resource {
10
- readonly type: EventCallbackType;
11
- callback_url: string;
12
- payload?: Record<string, any> | null;
13
- response_code?: string | null;
14
- response_message?: string | null;
15
- webhook?: Webhook | null;
16
- }
17
- declare class EventCallbacks extends ApiResource<EventCallback> {
18
- static readonly TYPE: EventCallbackType;
19
- webhook(eventCallbackId: string | EventCallback, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Webhook>;
20
- isEventCallback(resource: any): resource is EventCallback;
21
- relationship(id: string | ResourceId | null): EventCallbackRel;
22
- type(): EventCallbackType;
23
- }
24
- export default EventCallbacks;
25
- export type { EventCallback, EventCallbackType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel}from'../resource';import type{QueryParamsRetrieve}from'../query';import type{Webhook}from'./webhooks';type EventCallbackType='event_callbacks';type EventCallbackRel=ResourceRel&{type:EventCallbackType;};interface EventCallback extends Resource{readonly type:EventCallbackType;callback_url:string;payload?:Record<string,any>|null;response_code?:string|null;response_message?:string|null;webhook?:Webhook|null;}declare class EventCallbacks extends ApiResource<EventCallback>{static readonly TYPE:EventCallbackType;webhook(eventCallbackId:string|EventCallback,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Webhook>;isEventCallback(resource:any):resource is EventCallback;relationship(id:string|ResourceId|null):EventCallbackRel;type():EventCallbackType;}export default EventCallbacks;export type{EventCallback,EventCallbackType};
@@ -1,18 +1 @@
1
- import { ApiResource } from '../resource';
2
- class EventCallbacks extends ApiResource {
3
- async webhook(eventCallbackId, params, options) {
4
- const _eventCallbackId = eventCallbackId.id || eventCallbackId;
5
- return this.resources.fetch({ type: 'webhooks' }, `event_callbacks/${_eventCallbackId}/webhook`, params, options);
6
- }
7
- isEventCallback(resource) {
8
- return resource.type && (resource.type === EventCallbacks.TYPE);
9
- }
10
- relationship(id) {
11
- return ((id === null) || (typeof id === 'string')) ? { id, type: EventCallbacks.TYPE } : { id: id.id, type: EventCallbacks.TYPE };
12
- }
13
- type() {
14
- return EventCallbacks.TYPE;
15
- }
16
- }
17
- EventCallbacks.TYPE = 'event_callbacks';
18
- export default EventCallbacks;
1
+ import{ApiResource as s}from"../resource";class t extends s{async webhook(e,r,o){const p=e.id||e;return this.resources.fetch({type:"webhooks"},`event_callbacks/${p}/webhook`,r,o)}isEventCallback(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="event_callbacks";export default t;
@@ -1,25 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsList } from '../query';
4
- import type { Webhook } from './webhooks';
5
- import type { EventCallback } from './event_callbacks';
6
- type EventType = 'events';
7
- type EventRel = ResourceRel & {
8
- type: EventType;
9
- };
10
- interface Event extends Resource {
11
- readonly type: EventType;
12
- name: string;
13
- webhooks?: Webhook[] | null;
14
- last_event_callbacks?: EventCallback[] | null;
15
- }
16
- declare class Events extends ApiResource<Event> {
17
- static readonly TYPE: EventType;
18
- webhooks(eventId: string | Event, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Webhook>>;
19
- last_event_callbacks(eventId: string | Event, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<EventCallback>>;
20
- isEvent(resource: any): resource is Event;
21
- relationship(id: string | ResourceId | null): EventRel;
22
- type(): EventType;
23
- }
24
- export default Events;
25
- export type { Event, EventType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList}from'../query';import type{Webhook}from'./webhooks';import type{EventCallback}from'./event_callbacks';type EventType='events';type EventRel=ResourceRel&{type:EventType;};interface Event extends Resource{readonly type:EventType;name:string;webhooks?:Webhook[]|null;last_event_callbacks?:EventCallback[]|null;}declare class Events extends ApiResource<Event>{static readonly TYPE:EventType;webhooks(eventId:string|Event,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Webhook>>;last_event_callbacks(eventId:string|Event,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<EventCallback>>;isEvent(resource:any):resource is Event;relationship(id:string|ResourceId|null):EventRel;type():EventType;}export default Events;export type{Event,EventType};
@@ -1,22 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Events extends ApiResource {
3
- async webhooks(eventId, params, options) {
4
- const _eventId = eventId.id || eventId;
5
- return this.resources.fetch({ type: 'webhooks' }, `events/${_eventId}/webhooks`, params, options);
6
- }
7
- async last_event_callbacks(eventId, params, options) {
8
- const _eventId = eventId.id || eventId;
9
- return this.resources.fetch({ type: 'event_callbacks' }, `events/${_eventId}/last_event_callbacks`, params, options);
10
- }
11
- isEvent(resource) {
12
- return resource.type && (resource.type === Events.TYPE);
13
- }
14
- relationship(id) {
15
- return ((id === null) || (typeof id === 'string')) ? { id, type: Events.TYPE } : { id: id.id, type: Events.TYPE };
16
- }
17
- type() {
18
- return Events.TYPE;
19
- }
20
- }
21
- Events.TYPE = 'events';
22
- export default Events;
1
+ import{ApiResource as c}from"../resource";class t extends c{async webhooks(e,s,r){const n=e.id||e;return this.resources.fetch({type:"webhooks"},`events/${n}/webhooks`,s,r)}async last_event_callbacks(e,s,r){const n=e.id||e;return this.resources.fetch({type:"event_callbacks"},`events/${n}/last_event_callbacks`,s,r)}isEvent(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="events";export default t;
@@ -1,41 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Event } from './events';
5
- type ExportType = 'exports';
6
- type ExportRel = ResourceRel & {
7
- type: ExportType;
8
- };
9
- interface Export extends Resource {
10
- readonly type: ExportType;
11
- resource_type: string;
12
- format?: string | null;
13
- status: 'pending' | 'in_progress' | 'completed';
14
- includes?: string[] | null;
15
- filters?: Record<string, any> | null;
16
- dry_data?: boolean | null;
17
- started_at?: string | null;
18
- completed_at?: string | null;
19
- interrupted_at?: string | null;
20
- records_count?: number | null;
21
- attachment_url?: string | null;
22
- events?: Event[] | null;
23
- }
24
- interface ExportCreate extends ResourceCreate {
25
- resource_type: string;
26
- format?: string | null;
27
- includes?: string[] | null;
28
- filters?: Record<string, any> | null;
29
- dry_data?: boolean | null;
30
- }
31
- declare class Exports extends ApiResource<Export> {
32
- static readonly TYPE: ExportType;
33
- create(resource: ExportCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Export>;
34
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
35
- events(exportId: string | Export, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
36
- isExport(resource: any): resource is Export;
37
- relationship(id: string | ResourceId | null): ExportRel;
38
- type(): ExportType;
39
- }
40
- export default Exports;
41
- export type { Export, ExportCreate, ExportType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Event}from'./events';type ExportType='exports';type ExportRel=ResourceRel&{type:ExportType;};interface Export extends Resource{readonly type:ExportType;resource_type:string;format?:string|null;status:'pending'|'in_progress'|'completed';includes?:string[]|null;filters?:Record<string,any>|null;dry_data?:boolean|null;started_at?:string|null;completed_at?:string|null;interrupted_at?:string|null;records_count?:number|null;attachment_url?:string|null;events?:Event[]|null;}interface ExportCreate extends ResourceCreate{resource_type:string;format?:string|null;includes?:string[]|null;filters?:Record<string,any>|null;dry_data?:boolean|null;}declare class Exports extends ApiResource<Export>{static readonly TYPE:ExportType;create(resource:ExportCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Export>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;events(exportId:string|Export,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;isExport(resource:any):resource is Export;relationship(id:string|ResourceId|null):ExportRel;type():ExportType;}export default Exports;export type{Export,ExportCreate,ExportType};
@@ -1,24 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Exports extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: Exports.TYPE }, params, options);
5
- }
6
- async delete(id, options) {
7
- await this.resources.delete((typeof id === 'string') ? { id, type: Exports.TYPE } : id, options);
8
- }
9
- async events(exportId, params, options) {
10
- const _exportId = exportId.id || exportId;
11
- return this.resources.fetch({ type: 'events' }, `exports/${_exportId}/events`, params, options);
12
- }
13
- isExport(resource) {
14
- return resource.type && (resource.type === Exports.TYPE);
15
- }
16
- relationship(id) {
17
- return ((id === null) || (typeof id === 'string')) ? { id, type: Exports.TYPE } : { id: id.id, type: Exports.TYPE };
18
- }
19
- type() {
20
- return Exports.TYPE;
21
- }
22
- }
23
- Exports.TYPE = 'exports';
24
- export default Exports;
1
+ import{ApiResource as y}from"../resource";class t extends y{async create(e,r,s){return this.resources.create({...e,type:t.TYPE},r,s)}async delete(e,r){await this.resources.delete(typeof e=="string"?{id:e,type:t.TYPE}:e,r)}async events(e,r,s){const n=e.id||e;return this.resources.fetch({type:"events"},`exports/${n}/events`,r,s)}isExport(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="exports";export default t;
@@ -1,57 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { PaymentMethod } from './payment_methods';
5
- import type { Version } from './versions';
6
- import type { ExternalPayment } from './external_payments';
7
- type ExternalGatewayType = 'external_gateways';
8
- type ExternalGatewayRel = ResourceRel & {
9
- type: ExternalGatewayType;
10
- };
11
- interface ExternalGateway extends Resource {
12
- readonly type: ExternalGatewayType;
13
- name: string;
14
- authorize_url?: string | null;
15
- capture_url?: string | null;
16
- void_url?: string | null;
17
- refund_url?: string | null;
18
- token_url?: string | null;
19
- circuit_state?: string | null;
20
- circuit_failure_count?: number | null;
21
- shared_secret: string;
22
- payment_methods?: PaymentMethod[] | null;
23
- versions?: Version[] | null;
24
- external_payments?: ExternalPayment[] | null;
25
- }
26
- interface ExternalGatewayCreate extends ResourceCreate {
27
- name: string;
28
- authorize_url?: string | null;
29
- capture_url?: string | null;
30
- void_url?: string | null;
31
- refund_url?: string | null;
32
- token_url?: string | null;
33
- }
34
- interface ExternalGatewayUpdate extends ResourceUpdate {
35
- name?: string | null;
36
- authorize_url?: string | null;
37
- capture_url?: string | null;
38
- void_url?: string | null;
39
- refund_url?: string | null;
40
- token_url?: string | null;
41
- _reset_circuit?: boolean | null;
42
- }
43
- declare class ExternalGateways extends ApiResource<ExternalGateway> {
44
- static readonly TYPE: ExternalGatewayType;
45
- create(resource: ExternalGatewayCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalGateway>;
46
- update(resource: ExternalGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalGateway>;
47
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
48
- payment_methods(externalGatewayId: string | ExternalGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
49
- versions(externalGatewayId: string | ExternalGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
50
- external_payments(externalGatewayId: string | ExternalGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ExternalPayment>>;
51
- _reset_circuit(id: string | ExternalGateway, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalGateway>;
52
- isExternalGateway(resource: any): resource is ExternalGateway;
53
- relationship(id: string | ResourceId | null): ExternalGatewayRel;
54
- type(): ExternalGatewayType;
55
- }
56
- export default ExternalGateways;
57
- export type { ExternalGateway, ExternalGatewayCreate, ExternalGatewayUpdate, ExternalGatewayType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{PaymentMethod}from'./payment_methods';import type{Version}from'./versions';import type{ExternalPayment}from'./external_payments';type ExternalGatewayType='external_gateways';type ExternalGatewayRel=ResourceRel&{type:ExternalGatewayType;};interface ExternalGateway extends Resource{readonly type:ExternalGatewayType;name:string;authorize_url?:string|null;capture_url?:string|null;void_url?:string|null;refund_url?:string|null;token_url?:string|null;circuit_state?:string|null;circuit_failure_count?:number|null;shared_secret:string;payment_methods?:PaymentMethod[]|null;versions?:Version[]|null;external_payments?:ExternalPayment[]|null;}interface ExternalGatewayCreate extends ResourceCreate{name:string;authorize_url?:string|null;capture_url?:string|null;void_url?:string|null;refund_url?:string|null;token_url?:string|null;}interface ExternalGatewayUpdate extends ResourceUpdate{name?:string|null;authorize_url?:string|null;capture_url?:string|null;void_url?:string|null;refund_url?:string|null;token_url?:string|null;_reset_circuit?:boolean|null;}declare class ExternalGateways extends ApiResource<ExternalGateway>{static readonly TYPE:ExternalGatewayType;create(resource:ExternalGatewayCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ExternalGateway>;update(resource:ExternalGatewayUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ExternalGateway>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;payment_methods(externalGatewayId:string|ExternalGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;versions(externalGatewayId:string|ExternalGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;external_payments(externalGatewayId:string|ExternalGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ExternalPayment>>;_reset_circuit(id:string|ExternalGateway,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ExternalGateway>;isExternalGateway(resource:any):resource is ExternalGateway;relationship(id:string|ResourceId|null):ExternalGatewayRel;type():ExternalGatewayType;}export default ExternalGateways;export type{ExternalGateway,ExternalGatewayCreate,ExternalGatewayUpdate,ExternalGatewayType};
@@ -1,38 +1 @@
1
- import { ApiResource } from '../resource';
2
- class ExternalGateways extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: ExternalGateways.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: ExternalGateways.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: ExternalGateways.TYPE } : id, options);
11
- }
12
- async payment_methods(externalGatewayId, params, options) {
13
- const _externalGatewayId = externalGatewayId.id || externalGatewayId;
14
- return this.resources.fetch({ type: 'payment_methods' }, `external_gateways/${_externalGatewayId}/payment_methods`, params, options);
15
- }
16
- async versions(externalGatewayId, params, options) {
17
- const _externalGatewayId = externalGatewayId.id || externalGatewayId;
18
- return this.resources.fetch({ type: 'versions' }, `external_gateways/${_externalGatewayId}/versions`, params, options);
19
- }
20
- async external_payments(externalGatewayId, params, options) {
21
- const _externalGatewayId = externalGatewayId.id || externalGatewayId;
22
- return this.resources.fetch({ type: 'external_payments' }, `external_gateways/${_externalGatewayId}/external_payments`, params, options);
23
- }
24
- async _reset_circuit(id, params, options) {
25
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: ExternalGateways.TYPE, _reset_circuit: true }, params, options);
26
- }
27
- isExternalGateway(resource) {
28
- return resource.type && (resource.type === ExternalGateways.TYPE);
29
- }
30
- relationship(id) {
31
- return ((id === null) || (typeof id === 'string')) ? { id, type: ExternalGateways.TYPE } : { id: id.id, type: ExternalGateways.TYPE };
32
- }
33
- type() {
34
- return ExternalGateways.TYPE;
35
- }
36
- }
37
- ExternalGateways.TYPE = 'external_gateways';
38
- export default ExternalGateways;
1
+ import{ApiResource as p}from"../resource";class r extends p{async create(e,t,s){return this.resources.create({...e,type:r.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:r.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:r.TYPE}:e,t)}async payment_methods(e,t,s){const n=e.id||e;return this.resources.fetch({type:"payment_methods"},`external_gateways/${n}/payment_methods`,t,s)}async versions(e,t,s){const n=e.id||e;return this.resources.fetch({type:"versions"},`external_gateways/${n}/versions`,t,s)}async external_payments(e,t,s){const n=e.id||e;return this.resources.fetch({type:"external_payments"},`external_gateways/${n}/external_payments`,t,s)}async _reset_circuit(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:r.TYPE,_reset_circuit:!0},t,s)}isExternalGateway(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="external_gateways";export default r;
@@ -1,48 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order, OrderType } from './orders';
5
- import type { PaymentGateway } from './payment_gateways';
6
- import type { CustomerPaymentSource } from './customer_payment_sources';
7
- import type { Version } from './versions';
8
- type ExternalPaymentType = 'external_payments';
9
- type ExternalPaymentRel = ResourceRel & {
10
- type: ExternalPaymentType;
11
- };
12
- type OrderRel = ResourceRel & {
13
- type: OrderType;
14
- };
15
- interface ExternalPayment extends Resource {
16
- readonly type: ExternalPaymentType;
17
- payment_source_token: string;
18
- options?: Record<string, any> | null;
19
- payment_instrument?: Record<string, any> | null;
20
- order?: Order | null;
21
- payment_gateway?: PaymentGateway | null;
22
- wallet?: CustomerPaymentSource | null;
23
- versions?: Version[] | null;
24
- }
25
- interface ExternalPaymentCreate extends ResourceCreate {
26
- payment_source_token: string;
27
- options?: Record<string, any> | null;
28
- order: OrderRel;
29
- }
30
- interface ExternalPaymentUpdate extends ResourceUpdate {
31
- options?: Record<string, any> | null;
32
- order?: OrderRel | null;
33
- }
34
- declare class ExternalPayments extends ApiResource<ExternalPayment> {
35
- static readonly TYPE: ExternalPaymentType;
36
- create(resource: ExternalPaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalPayment>;
37
- update(resource: ExternalPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ExternalPayment>;
38
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
39
- order(externalPaymentId: string | ExternalPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
40
- payment_gateway(externalPaymentId: string | ExternalPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
41
- wallet(externalPaymentId: string | ExternalPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerPaymentSource>;
42
- versions(externalPaymentId: string | ExternalPayment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
43
- isExternalPayment(resource: any): resource is ExternalPayment;
44
- relationship(id: string | ResourceId | null): ExternalPaymentRel;
45
- type(): ExternalPaymentType;
46
- }
47
- export default ExternalPayments;
48
- export type { ExternalPayment, ExternalPaymentCreate, ExternalPaymentUpdate, ExternalPaymentType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order,OrderType}from'./orders';import type{PaymentGateway}from'./payment_gateways';import type{CustomerPaymentSource}from'./customer_payment_sources';import type{Version}from'./versions';type ExternalPaymentType='external_payments';type ExternalPaymentRel=ResourceRel&{type:ExternalPaymentType;};type OrderRel=ResourceRel&{type:OrderType;};interface ExternalPayment extends Resource{readonly type:ExternalPaymentType;payment_source_token:string;options?:Record<string,any>|null;payment_instrument?:Record<string,any>|null;order?:Order|null;payment_gateway?:PaymentGateway|null;wallet?:CustomerPaymentSource|null;versions?:Version[]|null;}interface ExternalPaymentCreate extends ResourceCreate{payment_source_token:string;options?:Record<string,any>|null;order:OrderRel;}interface ExternalPaymentUpdate extends ResourceUpdate{options?:Record<string,any>|null;order?:OrderRel|null;}declare class ExternalPayments extends ApiResource<ExternalPayment>{static readonly TYPE:ExternalPaymentType;create(resource:ExternalPaymentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ExternalPayment>;update(resource:ExternalPaymentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ExternalPayment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(externalPaymentId:string|ExternalPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;payment_gateway(externalPaymentId:string|ExternalPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;wallet(externalPaymentId:string|ExternalPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CustomerPaymentSource>;versions(externalPaymentId:string|ExternalPayment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isExternalPayment(resource:any):resource is ExternalPayment;relationship(id:string|ResourceId|null):ExternalPaymentRel;type():ExternalPaymentType;}export default ExternalPayments;export type{ExternalPayment,ExternalPaymentCreate,ExternalPaymentUpdate,ExternalPaymentType};
@@ -1,39 +1 @@
1
- import { ApiResource } from '../resource';
2
- class ExternalPayments extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: ExternalPayments.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: ExternalPayments.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: ExternalPayments.TYPE } : id, options);
11
- }
12
- async order(externalPaymentId, params, options) {
13
- const _externalPaymentId = externalPaymentId.id || externalPaymentId;
14
- return this.resources.fetch({ type: 'orders' }, `external_payments/${_externalPaymentId}/order`, params, options);
15
- }
16
- async payment_gateway(externalPaymentId, params, options) {
17
- const _externalPaymentId = externalPaymentId.id || externalPaymentId;
18
- return this.resources.fetch({ type: 'payment_gateways' }, `external_payments/${_externalPaymentId}/payment_gateway`, params, options);
19
- }
20
- async wallet(externalPaymentId, params, options) {
21
- const _externalPaymentId = externalPaymentId.id || externalPaymentId;
22
- return this.resources.fetch({ type: 'customer_payment_sources' }, `external_payments/${_externalPaymentId}/wallet`, params, options);
23
- }
24
- async versions(externalPaymentId, params, options) {
25
- const _externalPaymentId = externalPaymentId.id || externalPaymentId;
26
- return this.resources.fetch({ type: 'versions' }, `external_payments/${_externalPaymentId}/versions`, params, options);
27
- }
28
- isExternalPayment(resource) {
29
- return resource.type && (resource.type === ExternalPayments.TYPE);
30
- }
31
- relationship(id) {
32
- return ((id === null) || (typeof id === 'string')) ? { id, type: ExternalPayments.TYPE } : { id: id.id, type: ExternalPayments.TYPE };
33
- }
34
- type() {
35
- return ExternalPayments.TYPE;
36
- }
37
- }
38
- ExternalPayments.TYPE = 'external_payments';
39
- export default ExternalPayments;
1
+ import{ApiResource as p}from"../resource";class s extends p{async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:s.TYPE}:e,t)}async order(e,t,r){const n=e.id||e;return this.resources.fetch({type:"orders"},`external_payments/${n}/order`,t,r)}async payment_gateway(e,t,r){const n=e.id||e;return this.resources.fetch({type:"payment_gateways"},`external_payments/${n}/payment_gateway`,t,r)}async wallet(e,t,r){const n=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`external_payments/${n}/wallet`,t,r)}async versions(e,t,r){const n=e.id||e;return this.resources.fetch({type:"versions"},`external_payments/${n}/versions`,t,r)}isExternalPayment(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="external_payments";export default s;