@commercelayer/sdk 5.37.0 → 5.38.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 (547) 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_lists.d.ts +1 -46
  184. package/lib/cjs/resources/price_lists.js +1 -37
  185. package/lib/cjs/resources/price_tiers.d.ts +1 -32
  186. package/lib/cjs/resources/price_tiers.js +1 -28
  187. package/lib/cjs/resources/price_volume_tiers.d.ts +1 -53
  188. package/lib/cjs/resources/price_volume_tiers.js +1 -41
  189. package/lib/cjs/resources/prices.d.ts +1 -84
  190. package/lib/cjs/resources/prices.js +1 -65
  191. package/lib/cjs/resources/promotion_rules.d.ts +1 -29
  192. package/lib/cjs/resources/promotion_rules.js +1 -20
  193. package/lib/cjs/resources/promotions.d.ts +1 -63
  194. package/lib/cjs/resources/promotions.js +1 -60
  195. package/lib/cjs/resources/recurring_order_copies.d.ts +1 -53
  196. package/lib/cjs/resources/recurring_order_copies.js +1 -41
  197. package/lib/cjs/resources/refunds.d.ts +1 -44
  198. package/lib/cjs/resources/refunds.js +1 -36
  199. package/lib/cjs/resources/reserved_stocks.d.ts +1 -28
  200. package/lib/cjs/resources/reserved_stocks.js +1 -28
  201. package/lib/cjs/resources/resource_errors.d.ts +1 -22
  202. package/lib/cjs/resources/resource_errors.js +1 -16
  203. package/lib/cjs/resources/return_line_items.d.ts +1 -52
  204. package/lib/cjs/resources/return_line_items.js +1 -36
  205. package/lib/cjs/resources/returns.d.ts +1 -96
  206. package/lib/cjs/resources/returns.js +1 -92
  207. package/lib/cjs/resources/satispay_gateways.d.ts +1 -46
  208. package/lib/cjs/resources/satispay_gateways.js +1 -37
  209. package/lib/cjs/resources/satispay_payments.d.ts +1 -50
  210. package/lib/cjs/resources/satispay_payments.js +1 -40
  211. package/lib/cjs/resources/shipments.d.ts +1 -151
  212. package/lib/cjs/resources/shipments.js +1 -130
  213. package/lib/cjs/resources/shipping_categories.d.ts +1 -40
  214. package/lib/cjs/resources/shipping_categories.js +1 -37
  215. package/lib/cjs/resources/shipping_method_tiers.d.ts +1 -32
  216. package/lib/cjs/resources/shipping_method_tiers.js +1 -28
  217. package/lib/cjs/resources/shipping_methods.d.ts +1 -125
  218. package/lib/cjs/resources/shipping_methods.js +1 -70
  219. package/lib/cjs/resources/shipping_weight_tiers.d.ts +1 -50
  220. package/lib/cjs/resources/shipping_weight_tiers.js +1 -37
  221. package/lib/cjs/resources/shipping_zones.d.ts +1 -52
  222. package/lib/cjs/resources/shipping_zones.js +1 -33
  223. package/lib/cjs/resources/sku_list_items.d.ts +1 -51
  224. package/lib/cjs/resources/sku_list_items.js +1 -37
  225. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +1 -76
  226. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -37
  227. package/lib/cjs/resources/sku_lists.d.ts +1 -64
  228. package/lib/cjs/resources/sku_lists.js +1 -49
  229. package/lib/cjs/resources/sku_options.d.ts +1 -71
  230. package/lib/cjs/resources/sku_options.js +1 -45
  231. package/lib/cjs/resources/skus.d.ts +1 -96
  232. package/lib/cjs/resources/skus.js +1 -65
  233. package/lib/cjs/resources/stock_items.d.ts +1 -61
  234. package/lib/cjs/resources/stock_items.js +1 -52
  235. package/lib/cjs/resources/stock_line_items.d.ts +1 -73
  236. package/lib/cjs/resources/stock_line_items.js +1 -54
  237. package/lib/cjs/resources/stock_locations.d.ts +1 -64
  238. package/lib/cjs/resources/stock_locations.js +1 -53
  239. package/lib/cjs/resources/stock_reservations.d.ts +1 -51
  240. package/lib/cjs/resources/stock_reservations.js +1 -48
  241. package/lib/cjs/resources/stock_transfers.d.ts +1 -86
  242. package/lib/cjs/resources/stock_transfers.js +1 -71
  243. package/lib/cjs/resources/stripe_gateways.d.ts +1 -45
  244. package/lib/cjs/resources/stripe_gateways.js +1 -37
  245. package/lib/cjs/resources/stripe_payments.d.ts +1 -59
  246. package/lib/cjs/resources/stripe_payments.js +1 -43
  247. package/lib/cjs/resources/subscription_models.d.ts +1 -49
  248. package/lib/cjs/resources/subscription_models.js +1 -37
  249. package/lib/cjs/resources/tags.d.ts +1 -28
  250. package/lib/cjs/resources/tags.js +1 -25
  251. package/lib/cjs/resources/tax_calculators.d.ts +1 -28
  252. package/lib/cjs/resources/tax_calculators.js +1 -28
  253. package/lib/cjs/resources/tax_categories.d.ts +1 -63
  254. package/lib/cjs/resources/tax_categories.js +1 -37
  255. package/lib/cjs/resources/tax_rules.d.ts +1 -73
  256. package/lib/cjs/resources/tax_rules.js +1 -33
  257. package/lib/cjs/resources/taxjar_accounts.d.ts +1 -47
  258. package/lib/cjs/resources/taxjar_accounts.js +1 -41
  259. package/lib/cjs/resources/transactions.d.ts +1 -41
  260. package/lib/cjs/resources/transactions.js +1 -32
  261. package/lib/cjs/resources/versions.d.ts +1 -22
  262. package/lib/cjs/resources/versions.js +1 -16
  263. package/lib/cjs/resources/voids.d.ts +1 -44
  264. package/lib/cjs/resources/voids.js +1 -36
  265. package/lib/cjs/resources/webhooks.d.ts +1 -55
  266. package/lib/cjs/resources/webhooks.js +1 -42
  267. package/lib/cjs/resources/wire_transfers.d.ts +1 -37
  268. package/lib/cjs/resources/wire_transfers.js +1 -33
  269. package/lib/cjs/static.d.ts +1 -12
  270. package/lib/cjs/static.js +1 -51
  271. package/lib/cjs/util.d.ts +1 -4
  272. package/lib/cjs/util.js +1 -16
  273. package/lib/esm/api.d.ts +1 -164
  274. package/lib/esm/api.js +1 -258
  275. package/lib/esm/client.d.ts +1 -39
  276. package/lib/esm/client.js +1 -149
  277. package/lib/esm/commercelayer.d.ts +1 -153
  278. package/lib/esm/commercelayer.js +1 -224
  279. package/lib/esm/common.d.ts +1 -5
  280. package/lib/esm/common.js +1 -19
  281. package/lib/esm/config.d.ts +1 -15
  282. package/lib/esm/config.js +1 -17
  283. package/lib/esm/debug.d.ts +1 -3
  284. package/lib/esm/debug.js +1 -36
  285. package/lib/esm/error.d.ts +1 -31
  286. package/lib/esm/error.js +1 -69
  287. package/lib/esm/index.d.ts +1 -7
  288. package/lib/esm/index.js +1 -4
  289. package/lib/esm/interceptor.d.ts +1 -25
  290. package/lib/esm/interceptor.js +1 -1
  291. package/lib/esm/jsonapi.d.ts +1 -6
  292. package/lib/esm/jsonapi.js +1 -87
  293. package/lib/esm/model.d.ts +1 -124
  294. package/lib/esm/model.js +1 -2
  295. package/lib/esm/query.d.ts +1 -17
  296. package/lib/esm/query.js +1 -62
  297. package/lib/esm/resource.d.ts +1 -89
  298. package/lib/esm/resource.js +1 -191
  299. package/lib/esm/resources/addresses.d.ts +1 -103
  300. package/lib/esm/resources/addresses.js +1 -39
  301. package/lib/esm/resources/adjustments.d.ts +1 -42
  302. package/lib/esm/resources/adjustments.js +1 -27
  303. package/lib/esm/resources/adyen_gateways.d.ts +1 -60
  304. package/lib/esm/resources/adyen_gateways.js +1 -35
  305. package/lib/esm/resources/adyen_payments.d.ts +1 -51
  306. package/lib/esm/resources/adyen_payments.js +1 -38
  307. package/lib/esm/resources/application.d.ts +1 -22
  308. package/lib/esm/resources/application.js +1 -14
  309. package/lib/esm/resources/attachments.d.ts +1 -157
  310. package/lib/esm/resources/attachments.js +1 -23
  311. package/lib/esm/resources/authorizations.d.ts +1 -70
  312. package/lib/esm/resources/authorizations.js +1 -50
  313. package/lib/esm/resources/avalara_accounts.d.ts +1 -59
  314. package/lib/esm/resources/avalara_accounts.js +1 -39
  315. package/lib/esm/resources/axerve_gateways.d.ts +1 -48
  316. package/lib/esm/resources/axerve_gateways.js +1 -35
  317. package/lib/esm/resources/axerve_payments.d.ts +1 -54
  318. package/lib/esm/resources/axerve_payments.js +1 -38
  319. package/lib/esm/resources/billing_info_validation_rules.d.ts +1 -39
  320. package/lib/esm/resources/billing_info_validation_rules.js +1 -35
  321. package/lib/esm/resources/bing_geocoders.d.ts +1 -36
  322. package/lib/esm/resources/bing_geocoders.js +1 -31
  323. package/lib/esm/resources/braintree_gateways.d.ts +1 -60
  324. package/lib/esm/resources/braintree_gateways.js +1 -35
  325. package/lib/esm/resources/braintree_payments.d.ts +1 -52
  326. package/lib/esm/resources/braintree_payments.js +1 -35
  327. package/lib/esm/resources/bundles.d.ts +1 -93
  328. package/lib/esm/resources/bundles.js +1 -57
  329. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +1 -137
  330. package/lib/esm/resources/buy_x_pay_y_promotions.js +1 -77
  331. package/lib/esm/resources/captures.d.ts +1 -60
  332. package/lib/esm/resources/captures.js +1 -47
  333. package/lib/esm/resources/carrier_accounts.d.ts +1 -30
  334. package/lib/esm/resources/carrier_accounts.js +1 -26
  335. package/lib/esm/resources/checkout_com_gateways.d.ts +1 -49
  336. package/lib/esm/resources/checkout_com_gateways.js +1 -35
  337. package/lib/esm/resources/checkout_com_payments.d.ts +1 -65
  338. package/lib/esm/resources/checkout_com_payments.js +1 -41
  339. package/lib/esm/resources/cleanups.d.ts +1 -40
  340. package/lib/esm/resources/cleanups.js +1 -28
  341. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +1 -67
  342. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -31
  343. package/lib/esm/resources/coupon_recipients.d.ts +1 -48
  344. package/lib/esm/resources/coupon_recipients.js +1 -35
  345. package/lib/esm/resources/coupons.d.ts +1 -71
  346. package/lib/esm/resources/coupons.js +1 -43
  347. package/lib/esm/resources/custom_promotion_rules.d.ts +1 -62
  348. package/lib/esm/resources/custom_promotion_rules.js +1 -27
  349. package/lib/esm/resources/customer_addresses.d.ts +1 -50
  350. package/lib/esm/resources/customer_addresses.js +1 -39
  351. package/lib/esm/resources/customer_groups.d.ts +1 -40
  352. package/lib/esm/resources/customer_groups.js +1 -39
  353. package/lib/esm/resources/customer_password_resets.d.ts +1 -38
  354. package/lib/esm/resources/customer_password_resets.js +1 -34
  355. package/lib/esm/resources/customer_payment_sources.d.ts +1 -86
  356. package/lib/esm/resources/customer_payment_sources.js +1 -35
  357. package/lib/esm/resources/customer_subscriptions.d.ts +1 -35
  358. package/lib/esm/resources/customer_subscriptions.js +1 -35
  359. package/lib/esm/resources/customers.d.ts +1 -76
  360. package/lib/esm/resources/customers.js +1 -67
  361. package/lib/esm/resources/delivery_lead_times.d.ts +1 -55
  362. package/lib/esm/resources/delivery_lead_times.js +1 -39
  363. package/lib/esm/resources/event_callbacks.d.ts +1 -25
  364. package/lib/esm/resources/event_callbacks.js +1 -18
  365. package/lib/esm/resources/events.d.ts +1 -25
  366. package/lib/esm/resources/events.js +1 -22
  367. package/lib/esm/resources/exports.d.ts +1 -41
  368. package/lib/esm/resources/exports.js +1 -24
  369. package/lib/esm/resources/external_gateways.d.ts +1 -57
  370. package/lib/esm/resources/external_gateways.js +1 -38
  371. package/lib/esm/resources/external_payments.d.ts +1 -48
  372. package/lib/esm/resources/external_payments.js +1 -39
  373. package/lib/esm/resources/external_promotions.d.ts +1 -136
  374. package/lib/esm/resources/external_promotions.js +1 -80
  375. package/lib/esm/resources/external_tax_calculators.d.ts +1 -45
  376. package/lib/esm/resources/external_tax_calculators.js +1 -38
  377. package/lib/esm/resources/fixed_amount_promotions.d.ts +1 -133
  378. package/lib/esm/resources/fixed_amount_promotions.js +1 -77
  379. package/lib/esm/resources/fixed_price_promotions.d.ts +1 -133
  380. package/lib/esm/resources/fixed_price_promotions.js +1 -77
  381. package/lib/esm/resources/free_gift_promotions.d.ts +1 -131
  382. package/lib/esm/resources/free_gift_promotions.js +1 -77
  383. package/lib/esm/resources/free_shipping_promotions.d.ts +1 -125
  384. package/lib/esm/resources/free_shipping_promotions.js +1 -73
  385. package/lib/esm/resources/geocoders.d.ts +1 -25
  386. package/lib/esm/resources/geocoders.js +1 -22
  387. package/lib/esm/resources/gift_card_recipients.d.ts +1 -48
  388. package/lib/esm/resources/gift_card_recipients.js +1 -35
  389. package/lib/esm/resources/gift_cards.d.ts +1 -104
  390. package/lib/esm/resources/gift_cards.js +1 -59
  391. package/lib/esm/resources/google_geocoders.d.ts +1 -36
  392. package/lib/esm/resources/google_geocoders.js +1 -31
  393. package/lib/esm/resources/imports.d.ts +1 -44
  394. package/lib/esm/resources/imports.js +1 -24
  395. package/lib/esm/resources/in_stock_subscriptions.d.ts +1 -68
  396. package/lib/esm/resources/in_stock_subscriptions.js +1 -49
  397. package/lib/esm/resources/inventory_models.d.ts +1 -55
  398. package/lib/esm/resources/inventory_models.js +1 -39
  399. package/lib/esm/resources/inventory_return_locations.d.ts +1 -47
  400. package/lib/esm/resources/inventory_return_locations.js +1 -35
  401. package/lib/esm/resources/inventory_stock_locations.d.ts +1 -50
  402. package/lib/esm/resources/inventory_stock_locations.js +1 -35
  403. package/lib/esm/resources/klarna_gateways.d.ts +1 -48
  404. package/lib/esm/resources/klarna_gateways.js +1 -35
  405. package/lib/esm/resources/klarna_payments.d.ts +1 -48
  406. package/lib/esm/resources/klarna_payments.js +1 -38
  407. package/lib/esm/resources/line_item_options.d.ts +1 -69
  408. package/lib/esm/resources/line_item_options.js +1 -39
  409. package/lib/esm/resources/line_items.d.ts +1 -170
  410. package/lib/esm/resources/line_items.js +1 -64
  411. package/lib/esm/resources/manual_gateways.d.ts +1 -34
  412. package/lib/esm/resources/manual_gateways.js +1 -31
  413. package/lib/esm/resources/manual_tax_calculators.d.ts +1 -45
  414. package/lib/esm/resources/manual_tax_calculators.js +1 -39
  415. package/lib/esm/resources/markets.d.ts +1 -107
  416. package/lib/esm/resources/markets.js +1 -61
  417. package/lib/esm/resources/merchants.d.ts +1 -42
  418. package/lib/esm/resources/merchants.js +1 -35
  419. package/lib/esm/resources/order_amount_promotion_rules.d.ts +1 -67
  420. package/lib/esm/resources/order_amount_promotion_rules.js +1 -27
  421. package/lib/esm/resources/order_copies.d.ts +1 -51
  422. package/lib/esm/resources/order_copies.js +1 -39
  423. package/lib/esm/resources/order_factories.d.ts +1 -34
  424. package/lib/esm/resources/order_factories.js +1 -26
  425. package/lib/esm/resources/order_subscription_items.d.ts +1 -72
  426. package/lib/esm/resources/order_subscription_items.js +1 -31
  427. package/lib/esm/resources/order_subscriptions.d.ts +1 -98
  428. package/lib/esm/resources/order_subscriptions.js +1 -76
  429. package/lib/esm/resources/order_validation_rules.d.ts +1 -27
  430. package/lib/esm/resources/order_validation_rules.js +1 -26
  431. package/lib/esm/resources/orders.d.ts +1 -389
  432. package/lib/esm/resources/orders.js +1 -234
  433. package/lib/esm/resources/organization.d.ts +1 -34
  434. package/lib/esm/resources/organization.js +1 -14
  435. package/lib/esm/resources/packages.d.ts +1 -60
  436. package/lib/esm/resources/packages.js +1 -39
  437. package/lib/esm/resources/parcel_line_items.d.ts +1 -47
  438. package/lib/esm/resources/parcel_line_items.js +1 -35
  439. package/lib/esm/resources/parcels.d.ts +1 -126
  440. package/lib/esm/resources/parcels.js +1 -47
  441. package/lib/esm/resources/payment_gateways.d.ts +1 -25
  442. package/lib/esm/resources/payment_gateways.js +1 -22
  443. package/lib/esm/resources/payment_methods.d.ts +1 -83
  444. package/lib/esm/resources/payment_methods.js +1 -45
  445. package/lib/esm/resources/payment_options.d.ts +1 -44
  446. package/lib/esm/resources/payment_options.js +1 -31
  447. package/lib/esm/resources/paypal_gateways.d.ts +1 -41
  448. package/lib/esm/resources/paypal_gateways.js +1 -35
  449. package/lib/esm/resources/paypal_payments.d.ts +1 -53
  450. package/lib/esm/resources/paypal_payments.js +1 -35
  451. package/lib/esm/resources/percentage_discount_promotions.d.ts +1 -131
  452. package/lib/esm/resources/percentage_discount_promotions.js +1 -77
  453. package/lib/esm/resources/price_frequency_tiers.d.ts +1 -53
  454. package/lib/esm/resources/price_frequency_tiers.js +1 -39
  455. package/lib/esm/resources/price_lists.d.ts +1 -46
  456. package/lib/esm/resources/price_lists.js +1 -35
  457. package/lib/esm/resources/price_tiers.d.ts +1 -32
  458. package/lib/esm/resources/price_tiers.js +1 -26
  459. package/lib/esm/resources/price_volume_tiers.d.ts +1 -53
  460. package/lib/esm/resources/price_volume_tiers.js +1 -39
  461. package/lib/esm/resources/prices.d.ts +1 -84
  462. package/lib/esm/resources/prices.js +1 -63
  463. package/lib/esm/resources/promotion_rules.d.ts +1 -29
  464. package/lib/esm/resources/promotion_rules.js +1 -18
  465. package/lib/esm/resources/promotions.d.ts +1 -63
  466. package/lib/esm/resources/promotions.js +1 -58
  467. package/lib/esm/resources/recurring_order_copies.d.ts +1 -53
  468. package/lib/esm/resources/recurring_order_copies.js +1 -39
  469. package/lib/esm/resources/refunds.d.ts +1 -44
  470. package/lib/esm/resources/refunds.js +1 -34
  471. package/lib/esm/resources/reserved_stocks.d.ts +1 -28
  472. package/lib/esm/resources/reserved_stocks.js +1 -26
  473. package/lib/esm/resources/resource_errors.d.ts +1 -22
  474. package/lib/esm/resources/resource_errors.js +1 -14
  475. package/lib/esm/resources/return_line_items.d.ts +1 -52
  476. package/lib/esm/resources/return_line_items.js +1 -34
  477. package/lib/esm/resources/returns.d.ts +1 -96
  478. package/lib/esm/resources/returns.js +1 -90
  479. package/lib/esm/resources/satispay_gateways.d.ts +1 -46
  480. package/lib/esm/resources/satispay_gateways.js +1 -35
  481. package/lib/esm/resources/satispay_payments.d.ts +1 -50
  482. package/lib/esm/resources/satispay_payments.js +1 -38
  483. package/lib/esm/resources/shipments.d.ts +1 -151
  484. package/lib/esm/resources/shipments.js +1 -128
  485. package/lib/esm/resources/shipping_categories.d.ts +1 -40
  486. package/lib/esm/resources/shipping_categories.js +1 -35
  487. package/lib/esm/resources/shipping_method_tiers.d.ts +1 -32
  488. package/lib/esm/resources/shipping_method_tiers.js +1 -26
  489. package/lib/esm/resources/shipping_methods.d.ts +1 -125
  490. package/lib/esm/resources/shipping_methods.js +1 -68
  491. package/lib/esm/resources/shipping_weight_tiers.d.ts +1 -50
  492. package/lib/esm/resources/shipping_weight_tiers.js +1 -35
  493. package/lib/esm/resources/shipping_zones.d.ts +1 -52
  494. package/lib/esm/resources/shipping_zones.js +1 -31
  495. package/lib/esm/resources/sku_list_items.d.ts +1 -51
  496. package/lib/esm/resources/sku_list_items.js +1 -35
  497. package/lib/esm/resources/sku_list_promotion_rules.d.ts +1 -76
  498. package/lib/esm/resources/sku_list_promotion_rules.js +1 -35
  499. package/lib/esm/resources/sku_lists.d.ts +1 -64
  500. package/lib/esm/resources/sku_lists.js +1 -47
  501. package/lib/esm/resources/sku_options.d.ts +1 -71
  502. package/lib/esm/resources/sku_options.js +1 -43
  503. package/lib/esm/resources/skus.d.ts +1 -96
  504. package/lib/esm/resources/skus.js +1 -63
  505. package/lib/esm/resources/stock_items.d.ts +1 -61
  506. package/lib/esm/resources/stock_items.js +1 -50
  507. package/lib/esm/resources/stock_line_items.d.ts +1 -73
  508. package/lib/esm/resources/stock_line_items.js +1 -52
  509. package/lib/esm/resources/stock_locations.d.ts +1 -64
  510. package/lib/esm/resources/stock_locations.js +1 -51
  511. package/lib/esm/resources/stock_reservations.d.ts +1 -51
  512. package/lib/esm/resources/stock_reservations.js +1 -46
  513. package/lib/esm/resources/stock_transfers.d.ts +1 -86
  514. package/lib/esm/resources/stock_transfers.js +1 -69
  515. package/lib/esm/resources/stripe_gateways.d.ts +1 -45
  516. package/lib/esm/resources/stripe_gateways.js +1 -35
  517. package/lib/esm/resources/stripe_payments.d.ts +1 -59
  518. package/lib/esm/resources/stripe_payments.js +1 -41
  519. package/lib/esm/resources/subscription_models.d.ts +1 -49
  520. package/lib/esm/resources/subscription_models.js +1 -35
  521. package/lib/esm/resources/tags.d.ts +1 -28
  522. package/lib/esm/resources/tags.js +1 -23
  523. package/lib/esm/resources/tax_calculators.d.ts +1 -28
  524. package/lib/esm/resources/tax_calculators.js +1 -26
  525. package/lib/esm/resources/tax_categories.d.ts +1 -63
  526. package/lib/esm/resources/tax_categories.js +1 -35
  527. package/lib/esm/resources/tax_rules.d.ts +1 -73
  528. package/lib/esm/resources/tax_rules.js +1 -31
  529. package/lib/esm/resources/taxjar_accounts.d.ts +1 -47
  530. package/lib/esm/resources/taxjar_accounts.js +1 -39
  531. package/lib/esm/resources/transactions.d.ts +1 -41
  532. package/lib/esm/resources/transactions.js +1 -30
  533. package/lib/esm/resources/versions.d.ts +1 -22
  534. package/lib/esm/resources/versions.js +1 -14
  535. package/lib/esm/resources/voids.d.ts +1 -44
  536. package/lib/esm/resources/voids.js +1 -34
  537. package/lib/esm/resources/webhooks.d.ts +1 -55
  538. package/lib/esm/resources/webhooks.js +1 -40
  539. package/lib/esm/resources/wire_transfers.d.ts +1 -37
  540. package/lib/esm/resources/wire_transfers.js +1 -31
  541. package/lib/esm/static.d.ts +1 -12
  542. package/lib/esm/static.js +1 -25
  543. package/lib/esm/util.d.ts +1 -4
  544. package/lib/esm/util.js +1 -37
  545. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  546. package/lib/tsconfig.tsbuildinfo +1 -1
  547. package/package.json +2 -2
@@ -1,41 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class PriceVolumeTiers extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: PriceVolumeTiers.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: PriceVolumeTiers.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: PriceVolumeTiers.TYPE } : id, options);
13
- }
14
- async price(priceVolumeTierId, params, options) {
15
- const _priceVolumeTierId = priceVolumeTierId.id || priceVolumeTierId;
16
- return this.resources.fetch({ type: 'prices' }, `price_volume_tiers/${_priceVolumeTierId}/price`, params, options);
17
- }
18
- async attachments(priceVolumeTierId, params, options) {
19
- const _priceVolumeTierId = priceVolumeTierId.id || priceVolumeTierId;
20
- return this.resources.fetch({ type: 'attachments' }, `price_volume_tiers/${_priceVolumeTierId}/attachments`, params, options);
21
- }
22
- async versions(priceVolumeTierId, params, options) {
23
- const _priceVolumeTierId = priceVolumeTierId.id || priceVolumeTierId;
24
- return this.resources.fetch({ type: 'versions' }, `price_volume_tiers/${_priceVolumeTierId}/versions`, params, options);
25
- }
26
- async events(priceVolumeTierId, params, options) {
27
- const _priceVolumeTierId = priceVolumeTierId.id || priceVolumeTierId;
28
- return this.resources.fetch({ type: 'events' }, `price_volume_tiers/${_priceVolumeTierId}/events`, params, options);
29
- }
30
- isPriceVolumeTier(resource) {
31
- return resource.type && (resource.type === PriceVolumeTiers.TYPE);
32
- }
33
- relationship(id) {
34
- return ((id === null) || (typeof id === 'string')) ? { id, type: PriceVolumeTiers.TYPE } : { id: id.id, type: PriceVolumeTiers.TYPE };
35
- }
36
- type() {
37
- return PriceVolumeTiers.TYPE;
38
- }
39
- }
40
- PriceVolumeTiers.TYPE = 'price_volume_tiers';
41
- exports.default = PriceVolumeTiers;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PriceVolumeTiers extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:PriceVolumeTiers.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:PriceVolumeTiers.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:PriceVolumeTiers.TYPE}:e,t)}async price(e,t,s){const r=e.id||e;return this.resources.fetch({type:"prices"},`price_volume_tiers/${r}/price`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`price_volume_tiers/${r}/attachments`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`price_volume_tiers/${r}/versions`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`price_volume_tiers/${r}/events`,t,s)}isPriceVolumeTier(e){return e.type&&e.type===PriceVolumeTiers.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PriceVolumeTiers.TYPE}:{id:e.id,type:PriceVolumeTiers.TYPE}}type(){return PriceVolumeTiers.TYPE}}PriceVolumeTiers.TYPE="price_volume_tiers",exports.default=PriceVolumeTiers;
@@ -1,84 +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 { PriceList, PriceListType } from './price_lists';
5
- import type { Sku, SkuType } from './skus';
6
- import type { PriceTier, PriceTierType } from './price_tiers';
7
- import type { PriceVolumeTier } from './price_volume_tiers';
8
- import type { PriceFrequencyTier } from './price_frequency_tiers';
9
- import type { Attachment } from './attachments';
10
- import type { Version } from './versions';
11
- import type { Customer } from './customers';
12
- import type { Market } from './markets';
13
- import type { StockLocation } from './stock_locations';
14
- type PriceType = 'prices';
15
- type PriceRel = ResourceRel & {
16
- type: PriceType;
17
- };
18
- type PriceListRel = ResourceRel & {
19
- type: PriceListType;
20
- };
21
- type SkuRel = ResourceRel & {
22
- type: SkuType;
23
- };
24
- type PriceTierRel = ResourceRel & {
25
- type: PriceTierType;
26
- };
27
- interface Price extends Resource {
28
- readonly type: PriceType;
29
- currency_code?: string | null;
30
- sku_code?: string | null;
31
- amount_cents: number;
32
- amount_float?: number | null;
33
- formatted_amount?: string | null;
34
- compare_at_amount_cents?: number | null;
35
- compare_at_amount_float?: number | null;
36
- formatted_compare_at_amount?: string | null;
37
- price_list?: PriceList | null;
38
- sku?: Sku | null;
39
- price_tiers?: PriceTier[] | null;
40
- price_volume_tiers?: PriceVolumeTier[] | null;
41
- price_frequency_tiers?: PriceFrequencyTier[] | null;
42
- attachments?: Attachment[] | null;
43
- versions?: Version[] | null;
44
- jwt_customer?: Customer | null;
45
- jwt_markets?: Market[] | null;
46
- jwt_stock_locations?: StockLocation[] | null;
47
- }
48
- interface PriceCreate extends ResourceCreate {
49
- sku_code?: string | null;
50
- amount_cents: number;
51
- compare_at_amount_cents?: number | null;
52
- price_list: PriceListRel;
53
- sku: SkuRel;
54
- price_tiers?: PriceTierRel[] | null;
55
- }
56
- interface PriceUpdate extends ResourceUpdate {
57
- sku_code?: string | null;
58
- amount_cents?: number | null;
59
- compare_at_amount_cents?: number | null;
60
- price_list?: PriceListRel | null;
61
- sku?: SkuRel | null;
62
- price_tiers?: PriceTierRel[] | null;
63
- }
64
- declare class Prices extends ApiResource<Price> {
65
- static readonly TYPE: PriceType;
66
- create(resource: PriceCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Price>;
67
- update(resource: PriceUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Price>;
68
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
69
- price_list(priceId: string | Price, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PriceList>;
70
- sku(priceId: string | Price, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Sku>;
71
- price_tiers(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PriceTier>>;
72
- price_volume_tiers(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PriceVolumeTier>>;
73
- price_frequency_tiers(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PriceFrequencyTier>>;
74
- attachments(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
75
- versions(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
76
- jwt_customer(priceId: string | Price, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
77
- jwt_markets(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Market>>;
78
- jwt_stock_locations(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockLocation>>;
79
- isPrice(resource: any): resource is Price;
80
- relationship(id: string | ResourceId | null): PriceRel;
81
- type(): PriceType;
82
- }
83
- export default Prices;
84
- export type { Price, PriceCreate, PriceUpdate, PriceType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{PriceList,PriceListType}from'./price_lists';import type{Sku,SkuType}from'./skus';import type{PriceTier,PriceTierType}from'./price_tiers';import type{PriceVolumeTier}from'./price_volume_tiers';import type{PriceFrequencyTier}from'./price_frequency_tiers';import type{Attachment}from'./attachments';import type{Version}from'./versions';import type{Customer}from'./customers';import type{Market}from'./markets';import type{StockLocation}from'./stock_locations';type PriceType='prices';type PriceRel=ResourceRel&{type:PriceType;};type PriceListRel=ResourceRel&{type:PriceListType;};type SkuRel=ResourceRel&{type:SkuType;};type PriceTierRel=ResourceRel&{type:PriceTierType;};interface Price extends Resource{readonly type:PriceType;currency_code?:string|null;sku_code?:string|null;amount_cents:number;amount_float?:number|null;formatted_amount?:string|null;compare_at_amount_cents?:number|null;compare_at_amount_float?:number|null;formatted_compare_at_amount?:string|null;price_list?:PriceList|null;sku?:Sku|null;price_tiers?:PriceTier[]|null;price_volume_tiers?:PriceVolumeTier[]|null;price_frequency_tiers?:PriceFrequencyTier[]|null;attachments?:Attachment[]|null;versions?:Version[]|null;jwt_customer?:Customer|null;jwt_markets?:Market[]|null;jwt_stock_locations?:StockLocation[]|null;}interface PriceCreate extends ResourceCreate{sku_code?:string|null;amount_cents:number;compare_at_amount_cents?:number|null;price_list:PriceListRel;sku:SkuRel;price_tiers?:PriceTierRel[]|null;}interface PriceUpdate extends ResourceUpdate{sku_code?:string|null;amount_cents?:number|null;compare_at_amount_cents?:number|null;price_list?:PriceListRel|null;sku?:SkuRel|null;price_tiers?:PriceTierRel[]|null;}declare class Prices extends ApiResource<Price>{static readonly TYPE:PriceType;create(resource:PriceCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Price>;update(resource:PriceUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Price>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;price_list(priceId:string|Price,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PriceList>;sku(priceId:string|Price,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Sku>;price_tiers(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PriceTier>>;price_volume_tiers(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PriceVolumeTier>>;price_frequency_tiers(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PriceFrequencyTier>>;attachments(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;jwt_customer(priceId:string|Price,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;jwt_markets(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Market>>;jwt_stock_locations(priceId:string|Price,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLocation>>;isPrice(resource:any):resource is Price;relationship(id:string|ResourceId|null):PriceRel;type():PriceType;}export default Prices;export type{Price,PriceCreate,PriceUpdate,PriceType};
@@ -1,65 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Prices extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: Prices.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: Prices.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: Prices.TYPE } : id, options);
13
- }
14
- async price_list(priceId, params, options) {
15
- const _priceId = priceId.id || priceId;
16
- return this.resources.fetch({ type: 'price_lists' }, `prices/${_priceId}/price_list`, params, options);
17
- }
18
- async sku(priceId, params, options) {
19
- const _priceId = priceId.id || priceId;
20
- return this.resources.fetch({ type: 'skus' }, `prices/${_priceId}/sku`, params, options);
21
- }
22
- async price_tiers(priceId, params, options) {
23
- const _priceId = priceId.id || priceId;
24
- return this.resources.fetch({ type: 'price_tiers' }, `prices/${_priceId}/price_tiers`, params, options);
25
- }
26
- async price_volume_tiers(priceId, params, options) {
27
- const _priceId = priceId.id || priceId;
28
- return this.resources.fetch({ type: 'price_volume_tiers' }, `prices/${_priceId}/price_volume_tiers`, params, options);
29
- }
30
- async price_frequency_tiers(priceId, params, options) {
31
- const _priceId = priceId.id || priceId;
32
- return this.resources.fetch({ type: 'price_frequency_tiers' }, `prices/${_priceId}/price_frequency_tiers`, params, options);
33
- }
34
- async attachments(priceId, params, options) {
35
- const _priceId = priceId.id || priceId;
36
- return this.resources.fetch({ type: 'attachments' }, `prices/${_priceId}/attachments`, params, options);
37
- }
38
- async versions(priceId, params, options) {
39
- const _priceId = priceId.id || priceId;
40
- return this.resources.fetch({ type: 'versions' }, `prices/${_priceId}/versions`, params, options);
41
- }
42
- async jwt_customer(priceId, params, options) {
43
- const _priceId = priceId.id || priceId;
44
- return this.resources.fetch({ type: 'customers' }, `prices/${_priceId}/jwt_customer`, params, options);
45
- }
46
- async jwt_markets(priceId, params, options) {
47
- const _priceId = priceId.id || priceId;
48
- return this.resources.fetch({ type: 'markets' }, `prices/${_priceId}/jwt_markets`, params, options);
49
- }
50
- async jwt_stock_locations(priceId, params, options) {
51
- const _priceId = priceId.id || priceId;
52
- return this.resources.fetch({ type: 'stock_locations' }, `prices/${_priceId}/jwt_stock_locations`, params, options);
53
- }
54
- isPrice(resource) {
55
- return resource.type && (resource.type === Prices.TYPE);
56
- }
57
- relationship(id) {
58
- return ((id === null) || (typeof id === 'string')) ? { id, type: Prices.TYPE } : { id: id.id, type: Prices.TYPE };
59
- }
60
- type() {
61
- return Prices.TYPE;
62
- }
63
- }
64
- Prices.TYPE = 'prices';
65
- exports.default = Prices;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Prices extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:Prices.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:Prices.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Prices.TYPE}:e,t)}async price_list(e,t,s){const r=e.id||e;return this.resources.fetch({type:"price_lists"},`prices/${r}/price_list`,t,s)}async sku(e,t,s){const r=e.id||e;return this.resources.fetch({type:"skus"},`prices/${r}/sku`,t,s)}async price_tiers(e,t,s){const r=e.id||e;return this.resources.fetch({type:"price_tiers"},`prices/${r}/price_tiers`,t,s)}async price_volume_tiers(e,t,s){const r=e.id||e;return this.resources.fetch({type:"price_volume_tiers"},`prices/${r}/price_volume_tiers`,t,s)}async price_frequency_tiers(e,t,s){const r=e.id||e;return this.resources.fetch({type:"price_frequency_tiers"},`prices/${r}/price_frequency_tiers`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`prices/${r}/attachments`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`prices/${r}/versions`,t,s)}async jwt_customer(e,t,s){const r=e.id||e;return this.resources.fetch({type:"customers"},`prices/${r}/jwt_customer`,t,s)}async jwt_markets(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`prices/${r}/jwt_markets`,t,s)}async jwt_stock_locations(e,t,s){const r=e.id||e;return this.resources.fetch({type:"stock_locations"},`prices/${r}/jwt_stock_locations`,t,s)}isPrice(e){return e.type&&e.type===Prices.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Prices.TYPE}:{id:e.id,type:Prices.TYPE}}type(){return Prices.TYPE}}Prices.TYPE="prices",exports.default=Prices;
@@ -1,29 +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 { PercentageDiscountPromotion } from './percentage_discount_promotions';
5
- import type { FreeShippingPromotion } from './free_shipping_promotions';
6
- import type { BuyXPayYPromotion } from './buy_x_pay_y_promotions';
7
- import type { FreeGiftPromotion } from './free_gift_promotions';
8
- import type { FixedPricePromotion } from './fixed_price_promotions';
9
- import type { ExternalPromotion } from './external_promotions';
10
- import type { FixedAmountPromotion } from './fixed_amount_promotions';
11
- import type { Version } from './versions';
12
- type PromotionRuleType = 'promotion_rules';
13
- type PromotionRuleRel = ResourceRel & {
14
- type: PromotionRuleType;
15
- };
16
- interface PromotionRule extends Resource {
17
- readonly type: PromotionRuleType;
18
- promotion?: PercentageDiscountPromotion | FreeShippingPromotion | BuyXPayYPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion | FixedAmountPromotion | null;
19
- versions?: Version[] | null;
20
- }
21
- declare class PromotionRules extends ApiResource<PromotionRule> {
22
- static readonly TYPE: PromotionRuleType;
23
- versions(promotionRuleId: string | PromotionRule, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
24
- isPromotionRule(resource: any): resource is PromotionRule;
25
- relationship(id: string | ResourceId | null): PromotionRuleRel;
26
- type(): PromotionRuleType;
27
- }
28
- export default PromotionRules;
29
- export type { PromotionRule, PromotionRuleType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList}from'../query';import type{PercentageDiscountPromotion}from'./percentage_discount_promotions';import type{FreeShippingPromotion}from'./free_shipping_promotions';import type{BuyXPayYPromotion}from'./buy_x_pay_y_promotions';import type{FreeGiftPromotion}from'./free_gift_promotions';import type{FixedPricePromotion}from'./fixed_price_promotions';import type{ExternalPromotion}from'./external_promotions';import type{FixedAmountPromotion}from'./fixed_amount_promotions';import type{Version}from'./versions';type PromotionRuleType='promotion_rules';type PromotionRuleRel=ResourceRel&{type:PromotionRuleType;};interface PromotionRule extends Resource{readonly type:PromotionRuleType;promotion?:PercentageDiscountPromotion|FreeShippingPromotion|BuyXPayYPromotion|FreeGiftPromotion|FixedPricePromotion|ExternalPromotion|FixedAmountPromotion|null;versions?:Version[]|null;}declare class PromotionRules extends ApiResource<PromotionRule>{static readonly TYPE:PromotionRuleType;versions(promotionRuleId:string|PromotionRule,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isPromotionRule(resource:any):resource is PromotionRule;relationship(id:string|ResourceId|null):PromotionRuleRel;type():PromotionRuleType;}export default PromotionRules;export type{PromotionRule,PromotionRuleType};
@@ -1,20 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class PromotionRules extends resource_1.ApiResource {
5
- async versions(promotionRuleId, params, options) {
6
- const _promotionRuleId = promotionRuleId.id || promotionRuleId;
7
- return this.resources.fetch({ type: 'versions' }, `promotion_rules/${_promotionRuleId}/versions`, params, options);
8
- }
9
- isPromotionRule(resource) {
10
- return resource.type && (resource.type === PromotionRules.TYPE);
11
- }
12
- relationship(id) {
13
- return ((id === null) || (typeof id === 'string')) ? { id, type: PromotionRules.TYPE } : { id: id.id, type: PromotionRules.TYPE };
14
- }
15
- type() {
16
- return PromotionRules.TYPE;
17
- }
18
- }
19
- PromotionRules.TYPE = 'promotion_rules';
20
- exports.default = PromotionRules;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PromotionRules extends resource_1.ApiResource{async versions(e,r,t){const s=e.id||e;return this.resources.fetch({type:"versions"},`promotion_rules/${s}/versions`,r,t)}isPromotionRule(e){return e.type&&e.type===PromotionRules.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PromotionRules.TYPE}:{id:e.id,type:PromotionRules.TYPE}}type(){return PromotionRules.TYPE}}PromotionRules.TYPE="promotion_rules",exports.default=PromotionRules;
@@ -1,63 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Market } from './markets';
5
- import type { PromotionRule } from './promotion_rules';
6
- import type { OrderAmountPromotionRule } from './order_amount_promotion_rules';
7
- import type { SkuListPromotionRule } from './sku_list_promotion_rules';
8
- import type { CouponCodesPromotionRule } from './coupon_codes_promotion_rules';
9
- import type { CustomPromotionRule } from './custom_promotion_rules';
10
- import type { SkuList } 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 } from './tags';
15
- import type { Version } from './versions';
16
- type PromotionType = 'promotions';
17
- type PromotionRel = ResourceRel & {
18
- type: PromotionType;
19
- };
20
- interface Promotion extends Resource {
21
- readonly type: PromotionType;
22
- name: string;
23
- currency_code?: string | null;
24
- exclusive?: boolean | null;
25
- priority?: number | null;
26
- starts_at: string;
27
- expires_at: string;
28
- total_usage_limit?: number | null;
29
- total_usage_count?: number | null;
30
- active?: boolean | null;
31
- disabled_at?: string | null;
32
- market?: Market | null;
33
- promotion_rules?: PromotionRule[] | null;
34
- order_amount_promotion_rule?: OrderAmountPromotionRule | null;
35
- sku_list_promotion_rule?: SkuListPromotionRule | null;
36
- coupon_codes_promotion_rule?: CouponCodesPromotionRule | null;
37
- custom_promotion_rule?: CustomPromotionRule | null;
38
- sku_list?: SkuList | null;
39
- coupons?: Coupon[] | null;
40
- attachments?: Attachment[] | null;
41
- events?: Event[] | null;
42
- tags?: Tag[] | null;
43
- versions?: Version[] | null;
44
- }
45
- declare class Promotions extends ApiResource<Promotion> {
46
- static readonly TYPE: PromotionType;
47
- market(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
48
- order_amount_promotion_rule(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
49
- sku_list_promotion_rule(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
50
- coupon_codes_promotion_rule(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
51
- custom_promotion_rule(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomPromotionRule>;
52
- sku_list(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
53
- coupons(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Coupon>>;
54
- attachments(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
55
- events(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
56
- tags(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
57
- versions(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
58
- isPromotion(resource: any): resource is Promotion;
59
- relationship(id: string | ResourceId | null): PromotionRel;
60
- type(): PromotionType;
61
- }
62
- export default Promotions;
63
- export type { Promotion, PromotionType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market}from'./markets';import type{PromotionRule}from'./promotion_rules';import type{OrderAmountPromotionRule}from'./order_amount_promotion_rules';import type{SkuListPromotionRule}from'./sku_list_promotion_rules';import type{CouponCodesPromotionRule}from'./coupon_codes_promotion_rules';import type{CustomPromotionRule}from'./custom_promotion_rules';import type{SkuList}from'./sku_lists';import type{Coupon}from'./coupons';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag}from'./tags';import type{Version}from'./versions';type PromotionType='promotions';type PromotionRel=ResourceRel&{type:PromotionType;};interface Promotion extends Resource{readonly type:PromotionType;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;disabled_at?:string|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;}declare class Promotions extends ApiResource<Promotion>{static readonly TYPE:PromotionType;market(promotionId:string|Promotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;order_amount_promotion_rule(promotionId:string|Promotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderAmountPromotionRule>;sku_list_promotion_rule(promotionId:string|Promotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuListPromotionRule>;coupon_codes_promotion_rule(promotionId:string|Promotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CouponCodesPromotionRule>;custom_promotion_rule(promotionId:string|Promotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CustomPromotionRule>;sku_list(promotionId:string|Promotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuList>;coupons(promotionId:string|Promotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Coupon>>;attachments(promotionId:string|Promotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(promotionId:string|Promotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(promotionId:string|Promotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(promotionId:string|Promotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isPromotion(resource:any):resource is Promotion;relationship(id:string|ResourceId|null):PromotionRel;type():PromotionType;}export default Promotions;export type{Promotion,PromotionType};
@@ -1,60 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Promotions extends resource_1.ApiResource {
5
- async market(promotionId, params, options) {
6
- const _promotionId = promotionId.id || promotionId;
7
- return this.resources.fetch({ type: 'markets' }, `promotions/${_promotionId}/market`, params, options);
8
- }
9
- async order_amount_promotion_rule(promotionId, params, options) {
10
- const _promotionId = promotionId.id || promotionId;
11
- return this.resources.fetch({ type: 'order_amount_promotion_rules' }, `promotions/${_promotionId}/order_amount_promotion_rule`, params, options);
12
- }
13
- async sku_list_promotion_rule(promotionId, params, options) {
14
- const _promotionId = promotionId.id || promotionId;
15
- return this.resources.fetch({ type: 'sku_list_promotion_rules' }, `promotions/${_promotionId}/sku_list_promotion_rule`, params, options);
16
- }
17
- async coupon_codes_promotion_rule(promotionId, params, options) {
18
- const _promotionId = promotionId.id || promotionId;
19
- return this.resources.fetch({ type: 'coupon_codes_promotion_rules' }, `promotions/${_promotionId}/coupon_codes_promotion_rule`, params, options);
20
- }
21
- async custom_promotion_rule(promotionId, params, options) {
22
- const _promotionId = promotionId.id || promotionId;
23
- return this.resources.fetch({ type: 'custom_promotion_rules' }, `promotions/${_promotionId}/custom_promotion_rule`, params, options);
24
- }
25
- async sku_list(promotionId, params, options) {
26
- const _promotionId = promotionId.id || promotionId;
27
- return this.resources.fetch({ type: 'sku_lists' }, `promotions/${_promotionId}/sku_list`, params, options);
28
- }
29
- async coupons(promotionId, params, options) {
30
- const _promotionId = promotionId.id || promotionId;
31
- return this.resources.fetch({ type: 'coupons' }, `promotions/${_promotionId}/coupons`, params, options);
32
- }
33
- async attachments(promotionId, params, options) {
34
- const _promotionId = promotionId.id || promotionId;
35
- return this.resources.fetch({ type: 'attachments' }, `promotions/${_promotionId}/attachments`, params, options);
36
- }
37
- async events(promotionId, params, options) {
38
- const _promotionId = promotionId.id || promotionId;
39
- return this.resources.fetch({ type: 'events' }, `promotions/${_promotionId}/events`, params, options);
40
- }
41
- async tags(promotionId, params, options) {
42
- const _promotionId = promotionId.id || promotionId;
43
- return this.resources.fetch({ type: 'tags' }, `promotions/${_promotionId}/tags`, params, options);
44
- }
45
- async versions(promotionId, params, options) {
46
- const _promotionId = promotionId.id || promotionId;
47
- return this.resources.fetch({ type: 'versions' }, `promotions/${_promotionId}/versions`, params, options);
48
- }
49
- isPromotion(resource) {
50
- return resource.type && (resource.type === Promotions.TYPE);
51
- }
52
- relationship(id) {
53
- return ((id === null) || (typeof id === 'string')) ? { id, type: Promotions.TYPE } : { id: id.id, type: Promotions.TYPE };
54
- }
55
- type() {
56
- return Promotions.TYPE;
57
- }
58
- }
59
- Promotions.TYPE = 'promotions';
60
- exports.default = Promotions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Promotions extends resource_1.ApiResource{async market(t,o,s){const e=t.id||t;return this.resources.fetch({type:"markets"},`promotions/${e}/market`,o,s)}async order_amount_promotion_rule(t,o,s){const e=t.id||t;return this.resources.fetch({type:"order_amount_promotion_rules"},`promotions/${e}/order_amount_promotion_rule`,o,s)}async sku_list_promotion_rule(t,o,s){const e=t.id||t;return this.resources.fetch({type:"sku_list_promotion_rules"},`promotions/${e}/sku_list_promotion_rule`,o,s)}async coupon_codes_promotion_rule(t,o,s){const e=t.id||t;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`promotions/${e}/coupon_codes_promotion_rule`,o,s)}async custom_promotion_rule(t,o,s){const e=t.id||t;return this.resources.fetch({type:"custom_promotion_rules"},`promotions/${e}/custom_promotion_rule`,o,s)}async sku_list(t,o,s){const e=t.id||t;return this.resources.fetch({type:"sku_lists"},`promotions/${e}/sku_list`,o,s)}async coupons(t,o,s){const e=t.id||t;return this.resources.fetch({type:"coupons"},`promotions/${e}/coupons`,o,s)}async attachments(t,o,s){const e=t.id||t;return this.resources.fetch({type:"attachments"},`promotions/${e}/attachments`,o,s)}async events(t,o,s){const e=t.id||t;return this.resources.fetch({type:"events"},`promotions/${e}/events`,o,s)}async tags(t,o,s){const e=t.id||t;return this.resources.fetch({type:"tags"},`promotions/${e}/tags`,o,s)}async versions(t,o,s){const e=t.id||t;return this.resources.fetch({type:"versions"},`promotions/${e}/versions`,o,s)}isPromotion(t){return t.type&&t.type===Promotions.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:Promotions.TYPE}:{id:t.id,type:Promotions.TYPE}}type(){return Promotions.TYPE}}Promotions.TYPE="promotions",exports.default=Promotions;
@@ -1,53 +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 { Event } from './events';
6
- import type { OrderSubscription, OrderSubscriptionType } from './order_subscriptions';
7
- type RecurringOrderCopyType = 'recurring_order_copies';
8
- type RecurringOrderCopyRel = ResourceRel & {
9
- type: RecurringOrderCopyType;
10
- };
11
- type OrderRel = ResourceRel & {
12
- type: OrderType;
13
- };
14
- type OrderSubscriptionRel = ResourceRel & {
15
- type: OrderSubscriptionType;
16
- };
17
- interface RecurringOrderCopy extends Resource {
18
- readonly type: RecurringOrderCopyType;
19
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
20
- started_at?: string | null;
21
- completed_at?: string | null;
22
- failed_at?: string | null;
23
- errors_log?: Record<string, any> | null;
24
- errors_count?: number | null;
25
- place_target_order?: boolean | null;
26
- reuse_wallet?: boolean | null;
27
- source_order?: Order | null;
28
- target_order?: Order | null;
29
- events?: Event[] | null;
30
- order_subscription?: OrderSubscription | null;
31
- }
32
- interface RecurringOrderCopyCreate extends ResourceCreate {
33
- place_target_order?: boolean | null;
34
- reuse_wallet?: boolean | null;
35
- source_order: OrderRel;
36
- order_subscription: OrderSubscriptionRel;
37
- }
38
- type RecurringOrderCopyUpdate = ResourceUpdate;
39
- declare class RecurringOrderCopies extends ApiResource<RecurringOrderCopy> {
40
- static readonly TYPE: RecurringOrderCopyType;
41
- create(resource: RecurringOrderCopyCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<RecurringOrderCopy>;
42
- update(resource: RecurringOrderCopyUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<RecurringOrderCopy>;
43
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
44
- source_order(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
45
- target_order(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
46
- events(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
47
- order_subscription(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
48
- isRecurringOrderCopy(resource: any): resource is RecurringOrderCopy;
49
- relationship(id: string | ResourceId | null): RecurringOrderCopyRel;
50
- type(): RecurringOrderCopyType;
51
- }
52
- export default RecurringOrderCopies;
53
- export type { RecurringOrderCopy, RecurringOrderCopyCreate, RecurringOrderCopyUpdate, RecurringOrderCopyType };
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{Event}from'./events';import type{OrderSubscription,OrderSubscriptionType}from'./order_subscriptions';type RecurringOrderCopyType='recurring_order_copies';type RecurringOrderCopyRel=ResourceRel&{type:RecurringOrderCopyType;};type OrderRel=ResourceRel&{type:OrderType;};type OrderSubscriptionRel=ResourceRel&{type:OrderSubscriptionType;};interface RecurringOrderCopy extends Resource{readonly type:RecurringOrderCopyType;status:'pending'|'in_progress'|'failed'|'completed';started_at?:string|null;completed_at?:string|null;failed_at?:string|null;errors_log?:Record<string,any>|null;errors_count?:number|null;place_target_order?:boolean|null;reuse_wallet?:boolean|null;source_order?:Order|null;target_order?:Order|null;events?:Event[]|null;order_subscription?:OrderSubscription|null;}interface RecurringOrderCopyCreate extends ResourceCreate{place_target_order?:boolean|null;reuse_wallet?:boolean|null;source_order:OrderRel;order_subscription:OrderSubscriptionRel;}type RecurringOrderCopyUpdate=ResourceUpdate;declare class RecurringOrderCopies extends ApiResource<RecurringOrderCopy>{static readonly TYPE:RecurringOrderCopyType;create(resource:RecurringOrderCopyCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<RecurringOrderCopy>;update(resource:RecurringOrderCopyUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<RecurringOrderCopy>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;source_order(recurringOrderCopyId:string|RecurringOrderCopy,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;target_order(recurringOrderCopyId:string|RecurringOrderCopy,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;events(recurringOrderCopyId:string|RecurringOrderCopy,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;order_subscription(recurringOrderCopyId:string|RecurringOrderCopy,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;isRecurringOrderCopy(resource:any):resource is RecurringOrderCopy;relationship(id:string|ResourceId|null):RecurringOrderCopyRel;type():RecurringOrderCopyType;}export default RecurringOrderCopies;export type{RecurringOrderCopy,RecurringOrderCopyCreate,RecurringOrderCopyUpdate,RecurringOrderCopyType};
@@ -1,41 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class RecurringOrderCopies extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: RecurringOrderCopies.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: RecurringOrderCopies.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: RecurringOrderCopies.TYPE } : id, options);
13
- }
14
- async source_order(recurringOrderCopyId, params, options) {
15
- const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
16
- return this.resources.fetch({ type: 'orders' }, `recurring_order_copies/${_recurringOrderCopyId}/source_order`, params, options);
17
- }
18
- async target_order(recurringOrderCopyId, params, options) {
19
- const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
20
- return this.resources.fetch({ type: 'orders' }, `recurring_order_copies/${_recurringOrderCopyId}/target_order`, params, options);
21
- }
22
- async events(recurringOrderCopyId, params, options) {
23
- const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
24
- return this.resources.fetch({ type: 'events' }, `recurring_order_copies/${_recurringOrderCopyId}/events`, params, options);
25
- }
26
- async order_subscription(recurringOrderCopyId, params, options) {
27
- const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
28
- return this.resources.fetch({ type: 'order_subscriptions' }, `recurring_order_copies/${_recurringOrderCopyId}/order_subscription`, params, options);
29
- }
30
- isRecurringOrderCopy(resource) {
31
- return resource.type && (resource.type === RecurringOrderCopies.TYPE);
32
- }
33
- relationship(id) {
34
- return ((id === null) || (typeof id === 'string')) ? { id, type: RecurringOrderCopies.TYPE } : { id: id.id, type: RecurringOrderCopies.TYPE };
35
- }
36
- type() {
37
- return RecurringOrderCopies.TYPE;
38
- }
39
- }
40
- RecurringOrderCopies.TYPE = 'recurring_order_copies';
41
- exports.default = RecurringOrderCopies;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class RecurringOrderCopies extends resource_1.ApiResource{async create(e,r,t){return this.resources.create({...e,type:RecurringOrderCopies.TYPE},r,t)}async update(e,r,t){return this.resources.update({...e,type:RecurringOrderCopies.TYPE},r,t)}async delete(e,r){await this.resources.delete(typeof e=="string"?{id:e,type:RecurringOrderCopies.TYPE}:e,r)}async source_order(e,r,t){const s=e.id||e;return this.resources.fetch({type:"orders"},`recurring_order_copies/${s}/source_order`,r,t)}async target_order(e,r,t){const s=e.id||e;return this.resources.fetch({type:"orders"},`recurring_order_copies/${s}/target_order`,r,t)}async events(e,r,t){const s=e.id||e;return this.resources.fetch({type:"events"},`recurring_order_copies/${s}/events`,r,t)}async order_subscription(e,r,t){const s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`recurring_order_copies/${s}/order_subscription`,r,t)}isRecurringOrderCopy(e){return e.type&&e.type===RecurringOrderCopies.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:RecurringOrderCopies.TYPE}:{id:e.id,type:RecurringOrderCopies.TYPE}}type(){return RecurringOrderCopies.TYPE}}RecurringOrderCopies.TYPE="recurring_order_copies",exports.default=RecurringOrderCopies;
@@ -1,44 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, 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 { Capture } from './captures';
9
- type RefundType = 'refunds';
10
- type RefundRel = ResourceRel & {
11
- type: RefundType;
12
- };
13
- interface Refund extends Resource {
14
- readonly type: RefundType;
15
- number: string;
16
- currency_code: string;
17
- amount_cents: number;
18
- amount_float: number;
19
- formatted_amount: string;
20
- succeeded: boolean;
21
- message?: string | null;
22
- error_code?: string | null;
23
- error_detail?: string | null;
24
- token?: string | null;
25
- gateway_transaction_id?: string | null;
26
- order?: Order | null;
27
- attachments?: Attachment[] | null;
28
- events?: Event[] | null;
29
- versions?: Version[] | null;
30
- reference_capture?: Capture | null;
31
- }
32
- declare class Refunds extends ApiResource<Refund> {
33
- static readonly TYPE: RefundType;
34
- order(refundId: string | Refund, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
35
- attachments(refundId: string | Refund, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
36
- events(refundId: string | Refund, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
37
- versions(refundId: string | Refund, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
38
- reference_capture(refundId: string | Refund, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Capture>;
39
- isRefund(resource: any): resource is Refund;
40
- relationship(id: string | ResourceId | null): RefundRel;
41
- type(): RefundType;
42
- }
43
- export default Refunds;
44
- export type { Refund, RefundType };
1
+ import{ApiResource}from'../resource';import type{Resource,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{Capture}from'./captures';type RefundType='refunds';type RefundRel=ResourceRel&{type:RefundType;};interface Refund extends Resource{readonly type:RefundType;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;order?:Order|null;attachments?:Attachment[]|null;events?:Event[]|null;versions?:Version[]|null;reference_capture?:Capture|null;}declare class Refunds extends ApiResource<Refund>{static readonly TYPE:RefundType;order(refundId:string|Refund,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;attachments(refundId:string|Refund,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(refundId:string|Refund,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;versions(refundId:string|Refund,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;reference_capture(refundId:string|Refund,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Capture>;isRefund(resource:any):resource is Refund;relationship(id:string|ResourceId|null):RefundRel;type():RefundType;}export default Refunds;export type{Refund,RefundType};
@@ -1,36 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Refunds extends resource_1.ApiResource {
5
- async order(refundId, params, options) {
6
- const _refundId = refundId.id || refundId;
7
- return this.resources.fetch({ type: 'orders' }, `refunds/${_refundId}/order`, params, options);
8
- }
9
- async attachments(refundId, params, options) {
10
- const _refundId = refundId.id || refundId;
11
- return this.resources.fetch({ type: 'attachments' }, `refunds/${_refundId}/attachments`, params, options);
12
- }
13
- async events(refundId, params, options) {
14
- const _refundId = refundId.id || refundId;
15
- return this.resources.fetch({ type: 'events' }, `refunds/${_refundId}/events`, params, options);
16
- }
17
- async versions(refundId, params, options) {
18
- const _refundId = refundId.id || refundId;
19
- return this.resources.fetch({ type: 'versions' }, `refunds/${_refundId}/versions`, params, options);
20
- }
21
- async reference_capture(refundId, params, options) {
22
- const _refundId = refundId.id || refundId;
23
- return this.resources.fetch({ type: 'captures' }, `refunds/${_refundId}/reference_capture`, params, options);
24
- }
25
- isRefund(resource) {
26
- return resource.type && (resource.type === Refunds.TYPE);
27
- }
28
- relationship(id) {
29
- return ((id === null) || (typeof id === 'string')) ? { id, type: Refunds.TYPE } : { id: id.id, type: Refunds.TYPE };
30
- }
31
- type() {
32
- return Refunds.TYPE;
33
- }
34
- }
35
- Refunds.TYPE = 'refunds';
36
- exports.default = Refunds;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Refunds extends resource_1.ApiResource{async order(e,r,t){const s=e.id||e;return this.resources.fetch({type:"orders"},`refunds/${s}/order`,r,t)}async attachments(e,r,t){const s=e.id||e;return this.resources.fetch({type:"attachments"},`refunds/${s}/attachments`,r,t)}async events(e,r,t){const s=e.id||e;return this.resources.fetch({type:"events"},`refunds/${s}/events`,r,t)}async versions(e,r,t){const s=e.id||e;return this.resources.fetch({type:"versions"},`refunds/${s}/versions`,r,t)}async reference_capture(e,r,t){const s=e.id||e;return this.resources.fetch({type:"captures"},`refunds/${s}/reference_capture`,r,t)}isRefund(e){return e.type&&e.type===Refunds.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Refunds.TYPE}:{id:e.id,type:Refunds.TYPE}}type(){return Refunds.TYPE}}Refunds.TYPE="refunds",exports.default=Refunds;
@@ -1,28 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { StockItem } from './stock_items';
5
- import type { Sku } from './skus';
6
- import type { StockReservation } from './stock_reservations';
7
- type ReservedStockType = 'reserved_stocks';
8
- type ReservedStockRel = ResourceRel & {
9
- type: ReservedStockType;
10
- };
11
- interface ReservedStock extends Resource {
12
- readonly type: ReservedStockType;
13
- quantity: number;
14
- stock_item?: StockItem | null;
15
- sku?: Sku | null;
16
- stock_reservations?: StockReservation[] | null;
17
- }
18
- declare class ReservedStocks extends ApiResource<ReservedStock> {
19
- static readonly TYPE: ReservedStockType;
20
- stock_item(reservedStockId: string | ReservedStock, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockItem>;
21
- sku(reservedStockId: string | ReservedStock, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Sku>;
22
- stock_reservations(reservedStockId: string | ReservedStock, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockReservation>>;
23
- isReservedStock(resource: any): resource is ReservedStock;
24
- relationship(id: string | ResourceId | null): ReservedStockRel;
25
- type(): ReservedStockType;
26
- }
27
- export default ReservedStocks;
28
- export type { ReservedStock, ReservedStockType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{StockItem}from'./stock_items';import type{Sku}from'./skus';import type{StockReservation}from'./stock_reservations';type ReservedStockType='reserved_stocks';type ReservedStockRel=ResourceRel&{type:ReservedStockType;};interface ReservedStock extends Resource{readonly type:ReservedStockType;quantity:number;stock_item?:StockItem|null;sku?:Sku|null;stock_reservations?:StockReservation[]|null;}declare class ReservedStocks extends ApiResource<ReservedStock>{static readonly TYPE:ReservedStockType;stock_item(reservedStockId:string|ReservedStock,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockItem>;sku(reservedStockId:string|ReservedStock,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Sku>;stock_reservations(reservedStockId:string|ReservedStock,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockReservation>>;isReservedStock(resource:any):resource is ReservedStock;relationship(id:string|ResourceId|null):ReservedStockRel;type():ReservedStockType;}export default ReservedStocks;export type{ReservedStock,ReservedStockType};