@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,52 +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 { Version } from './versions';
7
- type BraintreePaymentType = 'braintree_payments';
8
- type BraintreePaymentRel = ResourceRel & {
9
- type: BraintreePaymentType;
10
- };
11
- type OrderRel = ResourceRel & {
12
- type: OrderType;
13
- };
14
- interface BraintreePayment extends Resource {
15
- readonly type: BraintreePaymentType;
16
- client_token: string;
17
- payment_method_nonce?: string | null;
18
- payment_id?: string | null;
19
- local?: boolean | null;
20
- options?: Record<string, any> | null;
21
- payment_instrument?: Record<string, any> | null;
22
- order?: Order | null;
23
- payment_gateway?: PaymentGateway | null;
24
- versions?: Version[] | null;
25
- }
26
- interface BraintreePaymentCreate extends ResourceCreate {
27
- payment_id?: string | null;
28
- local?: boolean | null;
29
- options?: Record<string, any> | null;
30
- order: OrderRel;
31
- }
32
- interface BraintreePaymentUpdate extends ResourceUpdate {
33
- payment_method_nonce?: string | null;
34
- payment_id?: string | null;
35
- local?: boolean | null;
36
- options?: Record<string, any> | null;
37
- order?: OrderRel | null;
38
- }
39
- declare class BraintreePayments extends ApiResource<BraintreePayment> {
40
- static readonly TYPE: BraintreePaymentType;
41
- create(resource: BraintreePaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BraintreePayment>;
42
- update(resource: BraintreePaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BraintreePayment>;
43
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
44
- order(braintreePaymentId: string | BraintreePayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
45
- payment_gateway(braintreePaymentId: string | BraintreePayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
46
- versions(braintreePaymentId: string | BraintreePayment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
47
- isBraintreePayment(resource: any): resource is BraintreePayment;
48
- relationship(id: string | ResourceId | null): BraintreePaymentRel;
49
- type(): BraintreePaymentType;
50
- }
51
- export default BraintreePayments;
52
- export type { BraintreePayment, BraintreePaymentCreate, BraintreePaymentUpdate, BraintreePaymentType };
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{Version}from'./versions';type BraintreePaymentType='braintree_payments';type BraintreePaymentRel=ResourceRel&{type:BraintreePaymentType;};type OrderRel=ResourceRel&{type:OrderType;};interface BraintreePayment extends Resource{readonly type:BraintreePaymentType;client_token:string;payment_method_nonce?:string|null;payment_id?:string|null;local?:boolean|null;options?:Record<string,any>|null;payment_instrument?:Record<string,any>|null;order?:Order|null;payment_gateway?:PaymentGateway|null;versions?:Version[]|null;}interface BraintreePaymentCreate extends ResourceCreate{payment_id?:string|null;local?:boolean|null;options?:Record<string,any>|null;order:OrderRel;}interface BraintreePaymentUpdate extends ResourceUpdate{payment_method_nonce?:string|null;payment_id?:string|null;local?:boolean|null;options?:Record<string,any>|null;order?:OrderRel|null;}declare class BraintreePayments extends ApiResource<BraintreePayment>{static readonly TYPE:BraintreePaymentType;create(resource:BraintreePaymentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<BraintreePayment>;update(resource:BraintreePaymentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<BraintreePayment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(braintreePaymentId:string|BraintreePayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;payment_gateway(braintreePaymentId:string|BraintreePayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;versions(braintreePaymentId:string|BraintreePayment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isBraintreePayment(resource:any):resource is BraintreePayment;relationship(id:string|ResourceId|null):BraintreePaymentRel;type():BraintreePaymentType;}export default BraintreePayments;export type{BraintreePayment,BraintreePaymentCreate,BraintreePaymentUpdate,BraintreePaymentType};
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class BraintreePayments extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: BraintreePayments.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: BraintreePayments.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: BraintreePayments.TYPE } : id, options);
13
- }
14
- async order(braintreePaymentId, params, options) {
15
- const _braintreePaymentId = braintreePaymentId.id || braintreePaymentId;
16
- return this.resources.fetch({ type: 'orders' }, `braintree_payments/${_braintreePaymentId}/order`, params, options);
17
- }
18
- async payment_gateway(braintreePaymentId, params, options) {
19
- const _braintreePaymentId = braintreePaymentId.id || braintreePaymentId;
20
- return this.resources.fetch({ type: 'payment_gateways' }, `braintree_payments/${_braintreePaymentId}/payment_gateway`, params, options);
21
- }
22
- async versions(braintreePaymentId, params, options) {
23
- const _braintreePaymentId = braintreePaymentId.id || braintreePaymentId;
24
- return this.resources.fetch({ type: 'versions' }, `braintree_payments/${_braintreePaymentId}/versions`, params, options);
25
- }
26
- isBraintreePayment(resource) {
27
- return resource.type && (resource.type === BraintreePayments.TYPE);
28
- }
29
- relationship(id) {
30
- return ((id === null) || (typeof id === 'string')) ? { id, type: BraintreePayments.TYPE } : { id: id.id, type: BraintreePayments.TYPE };
31
- }
32
- type() {
33
- return BraintreePayments.TYPE;
34
- }
35
- }
36
- BraintreePayments.TYPE = 'braintree_payments';
37
- exports.default = BraintreePayments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BraintreePayments extends resource_1.ApiResource{async create(e,t,r){return this.resources.create({...e,type:BraintreePayments.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:BraintreePayments.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:BraintreePayments.TYPE}:e,t)}async order(e,t,r){const s=e.id||e;return this.resources.fetch({type:"orders"},`braintree_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){const s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`braintree_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){const s=e.id||e;return this.resources.fetch({type:"versions"},`braintree_payments/${s}/versions`,t,r)}isBraintreePayment(e){return e.type&&e.type===BraintreePayments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:BraintreePayments.TYPE}:{id:e.id,type:BraintreePayments.TYPE}}type(){return BraintreePayments.TYPE}}BraintreePayments.TYPE="braintree_payments",exports.default=BraintreePayments;
@@ -1,93 +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 { Market, MarketType } from './markets';
5
- import type { SkuList, SkuListType } from './sku_lists';
6
- import type { Sku } from './skus';
7
- import type { Attachment } from './attachments';
8
- import type { Event } from './events';
9
- import type { Tag, TagType } from './tags';
10
- import type { Version } from './versions';
11
- type BundleType = 'bundles';
12
- type BundleRel = ResourceRel & {
13
- type: BundleType;
14
- };
15
- type MarketRel = ResourceRel & {
16
- type: MarketType;
17
- };
18
- type SkuListRel = ResourceRel & {
19
- type: SkuListType;
20
- };
21
- type TagRel = ResourceRel & {
22
- type: TagType;
23
- };
24
- interface Bundle extends Resource {
25
- readonly type: BundleType;
26
- code: string;
27
- name: string;
28
- currency_code?: string | null;
29
- description?: string | null;
30
- image_url?: string | null;
31
- do_not_ship?: boolean | null;
32
- do_not_track?: boolean | null;
33
- price_amount_cents?: number | null;
34
- price_amount_float?: number | null;
35
- formatted_price_amount?: string | null;
36
- compare_at_amount_cents?: number | null;
37
- compare_at_amount_float?: number | null;
38
- formatted_compare_at_amount?: string | null;
39
- skus_count?: number | null;
40
- market?: Market | null;
41
- sku_list?: SkuList | null;
42
- skus?: Sku[] | null;
43
- attachments?: Attachment[] | null;
44
- events?: Event[] | null;
45
- tags?: Tag[] | null;
46
- versions?: Version[] | null;
47
- }
48
- interface BundleCreate extends ResourceCreate {
49
- code: string;
50
- name: string;
51
- currency_code?: string | null;
52
- description?: string | null;
53
- image_url?: string | null;
54
- price_amount_cents?: number | null;
55
- compare_at_amount_cents?: number | null;
56
- _compute_price_amount?: boolean | null;
57
- _compute_compare_at_amount?: boolean | null;
58
- market?: MarketRel | null;
59
- sku_list: SkuListRel;
60
- tags?: TagRel[] | null;
61
- }
62
- interface BundleUpdate extends ResourceUpdate {
63
- code?: string | null;
64
- name?: string | null;
65
- currency_code?: string | null;
66
- description?: string | null;
67
- image_url?: string | null;
68
- price_amount_cents?: number | null;
69
- compare_at_amount_cents?: number | null;
70
- _compute_price_amount?: boolean | null;
71
- _compute_compare_at_amount?: boolean | null;
72
- tags?: TagRel[] | null;
73
- }
74
- declare class Bundles extends ApiResource<Bundle> {
75
- static readonly TYPE: BundleType;
76
- create(resource: BundleCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Bundle>;
77
- update(resource: BundleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Bundle>;
78
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
79
- market(bundleId: string | Bundle, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
80
- sku_list(bundleId: string | Bundle, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
81
- skus(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
82
- attachments(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
83
- events(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
84
- tags(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
85
- versions(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
86
- _compute_price_amount(id: string | Bundle, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Bundle>;
87
- _compute_compare_at_amount(id: string | Bundle, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Bundle>;
88
- isBundle(resource: any): resource is Bundle;
89
- relationship(id: string | ResourceId | null): BundleRel;
90
- type(): BundleType;
91
- }
92
- export default Bundles;
93
- export type { Bundle, BundleCreate, BundleUpdate, BundleType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{SkuList,SkuListType}from'./sku_lists';import type{Sku}from'./skus';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type BundleType='bundles';type BundleRel=ResourceRel&{type:BundleType;};type MarketRel=ResourceRel&{type:MarketType;};type SkuListRel=ResourceRel&{type:SkuListType;};type TagRel=ResourceRel&{type:TagType;};interface Bundle extends Resource{readonly type:BundleType;code:string;name:string;currency_code?:string|null;description?:string|null;image_url?:string|null;do_not_ship?:boolean|null;do_not_track?:boolean|null;price_amount_cents?:number|null;price_amount_float?:number|null;formatted_price_amount?:string|null;compare_at_amount_cents?:number|null;compare_at_amount_float?:number|null;formatted_compare_at_amount?:string|null;skus_count?:number|null;market?:Market|null;sku_list?:SkuList|null;skus?:Sku[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface BundleCreate extends ResourceCreate{code:string;name:string;currency_code?:string|null;description?:string|null;image_url?:string|null;price_amount_cents?:number|null;compare_at_amount_cents?:number|null;_compute_price_amount?:boolean|null;_compute_compare_at_amount?:boolean|null;market?:MarketRel|null;sku_list:SkuListRel;tags?:TagRel[]|null;}interface BundleUpdate extends ResourceUpdate{code?:string|null;name?:string|null;currency_code?:string|null;description?:string|null;image_url?:string|null;price_amount_cents?:number|null;compare_at_amount_cents?:number|null;_compute_price_amount?:boolean|null;_compute_compare_at_amount?:boolean|null;tags?:TagRel[]|null;}declare class Bundles extends ApiResource<Bundle>{static readonly TYPE:BundleType;create(resource:BundleCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Bundle>;update(resource:BundleUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Bundle>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(bundleId:string|Bundle,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;sku_list(bundleId:string|Bundle,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuList>;skus(bundleId:string|Bundle,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;attachments(bundleId:string|Bundle,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(bundleId:string|Bundle,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(bundleId:string|Bundle,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(bundleId:string|Bundle,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_compute_price_amount(id:string|Bundle,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Bundle>;_compute_compare_at_amount(id:string|Bundle,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Bundle>;isBundle(resource:any):resource is Bundle;relationship(id:string|ResourceId|null):BundleRel;type():BundleType;}export default Bundles;export type{Bundle,BundleCreate,BundleUpdate,BundleType};
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Bundles extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: Bundles.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: Bundles.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: Bundles.TYPE } : id, options);
13
- }
14
- async market(bundleId, params, options) {
15
- const _bundleId = bundleId.id || bundleId;
16
- return this.resources.fetch({ type: 'markets' }, `bundles/${_bundleId}/market`, params, options);
17
- }
18
- async sku_list(bundleId, params, options) {
19
- const _bundleId = bundleId.id || bundleId;
20
- return this.resources.fetch({ type: 'sku_lists' }, `bundles/${_bundleId}/sku_list`, params, options);
21
- }
22
- async skus(bundleId, params, options) {
23
- const _bundleId = bundleId.id || bundleId;
24
- return this.resources.fetch({ type: 'skus' }, `bundles/${_bundleId}/skus`, params, options);
25
- }
26
- async attachments(bundleId, params, options) {
27
- const _bundleId = bundleId.id || bundleId;
28
- return this.resources.fetch({ type: 'attachments' }, `bundles/${_bundleId}/attachments`, params, options);
29
- }
30
- async events(bundleId, params, options) {
31
- const _bundleId = bundleId.id || bundleId;
32
- return this.resources.fetch({ type: 'events' }, `bundles/${_bundleId}/events`, params, options);
33
- }
34
- async tags(bundleId, params, options) {
35
- const _bundleId = bundleId.id || bundleId;
36
- return this.resources.fetch({ type: 'tags' }, `bundles/${_bundleId}/tags`, params, options);
37
- }
38
- async versions(bundleId, params, options) {
39
- const _bundleId = bundleId.id || bundleId;
40
- return this.resources.fetch({ type: 'versions' }, `bundles/${_bundleId}/versions`, params, options);
41
- }
42
- async _compute_price_amount(id, params, options) {
43
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Bundles.TYPE, _compute_price_amount: true }, params, options);
44
- }
45
- async _compute_compare_at_amount(id, params, options) {
46
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Bundles.TYPE, _compute_compare_at_amount: true }, params, options);
47
- }
48
- isBundle(resource) {
49
- return resource.type && (resource.type === Bundles.TYPE);
50
- }
51
- relationship(id) {
52
- return ((id === null) || (typeof id === 'string')) ? { id, type: Bundles.TYPE } : { id: id.id, type: Bundles.TYPE };
53
- }
54
- type() {
55
- return Bundles.TYPE;
56
- }
57
- }
58
- Bundles.TYPE = 'bundles';
59
- exports.default = Bundles;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Bundles extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:Bundles.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:Bundles.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Bundles.TYPE}:e,t)}async market(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`bundles/${r}/market`,t,s)}async sku_list(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_lists"},`bundles/${r}/sku_list`,t,s)}async skus(e,t,s){const r=e.id||e;return this.resources.fetch({type:"skus"},`bundles/${r}/skus`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`bundles/${r}/attachments`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`bundles/${r}/events`,t,s)}async tags(e,t,s){const r=e.id||e;return this.resources.fetch({type:"tags"},`bundles/${r}/tags`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`bundles/${r}/versions`,t,s)}async _compute_price_amount(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:Bundles.TYPE,_compute_price_amount:!0},t,s)}async _compute_compare_at_amount(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:Bundles.TYPE,_compute_compare_at_amount:!0},t,s)}isBundle(e){return e.type&&e.type===Bundles.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Bundles.TYPE}:{id:e.id,type:Bundles.TYPE}}type(){return Bundles.TYPE}}Bundles.TYPE="bundles",exports.default=Bundles;
@@ -1,137 +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 { Market, MarketType } from './markets';
5
- import type { PromotionRule } from './promotion_rules';
6
- import type { OrderAmountPromotionRule, OrderAmountPromotionRuleType } from './order_amount_promotion_rules';
7
- import type { SkuListPromotionRule, SkuListPromotionRuleType } from './sku_list_promotion_rules';
8
- import type { CouponCodesPromotionRule, CouponCodesPromotionRuleType } from './coupon_codes_promotion_rules';
9
- import type { CustomPromotionRule, CustomPromotionRuleType } from './custom_promotion_rules';
10
- import type { SkuList, SkuListType } from './sku_lists';
11
- import type { Coupon } from './coupons';
12
- import type { Attachment } from './attachments';
13
- import type { Event } from './events';
14
- import type { Tag, TagType } from './tags';
15
- import type { Version } from './versions';
16
- import type { Sku } from './skus';
17
- type BuyXPayYPromotionType = 'buy_x_pay_y_promotions';
18
- type BuyXPayYPromotionRel = ResourceRel & {
19
- type: BuyXPayYPromotionType;
20
- };
21
- type MarketRel = ResourceRel & {
22
- type: MarketType;
23
- };
24
- type OrderAmountPromotionRuleRel = ResourceRel & {
25
- type: OrderAmountPromotionRuleType;
26
- };
27
- type SkuListPromotionRuleRel = ResourceRel & {
28
- type: SkuListPromotionRuleType;
29
- };
30
- type CouponCodesPromotionRuleRel = ResourceRel & {
31
- type: CouponCodesPromotionRuleType;
32
- };
33
- type CustomPromotionRuleRel = ResourceRel & {
34
- type: CustomPromotionRuleType;
35
- };
36
- type SkuListRel = ResourceRel & {
37
- type: SkuListType;
38
- };
39
- type TagRel = ResourceRel & {
40
- type: TagType;
41
- };
42
- interface BuyXPayYPromotion extends Resource {
43
- readonly type: BuyXPayYPromotionType;
44
- name: string;
45
- currency_code?: string | null;
46
- exclusive?: boolean | null;
47
- priority?: number | null;
48
- starts_at: string;
49
- expires_at: string;
50
- total_usage_limit?: number | null;
51
- total_usage_count?: number | null;
52
- active?: boolean | null;
53
- disabled_at?: string | null;
54
- x: number;
55
- y: number;
56
- cheapest_free?: boolean | null;
57
- market?: Market | null;
58
- promotion_rules?: PromotionRule[] | null;
59
- order_amount_promotion_rule?: OrderAmountPromotionRule | null;
60
- sku_list_promotion_rule?: SkuListPromotionRule | null;
61
- coupon_codes_promotion_rule?: CouponCodesPromotionRule | null;
62
- custom_promotion_rule?: CustomPromotionRule | null;
63
- sku_list?: SkuList | null;
64
- coupons?: Coupon[] | null;
65
- attachments?: Attachment[] | null;
66
- events?: Event[] | null;
67
- tags?: Tag[] | null;
68
- versions?: Version[] | null;
69
- skus?: Sku[] | null;
70
- }
71
- interface BuyXPayYPromotionCreate extends ResourceCreate {
72
- name: string;
73
- currency_code?: string | null;
74
- exclusive?: boolean | null;
75
- priority?: number | null;
76
- starts_at: string;
77
- expires_at: string;
78
- total_usage_limit?: number | null;
79
- _disable?: boolean | null;
80
- _enable?: boolean | null;
81
- x: number;
82
- y: number;
83
- cheapest_free?: boolean | null;
84
- market?: MarketRel | null;
85
- order_amount_promotion_rule?: OrderAmountPromotionRuleRel | null;
86
- sku_list_promotion_rule?: SkuListPromotionRuleRel | null;
87
- coupon_codes_promotion_rule?: CouponCodesPromotionRuleRel | null;
88
- custom_promotion_rule?: CustomPromotionRuleRel | null;
89
- sku_list: SkuListRel;
90
- tags?: TagRel[] | null;
91
- }
92
- interface BuyXPayYPromotionUpdate extends ResourceUpdate {
93
- name?: string | null;
94
- currency_code?: string | null;
95
- exclusive?: boolean | null;
96
- priority?: number | null;
97
- starts_at?: string | null;
98
- expires_at?: string | null;
99
- total_usage_limit?: number | null;
100
- _disable?: boolean | null;
101
- _enable?: boolean | null;
102
- x?: number | null;
103
- y?: number | null;
104
- cheapest_free?: boolean | null;
105
- market?: MarketRel | null;
106
- order_amount_promotion_rule?: OrderAmountPromotionRuleRel | null;
107
- sku_list_promotion_rule?: SkuListPromotionRuleRel | null;
108
- coupon_codes_promotion_rule?: CouponCodesPromotionRuleRel | null;
109
- custom_promotion_rule?: CustomPromotionRuleRel | null;
110
- sku_list?: SkuListRel | null;
111
- tags?: TagRel[] | null;
112
- }
113
- declare class BuyXPayYPromotions extends ApiResource<BuyXPayYPromotion> {
114
- static readonly TYPE: BuyXPayYPromotionType;
115
- create(resource: BuyXPayYPromotionCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
116
- update(resource: BuyXPayYPromotionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
117
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
118
- market(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
119
- order_amount_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
120
- sku_list_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
121
- coupon_codes_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
122
- custom_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomPromotionRule>;
123
- sku_list(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
124
- coupons(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Coupon>>;
125
- attachments(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
126
- events(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
127
- tags(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
128
- versions(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
129
- skus(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
130
- _disable(id: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
131
- _enable(id: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
132
- isBuyXPayYPromotion(resource: any): resource is BuyXPayYPromotion;
133
- relationship(id: string | ResourceId | null): BuyXPayYPromotionRel;
134
- type(): BuyXPayYPromotionType;
135
- }
136
- export default BuyXPayYPromotions;
137
- export type { BuyXPayYPromotion, BuyXPayYPromotionCreate, BuyXPayYPromotionUpdate, BuyXPayYPromotionType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{PromotionRule}from'./promotion_rules';import type{OrderAmountPromotionRule,OrderAmountPromotionRuleType}from'./order_amount_promotion_rules';import type{SkuListPromotionRule,SkuListPromotionRuleType}from'./sku_list_promotion_rules';import type{CouponCodesPromotionRule,CouponCodesPromotionRuleType}from'./coupon_codes_promotion_rules';import type{CustomPromotionRule,CustomPromotionRuleType}from'./custom_promotion_rules';import type{SkuList,SkuListType}from'./sku_lists';import type{Coupon}from'./coupons';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';import type{Sku}from'./skus';type BuyXPayYPromotionType='buy_x_pay_y_promotions';type BuyXPayYPromotionRel=ResourceRel&{type:BuyXPayYPromotionType;};type MarketRel=ResourceRel&{type:MarketType;};type OrderAmountPromotionRuleRel=ResourceRel&{type:OrderAmountPromotionRuleType;};type SkuListPromotionRuleRel=ResourceRel&{type:SkuListPromotionRuleType;};type CouponCodesPromotionRuleRel=ResourceRel&{type:CouponCodesPromotionRuleType;};type CustomPromotionRuleRel=ResourceRel&{type:CustomPromotionRuleType;};type SkuListRel=ResourceRel&{type:SkuListType;};type TagRel=ResourceRel&{type:TagType;};interface BuyXPayYPromotion extends Resource{readonly type:BuyXPayYPromotionType;name:string;currency_code?:string|null;exclusive?:boolean|null;priority?:number|null;starts_at:string;expires_at:string;total_usage_limit?:number|null;total_usage_count?:number|null;active?:boolean|null;status?:'expired'|'pending'|'active'|'inactive'|'disabled'|null;disabled_at?:string|null;x:number;y:number;cheapest_free?:boolean|null;market?:Market|null;promotion_rules?:PromotionRule[]|null;order_amount_promotion_rule?:OrderAmountPromotionRule|null;sku_list_promotion_rule?:SkuListPromotionRule|null;coupon_codes_promotion_rule?:CouponCodesPromotionRule|null;custom_promotion_rule?:CustomPromotionRule|null;sku_list?:SkuList|null;coupons?:Coupon[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;skus?:Sku[]|null;}interface BuyXPayYPromotionCreate extends ResourceCreate{name:string;currency_code?:string|null;exclusive?:boolean|null;priority?:number|null;starts_at:string;expires_at:string;total_usage_limit?:number|null;_disable?:boolean|null;_enable?:boolean|null;x:number;y:number;cheapest_free?:boolean|null;market?:MarketRel|null;order_amount_promotion_rule?:OrderAmountPromotionRuleRel|null;sku_list_promotion_rule?:SkuListPromotionRuleRel|null;coupon_codes_promotion_rule?:CouponCodesPromotionRuleRel|null;custom_promotion_rule?:CustomPromotionRuleRel|null;sku_list:SkuListRel;tags?:TagRel[]|null;}interface BuyXPayYPromotionUpdate extends ResourceUpdate{name?:string|null;currency_code?:string|null;exclusive?:boolean|null;priority?:number|null;starts_at?:string|null;expires_at?:string|null;total_usage_limit?:number|null;_disable?:boolean|null;_enable?:boolean|null;x?:number|null;y?:number|null;cheapest_free?:boolean|null;market?:MarketRel|null;order_amount_promotion_rule?:OrderAmountPromotionRuleRel|null;sku_list_promotion_rule?:SkuListPromotionRuleRel|null;coupon_codes_promotion_rule?:CouponCodesPromotionRuleRel|null;custom_promotion_rule?:CustomPromotionRuleRel|null;sku_list?:SkuListRel|null;tags?:TagRel[]|null;}declare class BuyXPayYPromotions extends ApiResource<BuyXPayYPromotion>{static readonly TYPE:BuyXPayYPromotionType;create(resource:BuyXPayYPromotionCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<BuyXPayYPromotion>;update(resource:BuyXPayYPromotionUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<BuyXPayYPromotion>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;order_amount_promotion_rule(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderAmountPromotionRule>;sku_list_promotion_rule(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuListPromotionRule>;coupon_codes_promotion_rule(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CouponCodesPromotionRule>;custom_promotion_rule(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CustomPromotionRule>;sku_list(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuList>;coupons(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Coupon>>;attachments(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;skus(buyXPayYPromotionId:string|BuyXPayYPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;_disable(id:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<BuyXPayYPromotion>;_enable(id:string|BuyXPayYPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<BuyXPayYPromotion>;isBuyXPayYPromotion(resource:any):resource is BuyXPayYPromotion;relationship(id:string|ResourceId|null):BuyXPayYPromotionRel;type():BuyXPayYPromotionType;}export default BuyXPayYPromotions;export type{BuyXPayYPromotion,BuyXPayYPromotionCreate,BuyXPayYPromotionUpdate,BuyXPayYPromotionType};
@@ -1,79 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class BuyXPayYPromotions extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: BuyXPayYPromotions.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: BuyXPayYPromotions.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: BuyXPayYPromotions.TYPE } : id, options);
13
- }
14
- async market(buyXPayYPromotionId, params, options) {
15
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
16
- return this.resources.fetch({ type: 'markets' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/market`, params, options);
17
- }
18
- async order_amount_promotion_rule(buyXPayYPromotionId, params, options) {
19
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
20
- return this.resources.fetch({ type: 'order_amount_promotion_rules' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/order_amount_promotion_rule`, params, options);
21
- }
22
- async sku_list_promotion_rule(buyXPayYPromotionId, params, options) {
23
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
24
- return this.resources.fetch({ type: 'sku_list_promotion_rules' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/sku_list_promotion_rule`, params, options);
25
- }
26
- async coupon_codes_promotion_rule(buyXPayYPromotionId, params, options) {
27
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
28
- return this.resources.fetch({ type: 'coupon_codes_promotion_rules' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/coupon_codes_promotion_rule`, params, options);
29
- }
30
- async custom_promotion_rule(buyXPayYPromotionId, params, options) {
31
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
32
- return this.resources.fetch({ type: 'custom_promotion_rules' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/custom_promotion_rule`, params, options);
33
- }
34
- async sku_list(buyXPayYPromotionId, params, options) {
35
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
36
- return this.resources.fetch({ type: 'sku_lists' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/sku_list`, params, options);
37
- }
38
- async coupons(buyXPayYPromotionId, params, options) {
39
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
40
- return this.resources.fetch({ type: 'coupons' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/coupons`, params, options);
41
- }
42
- async attachments(buyXPayYPromotionId, params, options) {
43
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
44
- return this.resources.fetch({ type: 'attachments' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/attachments`, params, options);
45
- }
46
- async events(buyXPayYPromotionId, params, options) {
47
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
48
- return this.resources.fetch({ type: 'events' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/events`, params, options);
49
- }
50
- async tags(buyXPayYPromotionId, params, options) {
51
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
52
- return this.resources.fetch({ type: 'tags' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/tags`, params, options);
53
- }
54
- async versions(buyXPayYPromotionId, params, options) {
55
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
56
- return this.resources.fetch({ type: 'versions' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/versions`, params, options);
57
- }
58
- async skus(buyXPayYPromotionId, params, options) {
59
- const _buyXPayYPromotionId = buyXPayYPromotionId.id || buyXPayYPromotionId;
60
- return this.resources.fetch({ type: 'skus' }, `buy_x_pay_y_promotions/${_buyXPayYPromotionId}/skus`, params, options);
61
- }
62
- async _disable(id, params, options) {
63
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: BuyXPayYPromotions.TYPE, _disable: true }, params, options);
64
- }
65
- async _enable(id, params, options) {
66
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: BuyXPayYPromotions.TYPE, _enable: true }, params, options);
67
- }
68
- isBuyXPayYPromotion(resource) {
69
- return resource.type && (resource.type === BuyXPayYPromotions.TYPE);
70
- }
71
- relationship(id) {
72
- return ((id === null) || (typeof id === 'string')) ? { id, type: BuyXPayYPromotions.TYPE } : { id: id.id, type: BuyXPayYPromotions.TYPE };
73
- }
74
- type() {
75
- return BuyXPayYPromotions.TYPE;
76
- }
77
- }
78
- BuyXPayYPromotions.TYPE = 'buy_x_pay_y_promotions';
79
- exports.default = BuyXPayYPromotions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BuyXPayYPromotions extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:BuyXPayYPromotions.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:BuyXPayYPromotions.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:BuyXPayYPromotions.TYPE}:e,t)}async market(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`buy_x_pay_y_promotions/${r}/market`,t,s)}async order_amount_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`buy_x_pay_y_promotions/${r}/order_amount_promotion_rule`,t,s)}async sku_list_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`buy_x_pay_y_promotions/${r}/sku_list_promotion_rule`,t,s)}async coupon_codes_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`buy_x_pay_y_promotions/${r}/coupon_codes_promotion_rule`,t,s)}async custom_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`buy_x_pay_y_promotions/${r}/custom_promotion_rule`,t,s)}async sku_list(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_lists"},`buy_x_pay_y_promotions/${r}/sku_list`,t,s)}async coupons(e,t,s){const r=e.id||e;return this.resources.fetch({type:"coupons"},`buy_x_pay_y_promotions/${r}/coupons`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`buy_x_pay_y_promotions/${r}/attachments`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`buy_x_pay_y_promotions/${r}/events`,t,s)}async tags(e,t,s){const r=e.id||e;return this.resources.fetch({type:"tags"},`buy_x_pay_y_promotions/${r}/tags`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`buy_x_pay_y_promotions/${r}/versions`,t,s)}async skus(e,t,s){const r=e.id||e;return this.resources.fetch({type:"skus"},`buy_x_pay_y_promotions/${r}/skus`,t,s)}async _disable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:BuyXPayYPromotions.TYPE,_disable:!0},t,s)}async _enable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:BuyXPayYPromotions.TYPE,_enable:!0},t,s)}isBuyXPayYPromotion(e){return e.type&&e.type===BuyXPayYPromotions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:BuyXPayYPromotions.TYPE}:{id:e.id,type:BuyXPayYPromotions.TYPE}}type(){return BuyXPayYPromotions.TYPE}}BuyXPayYPromotions.TYPE="buy_x_pay_y_promotions",exports.default=BuyXPayYPromotions;
@@ -1,60 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order } from './orders';
5
- import type { Attachment } from './attachments';
6
- import type { Event } from './events';
7
- import type { Version } from './versions';
8
- import type { Authorization } from './authorizations';
9
- import type { Refund } from './refunds';
10
- type CaptureType = 'captures';
11
- type CaptureRel = ResourceRel & {
12
- type: CaptureType;
13
- };
14
- interface Capture extends Resource {
15
- readonly type: CaptureType;
16
- number: string;
17
- currency_code: string;
18
- amount_cents: number;
19
- amount_float: number;
20
- formatted_amount: string;
21
- succeeded: boolean;
22
- message?: string | null;
23
- error_code?: string | null;
24
- error_detail?: string | null;
25
- token?: string | null;
26
- gateway_transaction_id?: string | null;
27
- refund_amount_cents?: number | null;
28
- refund_amount_float?: number | null;
29
- formatted_refund_amount?: string | null;
30
- refund_balance_cents?: number | null;
31
- refund_balance_float?: number | null;
32
- formatted_refund_balance?: string | null;
33
- order?: Order | null;
34
- attachments?: Attachment[] | null;
35
- events?: Event[] | null;
36
- versions?: Version[] | null;
37
- reference_authorization?: Authorization | null;
38
- refunds?: Refund[] | null;
39
- }
40
- interface CaptureUpdate extends ResourceUpdate {
41
- _refund?: boolean | null;
42
- _refund_amount_cents?: number | null;
43
- }
44
- declare class Captures extends ApiResource<Capture> {
45
- static readonly TYPE: CaptureType;
46
- update(resource: CaptureUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Capture>;
47
- order(captureId: string | Capture, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
48
- attachments(captureId: string | Capture, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
49
- events(captureId: string | Capture, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
50
- versions(captureId: string | Capture, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
51
- reference_authorization(captureId: string | Capture, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Authorization>;
52
- refunds(captureId: string | Capture, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Refund>>;
53
- _refund(id: string | Capture, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Capture>;
54
- _refund_amount_cents(id: string | Capture, triggerValue: number, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Capture>;
55
- isCapture(resource: any): resource is Capture;
56
- relationship(id: string | ResourceId | null): CaptureRel;
57
- type(): CaptureType;
58
- }
59
- export default Captures;
60
- export type { Capture, CaptureUpdate, CaptureType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order}from'./orders';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Version}from'./versions';import type{Authorization}from'./authorizations';import type{Refund}from'./refunds';type CaptureType='captures';type CaptureRel=ResourceRel&{type:CaptureType;};interface Capture extends Resource{readonly type:CaptureType;number:string;currency_code:string;amount_cents:number;amount_float:number;formatted_amount:string;succeeded:boolean;message?:string|null;error_code?:string|null;error_detail?:string|null;token?:string|null;gateway_transaction_id?:string|null;refund_amount_cents?:number|null;refund_amount_float?:number|null;formatted_refund_amount?:string|null;refund_balance_cents?:number|null;refund_balance_float?:number|null;formatted_refund_balance?:string|null;order?:Order|null;attachments?:Attachment[]|null;events?:Event[]|null;versions?:Version[]|null;reference_authorization?:Authorization|null;refunds?:Refund[]|null;}interface CaptureUpdate extends ResourceUpdate{_refund?:boolean|null;_refund_amount_cents?:number|null;}declare class Captures extends ApiResource<Capture>{static readonly TYPE:CaptureType;update(resource:CaptureUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Capture>;order(captureId:string|Capture,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;attachments(captureId:string|Capture,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(captureId:string|Capture,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;versions(captureId:string|Capture,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;reference_authorization(captureId:string|Capture,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Authorization>;refunds(captureId:string|Capture,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Refund>>;_refund(id:string|Capture,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Capture>;_refund_amount_cents(id:string|Capture,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Capture>;isCapture(resource:any):resource is Capture;relationship(id:string|ResourceId|null):CaptureRel;type():CaptureType;}export default Captures;export type{Capture,CaptureUpdate,CaptureType};
@@ -1,49 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Captures extends resource_1.ApiResource {
5
- async update(resource, params, options) {
6
- return this.resources.update({ ...resource, type: Captures.TYPE }, params, options);
7
- }
8
- async order(captureId, params, options) {
9
- const _captureId = captureId.id || captureId;
10
- return this.resources.fetch({ type: 'orders' }, `captures/${_captureId}/order`, params, options);
11
- }
12
- async attachments(captureId, params, options) {
13
- const _captureId = captureId.id || captureId;
14
- return this.resources.fetch({ type: 'attachments' }, `captures/${_captureId}/attachments`, params, options);
15
- }
16
- async events(captureId, params, options) {
17
- const _captureId = captureId.id || captureId;
18
- return this.resources.fetch({ type: 'events' }, `captures/${_captureId}/events`, params, options);
19
- }
20
- async versions(captureId, params, options) {
21
- const _captureId = captureId.id || captureId;
22
- return this.resources.fetch({ type: 'versions' }, `captures/${_captureId}/versions`, params, options);
23
- }
24
- async reference_authorization(captureId, params, options) {
25
- const _captureId = captureId.id || captureId;
26
- return this.resources.fetch({ type: 'authorizations' }, `captures/${_captureId}/reference_authorization`, params, options);
27
- }
28
- async refunds(captureId, params, options) {
29
- const _captureId = captureId.id || captureId;
30
- return this.resources.fetch({ type: 'refunds' }, `captures/${_captureId}/refunds`, params, options);
31
- }
32
- async _refund(id, params, options) {
33
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Captures.TYPE, _refund: true }, params, options);
34
- }
35
- async _refund_amount_cents(id, triggerValue, params, options) {
36
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Captures.TYPE, _refund_amount_cents: triggerValue }, params, options);
37
- }
38
- isCapture(resource) {
39
- return resource.type && (resource.type === Captures.TYPE);
40
- }
41
- relationship(id) {
42
- return ((id === null) || (typeof id === 'string')) ? { id, type: Captures.TYPE } : { id: id.id, type: Captures.TYPE };
43
- }
44
- type() {
45
- return Captures.TYPE;
46
- }
47
- }
48
- Captures.TYPE = 'captures';
49
- exports.default = Captures;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Captures extends resource_1.ApiResource{async update(e,t,r){return this.resources.update({...e,type:Captures.TYPE},t,r)}async order(e,t,r){const s=e.id||e;return this.resources.fetch({type:"orders"},`captures/${s}/order`,t,r)}async attachments(e,t,r){const s=e.id||e;return this.resources.fetch({type:"attachments"},`captures/${s}/attachments`,t,r)}async events(e,t,r){const s=e.id||e;return this.resources.fetch({type:"events"},`captures/${s}/events`,t,r)}async versions(e,t,r){const s=e.id||e;return this.resources.fetch({type:"versions"},`captures/${s}/versions`,t,r)}async reference_authorization(e,t,r){const s=e.id||e;return this.resources.fetch({type:"authorizations"},`captures/${s}/reference_authorization`,t,r)}async refunds(e,t,r){const s=e.id||e;return this.resources.fetch({type:"refunds"},`captures/${s}/refunds`,t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Captures.TYPE,_refund:!0},t,r)}async _refund_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:Captures.TYPE,_refund_amount_cents:t},r,s)}isCapture(e){return e.type&&e.type===Captures.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Captures.TYPE}:{id:e.id,type:Captures.TYPE}}type(){return Captures.TYPE}}Captures.TYPE="captures",exports.default=Captures;