@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,126 +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 { Shipment, ShipmentType } from './shipments';
5
- import type { Package, PackageType } from './packages';
6
- import type { ParcelLineItem } from './parcel_line_items';
7
- import type { Attachment } from './attachments';
8
- import type { Event } from './events';
9
- import type { Version } from './versions';
10
- type ParcelType = 'parcels';
11
- type ParcelRel = ResourceRel & {
12
- type: ParcelType;
13
- };
14
- type ShipmentRel = ResourceRel & {
15
- type: ShipmentType;
16
- };
17
- type PackageRel = ResourceRel & {
18
- type: PackageType;
19
- };
20
- interface Parcel extends Resource {
21
- readonly type: ParcelType;
22
- number?: string | null;
23
- weight: number;
24
- unit_of_weight: string;
25
- eel_pfc?: string | null;
26
- contents_type?: string | null;
27
- contents_explanation?: string | null;
28
- customs_certify?: boolean | null;
29
- customs_signer?: string | null;
30
- non_delivery_option?: string | null;
31
- restriction_type?: string | null;
32
- restriction_comments?: string | null;
33
- customs_info_required?: boolean | null;
34
- shipping_label_url?: string | null;
35
- shipping_label_file_type?: string | null;
36
- shipping_label_size?: string | null;
37
- shipping_label_resolution?: string | null;
38
- tracking_number?: string | null;
39
- tracking_status?: string | null;
40
- tracking_status_detail?: string | null;
41
- tracking_status_updated_at?: string | null;
42
- tracking_details?: Record<string, any> | null;
43
- carrier_weight_oz?: string | null;
44
- signed_by?: string | null;
45
- incoterm?: string | null;
46
- delivery_confirmation?: string | null;
47
- shipment?: Shipment | null;
48
- package?: Package | null;
49
- parcel_line_items?: ParcelLineItem[] | null;
50
- attachments?: Attachment[] | null;
51
- events?: Event[] | null;
52
- versions?: Version[] | null;
53
- }
54
- interface ParcelCreate extends ResourceCreate {
55
- weight: number;
56
- unit_of_weight: string;
57
- eel_pfc?: string | null;
58
- contents_type?: string | null;
59
- contents_explanation?: string | null;
60
- customs_certify?: boolean | null;
61
- customs_signer?: string | null;
62
- non_delivery_option?: string | null;
63
- restriction_type?: string | null;
64
- restriction_comments?: string | null;
65
- customs_info_required?: boolean | null;
66
- shipping_label_url?: string | null;
67
- shipping_label_file_type?: string | null;
68
- shipping_label_size?: string | null;
69
- shipping_label_resolution?: string | null;
70
- tracking_number?: string | null;
71
- tracking_status?: string | null;
72
- tracking_status_detail?: string | null;
73
- tracking_status_updated_at?: string | null;
74
- tracking_details?: Record<string, any> | null;
75
- carrier_weight_oz?: string | null;
76
- signed_by?: string | null;
77
- incoterm?: string | null;
78
- delivery_confirmation?: string | null;
79
- shipment: ShipmentRel;
80
- package: PackageRel;
81
- }
82
- interface ParcelUpdate extends ResourceUpdate {
83
- weight?: number | null;
84
- unit_of_weight?: string | null;
85
- eel_pfc?: string | null;
86
- contents_type?: string | null;
87
- contents_explanation?: string | null;
88
- customs_certify?: boolean | null;
89
- customs_signer?: string | null;
90
- non_delivery_option?: string | null;
91
- restriction_type?: string | null;
92
- restriction_comments?: string | null;
93
- customs_info_required?: boolean | null;
94
- shipping_label_url?: string | null;
95
- shipping_label_file_type?: string | null;
96
- shipping_label_size?: string | null;
97
- shipping_label_resolution?: string | null;
98
- tracking_number?: string | null;
99
- tracking_status?: string | null;
100
- tracking_status_detail?: string | null;
101
- tracking_status_updated_at?: string | null;
102
- tracking_details?: Record<string, any> | null;
103
- carrier_weight_oz?: string | null;
104
- signed_by?: string | null;
105
- incoterm?: string | null;
106
- delivery_confirmation?: string | null;
107
- shipment?: ShipmentRel | null;
108
- package?: PackageRel | null;
109
- }
110
- declare class Parcels extends ApiResource<Parcel> {
111
- static readonly TYPE: ParcelType;
112
- create(resource: ParcelCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Parcel>;
113
- update(resource: ParcelUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Parcel>;
114
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
115
- shipment(parcelId: string | Parcel, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
116
- package(parcelId: string | Parcel, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Package>;
117
- parcel_line_items(parcelId: string | Parcel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ParcelLineItem>>;
118
- attachments(parcelId: string | Parcel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
119
- events(parcelId: string | Parcel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
120
- versions(parcelId: string | Parcel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
121
- isParcel(resource: any): resource is Parcel;
122
- relationship(id: string | ResourceId | null): ParcelRel;
123
- type(): ParcelType;
124
- }
125
- export default Parcels;
126
- export type { Parcel, ParcelCreate, ParcelUpdate, ParcelType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Shipment,ShipmentType}from'./shipments';import type{Package,PackageType}from'./packages';import type{ParcelLineItem}from'./parcel_line_items';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Version}from'./versions';type ParcelType='parcels';type ParcelRel=ResourceRel&{type:ParcelType;};type ShipmentRel=ResourceRel&{type:ShipmentType;};type PackageRel=ResourceRel&{type:PackageType;};interface Parcel extends Resource{readonly type:ParcelType;number?:string|null;weight:number;unit_of_weight:string;eel_pfc?:string|null;contents_type?:string|null;contents_explanation?:string|null;customs_certify?:boolean|null;customs_signer?:string|null;non_delivery_option?:string|null;restriction_type?:string|null;restriction_comments?:string|null;customs_info_required?:boolean|null;shipping_label_url?:string|null;shipping_label_file_type?:string|null;shipping_label_size?:string|null;shipping_label_resolution?:string|null;tracking_number?:string|null;tracking_status?:string|null;tracking_status_detail?:string|null;tracking_status_updated_at?:string|null;tracking_details?:Record<string,any>|null;carrier_weight_oz?:string|null;signed_by?:string|null;incoterm?:string|null;delivery_confirmation?:string|null;shipment?:Shipment|null;package?:Package|null;parcel_line_items?:ParcelLineItem[]|null;attachments?:Attachment[]|null;events?:Event[]|null;versions?:Version[]|null;}interface ParcelCreate extends ResourceCreate{weight:number;unit_of_weight:string;eel_pfc?:string|null;contents_type?:string|null;contents_explanation?:string|null;customs_certify?:boolean|null;customs_signer?:string|null;non_delivery_option?:string|null;restriction_type?:string|null;restriction_comments?:string|null;customs_info_required?:boolean|null;shipping_label_url?:string|null;shipping_label_file_type?:string|null;shipping_label_size?:string|null;shipping_label_resolution?:string|null;tracking_number?:string|null;tracking_status?:string|null;tracking_status_detail?:string|null;tracking_status_updated_at?:string|null;tracking_details?:Record<string,any>|null;carrier_weight_oz?:string|null;signed_by?:string|null;incoterm?:string|null;delivery_confirmation?:string|null;shipment:ShipmentRel;package:PackageRel;}interface ParcelUpdate extends ResourceUpdate{weight?:number|null;unit_of_weight?:string|null;eel_pfc?:string|null;contents_type?:string|null;contents_explanation?:string|null;customs_certify?:boolean|null;customs_signer?:string|null;non_delivery_option?:string|null;restriction_type?:string|null;restriction_comments?:string|null;customs_info_required?:boolean|null;shipping_label_url?:string|null;shipping_label_file_type?:string|null;shipping_label_size?:string|null;shipping_label_resolution?:string|null;tracking_number?:string|null;tracking_status?:string|null;tracking_status_detail?:string|null;tracking_status_updated_at?:string|null;tracking_details?:Record<string,any>|null;carrier_weight_oz?:string|null;signed_by?:string|null;incoterm?:string|null;delivery_confirmation?:string|null;shipment?:ShipmentRel|null;package?:PackageRel|null;}declare class Parcels extends ApiResource<Parcel>{static readonly TYPE:ParcelType;create(resource:ParcelCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Parcel>;update(resource:ParcelUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Parcel>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;shipment(parcelId:string|Parcel,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;package(parcelId:string|Parcel,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Package>;parcel_line_items(parcelId:string|Parcel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ParcelLineItem>>;attachments(parcelId:string|Parcel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(parcelId:string|Parcel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;versions(parcelId:string|Parcel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isParcel(resource:any):resource is Parcel;relationship(id:string|ResourceId|null):ParcelRel;type():ParcelType;}export default Parcels;export type{Parcel,ParcelCreate,ParcelUpdate,ParcelType};
@@ -1,49 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Parcels extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: Parcels.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: Parcels.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: Parcels.TYPE } : id, options);
13
- }
14
- async shipment(parcelId, params, options) {
15
- const _parcelId = parcelId.id || parcelId;
16
- return this.resources.fetch({ type: 'shipments' }, `parcels/${_parcelId}/shipment`, params, options);
17
- }
18
- async package(parcelId, params, options) {
19
- const _parcelId = parcelId.id || parcelId;
20
- return this.resources.fetch({ type: 'packages' }, `parcels/${_parcelId}/package`, params, options);
21
- }
22
- async parcel_line_items(parcelId, params, options) {
23
- const _parcelId = parcelId.id || parcelId;
24
- return this.resources.fetch({ type: 'parcel_line_items' }, `parcels/${_parcelId}/parcel_line_items`, params, options);
25
- }
26
- async attachments(parcelId, params, options) {
27
- const _parcelId = parcelId.id || parcelId;
28
- return this.resources.fetch({ type: 'attachments' }, `parcels/${_parcelId}/attachments`, params, options);
29
- }
30
- async events(parcelId, params, options) {
31
- const _parcelId = parcelId.id || parcelId;
32
- return this.resources.fetch({ type: 'events' }, `parcels/${_parcelId}/events`, params, options);
33
- }
34
- async versions(parcelId, params, options) {
35
- const _parcelId = parcelId.id || parcelId;
36
- return this.resources.fetch({ type: 'versions' }, `parcels/${_parcelId}/versions`, params, options);
37
- }
38
- isParcel(resource) {
39
- return resource.type && (resource.type === Parcels.TYPE);
40
- }
41
- relationship(id) {
42
- return ((id === null) || (typeof id === 'string')) ? { id, type: Parcels.TYPE } : { id: id.id, type: Parcels.TYPE };
43
- }
44
- type() {
45
- return Parcels.TYPE;
46
- }
47
- }
48
- Parcels.TYPE = 'parcels';
49
- exports.default = Parcels;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Parcels extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:Parcels.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:Parcels.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Parcels.TYPE}:e,t)}async shipment(e,t,s){const r=e.id||e;return this.resources.fetch({type:"shipments"},`parcels/${r}/shipment`,t,s)}async package(e,t,s){const r=e.id||e;return this.resources.fetch({type:"packages"},`parcels/${r}/package`,t,s)}async parcel_line_items(e,t,s){const r=e.id||e;return this.resources.fetch({type:"parcel_line_items"},`parcels/${r}/parcel_line_items`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`parcels/${r}/attachments`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`parcels/${r}/events`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`parcels/${r}/versions`,t,s)}isParcel(e){return e.type&&e.type===Parcels.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Parcels.TYPE}:{id:e.id,type:Parcels.TYPE}}type(){return Parcels.TYPE}}Parcels.TYPE="parcels",exports.default=Parcels;
@@ -1,25 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsList } from '../query';
4
- import type { PaymentMethod } from './payment_methods';
5
- import type { Version } from './versions';
6
- type PaymentGatewayType = 'payment_gateways';
7
- type PaymentGatewayRel = ResourceRel & {
8
- type: PaymentGatewayType;
9
- };
10
- interface PaymentGateway extends Resource {
11
- readonly type: PaymentGatewayType;
12
- name: string;
13
- payment_methods?: PaymentMethod[] | null;
14
- versions?: Version[] | null;
15
- }
16
- declare class PaymentGateways extends ApiResource<PaymentGateway> {
17
- static readonly TYPE: PaymentGatewayType;
18
- payment_methods(paymentGatewayId: string | PaymentGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
19
- versions(paymentGatewayId: string | PaymentGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
20
- isPaymentGateway(resource: any): resource is PaymentGateway;
21
- relationship(id: string | ResourceId | null): PaymentGatewayRel;
22
- type(): PaymentGatewayType;
23
- }
24
- export default PaymentGateways;
25
- export type { PaymentGateway, PaymentGatewayType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList}from'../query';import type{PaymentMethod}from'./payment_methods';import type{Version}from'./versions';type PaymentGatewayType='payment_gateways';type PaymentGatewayRel=ResourceRel&{type:PaymentGatewayType;};interface PaymentGateway extends Resource{readonly type:PaymentGatewayType;name:string;payment_methods?:PaymentMethod[]|null;versions?:Version[]|null;}declare class PaymentGateways extends ApiResource<PaymentGateway>{static readonly TYPE:PaymentGatewayType;payment_methods(paymentGatewayId:string|PaymentGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;versions(paymentGatewayId:string|PaymentGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isPaymentGateway(resource:any):resource is PaymentGateway;relationship(id:string|ResourceId|null):PaymentGatewayRel;type():PaymentGatewayType;}export default PaymentGateways;export type{PaymentGateway,PaymentGatewayType};
@@ -1,24 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class PaymentGateways extends resource_1.ApiResource {
5
- async payment_methods(paymentGatewayId, params, options) {
6
- const _paymentGatewayId = paymentGatewayId.id || paymentGatewayId;
7
- return this.resources.fetch({ type: 'payment_methods' }, `payment_gateways/${_paymentGatewayId}/payment_methods`, params, options);
8
- }
9
- async versions(paymentGatewayId, params, options) {
10
- const _paymentGatewayId = paymentGatewayId.id || paymentGatewayId;
11
- return this.resources.fetch({ type: 'versions' }, `payment_gateways/${_paymentGatewayId}/versions`, params, options);
12
- }
13
- isPaymentGateway(resource) {
14
- return resource.type && (resource.type === PaymentGateways.TYPE);
15
- }
16
- relationship(id) {
17
- return ((id === null) || (typeof id === 'string')) ? { id, type: PaymentGateways.TYPE } : { id: id.id, type: PaymentGateways.TYPE };
18
- }
19
- type() {
20
- return PaymentGateways.TYPE;
21
- }
22
- }
23
- PaymentGateways.TYPE = 'payment_gateways';
24
- exports.default = PaymentGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentGateways extends resource_1.ApiResource{async payment_methods(e,t,s){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`payment_gateways/${r}/payment_methods`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`payment_gateways/${r}/versions`,t,s)}isPaymentGateway(e){return e.type&&e.type===PaymentGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaymentGateways.TYPE}:{id:e.id,type:PaymentGateways.TYPE}}type(){return PaymentGateways.TYPE}}PaymentGateways.TYPE="payment_gateways",exports.default=PaymentGateways;
@@ -1,83 +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 { PaymentGateway, PaymentGatewayType } from './payment_gateways';
6
- import type { Attachment } from './attachments';
7
- import type { Version } from './versions';
8
- type PaymentMethodType = 'payment_methods';
9
- type PaymentMethodRel = ResourceRel & {
10
- type: PaymentMethodType;
11
- };
12
- type MarketRel = ResourceRel & {
13
- type: MarketType;
14
- };
15
- type PaymentGatewayRel = ResourceRel & {
16
- type: PaymentGatewayType;
17
- };
18
- interface PaymentMethod extends Resource {
19
- readonly type: PaymentMethodType;
20
- name?: string | null;
21
- payment_source_type: 'adyen_payments' | 'axerve_payments' | 'braintree_payments' | 'checkout_com_payments' | 'credit_cards' | 'external_payments' | 'klarna_payments' | 'paypal_payments' | 'satispay_payments' | 'stripe_payments' | 'wire_transfers';
22
- currency_code?: string | null;
23
- moto?: boolean | null;
24
- require_capture?: boolean | null;
25
- auto_place?: boolean | null;
26
- auto_capture?: boolean | null;
27
- price_amount_cents: number;
28
- price_amount_float?: number | null;
29
- formatted_price_amount?: string | null;
30
- auto_capture_max_amount_cents?: number | null;
31
- auto_capture_max_amount_float?: number | null;
32
- formatted_auto_capture_max_amount?: string | null;
33
- disabled_at?: string | null;
34
- market?: Market | null;
35
- payment_gateway?: PaymentGateway | null;
36
- attachments?: Attachment[] | null;
37
- versions?: Version[] | null;
38
- }
39
- interface PaymentMethodCreate extends ResourceCreate {
40
- payment_source_type: 'adyen_payments' | 'axerve_payments' | 'braintree_payments' | 'checkout_com_payments' | 'credit_cards' | 'external_payments' | 'klarna_payments' | 'paypal_payments' | 'satispay_payments' | 'stripe_payments' | 'wire_transfers';
41
- currency_code?: string | null;
42
- moto?: boolean | null;
43
- require_capture?: boolean | null;
44
- auto_place?: boolean | null;
45
- auto_capture?: boolean | null;
46
- price_amount_cents: number;
47
- auto_capture_max_amount_cents?: number | null;
48
- _disable?: boolean | null;
49
- _enable?: boolean | null;
50
- market?: MarketRel | null;
51
- payment_gateway: PaymentGatewayRel;
52
- }
53
- interface PaymentMethodUpdate extends ResourceUpdate {
54
- payment_source_type?: 'adyen_payments' | 'axerve_payments' | 'braintree_payments' | 'checkout_com_payments' | 'credit_cards' | 'external_payments' | 'klarna_payments' | 'paypal_payments' | 'satispay_payments' | 'stripe_payments' | 'wire_transfers' | null;
55
- currency_code?: string | null;
56
- moto?: boolean | null;
57
- require_capture?: boolean | null;
58
- auto_place?: boolean | null;
59
- auto_capture?: boolean | null;
60
- price_amount_cents?: number | null;
61
- auto_capture_max_amount_cents?: number | null;
62
- _disable?: boolean | null;
63
- _enable?: boolean | null;
64
- market?: MarketRel | null;
65
- payment_gateway?: PaymentGatewayRel | null;
66
- }
67
- declare class PaymentMethods extends ApiResource<PaymentMethod> {
68
- static readonly TYPE: PaymentMethodType;
69
- create(resource: PaymentMethodCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentMethod>;
70
- update(resource: PaymentMethodUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentMethod>;
71
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
72
- market(paymentMethodId: string | PaymentMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
73
- payment_gateway(paymentMethodId: string | PaymentMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
74
- attachments(paymentMethodId: string | PaymentMethod, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
75
- versions(paymentMethodId: string | PaymentMethod, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
76
- _disable(id: string | PaymentMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentMethod>;
77
- _enable(id: string | PaymentMethod, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentMethod>;
78
- isPaymentMethod(resource: any): resource is PaymentMethod;
79
- relationship(id: string | ResourceId | null): PaymentMethodRel;
80
- type(): PaymentMethodType;
81
- }
82
- export default PaymentMethods;
83
- export type { PaymentMethod, PaymentMethodCreate, PaymentMethodUpdate, PaymentMethodType };
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{PaymentGateway,PaymentGatewayType}from'./payment_gateways';import type{Attachment}from'./attachments';import type{Version}from'./versions';type PaymentMethodType='payment_methods';type PaymentMethodRel=ResourceRel&{type:PaymentMethodType;};type MarketRel=ResourceRel&{type:MarketType;};type PaymentGatewayRel=ResourceRel&{type:PaymentGatewayType;};interface PaymentMethod extends Resource{readonly type:PaymentMethodType;name?:string|null;payment_source_type:'adyen_payments'|'axerve_payments'|'braintree_payments'|'checkout_com_payments'|'credit_cards'|'external_payments'|'klarna_payments'|'paypal_payments'|'satispay_payments'|'stripe_payments'|'wire_transfers';currency_code?:string|null;moto?:boolean|null;require_capture?:boolean|null;auto_place?:boolean|null;auto_capture?:boolean|null;price_amount_cents:number;price_amount_float?:number|null;formatted_price_amount?:string|null;auto_capture_max_amount_cents?:number|null;auto_capture_max_amount_float?:number|null;formatted_auto_capture_max_amount?:string|null;disabled_at?:string|null;market?:Market|null;payment_gateway?:PaymentGateway|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface PaymentMethodCreate extends ResourceCreate{payment_source_type:'adyen_payments'|'axerve_payments'|'braintree_payments'|'checkout_com_payments'|'credit_cards'|'external_payments'|'klarna_payments'|'paypal_payments'|'satispay_payments'|'stripe_payments'|'wire_transfers';currency_code?:string|null;moto?:boolean|null;require_capture?:boolean|null;auto_place?:boolean|null;auto_capture?:boolean|null;price_amount_cents:number;auto_capture_max_amount_cents?:number|null;_disable?:boolean|null;_enable?:boolean|null;market?:MarketRel|null;payment_gateway:PaymentGatewayRel;}interface PaymentMethodUpdate extends ResourceUpdate{payment_source_type?:'adyen_payments'|'axerve_payments'|'braintree_payments'|'checkout_com_payments'|'credit_cards'|'external_payments'|'klarna_payments'|'paypal_payments'|'satispay_payments'|'stripe_payments'|'wire_transfers'|null;currency_code?:string|null;moto?:boolean|null;require_capture?:boolean|null;auto_place?:boolean|null;auto_capture?:boolean|null;price_amount_cents?:number|null;auto_capture_max_amount_cents?:number|null;_disable?:boolean|null;_enable?:boolean|null;market?:MarketRel|null;payment_gateway?:PaymentGatewayRel|null;}declare class PaymentMethods extends ApiResource<PaymentMethod>{static readonly TYPE:PaymentMethodType;create(resource:PaymentMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;update(resource:PaymentMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;payment_gateway(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;attachments(paymentMethodId:string|PaymentMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(paymentMethodId:string|PaymentMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_disable(id:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;_enable(id:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;isPaymentMethod(resource:any):resource is PaymentMethod;relationship(id:string|ResourceId|null):PaymentMethodRel;type():PaymentMethodType;}export default PaymentMethods;export type{PaymentMethod,PaymentMethodCreate,PaymentMethodUpdate,PaymentMethodType};
@@ -1,47 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class PaymentMethods extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: PaymentMethods.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: PaymentMethods.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: PaymentMethods.TYPE } : id, options);
13
- }
14
- async market(paymentMethodId, params, options) {
15
- const _paymentMethodId = paymentMethodId.id || paymentMethodId;
16
- return this.resources.fetch({ type: 'markets' }, `payment_methods/${_paymentMethodId}/market`, params, options);
17
- }
18
- async payment_gateway(paymentMethodId, params, options) {
19
- const _paymentMethodId = paymentMethodId.id || paymentMethodId;
20
- return this.resources.fetch({ type: 'payment_gateways' }, `payment_methods/${_paymentMethodId}/payment_gateway`, params, options);
21
- }
22
- async attachments(paymentMethodId, params, options) {
23
- const _paymentMethodId = paymentMethodId.id || paymentMethodId;
24
- return this.resources.fetch({ type: 'attachments' }, `payment_methods/${_paymentMethodId}/attachments`, params, options);
25
- }
26
- async versions(paymentMethodId, params, options) {
27
- const _paymentMethodId = paymentMethodId.id || paymentMethodId;
28
- return this.resources.fetch({ type: 'versions' }, `payment_methods/${_paymentMethodId}/versions`, params, options);
29
- }
30
- async _disable(id, params, options) {
31
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: PaymentMethods.TYPE, _disable: true }, params, options);
32
- }
33
- async _enable(id, params, options) {
34
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: PaymentMethods.TYPE, _enable: true }, params, options);
35
- }
36
- isPaymentMethod(resource) {
37
- return resource.type && (resource.type === PaymentMethods.TYPE);
38
- }
39
- relationship(id) {
40
- return ((id === null) || (typeof id === 'string')) ? { id, type: PaymentMethods.TYPE } : { id: id.id, type: PaymentMethods.TYPE };
41
- }
42
- type() {
43
- return PaymentMethods.TYPE;
44
- }
45
- }
46
- PaymentMethods.TYPE = 'payment_methods';
47
- exports.default = PaymentMethods;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentMethods extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:PaymentMethods.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:PaymentMethods.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:PaymentMethods.TYPE}:e,t)}async market(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`payment_methods/${r}/market`,t,s)}async payment_gateway(e,t,s){const r=e.id||e;return this.resources.fetch({type:"payment_gateways"},`payment_methods/${r}/payment_gateway`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`payment_methods/${r}/attachments`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`payment_methods/${r}/versions`,t,s)}async _disable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:PaymentMethods.TYPE,_disable:!0},t,s)}async _enable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:PaymentMethods.TYPE,_enable:!0},t,s)}isPaymentMethod(e){return e.type&&e.type===PaymentMethods.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaymentMethods.TYPE}:{id:e.id,type:PaymentMethods.TYPE}}type(){return PaymentMethods.TYPE}}PaymentMethods.TYPE="payment_methods",exports.default=PaymentMethods;
@@ -1,44 +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 { Attachment } from './attachments';
6
- type PaymentOptionType = 'payment_options';
7
- type PaymentOptionRel = ResourceRel & {
8
- type: PaymentOptionType;
9
- };
10
- type OrderRel = ResourceRel & {
11
- type: OrderType;
12
- };
13
- interface PaymentOption extends Resource {
14
- readonly type: PaymentOptionType;
15
- name?: string | null;
16
- payment_source_type: 'adyen_payments' | 'axerve_payments' | 'braintree_payments' | 'checkout_com_payments' | 'credit_cards' | 'external_payments' | 'klarna_payments' | 'paypal_payments' | 'satispay_payments' | 'stripe_payments' | 'wire_transfers';
17
- data: Record<string, any>;
18
- order?: Order | null;
19
- attachments?: Attachment[] | null;
20
- }
21
- interface PaymentOptionCreate extends ResourceCreate {
22
- name?: string | null;
23
- payment_source_type: 'adyen_payments' | 'axerve_payments' | 'braintree_payments' | 'checkout_com_payments' | 'credit_cards' | 'external_payments' | 'klarna_payments' | 'paypal_payments' | 'satispay_payments' | 'stripe_payments' | 'wire_transfers';
24
- data: Record<string, any>;
25
- order: OrderRel;
26
- }
27
- interface PaymentOptionUpdate extends ResourceUpdate {
28
- name?: string | null;
29
- data?: Record<string, any> | null;
30
- order?: OrderRel | null;
31
- }
32
- declare class PaymentOptions extends ApiResource<PaymentOption> {
33
- static readonly TYPE: PaymentOptionType;
34
- create(resource: PaymentOptionCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentOption>;
35
- update(resource: PaymentOptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentOption>;
36
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
37
- order(paymentOptionId: string | PaymentOption, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
38
- attachments(paymentOptionId: string | PaymentOption, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
39
- isPaymentOption(resource: any): resource is PaymentOption;
40
- relationship(id: string | ResourceId | null): PaymentOptionRel;
41
- type(): PaymentOptionType;
42
- }
43
- export default PaymentOptions;
44
- export type { PaymentOption, PaymentOptionCreate, PaymentOptionUpdate, PaymentOptionType };
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{Attachment}from'./attachments';type PaymentOptionType='payment_options';type PaymentOptionRel=ResourceRel&{type:PaymentOptionType;};type OrderRel=ResourceRel&{type:OrderType;};interface PaymentOption extends Resource{readonly type:PaymentOptionType;name?:string|null;payment_source_type:'adyen_payments'|'axerve_payments'|'braintree_payments'|'checkout_com_payments'|'credit_cards'|'external_payments'|'klarna_payments'|'paypal_payments'|'satispay_payments'|'stripe_payments'|'wire_transfers';data:Record<string,any>;order?:Order|null;attachments?:Attachment[]|null;}interface PaymentOptionCreate extends ResourceCreate{name?:string|null;payment_source_type:'adyen_payments'|'axerve_payments'|'braintree_payments'|'checkout_com_payments'|'credit_cards'|'external_payments'|'klarna_payments'|'paypal_payments'|'satispay_payments'|'stripe_payments'|'wire_transfers';data:Record<string,any>;order:OrderRel;}interface PaymentOptionUpdate extends ResourceUpdate{name?:string|null;data?:Record<string,any>|null;order?:OrderRel|null;}declare class PaymentOptions extends ApiResource<PaymentOption>{static readonly TYPE:PaymentOptionType;create(resource:PaymentOptionCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentOption>;update(resource:PaymentOptionUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentOption>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(paymentOptionId:string|PaymentOption,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;attachments(paymentOptionId:string|PaymentOption,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isPaymentOption(resource:any):resource is PaymentOption;relationship(id:string|ResourceId|null):PaymentOptionRel;type():PaymentOptionType;}export default PaymentOptions;export type{PaymentOption,PaymentOptionCreate,PaymentOptionUpdate,PaymentOptionType};
@@ -1,33 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class PaymentOptions extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: PaymentOptions.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: PaymentOptions.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: PaymentOptions.TYPE } : id, options);
13
- }
14
- async order(paymentOptionId, params, options) {
15
- const _paymentOptionId = paymentOptionId.id || paymentOptionId;
16
- return this.resources.fetch({ type: 'orders' }, `payment_options/${_paymentOptionId}/order`, params, options);
17
- }
18
- async attachments(paymentOptionId, params, options) {
19
- const _paymentOptionId = paymentOptionId.id || paymentOptionId;
20
- return this.resources.fetch({ type: 'attachments' }, `payment_options/${_paymentOptionId}/attachments`, params, options);
21
- }
22
- isPaymentOption(resource) {
23
- return resource.type && (resource.type === PaymentOptions.TYPE);
24
- }
25
- relationship(id) {
26
- return ((id === null) || (typeof id === 'string')) ? { id, type: PaymentOptions.TYPE } : { id: id.id, type: PaymentOptions.TYPE };
27
- }
28
- type() {
29
- return PaymentOptions.TYPE;
30
- }
31
- }
32
- PaymentOptions.TYPE = 'payment_options';
33
- exports.default = PaymentOptions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentOptions extends resource_1.ApiResource{async create(e,t,r){return this.resources.create({...e,type:PaymentOptions.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:PaymentOptions.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:PaymentOptions.TYPE}:e,t)}async order(e,t,r){const s=e.id||e;return this.resources.fetch({type:"orders"},`payment_options/${s}/order`,t,r)}async attachments(e,t,r){const s=e.id||e;return this.resources.fetch({type:"attachments"},`payment_options/${s}/attachments`,t,r)}isPaymentOption(e){return e.type&&e.type===PaymentOptions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaymentOptions.TYPE}:{id:e.id,type:PaymentOptions.TYPE}}type(){return PaymentOptions.TYPE}}PaymentOptions.TYPE="payment_options",exports.default=PaymentOptions;
@@ -1,41 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { PaymentMethod } from './payment_methods';
5
- import type { Version } from './versions';
6
- import type { PaypalPayment } from './paypal_payments';
7
- type PaypalGatewayType = 'paypal_gateways';
8
- type PaypalGatewayRel = ResourceRel & {
9
- type: PaypalGatewayType;
10
- };
11
- interface PaypalGateway extends Resource {
12
- readonly type: PaypalGatewayType;
13
- name: string;
14
- payment_methods?: PaymentMethod[] | null;
15
- versions?: Version[] | null;
16
- paypal_payments?: PaypalPayment[] | null;
17
- }
18
- interface PaypalGatewayCreate extends ResourceCreate {
19
- name: string;
20
- client_id: string;
21
- client_secret: string;
22
- }
23
- interface PaypalGatewayUpdate extends ResourceUpdate {
24
- name?: string | null;
25
- client_id?: string | null;
26
- client_secret?: string | null;
27
- }
28
- declare class PaypalGateways extends ApiResource<PaypalGateway> {
29
- static readonly TYPE: PaypalGatewayType;
30
- create(resource: PaypalGatewayCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaypalGateway>;
31
- update(resource: PaypalGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaypalGateway>;
32
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
33
- payment_methods(paypalGatewayId: string | PaypalGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
34
- versions(paypalGatewayId: string | PaypalGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
35
- paypal_payments(paypalGatewayId: string | PaypalGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaypalPayment>>;
36
- isPaypalGateway(resource: any): resource is PaypalGateway;
37
- relationship(id: string | ResourceId | null): PaypalGatewayRel;
38
- type(): PaypalGatewayType;
39
- }
40
- export default PaypalGateways;
41
- export type { PaypalGateway, PaypalGatewayCreate, PaypalGatewayUpdate, PaypalGatewayType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{PaymentMethod}from'./payment_methods';import type{Version}from'./versions';import type{PaypalPayment}from'./paypal_payments';type PaypalGatewayType='paypal_gateways';type PaypalGatewayRel=ResourceRel&{type:PaypalGatewayType;};interface PaypalGateway extends Resource{readonly type:PaypalGatewayType;name:string;payment_methods?:PaymentMethod[]|null;versions?:Version[]|null;paypal_payments?:PaypalPayment[]|null;}interface PaypalGatewayCreate extends ResourceCreate{name:string;client_id:string;client_secret:string;}interface PaypalGatewayUpdate extends ResourceUpdate{name?:string|null;client_id?:string|null;client_secret?:string|null;}declare class PaypalGateways extends ApiResource<PaypalGateway>{static readonly TYPE:PaypalGatewayType;create(resource:PaypalGatewayCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaypalGateway>;update(resource:PaypalGatewayUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaypalGateway>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;payment_methods(paypalGatewayId:string|PaypalGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;versions(paypalGatewayId:string|PaypalGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;paypal_payments(paypalGatewayId:string|PaypalGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaypalPayment>>;isPaypalGateway(resource:any):resource is PaypalGateway;relationship(id:string|ResourceId|null):PaypalGatewayRel;type():PaypalGatewayType;}export default PaypalGateways;export type{PaypalGateway,PaypalGatewayCreate,PaypalGatewayUpdate,PaypalGatewayType};
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class PaypalGateways extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: PaypalGateways.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: PaypalGateways.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: PaypalGateways.TYPE } : id, options);
13
- }
14
- async payment_methods(paypalGatewayId, params, options) {
15
- const _paypalGatewayId = paypalGatewayId.id || paypalGatewayId;
16
- return this.resources.fetch({ type: 'payment_methods' }, `paypal_gateways/${_paypalGatewayId}/payment_methods`, params, options);
17
- }
18
- async versions(paypalGatewayId, params, options) {
19
- const _paypalGatewayId = paypalGatewayId.id || paypalGatewayId;
20
- return this.resources.fetch({ type: 'versions' }, `paypal_gateways/${_paypalGatewayId}/versions`, params, options);
21
- }
22
- async paypal_payments(paypalGatewayId, params, options) {
23
- const _paypalGatewayId = paypalGatewayId.id || paypalGatewayId;
24
- return this.resources.fetch({ type: 'paypal_payments' }, `paypal_gateways/${_paypalGatewayId}/paypal_payments`, params, options);
25
- }
26
- isPaypalGateway(resource) {
27
- return resource.type && (resource.type === PaypalGateways.TYPE);
28
- }
29
- relationship(id) {
30
- return ((id === null) || (typeof id === 'string')) ? { id, type: PaypalGateways.TYPE } : { id: id.id, type: PaypalGateways.TYPE };
31
- }
32
- type() {
33
- return PaypalGateways.TYPE;
34
- }
35
- }
36
- PaypalGateways.TYPE = 'paypal_gateways';
37
- exports.default = PaypalGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaypalGateways extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:PaypalGateways.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:PaypalGateways.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:PaypalGateways.TYPE}:e,t)}async payment_methods(e,t,s){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`paypal_gateways/${r}/payment_methods`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`paypal_gateways/${r}/versions`,t,s)}async paypal_payments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"paypal_payments"},`paypal_gateways/${r}/paypal_payments`,t,s)}isPaypalGateway(e){return e.type&&e.type===PaypalGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaypalGateways.TYPE}:{id:e.id,type:PaypalGateways.TYPE}}type(){return PaypalGateways.TYPE}}PaypalGateways.TYPE="paypal_gateways",exports.default=PaypalGateways;
@@ -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 { PaymentGateway } from './payment_gateways';
6
- import type { Version } from './versions';
7
- type PaypalPaymentType = 'paypal_payments';
8
- type PaypalPaymentRel = ResourceRel & {
9
- type: PaypalPaymentType;
10
- };
11
- type OrderRel = ResourceRel & {
12
- type: OrderType;
13
- };
14
- interface PaypalPayment extends Resource {
15
- readonly type: PaypalPaymentType;
16
- return_url: string;
17
- cancel_url: string;
18
- note_to_payer?: string | null;
19
- paypal_payer_id?: string | null;
20
- name?: string | null;
21
- paypal_id?: string | null;
22
- status: 'created' | 'approved';
23
- approval_url?: string | null;
24
- mismatched_amounts?: boolean | null;
25
- payment_instrument?: Record<string, any> | null;
26
- order?: Order | null;
27
- payment_gateway?: PaymentGateway | null;
28
- versions?: Version[] | null;
29
- }
30
- interface PaypalPaymentCreate extends ResourceCreate {
31
- return_url: string;
32
- cancel_url: string;
33
- note_to_payer?: string | null;
34
- order: OrderRel;
35
- }
36
- interface PaypalPaymentUpdate extends ResourceUpdate {
37
- paypal_payer_id?: string | null;
38
- order?: OrderRel | null;
39
- }
40
- declare class PaypalPayments extends ApiResource<PaypalPayment> {
41
- static readonly TYPE: PaypalPaymentType;
42
- create(resource: PaypalPaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaypalPayment>;
43
- update(resource: PaypalPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaypalPayment>;
44
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
45
- order(paypalPaymentId: string | PaypalPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
46
- payment_gateway(paypalPaymentId: string | PaypalPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
47
- versions(paypalPaymentId: string | PaypalPayment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
48
- isPaypalPayment(resource: any): resource is PaypalPayment;
49
- relationship(id: string | ResourceId | null): PaypalPaymentRel;
50
- type(): PaypalPaymentType;
51
- }
52
- export default PaypalPayments;
53
- export type { PaypalPayment, PaypalPaymentCreate, PaypalPaymentUpdate, PaypalPaymentType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order,OrderType}from'./orders';import type{PaymentGateway}from'./payment_gateways';import type{Version}from'./versions';type PaypalPaymentType='paypal_payments';type PaypalPaymentRel=ResourceRel&{type:PaypalPaymentType;};type OrderRel=ResourceRel&{type:OrderType;};interface PaypalPayment extends Resource{readonly type:PaypalPaymentType;return_url:string;cancel_url:string;note_to_payer?:string|null;paypal_payer_id?:string|null;name?:string|null;paypal_id?:string|null;status:'created'|'approved';approval_url?:string|null;mismatched_amounts?:boolean|null;payment_instrument?:Record<string,any>|null;order?:Order|null;payment_gateway?:PaymentGateway|null;versions?:Version[]|null;}interface PaypalPaymentCreate extends ResourceCreate{return_url:string;cancel_url:string;note_to_payer?:string|null;order:OrderRel;}interface PaypalPaymentUpdate extends ResourceUpdate{paypal_payer_id?:string|null;order?:OrderRel|null;}declare class PaypalPayments extends ApiResource<PaypalPayment>{static readonly TYPE:PaypalPaymentType;create(resource:PaypalPaymentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaypalPayment>;update(resource:PaypalPaymentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaypalPayment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(paypalPaymentId:string|PaypalPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;payment_gateway(paypalPaymentId:string|PaypalPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;versions(paypalPaymentId:string|PaypalPayment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isPaypalPayment(resource:any):resource is PaypalPayment;relationship(id:string|ResourceId|null):PaypalPaymentRel;type():PaypalPaymentType;}export default PaypalPayments;export type{PaypalPayment,PaypalPaymentCreate,PaypalPaymentUpdate,PaypalPaymentType};