@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,151 +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 { ShippingCategory, ShippingCategoryType } from './shipping_categories';
6
- import type { InventoryStockLocation, InventoryStockLocationType } from './inventory_stock_locations';
7
- import type { StockLocation } from './stock_locations';
8
- import type { Address, AddressType } from './addresses';
9
- import type { ShippingMethod, ShippingMethodType } from './shipping_methods';
10
- import type { DeliveryLeadTime } from './delivery_lead_times';
11
- import type { StockLineItem } from './stock_line_items';
12
- import type { StockTransfer } from './stock_transfers';
13
- import type { LineItem } from './line_items';
14
- import type { CarrierAccount } from './carrier_accounts';
15
- import type { Parcel } from './parcels';
16
- import type { Attachment } from './attachments';
17
- import type { Event } from './events';
18
- import type { Tag, TagType } from './tags';
19
- import type { Version } from './versions';
20
- type ShipmentType = 'shipments';
21
- type ShipmentRel = ResourceRel & {
22
- type: ShipmentType;
23
- };
24
- type OrderRel = ResourceRel & {
25
- type: OrderType;
26
- };
27
- type ShippingCategoryRel = ResourceRel & {
28
- type: ShippingCategoryType;
29
- };
30
- type InventoryStockLocationRel = ResourceRel & {
31
- type: InventoryStockLocationType;
32
- };
33
- type AddressRel = ResourceRel & {
34
- type: AddressType;
35
- };
36
- type ShippingMethodRel = ResourceRel & {
37
- type: ShippingMethodType;
38
- };
39
- type TagRel = ResourceRel & {
40
- type: TagType;
41
- };
42
- interface Shipment extends Resource {
43
- readonly type: ShipmentType;
44
- number?: string | null;
45
- status: 'draft' | 'upcoming' | 'cancelled' | 'on_hold' | 'picking' | 'packing' | 'ready_to_ship' | 'shipped';
46
- currency_code?: string | null;
47
- cost_amount_cents?: number | null;
48
- cost_amount_float?: number | null;
49
- formatted_cost_amount?: string | null;
50
- skus_count?: number | null;
51
- selected_rate_id?: string | null;
52
- rates?: Array<Record<string, any>> | null;
53
- purchase_error_code?: string | null;
54
- purchase_error_message?: string | null;
55
- get_rates_errors?: Array<Record<string, any>> | null;
56
- get_rates_started_at?: string | null;
57
- get_rates_completed_at?: string | null;
58
- purchase_started_at?: string | null;
59
- purchase_completed_at?: string | null;
60
- purchase_failed_at?: string | null;
61
- on_hold_at?: string | null;
62
- picking_at?: string | null;
63
- packing_at?: string | null;
64
- ready_to_ship_at?: string | null;
65
- shipped_at?: string | null;
66
- order?: Order | null;
67
- shipping_category?: ShippingCategory | null;
68
- inventory_stock_location?: InventoryStockLocation | null;
69
- stock_location?: StockLocation | null;
70
- origin_address?: Address | null;
71
- shipping_address?: Address | null;
72
- shipping_method?: ShippingMethod | null;
73
- delivery_lead_time?: DeliveryLeadTime | null;
74
- stock_line_items?: StockLineItem[] | null;
75
- stock_transfers?: StockTransfer[] | null;
76
- line_items?: LineItem[] | null;
77
- available_shipping_methods?: ShippingMethod[] | null;
78
- carrier_accounts?: CarrierAccount[] | null;
79
- parcels?: Parcel[] | null;
80
- attachments?: Attachment[] | null;
81
- events?: Event[] | null;
82
- tags?: Tag[] | null;
83
- versions?: Version[] | null;
84
- }
85
- interface ShipmentCreate extends ResourceCreate {
86
- order: OrderRel;
87
- shipping_category?: ShippingCategoryRel | null;
88
- inventory_stock_location: InventoryStockLocationRel;
89
- shipping_address?: AddressRel | null;
90
- shipping_method?: ShippingMethodRel | null;
91
- tags?: TagRel[] | null;
92
- }
93
- interface ShipmentUpdate extends ResourceUpdate {
94
- _upcoming?: boolean | null;
95
- _on_hold?: boolean | null;
96
- _picking?: boolean | null;
97
- _packing?: boolean | null;
98
- _ready_to_ship?: boolean | null;
99
- _ship?: boolean | null;
100
- _reserve_stock?: boolean | null;
101
- _release_stock?: boolean | null;
102
- _decrement_stock?: boolean | null;
103
- _get_rates?: boolean | null;
104
- selected_rate_id?: string | null;
105
- _purchase?: boolean | null;
106
- shipping_category?: ShippingCategoryRel | null;
107
- inventory_stock_location?: InventoryStockLocationRel | null;
108
- shipping_address?: AddressRel | null;
109
- shipping_method?: ShippingMethodRel | null;
110
- tags?: TagRel[] | null;
111
- }
112
- declare class Shipments extends ApiResource<Shipment> {
113
- static readonly TYPE: ShipmentType;
114
- create(resource: ShipmentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
115
- update(resource: ShipmentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
116
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
117
- order(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
118
- shipping_category(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingCategory>;
119
- inventory_stock_location(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryStockLocation>;
120
- stock_location(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
121
- origin_address(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
122
- shipping_address(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
123
- shipping_method(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
124
- delivery_lead_time(shipmentId: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
125
- stock_line_items(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockLineItem>>;
126
- stock_transfers(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockTransfer>>;
127
- line_items(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<LineItem>>;
128
- available_shipping_methods(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ShippingMethod>>;
129
- carrier_accounts(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CarrierAccount>>;
130
- parcels(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Parcel>>;
131
- attachments(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
132
- events(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
133
- tags(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
134
- versions(shipmentId: string | Shipment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
135
- _upcoming(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
136
- _on_hold(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
137
- _picking(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
138
- _packing(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
139
- _ready_to_ship(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
140
- _ship(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
141
- _reserve_stock(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
142
- _release_stock(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
143
- _decrement_stock(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
144
- _get_rates(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
145
- _purchase(id: string | Shipment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
146
- isShipment(resource: any): resource is Shipment;
147
- relationship(id: string | ResourceId | null): ShipmentRel;
148
- type(): ShipmentType;
149
- }
150
- export default Shipments;
151
- export type { Shipment, ShipmentCreate, ShipmentUpdate, ShipmentType };
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{ShippingCategory,ShippingCategoryType}from'./shipping_categories';import type{InventoryStockLocation,InventoryStockLocationType}from'./inventory_stock_locations';import type{StockLocation}from'./stock_locations';import type{Address,AddressType}from'./addresses';import type{ShippingMethod,ShippingMethodType}from'./shipping_methods';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{LineItem}from'./line_items';import type{CarrierAccount}from'./carrier_accounts';import type{Parcel}from'./parcels';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type ShipmentType='shipments';type ShipmentRel=ResourceRel&{type:ShipmentType;};type OrderRel=ResourceRel&{type:OrderType;};type ShippingCategoryRel=ResourceRel&{type:ShippingCategoryType;};type InventoryStockLocationRel=ResourceRel&{type:InventoryStockLocationType;};type AddressRel=ResourceRel&{type:AddressType;};type ShippingMethodRel=ResourceRel&{type:ShippingMethodType;};type TagRel=ResourceRel&{type:TagType;};interface Shipment extends Resource{readonly type:ShipmentType;number?:string|null;status:'draft'|'upcoming'|'cancelled'|'on_hold'|'picking'|'packing'|'ready_to_ship'|'shipped';currency_code?:string|null;cost_amount_cents?:number|null;cost_amount_float?:number|null;formatted_cost_amount?:string|null;skus_count?:number|null;selected_rate_id?:string|null;rates?:Array<Record<string,any>>|null;purchase_error_code?:string|null;purchase_error_message?:string|null;get_rates_errors?:Array<Record<string,any>>|null;get_rates_started_at?:string|null;get_rates_completed_at?:string|null;purchase_started_at?:string|null;purchase_completed_at?:string|null;purchase_failed_at?:string|null;on_hold_at?:string|null;picking_at?:string|null;packing_at?:string|null;ready_to_ship_at?:string|null;shipped_at?:string|null;order?:Order|null;shipping_category?:ShippingCategory|null;inventory_stock_location?:InventoryStockLocation|null;stock_location?:StockLocation|null;origin_address?:Address|null;shipping_address?:Address|null;shipping_method?:ShippingMethod|null;delivery_lead_time?:DeliveryLeadTime|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;line_items?:LineItem[]|null;available_shipping_methods?:ShippingMethod[]|null;carrier_accounts?:CarrierAccount[]|null;parcels?:Parcel[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface ShipmentCreate extends ResourceCreate{order:OrderRel;shipping_category?:ShippingCategoryRel|null;inventory_stock_location:InventoryStockLocationRel;shipping_address?:AddressRel|null;shipping_method?:ShippingMethodRel|null;tags?:TagRel[]|null;}interface ShipmentUpdate extends ResourceUpdate{_upcoming?:boolean|null;_on_hold?:boolean|null;_picking?:boolean|null;_packing?:boolean|null;_ready_to_ship?:boolean|null;_ship?:boolean|null;_reserve_stock?:boolean|null;_release_stock?:boolean|null;_decrement_stock?:boolean|null;_get_rates?:boolean|null;selected_rate_id?:string|null;_purchase?:boolean|null;shipping_category?:ShippingCategoryRel|null;inventory_stock_location?:InventoryStockLocationRel|null;shipping_address?:AddressRel|null;shipping_method?:ShippingMethodRel|null;tags?:TagRel[]|null;}declare class Shipments extends ApiResource<Shipment>{static readonly TYPE:ShipmentType;create(resource:ShipmentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;update(resource:ShipmentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;shipping_category(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;inventory_stock_location(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryStockLocation>;stock_location(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;origin_address(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;shipping_address(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;shipping_method(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delivery_lead_time(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;stock_line_items(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;line_items(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;available_shipping_methods(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;carrier_accounts(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CarrierAccount>>;parcels(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Parcel>>;attachments(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_upcoming(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_on_hold(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_picking(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_packing(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_ready_to_ship(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_ship(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_reserve_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_release_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_decrement_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_get_rates(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_purchase(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;isShipment(resource:any):resource is Shipment;relationship(id:string|ResourceId|null):ShipmentRel;type():ShipmentType;}export default Shipments;export type{Shipment,ShipmentCreate,ShipmentUpdate,ShipmentType};
@@ -1,130 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Shipments extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: Shipments.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: Shipments.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: Shipments.TYPE } : id, options);
13
- }
14
- async order(shipmentId, params, options) {
15
- const _shipmentId = shipmentId.id || shipmentId;
16
- return this.resources.fetch({ type: 'orders' }, `shipments/${_shipmentId}/order`, params, options);
17
- }
18
- async shipping_category(shipmentId, params, options) {
19
- const _shipmentId = shipmentId.id || shipmentId;
20
- return this.resources.fetch({ type: 'shipping_categories' }, `shipments/${_shipmentId}/shipping_category`, params, options);
21
- }
22
- async inventory_stock_location(shipmentId, params, options) {
23
- const _shipmentId = shipmentId.id || shipmentId;
24
- return this.resources.fetch({ type: 'inventory_stock_locations' }, `shipments/${_shipmentId}/inventory_stock_location`, params, options);
25
- }
26
- async stock_location(shipmentId, params, options) {
27
- const _shipmentId = shipmentId.id || shipmentId;
28
- return this.resources.fetch({ type: 'stock_locations' }, `shipments/${_shipmentId}/stock_location`, params, options);
29
- }
30
- async origin_address(shipmentId, params, options) {
31
- const _shipmentId = shipmentId.id || shipmentId;
32
- return this.resources.fetch({ type: 'addresses' }, `shipments/${_shipmentId}/origin_address`, params, options);
33
- }
34
- async shipping_address(shipmentId, params, options) {
35
- const _shipmentId = shipmentId.id || shipmentId;
36
- return this.resources.fetch({ type: 'addresses' }, `shipments/${_shipmentId}/shipping_address`, params, options);
37
- }
38
- async shipping_method(shipmentId, params, options) {
39
- const _shipmentId = shipmentId.id || shipmentId;
40
- return this.resources.fetch({ type: 'shipping_methods' }, `shipments/${_shipmentId}/shipping_method`, params, options);
41
- }
42
- async delivery_lead_time(shipmentId, params, options) {
43
- const _shipmentId = shipmentId.id || shipmentId;
44
- return this.resources.fetch({ type: 'delivery_lead_times' }, `shipments/${_shipmentId}/delivery_lead_time`, params, options);
45
- }
46
- async stock_line_items(shipmentId, params, options) {
47
- const _shipmentId = shipmentId.id || shipmentId;
48
- return this.resources.fetch({ type: 'stock_line_items' }, `shipments/${_shipmentId}/stock_line_items`, params, options);
49
- }
50
- async stock_transfers(shipmentId, params, options) {
51
- const _shipmentId = shipmentId.id || shipmentId;
52
- return this.resources.fetch({ type: 'stock_transfers' }, `shipments/${_shipmentId}/stock_transfers`, params, options);
53
- }
54
- async line_items(shipmentId, params, options) {
55
- const _shipmentId = shipmentId.id || shipmentId;
56
- return this.resources.fetch({ type: 'line_items' }, `shipments/${_shipmentId}/line_items`, params, options);
57
- }
58
- async available_shipping_methods(shipmentId, params, options) {
59
- const _shipmentId = shipmentId.id || shipmentId;
60
- return this.resources.fetch({ type: 'shipping_methods' }, `shipments/${_shipmentId}/available_shipping_methods`, params, options);
61
- }
62
- async carrier_accounts(shipmentId, params, options) {
63
- const _shipmentId = shipmentId.id || shipmentId;
64
- return this.resources.fetch({ type: 'carrier_accounts' }, `shipments/${_shipmentId}/carrier_accounts`, params, options);
65
- }
66
- async parcels(shipmentId, params, options) {
67
- const _shipmentId = shipmentId.id || shipmentId;
68
- return this.resources.fetch({ type: 'parcels' }, `shipments/${_shipmentId}/parcels`, params, options);
69
- }
70
- async attachments(shipmentId, params, options) {
71
- const _shipmentId = shipmentId.id || shipmentId;
72
- return this.resources.fetch({ type: 'attachments' }, `shipments/${_shipmentId}/attachments`, params, options);
73
- }
74
- async events(shipmentId, params, options) {
75
- const _shipmentId = shipmentId.id || shipmentId;
76
- return this.resources.fetch({ type: 'events' }, `shipments/${_shipmentId}/events`, params, options);
77
- }
78
- async tags(shipmentId, params, options) {
79
- const _shipmentId = shipmentId.id || shipmentId;
80
- return this.resources.fetch({ type: 'tags' }, `shipments/${_shipmentId}/tags`, params, options);
81
- }
82
- async versions(shipmentId, params, options) {
83
- const _shipmentId = shipmentId.id || shipmentId;
84
- return this.resources.fetch({ type: 'versions' }, `shipments/${_shipmentId}/versions`, params, options);
85
- }
86
- async _upcoming(id, params, options) {
87
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _upcoming: true }, params, options);
88
- }
89
- async _on_hold(id, params, options) {
90
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _on_hold: true }, params, options);
91
- }
92
- async _picking(id, params, options) {
93
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _picking: true }, params, options);
94
- }
95
- async _packing(id, params, options) {
96
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _packing: true }, params, options);
97
- }
98
- async _ready_to_ship(id, params, options) {
99
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _ready_to_ship: true }, params, options);
100
- }
101
- async _ship(id, params, options) {
102
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _ship: true }, params, options);
103
- }
104
- async _reserve_stock(id, params, options) {
105
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _reserve_stock: true }, params, options);
106
- }
107
- async _release_stock(id, params, options) {
108
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _release_stock: true }, params, options);
109
- }
110
- async _decrement_stock(id, params, options) {
111
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _decrement_stock: true }, params, options);
112
- }
113
- async _get_rates(id, params, options) {
114
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _get_rates: true }, params, options);
115
- }
116
- async _purchase(id, params, options) {
117
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Shipments.TYPE, _purchase: true }, params, options);
118
- }
119
- isShipment(resource) {
120
- return resource.type && (resource.type === Shipments.TYPE);
121
- }
122
- relationship(id) {
123
- return ((id === null) || (typeof id === 'string')) ? { id, type: Shipments.TYPE } : { id: id.id, type: Shipments.TYPE };
124
- }
125
- type() {
126
- return Shipments.TYPE;
127
- }
128
- }
129
- Shipments.TYPE = 'shipments';
130
- exports.default = Shipments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Shipments extends resource_1.ApiResource{async create(e,s,t){return this.resources.create({...e,type:Shipments.TYPE},s,t)}async update(e,s,t){return this.resources.update({...e,type:Shipments.TYPE},s,t)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:Shipments.TYPE}:e,s)}async order(e,s,t){const r=e.id||e;return this.resources.fetch({type:"orders"},`shipments/${r}/order`,s,t)}async shipping_category(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipments/${r}/shipping_category`,s,t)}async inventory_stock_location(e,s,t){const r=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`shipments/${r}/inventory_stock_location`,s,t)}async stock_location(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipments/${r}/stock_location`,s,t)}async origin_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${r}/origin_address`,s,t)}async shipping_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${r}/shipping_address`,s,t)}async shipping_method(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${r}/shipping_method`,s,t)}async delivery_lead_time(e,s,t){const r=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipments/${r}/delivery_lead_time`,s,t)}async stock_line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_line_items"},`shipments/${r}/stock_line_items`,s,t)}async stock_transfers(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_transfers"},`shipments/${r}/stock_transfers`,s,t)}async line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_items"},`shipments/${r}/line_items`,s,t)}async available_shipping_methods(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${r}/available_shipping_methods`,s,t)}async carrier_accounts(e,s,t){const r=e.id||e;return this.resources.fetch({type:"carrier_accounts"},`shipments/${r}/carrier_accounts`,s,t)}async parcels(e,s,t){const r=e.id||e;return this.resources.fetch({type:"parcels"},`shipments/${r}/parcels`,s,t)}async attachments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"attachments"},`shipments/${r}/attachments`,s,t)}async events(e,s,t){const r=e.id||e;return this.resources.fetch({type:"events"},`shipments/${r}/events`,s,t)}async tags(e,s,t){const r=e.id||e;return this.resources.fetch({type:"tags"},`shipments/${r}/tags`,s,t)}async versions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"versions"},`shipments/${r}/versions`,s,t)}async _upcoming(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_upcoming:!0},s,t)}async _on_hold(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_on_hold:!0},s,t)}async _picking(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_picking:!0},s,t)}async _packing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_packing:!0},s,t)}async _ready_to_ship(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_ready_to_ship:!0},s,t)}async _ship(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_ship:!0},s,t)}async _reserve_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_reserve_stock:!0},s,t)}async _release_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_release_stock:!0},s,t)}async _decrement_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_decrement_stock:!0},s,t)}async _get_rates(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_get_rates:!0},s,t)}async _purchase(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_purchase:!0},s,t)}isShipment(e){return e.type&&e.type===Shipments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Shipments.TYPE}:{id:e.id,type:Shipments.TYPE}}type(){return Shipments.TYPE}}Shipments.TYPE="shipments",exports.default=Shipments;
@@ -1,40 +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 { Sku } from './skus';
5
- import type { Attachment } from './attachments';
6
- import type { Version } from './versions';
7
- type ShippingCategoryType = 'shipping_categories';
8
- type ShippingCategoryRel = ResourceRel & {
9
- type: ShippingCategoryType;
10
- };
11
- interface ShippingCategory extends Resource {
12
- readonly type: ShippingCategoryType;
13
- name: string;
14
- code?: string | null;
15
- skus?: Sku[] | null;
16
- attachments?: Attachment[] | null;
17
- versions?: Version[] | null;
18
- }
19
- interface ShippingCategoryCreate extends ResourceCreate {
20
- name: string;
21
- code?: string | null;
22
- }
23
- interface ShippingCategoryUpdate extends ResourceUpdate {
24
- name?: string | null;
25
- code?: string | null;
26
- }
27
- declare class ShippingCategories extends ApiResource<ShippingCategory> {
28
- static readonly TYPE: ShippingCategoryType;
29
- create(resource: ShippingCategoryCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingCategory>;
30
- update(resource: ShippingCategoryUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingCategory>;
31
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
32
- skus(shippingCategoryId: string | ShippingCategory, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
33
- attachments(shippingCategoryId: string | ShippingCategory, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
34
- versions(shippingCategoryId: string | ShippingCategory, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
35
- isShippingCategory(resource: any): resource is ShippingCategory;
36
- relationship(id: string | ResourceId | null): ShippingCategoryRel;
37
- type(): ShippingCategoryType;
38
- }
39
- export default ShippingCategories;
40
- export type { ShippingCategory, ShippingCategoryCreate, ShippingCategoryUpdate, ShippingCategoryType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Sku}from'./skus';import type{Attachment}from'./attachments';import type{Version}from'./versions';type ShippingCategoryType='shipping_categories';type ShippingCategoryRel=ResourceRel&{type:ShippingCategoryType;};interface ShippingCategory extends Resource{readonly type:ShippingCategoryType;name:string;code?:string|null;skus?:Sku[]|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface ShippingCategoryCreate extends ResourceCreate{name:string;code?:string|null;}interface ShippingCategoryUpdate extends ResourceUpdate{name?:string|null;code?:string|null;}declare class ShippingCategories extends ApiResource<ShippingCategory>{static readonly TYPE:ShippingCategoryType;create(resource:ShippingCategoryCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;update(resource:ShippingCategoryUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;skus(shippingCategoryId:string|ShippingCategory,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;attachments(shippingCategoryId:string|ShippingCategory,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(shippingCategoryId:string|ShippingCategory,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isShippingCategory(resource:any):resource is ShippingCategory;relationship(id:string|ResourceId|null):ShippingCategoryRel;type():ShippingCategoryType;}export default ShippingCategories;export type{ShippingCategory,ShippingCategoryCreate,ShippingCategoryUpdate,ShippingCategoryType};
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class ShippingCategories extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: ShippingCategories.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: ShippingCategories.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: ShippingCategories.TYPE } : id, options);
13
- }
14
- async skus(shippingCategoryId, params, options) {
15
- const _shippingCategoryId = shippingCategoryId.id || shippingCategoryId;
16
- return this.resources.fetch({ type: 'skus' }, `shipping_categories/${_shippingCategoryId}/skus`, params, options);
17
- }
18
- async attachments(shippingCategoryId, params, options) {
19
- const _shippingCategoryId = shippingCategoryId.id || shippingCategoryId;
20
- return this.resources.fetch({ type: 'attachments' }, `shipping_categories/${_shippingCategoryId}/attachments`, params, options);
21
- }
22
- async versions(shippingCategoryId, params, options) {
23
- const _shippingCategoryId = shippingCategoryId.id || shippingCategoryId;
24
- return this.resources.fetch({ type: 'versions' }, `shipping_categories/${_shippingCategoryId}/versions`, params, options);
25
- }
26
- isShippingCategory(resource) {
27
- return resource.type && (resource.type === ShippingCategories.TYPE);
28
- }
29
- relationship(id) {
30
- return ((id === null) || (typeof id === 'string')) ? { id, type: ShippingCategories.TYPE } : { id: id.id, type: ShippingCategories.TYPE };
31
- }
32
- type() {
33
- return ShippingCategories.TYPE;
34
- }
35
- }
36
- ShippingCategories.TYPE = 'shipping_categories';
37
- exports.default = ShippingCategories;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingCategories extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:ShippingCategories.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:ShippingCategories.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ShippingCategories.TYPE}:e,t)}async skus(e,t,s){const r=e.id||e;return this.resources.fetch({type:"skus"},`shipping_categories/${r}/skus`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_categories/${r}/attachments`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`shipping_categories/${r}/versions`,t,s)}isShippingCategory(e){return e.type&&e.type===ShippingCategories.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ShippingCategories.TYPE}:{id:e.id,type:ShippingCategories.TYPE}}type(){return ShippingCategories.TYPE}}ShippingCategories.TYPE="shipping_categories",exports.default=ShippingCategories;
@@ -1,32 +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 { ShippingMethod } from './shipping_methods';
5
- import type { Attachment } from './attachments';
6
- import type { Version } from './versions';
7
- type ShippingMethodTierType = 'shipping_method_tiers';
8
- type ShippingMethodTierRel = ResourceRel & {
9
- type: ShippingMethodTierType;
10
- };
11
- interface ShippingMethodTier extends Resource {
12
- readonly type: ShippingMethodTierType;
13
- name: string;
14
- up_to?: number | null;
15
- price_amount_cents: number;
16
- price_amount_float?: number | null;
17
- formatted_price_amount?: string | null;
18
- shipping_method?: ShippingMethod | null;
19
- attachments?: Attachment[] | null;
20
- versions?: Version[] | null;
21
- }
22
- declare class ShippingMethodTiers extends ApiResource<ShippingMethodTier> {
23
- static readonly TYPE: ShippingMethodTierType;
24
- shipping_method(shippingMethodTierId: string | ShippingMethodTier, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
25
- attachments(shippingMethodTierId: string | ShippingMethodTier, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
26
- versions(shippingMethodTierId: string | ShippingMethodTier, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
27
- isShippingMethodTier(resource: any): resource is ShippingMethodTier;
28
- relationship(id: string | ResourceId | null): ShippingMethodTierRel;
29
- type(): ShippingMethodTierType;
30
- }
31
- export default ShippingMethodTiers;
32
- export type { ShippingMethodTier, ShippingMethodTierType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{ShippingMethod}from'./shipping_methods';import type{Attachment}from'./attachments';import type{Version}from'./versions';type ShippingMethodTierType='shipping_method_tiers';type ShippingMethodTierRel=ResourceRel&{type:ShippingMethodTierType;};interface ShippingMethodTier extends Resource{readonly type:ShippingMethodTierType;name:string;up_to?:number|null;price_amount_cents:number;price_amount_float?:number|null;formatted_price_amount?:string|null;shipping_method?:ShippingMethod|null;attachments?:Attachment[]|null;versions?:Version[]|null;}declare class ShippingMethodTiers extends ApiResource<ShippingMethodTier>{static readonly TYPE:ShippingMethodTierType;shipping_method(shippingMethodTierId:string|ShippingMethodTier,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;attachments(shippingMethodTierId:string|ShippingMethodTier,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(shippingMethodTierId:string|ShippingMethodTier,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isShippingMethodTier(resource:any):resource is ShippingMethodTier;relationship(id:string|ResourceId|null):ShippingMethodTierRel;type():ShippingMethodTierType;}export default ShippingMethodTiers;export type{ShippingMethodTier,ShippingMethodTierType};
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class ShippingMethodTiers extends resource_1.ApiResource {
5
- async shipping_method(shippingMethodTierId, params, options) {
6
- const _shippingMethodTierId = shippingMethodTierId.id || shippingMethodTierId;
7
- return this.resources.fetch({ type: 'shipping_methods' }, `shipping_method_tiers/${_shippingMethodTierId}/shipping_method`, params, options);
8
- }
9
- async attachments(shippingMethodTierId, params, options) {
10
- const _shippingMethodTierId = shippingMethodTierId.id || shippingMethodTierId;
11
- return this.resources.fetch({ type: 'attachments' }, `shipping_method_tiers/${_shippingMethodTierId}/attachments`, params, options);
12
- }
13
- async versions(shippingMethodTierId, params, options) {
14
- const _shippingMethodTierId = shippingMethodTierId.id || shippingMethodTierId;
15
- return this.resources.fetch({ type: 'versions' }, `shipping_method_tiers/${_shippingMethodTierId}/versions`, params, options);
16
- }
17
- isShippingMethodTier(resource) {
18
- return resource.type && (resource.type === ShippingMethodTiers.TYPE);
19
- }
20
- relationship(id) {
21
- return ((id === null) || (typeof id === 'string')) ? { id, type: ShippingMethodTiers.TYPE } : { id: id.id, type: ShippingMethodTiers.TYPE };
22
- }
23
- type() {
24
- return ShippingMethodTiers.TYPE;
25
- }
26
- }
27
- ShippingMethodTiers.TYPE = 'shipping_method_tiers';
28
- exports.default = ShippingMethodTiers;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingMethodTiers extends resource_1.ApiResource{async shipping_method(e,t,s){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipping_method_tiers/${r}/shipping_method`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_method_tiers/${r}/attachments`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`shipping_method_tiers/${r}/versions`,t,s)}isShippingMethodTier(e){return e.type&&e.type===ShippingMethodTiers.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ShippingMethodTiers.TYPE}:{id:e.id,type:ShippingMethodTiers.TYPE}}type(){return ShippingMethodTiers.TYPE}}ShippingMethodTiers.TYPE="shipping_method_tiers",exports.default=ShippingMethodTiers;
@@ -1,125 +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 { ShippingZone, ShippingZoneType } from './shipping_zones';
6
- import type { ShippingCategory, ShippingCategoryType } from './shipping_categories';
7
- import type { StockLocation, StockLocationType } from './stock_locations';
8
- import type { DeliveryLeadTime } from './delivery_lead_times';
9
- import type { ShippingMethodTier, ShippingMethodTierType } from './shipping_method_tiers';
10
- import type { ShippingWeightTier } from './shipping_weight_tiers';
11
- import type { Attachment } from './attachments';
12
- import type { Version } from './versions';
13
- type ShippingMethodType = 'shipping_methods';
14
- type ShippingMethodRel = ResourceRel & {
15
- type: ShippingMethodType;
16
- };
17
- type MarketRel = ResourceRel & {
18
- type: MarketType;
19
- };
20
- type ShippingZoneRel = ResourceRel & {
21
- type: ShippingZoneType;
22
- };
23
- type ShippingCategoryRel = ResourceRel & {
24
- type: ShippingCategoryType;
25
- };
26
- type StockLocationRel = ResourceRel & {
27
- type: StockLocationType;
28
- };
29
- type ShippingMethodTierRel = ResourceRel & {
30
- type: ShippingMethodTierType;
31
- };
32
- interface ShippingMethod extends Resource {
33
- readonly type: ShippingMethodType;
34
- name: string;
35
- scheme?: string | null;
36
- currency_code?: string | null;
37
- external_prices_url?: string | null;
38
- price_amount_cents: number;
39
- price_amount_float?: number | null;
40
- formatted_price_amount?: string | null;
41
- free_over_amount_cents?: number | null;
42
- free_over_amount_float?: number | null;
43
- formatted_free_over_amount?: string | null;
44
- use_subtotal?: boolean | null;
45
- price_amount_for_shipment_cents?: number | null;
46
- price_amount_for_shipment_float?: number | null;
47
- formatted_price_amount_for_shipment?: string | null;
48
- min_weight?: number | null;
49
- max_weight?: number | null;
50
- unit_of_weight?: string | null;
51
- disabled_at?: string | null;
52
- circuit_state?: string | null;
53
- circuit_failure_count?: number | null;
54
- market?: Market | null;
55
- shipping_zone?: ShippingZone | null;
56
- shipping_category?: ShippingCategory | null;
57
- stock_location?: StockLocation | null;
58
- delivery_lead_time_for_shipment?: DeliveryLeadTime | null;
59
- shipping_method_tiers?: ShippingMethodTier[] | null;
60
- shipping_weight_tiers?: ShippingWeightTier[] | null;
61
- attachments?: Attachment[] | null;
62
- versions?: Version[] | null;
63
- }
64
- interface ShippingMethodCreate extends ResourceCreate {
65
- name: string;
66
- scheme?: string | null;
67
- currency_code?: string | null;
68
- external_prices_url?: string | null;
69
- price_amount_cents: number;
70
- free_over_amount_cents?: number | null;
71
- use_subtotal?: boolean | null;
72
- min_weight?: number | null;
73
- max_weight?: number | null;
74
- unit_of_weight?: string | null;
75
- _disable?: boolean | null;
76
- _enable?: boolean | null;
77
- market?: MarketRel | null;
78
- shipping_zone?: ShippingZoneRel | null;
79
- shipping_category?: ShippingCategoryRel | null;
80
- stock_location?: StockLocationRel | null;
81
- shipping_method_tiers?: ShippingMethodTierRel[] | null;
82
- }
83
- interface ShippingMethodUpdate extends ResourceUpdate {
84
- name?: string | null;
85
- scheme?: string | null;
86
- currency_code?: string | null;
87
- external_prices_url?: string | null;
88
- price_amount_cents?: number | null;
89
- free_over_amount_cents?: number | null;
90
- use_subtotal?: boolean | null;
91
- min_weight?: number | null;
92
- max_weight?: number | null;
93
- unit_of_weight?: string | null;
94
- _disable?: boolean | null;
95
- _enable?: boolean | null;
96
- _reset_circuit?: boolean | null;
97
- market?: MarketRel | null;
98
- shipping_zone?: ShippingZoneRel | null;
99
- shipping_category?: ShippingCategoryRel | null;
100
- stock_location?: StockLocationRel | null;
101
- shipping_method_tiers?: ShippingMethodTierRel[] | null;
102
- }
103
- declare class ShippingMethods extends ApiResource<ShippingMethod> {
104
- static readonly TYPE: ShippingMethodType;
105
- create(resource: ShippingMethodCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
106
- update(resource: ShippingMethodUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
107
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
108
- market(shippingMethodId: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
109
- shipping_zone(shippingMethodId: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingZone>;
110
- shipping_category(shippingMethodId: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingCategory>;
111
- stock_location(shippingMethodId: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
112
- delivery_lead_time_for_shipment(shippingMethodId: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<DeliveryLeadTime>;
113
- shipping_method_tiers(shippingMethodId: string | ShippingMethod, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ShippingMethodTier>>;
114
- shipping_weight_tiers(shippingMethodId: string | ShippingMethod, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ShippingWeightTier>>;
115
- attachments(shippingMethodId: string | ShippingMethod, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
116
- versions(shippingMethodId: string | ShippingMethod, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
117
- _disable(id: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
118
- _enable(id: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
119
- _reset_circuit(id: string | ShippingMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
120
- isShippingMethod(resource: any): resource is ShippingMethod;
121
- relationship(id: string | ResourceId | null): ShippingMethodRel;
122
- type(): ShippingMethodType;
123
- }
124
- export default ShippingMethods;
125
- export type { ShippingMethod, ShippingMethodCreate, ShippingMethodUpdate, ShippingMethodType };
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{ShippingZone,ShippingZoneType}from'./shipping_zones';import type{ShippingCategory,ShippingCategoryType}from'./shipping_categories';import type{StockLocation,StockLocationType}from'./stock_locations';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{ShippingMethodTier,ShippingMethodTierType}from'./shipping_method_tiers';import type{ShippingWeightTier}from'./shipping_weight_tiers';import type{Attachment}from'./attachments';import type{Version}from'./versions';type ShippingMethodType='shipping_methods';type ShippingMethodRel=ResourceRel&{type:ShippingMethodType;};type MarketRel=ResourceRel&{type:MarketType;};type ShippingZoneRel=ResourceRel&{type:ShippingZoneType;};type ShippingCategoryRel=ResourceRel&{type:ShippingCategoryType;};type StockLocationRel=ResourceRel&{type:StockLocationType;};type ShippingMethodTierRel=ResourceRel&{type:ShippingMethodTierType;};interface ShippingMethod extends Resource{readonly type:ShippingMethodType;name:string;scheme?:string|null;currency_code?:string|null;external_prices_url?:string|null;price_amount_cents:number;price_amount_float?:number|null;formatted_price_amount?:string|null;free_over_amount_cents?:number|null;free_over_amount_float?:number|null;formatted_free_over_amount?:string|null;use_subtotal?:boolean|null;price_amount_for_shipment_cents?:number|null;price_amount_for_shipment_float?:number|null;formatted_price_amount_for_shipment?:string|null;min_weight?:number|null;max_weight?:number|null;unit_of_weight?:string|null;disabled_at?:string|null;circuit_state?:string|null;circuit_failure_count?:number|null;market?:Market|null;shipping_zone?:ShippingZone|null;shipping_category?:ShippingCategory|null;stock_location?:StockLocation|null;delivery_lead_time_for_shipment?:DeliveryLeadTime|null;shipping_method_tiers?:ShippingMethodTier[]|null;shipping_weight_tiers?:ShippingWeightTier[]|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface ShippingMethodCreate extends ResourceCreate{name:string;scheme?:string|null;currency_code?:string|null;external_prices_url?:string|null;price_amount_cents:number;free_over_amount_cents?:number|null;use_subtotal?:boolean|null;min_weight?:number|null;max_weight?:number|null;unit_of_weight?:string|null;_disable?:boolean|null;_enable?:boolean|null;market?:MarketRel|null;shipping_zone?:ShippingZoneRel|null;shipping_category?:ShippingCategoryRel|null;stock_location?:StockLocationRel|null;shipping_method_tiers?:ShippingMethodTierRel[]|null;}interface ShippingMethodUpdate extends ResourceUpdate{name?:string|null;scheme?:string|null;currency_code?:string|null;external_prices_url?:string|null;price_amount_cents?:number|null;free_over_amount_cents?:number|null;use_subtotal?:boolean|null;min_weight?:number|null;max_weight?:number|null;unit_of_weight?:string|null;_disable?:boolean|null;_enable?:boolean|null;_reset_circuit?:boolean|null;market?:MarketRel|null;shipping_zone?:ShippingZoneRel|null;shipping_category?:ShippingCategoryRel|null;stock_location?:StockLocationRel|null;shipping_method_tiers?:ShippingMethodTierRel[]|null;}declare class ShippingMethods extends ApiResource<ShippingMethod>{static readonly TYPE:ShippingMethodType;create(resource:ShippingMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;update(resource:ShippingMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;shipping_zone(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingZone>;shipping_category(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;stock_location(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;delivery_lead_time_for_shipment(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;shipping_method_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethodTier>>;shipping_weight_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingWeightTier>>;attachments(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_disable(id:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;_enable(id:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;_reset_circuit(id:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;isShippingMethod(resource:any):resource is ShippingMethod;relationship(id:string|ResourceId|null):ShippingMethodRel;type():ShippingMethodType;}export default ShippingMethods;export type{ShippingMethod,ShippingMethodCreate,ShippingMethodUpdate,ShippingMethodType};