@commercelayer/sdk 5.37.0 → 5.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (551) hide show
  1. package/lib/cjs/api.d.ts +1 -164
  2. package/lib/cjs/api.js +1 -387
  3. package/lib/cjs/client.d.ts +1 -39
  4. package/lib/cjs/client.js +1 -154
  5. package/lib/cjs/commercelayer.d.ts +1 -153
  6. package/lib/cjs/commercelayer.js +1 -253
  7. package/lib/cjs/common.d.ts +1 -5
  8. package/lib/cjs/common.js +1 -23
  9. package/lib/cjs/config.d.ts +1 -15
  10. package/lib/cjs/config.js +1 -19
  11. package/lib/cjs/debug.d.ts +1 -3
  12. package/lib/cjs/debug.js +1 -38
  13. package/lib/cjs/error.d.ts +1 -31
  14. package/lib/cjs/error.js +1 -77
  15. package/lib/cjs/index.d.ts +1 -7
  16. package/lib/cjs/index.js +1 -13
  17. package/lib/cjs/interceptor.d.ts +1 -25
  18. package/lib/cjs/interceptor.js +1 -2
  19. package/lib/cjs/jsonapi.d.ts +1 -6
  20. package/lib/cjs/jsonapi.js +1 -94
  21. package/lib/cjs/model.d.ts +1 -124
  22. package/lib/cjs/model.js +1 -3
  23. package/lib/cjs/query.d.ts +1 -17
  24. package/lib/cjs/query.js +1 -69
  25. package/lib/cjs/resource.d.ts +1 -89
  26. package/lib/cjs/resource.js +1 -198
  27. package/lib/cjs/resources/addresses.d.ts +1 -103
  28. package/lib/cjs/resources/addresses.js +1 -41
  29. package/lib/cjs/resources/adjustments.d.ts +1 -42
  30. package/lib/cjs/resources/adjustments.js +1 -29
  31. package/lib/cjs/resources/adyen_gateways.d.ts +1 -60
  32. package/lib/cjs/resources/adyen_gateways.js +1 -37
  33. package/lib/cjs/resources/adyen_payments.d.ts +1 -51
  34. package/lib/cjs/resources/adyen_payments.js +1 -40
  35. package/lib/cjs/resources/application.d.ts +1 -22
  36. package/lib/cjs/resources/application.js +1 -16
  37. package/lib/cjs/resources/attachments.d.ts +1 -157
  38. package/lib/cjs/resources/attachments.js +1 -25
  39. package/lib/cjs/resources/authorizations.d.ts +1 -70
  40. package/lib/cjs/resources/authorizations.js +1 -52
  41. package/lib/cjs/resources/avalara_accounts.d.ts +1 -59
  42. package/lib/cjs/resources/avalara_accounts.js +1 -41
  43. package/lib/cjs/resources/axerve_gateways.d.ts +1 -48
  44. package/lib/cjs/resources/axerve_gateways.js +1 -37
  45. package/lib/cjs/resources/axerve_payments.d.ts +1 -54
  46. package/lib/cjs/resources/axerve_payments.js +1 -40
  47. package/lib/cjs/resources/billing_info_validation_rules.d.ts +1 -39
  48. package/lib/cjs/resources/billing_info_validation_rules.js +1 -37
  49. package/lib/cjs/resources/bing_geocoders.d.ts +1 -36
  50. package/lib/cjs/resources/bing_geocoders.js +1 -33
  51. package/lib/cjs/resources/braintree_gateways.d.ts +1 -60
  52. package/lib/cjs/resources/braintree_gateways.js +1 -37
  53. package/lib/cjs/resources/braintree_payments.d.ts +1 -52
  54. package/lib/cjs/resources/braintree_payments.js +1 -37
  55. package/lib/cjs/resources/bundles.d.ts +1 -93
  56. package/lib/cjs/resources/bundles.js +1 -59
  57. package/lib/cjs/resources/buy_x_pay_y_promotions.d.ts +1 -137
  58. package/lib/cjs/resources/buy_x_pay_y_promotions.js +1 -79
  59. package/lib/cjs/resources/captures.d.ts +1 -60
  60. package/lib/cjs/resources/captures.js +1 -49
  61. package/lib/cjs/resources/carrier_accounts.d.ts +1 -30
  62. package/lib/cjs/resources/carrier_accounts.js +1 -28
  63. package/lib/cjs/resources/checkout_com_gateways.d.ts +1 -49
  64. package/lib/cjs/resources/checkout_com_gateways.js +1 -37
  65. package/lib/cjs/resources/checkout_com_payments.d.ts +1 -65
  66. package/lib/cjs/resources/checkout_com_payments.js +1 -43
  67. package/lib/cjs/resources/cleanups.d.ts +1 -40
  68. package/lib/cjs/resources/cleanups.js +1 -30
  69. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +1 -67
  70. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -33
  71. package/lib/cjs/resources/coupon_recipients.d.ts +1 -48
  72. package/lib/cjs/resources/coupon_recipients.js +1 -37
  73. package/lib/cjs/resources/coupons.d.ts +1 -71
  74. package/lib/cjs/resources/coupons.js +1 -45
  75. package/lib/cjs/resources/custom_promotion_rules.d.ts +1 -62
  76. package/lib/cjs/resources/custom_promotion_rules.js +1 -29
  77. package/lib/cjs/resources/customer_addresses.d.ts +1 -50
  78. package/lib/cjs/resources/customer_addresses.js +1 -41
  79. package/lib/cjs/resources/customer_groups.d.ts +1 -40
  80. package/lib/cjs/resources/customer_groups.js +1 -41
  81. package/lib/cjs/resources/customer_password_resets.d.ts +1 -38
  82. package/lib/cjs/resources/customer_password_resets.js +1 -36
  83. package/lib/cjs/resources/customer_payment_sources.d.ts +1 -86
  84. package/lib/cjs/resources/customer_payment_sources.js +1 -37
  85. package/lib/cjs/resources/customer_subscriptions.d.ts +1 -35
  86. package/lib/cjs/resources/customer_subscriptions.js +1 -37
  87. package/lib/cjs/resources/customers.d.ts +1 -76
  88. package/lib/cjs/resources/customers.js +1 -69
  89. package/lib/cjs/resources/delivery_lead_times.d.ts +1 -55
  90. package/lib/cjs/resources/delivery_lead_times.js +1 -41
  91. package/lib/cjs/resources/event_callbacks.d.ts +1 -25
  92. package/lib/cjs/resources/event_callbacks.js +1 -20
  93. package/lib/cjs/resources/events.d.ts +1 -25
  94. package/lib/cjs/resources/events.js +1 -24
  95. package/lib/cjs/resources/exports.d.ts +1 -41
  96. package/lib/cjs/resources/exports.js +1 -26
  97. package/lib/cjs/resources/external_gateways.d.ts +1 -57
  98. package/lib/cjs/resources/external_gateways.js +1 -40
  99. package/lib/cjs/resources/external_payments.d.ts +1 -48
  100. package/lib/cjs/resources/external_payments.js +1 -41
  101. package/lib/cjs/resources/external_promotions.d.ts +1 -136
  102. package/lib/cjs/resources/external_promotions.js +1 -82
  103. package/lib/cjs/resources/external_tax_calculators.d.ts +1 -45
  104. package/lib/cjs/resources/external_tax_calculators.js +1 -40
  105. package/lib/cjs/resources/fixed_amount_promotions.d.ts +1 -133
  106. package/lib/cjs/resources/fixed_amount_promotions.js +1 -79
  107. package/lib/cjs/resources/fixed_price_promotions.d.ts +1 -133
  108. package/lib/cjs/resources/fixed_price_promotions.js +1 -79
  109. package/lib/cjs/resources/free_gift_promotions.d.ts +1 -131
  110. package/lib/cjs/resources/free_gift_promotions.js +1 -79
  111. package/lib/cjs/resources/free_shipping_promotions.d.ts +1 -125
  112. package/lib/cjs/resources/free_shipping_promotions.js +1 -75
  113. package/lib/cjs/resources/geocoders.d.ts +1 -25
  114. package/lib/cjs/resources/geocoders.js +1 -24
  115. package/lib/cjs/resources/gift_card_recipients.d.ts +1 -48
  116. package/lib/cjs/resources/gift_card_recipients.js +1 -37
  117. package/lib/cjs/resources/gift_cards.d.ts +1 -104
  118. package/lib/cjs/resources/gift_cards.js +1 -61
  119. package/lib/cjs/resources/google_geocoders.d.ts +1 -36
  120. package/lib/cjs/resources/google_geocoders.js +1 -33
  121. package/lib/cjs/resources/imports.d.ts +1 -44
  122. package/lib/cjs/resources/imports.js +1 -26
  123. package/lib/cjs/resources/in_stock_subscriptions.d.ts +1 -68
  124. package/lib/cjs/resources/in_stock_subscriptions.js +1 -51
  125. package/lib/cjs/resources/inventory_models.d.ts +1 -55
  126. package/lib/cjs/resources/inventory_models.js +1 -41
  127. package/lib/cjs/resources/inventory_return_locations.d.ts +1 -47
  128. package/lib/cjs/resources/inventory_return_locations.js +1 -37
  129. package/lib/cjs/resources/inventory_stock_locations.d.ts +1 -50
  130. package/lib/cjs/resources/inventory_stock_locations.js +1 -37
  131. package/lib/cjs/resources/klarna_gateways.d.ts +1 -48
  132. package/lib/cjs/resources/klarna_gateways.js +1 -37
  133. package/lib/cjs/resources/klarna_payments.d.ts +1 -48
  134. package/lib/cjs/resources/klarna_payments.js +1 -40
  135. package/lib/cjs/resources/line_item_options.d.ts +1 -69
  136. package/lib/cjs/resources/line_item_options.js +1 -41
  137. package/lib/cjs/resources/line_items.d.ts +1 -170
  138. package/lib/cjs/resources/line_items.js +1 -66
  139. package/lib/cjs/resources/manual_gateways.d.ts +1 -34
  140. package/lib/cjs/resources/manual_gateways.js +1 -33
  141. package/lib/cjs/resources/manual_tax_calculators.d.ts +1 -45
  142. package/lib/cjs/resources/manual_tax_calculators.js +1 -41
  143. package/lib/cjs/resources/markets.d.ts +1 -107
  144. package/lib/cjs/resources/markets.js +1 -63
  145. package/lib/cjs/resources/merchants.d.ts +1 -42
  146. package/lib/cjs/resources/merchants.js +1 -37
  147. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +1 -67
  148. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -29
  149. package/lib/cjs/resources/order_copies.d.ts +1 -51
  150. package/lib/cjs/resources/order_copies.js +1 -41
  151. package/lib/cjs/resources/order_factories.d.ts +1 -34
  152. package/lib/cjs/resources/order_factories.js +1 -28
  153. package/lib/cjs/resources/order_subscription_items.d.ts +1 -72
  154. package/lib/cjs/resources/order_subscription_items.js +1 -33
  155. package/lib/cjs/resources/order_subscriptions.d.ts +1 -98
  156. package/lib/cjs/resources/order_subscriptions.js +1 -78
  157. package/lib/cjs/resources/order_validation_rules.d.ts +1 -27
  158. package/lib/cjs/resources/order_validation_rules.js +1 -28
  159. package/lib/cjs/resources/orders.d.ts +1 -389
  160. package/lib/cjs/resources/orders.js +1 -236
  161. package/lib/cjs/resources/organization.d.ts +1 -34
  162. package/lib/cjs/resources/organization.js +1 -16
  163. package/lib/cjs/resources/packages.d.ts +1 -60
  164. package/lib/cjs/resources/packages.js +1 -41
  165. package/lib/cjs/resources/parcel_line_items.d.ts +1 -47
  166. package/lib/cjs/resources/parcel_line_items.js +1 -37
  167. package/lib/cjs/resources/parcels.d.ts +1 -126
  168. package/lib/cjs/resources/parcels.js +1 -49
  169. package/lib/cjs/resources/payment_gateways.d.ts +1 -25
  170. package/lib/cjs/resources/payment_gateways.js +1 -24
  171. package/lib/cjs/resources/payment_methods.d.ts +1 -83
  172. package/lib/cjs/resources/payment_methods.js +1 -47
  173. package/lib/cjs/resources/payment_options.d.ts +1 -44
  174. package/lib/cjs/resources/payment_options.js +1 -33
  175. package/lib/cjs/resources/paypal_gateways.d.ts +1 -41
  176. package/lib/cjs/resources/paypal_gateways.js +1 -37
  177. package/lib/cjs/resources/paypal_payments.d.ts +1 -53
  178. package/lib/cjs/resources/paypal_payments.js +1 -37
  179. package/lib/cjs/resources/percentage_discount_promotions.d.ts +1 -131
  180. package/lib/cjs/resources/percentage_discount_promotions.js +1 -79
  181. package/lib/cjs/resources/price_frequency_tiers.d.ts +1 -53
  182. package/lib/cjs/resources/price_frequency_tiers.js +1 -41
  183. package/lib/cjs/resources/price_list_schedulers.d.ts +1 -0
  184. package/lib/cjs/resources/price_list_schedulers.js +1 -0
  185. package/lib/cjs/resources/price_lists.d.ts +1 -46
  186. package/lib/cjs/resources/price_lists.js +1 -37
  187. package/lib/cjs/resources/price_tiers.d.ts +1 -32
  188. package/lib/cjs/resources/price_tiers.js +1 -28
  189. package/lib/cjs/resources/price_volume_tiers.d.ts +1 -53
  190. package/lib/cjs/resources/price_volume_tiers.js +1 -41
  191. package/lib/cjs/resources/prices.d.ts +1 -84
  192. package/lib/cjs/resources/prices.js +1 -65
  193. package/lib/cjs/resources/promotion_rules.d.ts +1 -29
  194. package/lib/cjs/resources/promotion_rules.js +1 -20
  195. package/lib/cjs/resources/promotions.d.ts +1 -63
  196. package/lib/cjs/resources/promotions.js +1 -60
  197. package/lib/cjs/resources/recurring_order_copies.d.ts +1 -53
  198. package/lib/cjs/resources/recurring_order_copies.js +1 -41
  199. package/lib/cjs/resources/refunds.d.ts +1 -44
  200. package/lib/cjs/resources/refunds.js +1 -36
  201. package/lib/cjs/resources/reserved_stocks.d.ts +1 -28
  202. package/lib/cjs/resources/reserved_stocks.js +1 -28
  203. package/lib/cjs/resources/resource_errors.d.ts +1 -22
  204. package/lib/cjs/resources/resource_errors.js +1 -16
  205. package/lib/cjs/resources/return_line_items.d.ts +1 -52
  206. package/lib/cjs/resources/return_line_items.js +1 -36
  207. package/lib/cjs/resources/returns.d.ts +1 -96
  208. package/lib/cjs/resources/returns.js +1 -92
  209. package/lib/cjs/resources/satispay_gateways.d.ts +1 -46
  210. package/lib/cjs/resources/satispay_gateways.js +1 -37
  211. package/lib/cjs/resources/satispay_payments.d.ts +1 -50
  212. package/lib/cjs/resources/satispay_payments.js +1 -40
  213. package/lib/cjs/resources/shipments.d.ts +1 -151
  214. package/lib/cjs/resources/shipments.js +1 -130
  215. package/lib/cjs/resources/shipping_categories.d.ts +1 -40
  216. package/lib/cjs/resources/shipping_categories.js +1 -37
  217. package/lib/cjs/resources/shipping_method_tiers.d.ts +1 -32
  218. package/lib/cjs/resources/shipping_method_tiers.js +1 -28
  219. package/lib/cjs/resources/shipping_methods.d.ts +1 -125
  220. package/lib/cjs/resources/shipping_methods.js +1 -70
  221. package/lib/cjs/resources/shipping_weight_tiers.d.ts +1 -50
  222. package/lib/cjs/resources/shipping_weight_tiers.js +1 -37
  223. package/lib/cjs/resources/shipping_zones.d.ts +1 -52
  224. package/lib/cjs/resources/shipping_zones.js +1 -33
  225. package/lib/cjs/resources/sku_list_items.d.ts +1 -51
  226. package/lib/cjs/resources/sku_list_items.js +1 -37
  227. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +1 -76
  228. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -37
  229. package/lib/cjs/resources/sku_lists.d.ts +1 -64
  230. package/lib/cjs/resources/sku_lists.js +1 -49
  231. package/lib/cjs/resources/sku_options.d.ts +1 -71
  232. package/lib/cjs/resources/sku_options.js +1 -45
  233. package/lib/cjs/resources/skus.d.ts +1 -96
  234. package/lib/cjs/resources/skus.js +1 -65
  235. package/lib/cjs/resources/stock_items.d.ts +1 -61
  236. package/lib/cjs/resources/stock_items.js +1 -52
  237. package/lib/cjs/resources/stock_line_items.d.ts +1 -73
  238. package/lib/cjs/resources/stock_line_items.js +1 -54
  239. package/lib/cjs/resources/stock_locations.d.ts +1 -64
  240. package/lib/cjs/resources/stock_locations.js +1 -53
  241. package/lib/cjs/resources/stock_reservations.d.ts +1 -51
  242. package/lib/cjs/resources/stock_reservations.js +1 -48
  243. package/lib/cjs/resources/stock_transfers.d.ts +1 -86
  244. package/lib/cjs/resources/stock_transfers.js +1 -71
  245. package/lib/cjs/resources/stripe_gateways.d.ts +1 -45
  246. package/lib/cjs/resources/stripe_gateways.js +1 -37
  247. package/lib/cjs/resources/stripe_payments.d.ts +1 -59
  248. package/lib/cjs/resources/stripe_payments.js +1 -43
  249. package/lib/cjs/resources/subscription_models.d.ts +1 -49
  250. package/lib/cjs/resources/subscription_models.js +1 -37
  251. package/lib/cjs/resources/tags.d.ts +1 -28
  252. package/lib/cjs/resources/tags.js +1 -25
  253. package/lib/cjs/resources/tax_calculators.d.ts +1 -28
  254. package/lib/cjs/resources/tax_calculators.js +1 -28
  255. package/lib/cjs/resources/tax_categories.d.ts +1 -63
  256. package/lib/cjs/resources/tax_categories.js +1 -37
  257. package/lib/cjs/resources/tax_rules.d.ts +1 -73
  258. package/lib/cjs/resources/tax_rules.js +1 -33
  259. package/lib/cjs/resources/taxjar_accounts.d.ts +1 -47
  260. package/lib/cjs/resources/taxjar_accounts.js +1 -41
  261. package/lib/cjs/resources/transactions.d.ts +1 -41
  262. package/lib/cjs/resources/transactions.js +1 -32
  263. package/lib/cjs/resources/versions.d.ts +1 -22
  264. package/lib/cjs/resources/versions.js +1 -16
  265. package/lib/cjs/resources/voids.d.ts +1 -44
  266. package/lib/cjs/resources/voids.js +1 -36
  267. package/lib/cjs/resources/webhooks.d.ts +1 -55
  268. package/lib/cjs/resources/webhooks.js +1 -42
  269. package/lib/cjs/resources/wire_transfers.d.ts +1 -37
  270. package/lib/cjs/resources/wire_transfers.js +1 -33
  271. package/lib/cjs/static.d.ts +1 -12
  272. package/lib/cjs/static.js +1 -51
  273. package/lib/cjs/util.d.ts +1 -4
  274. package/lib/cjs/util.js +1 -16
  275. package/lib/esm/api.d.ts +1 -164
  276. package/lib/esm/api.js +1 -258
  277. package/lib/esm/client.d.ts +1 -39
  278. package/lib/esm/client.js +1 -149
  279. package/lib/esm/commercelayer.d.ts +1 -153
  280. package/lib/esm/commercelayer.js +1 -224
  281. package/lib/esm/common.d.ts +1 -5
  282. package/lib/esm/common.js +1 -19
  283. package/lib/esm/config.d.ts +1 -15
  284. package/lib/esm/config.js +1 -17
  285. package/lib/esm/debug.d.ts +1 -3
  286. package/lib/esm/debug.js +1 -36
  287. package/lib/esm/error.d.ts +1 -31
  288. package/lib/esm/error.js +1 -69
  289. package/lib/esm/index.d.ts +1 -7
  290. package/lib/esm/index.js +1 -4
  291. package/lib/esm/interceptor.d.ts +1 -25
  292. package/lib/esm/interceptor.js +1 -1
  293. package/lib/esm/jsonapi.d.ts +1 -6
  294. package/lib/esm/jsonapi.js +1 -87
  295. package/lib/esm/model.d.ts +1 -124
  296. package/lib/esm/model.js +1 -2
  297. package/lib/esm/query.d.ts +1 -17
  298. package/lib/esm/query.js +1 -62
  299. package/lib/esm/resource.d.ts +1 -89
  300. package/lib/esm/resource.js +1 -191
  301. package/lib/esm/resources/addresses.d.ts +1 -103
  302. package/lib/esm/resources/addresses.js +1 -39
  303. package/lib/esm/resources/adjustments.d.ts +1 -42
  304. package/lib/esm/resources/adjustments.js +1 -27
  305. package/lib/esm/resources/adyen_gateways.d.ts +1 -60
  306. package/lib/esm/resources/adyen_gateways.js +1 -35
  307. package/lib/esm/resources/adyen_payments.d.ts +1 -51
  308. package/lib/esm/resources/adyen_payments.js +1 -38
  309. package/lib/esm/resources/application.d.ts +1 -22
  310. package/lib/esm/resources/application.js +1 -14
  311. package/lib/esm/resources/attachments.d.ts +1 -157
  312. package/lib/esm/resources/attachments.js +1 -23
  313. package/lib/esm/resources/authorizations.d.ts +1 -70
  314. package/lib/esm/resources/authorizations.js +1 -50
  315. package/lib/esm/resources/avalara_accounts.d.ts +1 -59
  316. package/lib/esm/resources/avalara_accounts.js +1 -39
  317. package/lib/esm/resources/axerve_gateways.d.ts +1 -48
  318. package/lib/esm/resources/axerve_gateways.js +1 -35
  319. package/lib/esm/resources/axerve_payments.d.ts +1 -54
  320. package/lib/esm/resources/axerve_payments.js +1 -38
  321. package/lib/esm/resources/billing_info_validation_rules.d.ts +1 -39
  322. package/lib/esm/resources/billing_info_validation_rules.js +1 -35
  323. package/lib/esm/resources/bing_geocoders.d.ts +1 -36
  324. package/lib/esm/resources/bing_geocoders.js +1 -31
  325. package/lib/esm/resources/braintree_gateways.d.ts +1 -60
  326. package/lib/esm/resources/braintree_gateways.js +1 -35
  327. package/lib/esm/resources/braintree_payments.d.ts +1 -52
  328. package/lib/esm/resources/braintree_payments.js +1 -35
  329. package/lib/esm/resources/bundles.d.ts +1 -93
  330. package/lib/esm/resources/bundles.js +1 -57
  331. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +1 -137
  332. package/lib/esm/resources/buy_x_pay_y_promotions.js +1 -77
  333. package/lib/esm/resources/captures.d.ts +1 -60
  334. package/lib/esm/resources/captures.js +1 -47
  335. package/lib/esm/resources/carrier_accounts.d.ts +1 -30
  336. package/lib/esm/resources/carrier_accounts.js +1 -26
  337. package/lib/esm/resources/checkout_com_gateways.d.ts +1 -49
  338. package/lib/esm/resources/checkout_com_gateways.js +1 -35
  339. package/lib/esm/resources/checkout_com_payments.d.ts +1 -65
  340. package/lib/esm/resources/checkout_com_payments.js +1 -41
  341. package/lib/esm/resources/cleanups.d.ts +1 -40
  342. package/lib/esm/resources/cleanups.js +1 -28
  343. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +1 -67
  344. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -31
  345. package/lib/esm/resources/coupon_recipients.d.ts +1 -48
  346. package/lib/esm/resources/coupon_recipients.js +1 -35
  347. package/lib/esm/resources/coupons.d.ts +1 -71
  348. package/lib/esm/resources/coupons.js +1 -43
  349. package/lib/esm/resources/custom_promotion_rules.d.ts +1 -62
  350. package/lib/esm/resources/custom_promotion_rules.js +1 -27
  351. package/lib/esm/resources/customer_addresses.d.ts +1 -50
  352. package/lib/esm/resources/customer_addresses.js +1 -39
  353. package/lib/esm/resources/customer_groups.d.ts +1 -40
  354. package/lib/esm/resources/customer_groups.js +1 -39
  355. package/lib/esm/resources/customer_password_resets.d.ts +1 -38
  356. package/lib/esm/resources/customer_password_resets.js +1 -34
  357. package/lib/esm/resources/customer_payment_sources.d.ts +1 -86
  358. package/lib/esm/resources/customer_payment_sources.js +1 -35
  359. package/lib/esm/resources/customer_subscriptions.d.ts +1 -35
  360. package/lib/esm/resources/customer_subscriptions.js +1 -35
  361. package/lib/esm/resources/customers.d.ts +1 -76
  362. package/lib/esm/resources/customers.js +1 -67
  363. package/lib/esm/resources/delivery_lead_times.d.ts +1 -55
  364. package/lib/esm/resources/delivery_lead_times.js +1 -39
  365. package/lib/esm/resources/event_callbacks.d.ts +1 -25
  366. package/lib/esm/resources/event_callbacks.js +1 -18
  367. package/lib/esm/resources/events.d.ts +1 -25
  368. package/lib/esm/resources/events.js +1 -22
  369. package/lib/esm/resources/exports.d.ts +1 -41
  370. package/lib/esm/resources/exports.js +1 -24
  371. package/lib/esm/resources/external_gateways.d.ts +1 -57
  372. package/lib/esm/resources/external_gateways.js +1 -38
  373. package/lib/esm/resources/external_payments.d.ts +1 -48
  374. package/lib/esm/resources/external_payments.js +1 -39
  375. package/lib/esm/resources/external_promotions.d.ts +1 -136
  376. package/lib/esm/resources/external_promotions.js +1 -80
  377. package/lib/esm/resources/external_tax_calculators.d.ts +1 -45
  378. package/lib/esm/resources/external_tax_calculators.js +1 -38
  379. package/lib/esm/resources/fixed_amount_promotions.d.ts +1 -133
  380. package/lib/esm/resources/fixed_amount_promotions.js +1 -77
  381. package/lib/esm/resources/fixed_price_promotions.d.ts +1 -133
  382. package/lib/esm/resources/fixed_price_promotions.js +1 -77
  383. package/lib/esm/resources/free_gift_promotions.d.ts +1 -131
  384. package/lib/esm/resources/free_gift_promotions.js +1 -77
  385. package/lib/esm/resources/free_shipping_promotions.d.ts +1 -125
  386. package/lib/esm/resources/free_shipping_promotions.js +1 -73
  387. package/lib/esm/resources/geocoders.d.ts +1 -25
  388. package/lib/esm/resources/geocoders.js +1 -22
  389. package/lib/esm/resources/gift_card_recipients.d.ts +1 -48
  390. package/lib/esm/resources/gift_card_recipients.js +1 -35
  391. package/lib/esm/resources/gift_cards.d.ts +1 -104
  392. package/lib/esm/resources/gift_cards.js +1 -59
  393. package/lib/esm/resources/google_geocoders.d.ts +1 -36
  394. package/lib/esm/resources/google_geocoders.js +1 -31
  395. package/lib/esm/resources/imports.d.ts +1 -44
  396. package/lib/esm/resources/imports.js +1 -24
  397. package/lib/esm/resources/in_stock_subscriptions.d.ts +1 -68
  398. package/lib/esm/resources/in_stock_subscriptions.js +1 -49
  399. package/lib/esm/resources/inventory_models.d.ts +1 -55
  400. package/lib/esm/resources/inventory_models.js +1 -39
  401. package/lib/esm/resources/inventory_return_locations.d.ts +1 -47
  402. package/lib/esm/resources/inventory_return_locations.js +1 -35
  403. package/lib/esm/resources/inventory_stock_locations.d.ts +1 -50
  404. package/lib/esm/resources/inventory_stock_locations.js +1 -35
  405. package/lib/esm/resources/klarna_gateways.d.ts +1 -48
  406. package/lib/esm/resources/klarna_gateways.js +1 -35
  407. package/lib/esm/resources/klarna_payments.d.ts +1 -48
  408. package/lib/esm/resources/klarna_payments.js +1 -38
  409. package/lib/esm/resources/line_item_options.d.ts +1 -69
  410. package/lib/esm/resources/line_item_options.js +1 -39
  411. package/lib/esm/resources/line_items.d.ts +1 -170
  412. package/lib/esm/resources/line_items.js +1 -64
  413. package/lib/esm/resources/manual_gateways.d.ts +1 -34
  414. package/lib/esm/resources/manual_gateways.js +1 -31
  415. package/lib/esm/resources/manual_tax_calculators.d.ts +1 -45
  416. package/lib/esm/resources/manual_tax_calculators.js +1 -39
  417. package/lib/esm/resources/markets.d.ts +1 -107
  418. package/lib/esm/resources/markets.js +1 -61
  419. package/lib/esm/resources/merchants.d.ts +1 -42
  420. package/lib/esm/resources/merchants.js +1 -35
  421. package/lib/esm/resources/order_amount_promotion_rules.d.ts +1 -67
  422. package/lib/esm/resources/order_amount_promotion_rules.js +1 -27
  423. package/lib/esm/resources/order_copies.d.ts +1 -51
  424. package/lib/esm/resources/order_copies.js +1 -39
  425. package/lib/esm/resources/order_factories.d.ts +1 -34
  426. package/lib/esm/resources/order_factories.js +1 -26
  427. package/lib/esm/resources/order_subscription_items.d.ts +1 -72
  428. package/lib/esm/resources/order_subscription_items.js +1 -31
  429. package/lib/esm/resources/order_subscriptions.d.ts +1 -98
  430. package/lib/esm/resources/order_subscriptions.js +1 -76
  431. package/lib/esm/resources/order_validation_rules.d.ts +1 -27
  432. package/lib/esm/resources/order_validation_rules.js +1 -26
  433. package/lib/esm/resources/orders.d.ts +1 -389
  434. package/lib/esm/resources/orders.js +1 -234
  435. package/lib/esm/resources/organization.d.ts +1 -34
  436. package/lib/esm/resources/organization.js +1 -14
  437. package/lib/esm/resources/packages.d.ts +1 -60
  438. package/lib/esm/resources/packages.js +1 -39
  439. package/lib/esm/resources/parcel_line_items.d.ts +1 -47
  440. package/lib/esm/resources/parcel_line_items.js +1 -35
  441. package/lib/esm/resources/parcels.d.ts +1 -126
  442. package/lib/esm/resources/parcels.js +1 -47
  443. package/lib/esm/resources/payment_gateways.d.ts +1 -25
  444. package/lib/esm/resources/payment_gateways.js +1 -22
  445. package/lib/esm/resources/payment_methods.d.ts +1 -83
  446. package/lib/esm/resources/payment_methods.js +1 -45
  447. package/lib/esm/resources/payment_options.d.ts +1 -44
  448. package/lib/esm/resources/payment_options.js +1 -31
  449. package/lib/esm/resources/paypal_gateways.d.ts +1 -41
  450. package/lib/esm/resources/paypal_gateways.js +1 -35
  451. package/lib/esm/resources/paypal_payments.d.ts +1 -53
  452. package/lib/esm/resources/paypal_payments.js +1 -35
  453. package/lib/esm/resources/percentage_discount_promotions.d.ts +1 -131
  454. package/lib/esm/resources/percentage_discount_promotions.js +1 -77
  455. package/lib/esm/resources/price_frequency_tiers.d.ts +1 -53
  456. package/lib/esm/resources/price_frequency_tiers.js +1 -39
  457. package/lib/esm/resources/price_list_schedulers.d.ts +1 -0
  458. package/lib/esm/resources/price_list_schedulers.js +1 -0
  459. package/lib/esm/resources/price_lists.d.ts +1 -46
  460. package/lib/esm/resources/price_lists.js +1 -35
  461. package/lib/esm/resources/price_tiers.d.ts +1 -32
  462. package/lib/esm/resources/price_tiers.js +1 -26
  463. package/lib/esm/resources/price_volume_tiers.d.ts +1 -53
  464. package/lib/esm/resources/price_volume_tiers.js +1 -39
  465. package/lib/esm/resources/prices.d.ts +1 -84
  466. package/lib/esm/resources/prices.js +1 -63
  467. package/lib/esm/resources/promotion_rules.d.ts +1 -29
  468. package/lib/esm/resources/promotion_rules.js +1 -18
  469. package/lib/esm/resources/promotions.d.ts +1 -63
  470. package/lib/esm/resources/promotions.js +1 -58
  471. package/lib/esm/resources/recurring_order_copies.d.ts +1 -53
  472. package/lib/esm/resources/recurring_order_copies.js +1 -39
  473. package/lib/esm/resources/refunds.d.ts +1 -44
  474. package/lib/esm/resources/refunds.js +1 -34
  475. package/lib/esm/resources/reserved_stocks.d.ts +1 -28
  476. package/lib/esm/resources/reserved_stocks.js +1 -26
  477. package/lib/esm/resources/resource_errors.d.ts +1 -22
  478. package/lib/esm/resources/resource_errors.js +1 -14
  479. package/lib/esm/resources/return_line_items.d.ts +1 -52
  480. package/lib/esm/resources/return_line_items.js +1 -34
  481. package/lib/esm/resources/returns.d.ts +1 -96
  482. package/lib/esm/resources/returns.js +1 -90
  483. package/lib/esm/resources/satispay_gateways.d.ts +1 -46
  484. package/lib/esm/resources/satispay_gateways.js +1 -35
  485. package/lib/esm/resources/satispay_payments.d.ts +1 -50
  486. package/lib/esm/resources/satispay_payments.js +1 -38
  487. package/lib/esm/resources/shipments.d.ts +1 -151
  488. package/lib/esm/resources/shipments.js +1 -128
  489. package/lib/esm/resources/shipping_categories.d.ts +1 -40
  490. package/lib/esm/resources/shipping_categories.js +1 -35
  491. package/lib/esm/resources/shipping_method_tiers.d.ts +1 -32
  492. package/lib/esm/resources/shipping_method_tiers.js +1 -26
  493. package/lib/esm/resources/shipping_methods.d.ts +1 -125
  494. package/lib/esm/resources/shipping_methods.js +1 -68
  495. package/lib/esm/resources/shipping_weight_tiers.d.ts +1 -50
  496. package/lib/esm/resources/shipping_weight_tiers.js +1 -35
  497. package/lib/esm/resources/shipping_zones.d.ts +1 -52
  498. package/lib/esm/resources/shipping_zones.js +1 -31
  499. package/lib/esm/resources/sku_list_items.d.ts +1 -51
  500. package/lib/esm/resources/sku_list_items.js +1 -35
  501. package/lib/esm/resources/sku_list_promotion_rules.d.ts +1 -76
  502. package/lib/esm/resources/sku_list_promotion_rules.js +1 -35
  503. package/lib/esm/resources/sku_lists.d.ts +1 -64
  504. package/lib/esm/resources/sku_lists.js +1 -47
  505. package/lib/esm/resources/sku_options.d.ts +1 -71
  506. package/lib/esm/resources/sku_options.js +1 -43
  507. package/lib/esm/resources/skus.d.ts +1 -96
  508. package/lib/esm/resources/skus.js +1 -63
  509. package/lib/esm/resources/stock_items.d.ts +1 -61
  510. package/lib/esm/resources/stock_items.js +1 -50
  511. package/lib/esm/resources/stock_line_items.d.ts +1 -73
  512. package/lib/esm/resources/stock_line_items.js +1 -52
  513. package/lib/esm/resources/stock_locations.d.ts +1 -64
  514. package/lib/esm/resources/stock_locations.js +1 -51
  515. package/lib/esm/resources/stock_reservations.d.ts +1 -51
  516. package/lib/esm/resources/stock_reservations.js +1 -46
  517. package/lib/esm/resources/stock_transfers.d.ts +1 -86
  518. package/lib/esm/resources/stock_transfers.js +1 -69
  519. package/lib/esm/resources/stripe_gateways.d.ts +1 -45
  520. package/lib/esm/resources/stripe_gateways.js +1 -35
  521. package/lib/esm/resources/stripe_payments.d.ts +1 -59
  522. package/lib/esm/resources/stripe_payments.js +1 -41
  523. package/lib/esm/resources/subscription_models.d.ts +1 -49
  524. package/lib/esm/resources/subscription_models.js +1 -35
  525. package/lib/esm/resources/tags.d.ts +1 -28
  526. package/lib/esm/resources/tags.js +1 -23
  527. package/lib/esm/resources/tax_calculators.d.ts +1 -28
  528. package/lib/esm/resources/tax_calculators.js +1 -26
  529. package/lib/esm/resources/tax_categories.d.ts +1 -63
  530. package/lib/esm/resources/tax_categories.js +1 -35
  531. package/lib/esm/resources/tax_rules.d.ts +1 -73
  532. package/lib/esm/resources/tax_rules.js +1 -31
  533. package/lib/esm/resources/taxjar_accounts.d.ts +1 -47
  534. package/lib/esm/resources/taxjar_accounts.js +1 -39
  535. package/lib/esm/resources/transactions.d.ts +1 -41
  536. package/lib/esm/resources/transactions.js +1 -30
  537. package/lib/esm/resources/versions.d.ts +1 -22
  538. package/lib/esm/resources/versions.js +1 -14
  539. package/lib/esm/resources/voids.d.ts +1 -44
  540. package/lib/esm/resources/voids.js +1 -34
  541. package/lib/esm/resources/webhooks.d.ts +1 -55
  542. package/lib/esm/resources/webhooks.js +1 -40
  543. package/lib/esm/resources/wire_transfers.d.ts +1 -37
  544. package/lib/esm/resources/wire_transfers.js +1 -31
  545. package/lib/esm/static.d.ts +1 -12
  546. package/lib/esm/static.js +1 -25
  547. package/lib/esm/util.d.ts +1 -4
  548. package/lib/esm/util.js +1 -37
  549. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  550. package/lib/tsconfig.tsbuildinfo +1 -1
  551. package/package.json +6 -6
@@ -1,28 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
3
- import type { QueryParamsRetrieve } from '../query';
4
- type TagType = 'tags';
5
- type TagRel = ResourceRel & {
6
- type: TagType;
7
- };
8
- interface Tag extends Resource {
9
- readonly type: TagType;
10
- name: string;
11
- }
12
- interface TagCreate extends ResourceCreate {
13
- name: string;
14
- }
15
- interface TagUpdate extends ResourceUpdate {
16
- name?: string | null;
17
- }
18
- declare class Tags extends ApiResource<Tag> {
19
- static readonly TYPE: TagType;
20
- create(resource: TagCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Tag>;
21
- update(resource: TagUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Tag>;
22
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
23
- isTag(resource: any): resource is Tag;
24
- relationship(id: string | ResourceId | null): TagRel;
25
- type(): TagType;
26
- }
27
- export default Tags;
28
- export type { Tag, TagCreate, TagUpdate, TagType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel}from'../resource';import type{QueryParamsRetrieve}from'../query';type TagType='tags';type TagRel=ResourceRel&{type:TagType;};interface Tag extends Resource{readonly type:TagType;name:string;}interface TagCreate extends ResourceCreate{name:string;}interface TagUpdate extends ResourceUpdate{name?:string|null;}declare class Tags extends ApiResource<Tag>{static readonly TYPE:TagType;create(resource:TagCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Tag>;update(resource:TagUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Tag>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;isTag(resource:any):resource is Tag;relationship(id:string|ResourceId|null):TagRel;type():TagType;}export default Tags;export type{Tag,TagCreate,TagUpdate,TagType};
@@ -1,23 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Tags extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: Tags.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: Tags.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: Tags.TYPE } : id, options);
11
- }
12
- isTag(resource) {
13
- return resource.type && (resource.type === Tags.TYPE);
14
- }
15
- relationship(id) {
16
- return ((id === null) || (typeof id === 'string')) ? { id, type: Tags.TYPE } : { id: id.id, type: Tags.TYPE };
17
- }
18
- type() {
19
- return Tags.TYPE;
20
- }
21
- }
22
- Tags.TYPE = 'tags';
23
- export default Tags;
1
+ import{ApiResource as s}from"../resource";class t extends s{async create(e,r,p){return this.resources.create({...e,type:t.TYPE},r,p)}async update(e,r,p){return this.resources.update({...e,type:t.TYPE},r,p)}async delete(e,r){await this.resources.delete(typeof e=="string"?{id:e,type:t.TYPE}:e,r)}isTag(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="tags";export default t;
@@ -1,28 +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 { Market } from './markets';
5
- import type { Attachment } from './attachments';
6
- import type { Version } from './versions';
7
- type TaxCalculatorType = 'tax_calculators';
8
- type TaxCalculatorRel = ResourceRel & {
9
- type: TaxCalculatorType;
10
- };
11
- interface TaxCalculator extends Resource {
12
- readonly type: TaxCalculatorType;
13
- name: string;
14
- markets?: Market[] | null;
15
- attachments?: Attachment[] | null;
16
- versions?: Version[] | null;
17
- }
18
- declare class TaxCalculators extends ApiResource<TaxCalculator> {
19
- static readonly TYPE: TaxCalculatorType;
20
- markets(taxCalculatorId: string | TaxCalculator, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Market>>;
21
- attachments(taxCalculatorId: string | TaxCalculator, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
22
- versions(taxCalculatorId: string | TaxCalculator, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
23
- isTaxCalculator(resource: any): resource is TaxCalculator;
24
- relationship(id: string | ResourceId | null): TaxCalculatorRel;
25
- type(): TaxCalculatorType;
26
- }
27
- export default TaxCalculators;
28
- export type { TaxCalculator, TaxCalculatorType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList}from'../query';import type{Market}from'./markets';import type{Attachment}from'./attachments';import type{Version}from'./versions';type TaxCalculatorType='tax_calculators';type TaxCalculatorRel=ResourceRel&{type:TaxCalculatorType;};interface TaxCalculator extends Resource{readonly type:TaxCalculatorType;name:string;markets?:Market[]|null;attachments?:Attachment[]|null;versions?:Version[]|null;}declare class TaxCalculators extends ApiResource<TaxCalculator>{static readonly TYPE:TaxCalculatorType;markets(taxCalculatorId:string|TaxCalculator,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Market>>;attachments(taxCalculatorId:string|TaxCalculator,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(taxCalculatorId:string|TaxCalculator,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isTaxCalculator(resource:any):resource is TaxCalculator;relationship(id:string|ResourceId|null):TaxCalculatorRel;type():TaxCalculatorType;}export default TaxCalculators;export type{TaxCalculator,TaxCalculatorType};
@@ -1,26 +1 @@
1
- import { ApiResource } from '../resource';
2
- class TaxCalculators extends ApiResource {
3
- async markets(taxCalculatorId, params, options) {
4
- const _taxCalculatorId = taxCalculatorId.id || taxCalculatorId;
5
- return this.resources.fetch({ type: 'markets' }, `tax_calculators/${_taxCalculatorId}/markets`, params, options);
6
- }
7
- async attachments(taxCalculatorId, params, options) {
8
- const _taxCalculatorId = taxCalculatorId.id || taxCalculatorId;
9
- return this.resources.fetch({ type: 'attachments' }, `tax_calculators/${_taxCalculatorId}/attachments`, params, options);
10
- }
11
- async versions(taxCalculatorId, params, options) {
12
- const _taxCalculatorId = taxCalculatorId.id || taxCalculatorId;
13
- return this.resources.fetch({ type: 'versions' }, `tax_calculators/${_taxCalculatorId}/versions`, params, options);
14
- }
15
- isTaxCalculator(resource) {
16
- return resource.type && (resource.type === TaxCalculators.TYPE);
17
- }
18
- relationship(id) {
19
- return ((id === null) || (typeof id === 'string')) ? { id, type: TaxCalculators.TYPE } : { id: id.id, type: TaxCalculators.TYPE };
20
- }
21
- type() {
22
- return TaxCalculators.TYPE;
23
- }
24
- }
25
- TaxCalculators.TYPE = 'tax_calculators';
26
- export default TaxCalculators;
1
+ import{ApiResource as n}from"../resource";class e extends n{async markets(t,s,r){const c=t.id||t;return this.resources.fetch({type:"markets"},`tax_calculators/${c}/markets`,s,r)}async attachments(t,s,r){const c=t.id||t;return this.resources.fetch({type:"attachments"},`tax_calculators/${c}/attachments`,s,r)}async versions(t,s,r){const c=t.id||t;return this.resources.fetch({type:"versions"},`tax_calculators/${c}/versions`,s,r)}isTaxCalculator(t){return t.type&&t.type===e.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:e.TYPE}:{id:t.id,type:e.TYPE}}type(){return e.TYPE}}e.TYPE="tax_calculators";export default e;
@@ -1,63 +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, SkuType } from './skus';
5
- import type { AvalaraAccount, AvalaraAccountType } from './avalara_accounts';
6
- import type { TaxjarAccount, TaxjarAccountType } from './taxjar_accounts';
7
- import type { ManualTaxCalculator, ManualTaxCalculatorType } from './manual_tax_calculators';
8
- import type { ExternalTaxCalculator, ExternalTaxCalculatorType } from './external_tax_calculators';
9
- import type { Attachment } from './attachments';
10
- import type { Version } from './versions';
11
- type TaxCategoryType = 'tax_categories';
12
- type TaxCategoryRel = ResourceRel & {
13
- type: TaxCategoryType;
14
- };
15
- type SkuRel = ResourceRel & {
16
- type: SkuType;
17
- };
18
- type AvalaraAccountRel = ResourceRel & {
19
- type: AvalaraAccountType;
20
- };
21
- type TaxjarAccountRel = ResourceRel & {
22
- type: TaxjarAccountType;
23
- };
24
- type ManualTaxCalculatorRel = ResourceRel & {
25
- type: ManualTaxCalculatorType;
26
- };
27
- type ExternalTaxCalculatorRel = ResourceRel & {
28
- type: ExternalTaxCalculatorType;
29
- };
30
- interface TaxCategory extends Resource {
31
- readonly type: TaxCategoryType;
32
- code: string;
33
- sku_code?: string | null;
34
- sku?: Sku | null;
35
- tax_calculator?: AvalaraAccount | TaxjarAccount | ManualTaxCalculator | ExternalTaxCalculator | null;
36
- attachments?: Attachment[] | null;
37
- versions?: Version[] | null;
38
- }
39
- interface TaxCategoryCreate extends ResourceCreate {
40
- code: string;
41
- sku_code?: string | null;
42
- sku: SkuRel;
43
- tax_calculator: AvalaraAccountRel | TaxjarAccountRel | ManualTaxCalculatorRel | ExternalTaxCalculatorRel;
44
- }
45
- interface TaxCategoryUpdate extends ResourceUpdate {
46
- code?: string | null;
47
- sku_code?: string | null;
48
- sku?: SkuRel | null;
49
- }
50
- declare class TaxCategories extends ApiResource<TaxCategory> {
51
- static readonly TYPE: TaxCategoryType;
52
- create(resource: TaxCategoryCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxCategory>;
53
- update(resource: TaxCategoryUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxCategory>;
54
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
55
- sku(taxCategoryId: string | TaxCategory, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Sku>;
56
- attachments(taxCategoryId: string | TaxCategory, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
57
- versions(taxCategoryId: string | TaxCategory, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
58
- isTaxCategory(resource: any): resource is TaxCategory;
59
- relationship(id: string | ResourceId | null): TaxCategoryRel;
60
- type(): TaxCategoryType;
61
- }
62
- export default TaxCategories;
63
- export type { TaxCategory, TaxCategoryCreate, TaxCategoryUpdate, TaxCategoryType };
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,SkuType}from'./skus';import type{AvalaraAccount,AvalaraAccountType}from'./avalara_accounts';import type{TaxjarAccount,TaxjarAccountType}from'./taxjar_accounts';import type{ManualTaxCalculator,ManualTaxCalculatorType}from'./manual_tax_calculators';import type{ExternalTaxCalculator,ExternalTaxCalculatorType}from'./external_tax_calculators';import type{Attachment}from'./attachments';import type{Version}from'./versions';type TaxCategoryType='tax_categories';type TaxCategoryRel=ResourceRel&{type:TaxCategoryType;};type SkuRel=ResourceRel&{type:SkuType;};type AvalaraAccountRel=ResourceRel&{type:AvalaraAccountType;};type TaxjarAccountRel=ResourceRel&{type:TaxjarAccountType;};type ManualTaxCalculatorRel=ResourceRel&{type:ManualTaxCalculatorType;};type ExternalTaxCalculatorRel=ResourceRel&{type:ExternalTaxCalculatorType;};interface TaxCategory extends Resource{readonly type:TaxCategoryType;code:string;sku_code?:string|null;sku?:Sku|null;tax_calculator?:AvalaraAccount|TaxjarAccount|ManualTaxCalculator|ExternalTaxCalculator|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface TaxCategoryCreate extends ResourceCreate{code:string;sku_code?:string|null;sku:SkuRel;tax_calculator:AvalaraAccountRel|TaxjarAccountRel|ManualTaxCalculatorRel|ExternalTaxCalculatorRel;}interface TaxCategoryUpdate extends ResourceUpdate{code?:string|null;sku_code?:string|null;sku?:SkuRel|null;}declare class TaxCategories extends ApiResource<TaxCategory>{static readonly TYPE:TaxCategoryType;create(resource:TaxCategoryCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<TaxCategory>;update(resource:TaxCategoryUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<TaxCategory>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;sku(taxCategoryId:string|TaxCategory,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Sku>;attachments(taxCategoryId:string|TaxCategory,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(taxCategoryId:string|TaxCategory,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isTaxCategory(resource:any):resource is TaxCategory;relationship(id:string|ResourceId|null):TaxCategoryRel;type():TaxCategoryType;}export default TaxCategories;export type{TaxCategory,TaxCategoryCreate,TaxCategoryUpdate,TaxCategoryType};
@@ -1,35 +1 @@
1
- import { ApiResource } from '../resource';
2
- class TaxCategories extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: TaxCategories.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: TaxCategories.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: TaxCategories.TYPE } : id, options);
11
- }
12
- async sku(taxCategoryId, params, options) {
13
- const _taxCategoryId = taxCategoryId.id || taxCategoryId;
14
- return this.resources.fetch({ type: 'skus' }, `tax_categories/${_taxCategoryId}/sku`, params, options);
15
- }
16
- async attachments(taxCategoryId, params, options) {
17
- const _taxCategoryId = taxCategoryId.id || taxCategoryId;
18
- return this.resources.fetch({ type: 'attachments' }, `tax_categories/${_taxCategoryId}/attachments`, params, options);
19
- }
20
- async versions(taxCategoryId, params, options) {
21
- const _taxCategoryId = taxCategoryId.id || taxCategoryId;
22
- return this.resources.fetch({ type: 'versions' }, `tax_categories/${_taxCategoryId}/versions`, params, options);
23
- }
24
- isTaxCategory(resource) {
25
- return resource.type && (resource.type === TaxCategories.TYPE);
26
- }
27
- relationship(id) {
28
- return ((id === null) || (typeof id === 'string')) ? { id, type: TaxCategories.TYPE } : { id: id.id, type: TaxCategories.TYPE };
29
- }
30
- type() {
31
- return TaxCategories.TYPE;
32
- }
33
- }
34
- TaxCategories.TYPE = 'tax_categories';
35
- export default TaxCategories;
1
+ import{ApiResource as n}from"../resource";class s extends n{async create(t,e,r){return this.resources.create({...t,type:s.TYPE},e,r)}async update(t,e,r){return this.resources.update({...t,type:s.TYPE},e,r)}async delete(t,e){await this.resources.delete(typeof t=="string"?{id:t,type:s.TYPE}:t,e)}async sku(t,e,r){const c=t.id||t;return this.resources.fetch({type:"skus"},`tax_categories/${c}/sku`,e,r)}async attachments(t,e,r){const c=t.id||t;return this.resources.fetch({type:"attachments"},`tax_categories/${c}/attachments`,e,r)}async versions(t,e,r){const c=t.id||t;return this.resources.fetch({type:"versions"},`tax_categories/${c}/versions`,e,r)}isTaxCategory(t){return t.type&&t.type===s.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:s.TYPE}:{id:t.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="tax_categories";export default s;
@@ -1,73 +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 { ManualTaxCalculator, ManualTaxCalculatorType } from './manual_tax_calculators';
5
- import type { Version } from './versions';
6
- type TaxRuleType = 'tax_rules';
7
- type TaxRuleRel = ResourceRel & {
8
- type: TaxRuleType;
9
- };
10
- type ManualTaxCalculatorRel = ResourceRel & {
11
- type: ManualTaxCalculatorType;
12
- };
13
- interface TaxRule extends Resource {
14
- readonly type: TaxRuleType;
15
- name: string;
16
- tax_rate?: number | null;
17
- country_code_regex?: string | null;
18
- not_country_code_regex?: string | null;
19
- state_code_regex?: string | null;
20
- not_state_code_regex?: string | null;
21
- zip_code_regex?: string | null;
22
- not_zip_code_regex?: string | null;
23
- freight_taxable?: boolean | null;
24
- payment_method_taxable?: boolean | null;
25
- gift_card_taxable?: boolean | null;
26
- adjustment_taxable?: boolean | null;
27
- breakdown?: Record<string, any> | null;
28
- manual_tax_calculator?: ManualTaxCalculator | null;
29
- versions?: Version[] | null;
30
- }
31
- interface TaxRuleCreate extends ResourceCreate {
32
- name: string;
33
- tax_rate?: number | null;
34
- country_code_regex?: string | null;
35
- not_country_code_regex?: string | null;
36
- state_code_regex?: string | null;
37
- not_state_code_regex?: string | null;
38
- zip_code_regex?: string | null;
39
- not_zip_code_regex?: string | null;
40
- freight_taxable?: boolean | null;
41
- payment_method_taxable?: boolean | null;
42
- gift_card_taxable?: boolean | null;
43
- adjustment_taxable?: boolean | null;
44
- manual_tax_calculator: ManualTaxCalculatorRel;
45
- }
46
- interface TaxRuleUpdate extends ResourceUpdate {
47
- name?: string | null;
48
- tax_rate?: number | null;
49
- country_code_regex?: string | null;
50
- not_country_code_regex?: string | null;
51
- state_code_regex?: string | null;
52
- not_state_code_regex?: string | null;
53
- zip_code_regex?: string | null;
54
- not_zip_code_regex?: string | null;
55
- freight_taxable?: boolean | null;
56
- payment_method_taxable?: boolean | null;
57
- gift_card_taxable?: boolean | null;
58
- adjustment_taxable?: boolean | null;
59
- manual_tax_calculator?: ManualTaxCalculatorRel | null;
60
- }
61
- declare class TaxRules extends ApiResource<TaxRule> {
62
- static readonly TYPE: TaxRuleType;
63
- create(resource: TaxRuleCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxRule>;
64
- update(resource: TaxRuleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxRule>;
65
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
66
- manual_tax_calculator(taxRuleId: string | TaxRule, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ManualTaxCalculator>;
67
- versions(taxRuleId: string | TaxRule, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
68
- isTaxRule(resource: any): resource is TaxRule;
69
- relationship(id: string | ResourceId | null): TaxRuleRel;
70
- type(): TaxRuleType;
71
- }
72
- export default TaxRules;
73
- export type { TaxRule, TaxRuleCreate, TaxRuleUpdate, TaxRuleType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{ManualTaxCalculator,ManualTaxCalculatorType}from'./manual_tax_calculators';import type{Version}from'./versions';type TaxRuleType='tax_rules';type TaxRuleRel=ResourceRel&{type:TaxRuleType;};type ManualTaxCalculatorRel=ResourceRel&{type:ManualTaxCalculatorType;};interface TaxRule extends Resource{readonly type:TaxRuleType;name:string;tax_rate?:number|null;country_code_regex?:string|null;not_country_code_regex?:string|null;state_code_regex?:string|null;not_state_code_regex?:string|null;zip_code_regex?:string|null;not_zip_code_regex?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;gift_card_taxable?:boolean|null;adjustment_taxable?:boolean|null;breakdown?:Record<string,any>|null;manual_tax_calculator?:ManualTaxCalculator|null;versions?:Version[]|null;}interface TaxRuleCreate extends ResourceCreate{name:string;tax_rate?:number|null;country_code_regex?:string|null;not_country_code_regex?:string|null;state_code_regex?:string|null;not_state_code_regex?:string|null;zip_code_regex?:string|null;not_zip_code_regex?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;gift_card_taxable?:boolean|null;adjustment_taxable?:boolean|null;manual_tax_calculator:ManualTaxCalculatorRel;}interface TaxRuleUpdate extends ResourceUpdate{name?:string|null;tax_rate?:number|null;country_code_regex?:string|null;not_country_code_regex?:string|null;state_code_regex?:string|null;not_state_code_regex?:string|null;zip_code_regex?:string|null;not_zip_code_regex?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;gift_card_taxable?:boolean|null;adjustment_taxable?:boolean|null;manual_tax_calculator?:ManualTaxCalculatorRel|null;}declare class TaxRules extends ApiResource<TaxRule>{static readonly TYPE:TaxRuleType;create(resource:TaxRuleCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<TaxRule>;update(resource:TaxRuleUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<TaxRule>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;manual_tax_calculator(taxRuleId:string|TaxRule,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ManualTaxCalculator>;versions(taxRuleId:string|TaxRule,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isTaxRule(resource:any):resource is TaxRule;relationship(id:string|ResourceId|null):TaxRuleRel;type():TaxRuleType;}export default TaxRules;export type{TaxRule,TaxRuleCreate,TaxRuleUpdate,TaxRuleType};
@@ -1,31 +1 @@
1
- import { ApiResource } from '../resource';
2
- class TaxRules extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: TaxRules.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: TaxRules.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: TaxRules.TYPE } : id, options);
11
- }
12
- async manual_tax_calculator(taxRuleId, params, options) {
13
- const _taxRuleId = taxRuleId.id || taxRuleId;
14
- return this.resources.fetch({ type: 'manual_tax_calculators' }, `tax_rules/${_taxRuleId}/manual_tax_calculator`, params, options);
15
- }
16
- async versions(taxRuleId, params, options) {
17
- const _taxRuleId = taxRuleId.id || taxRuleId;
18
- return this.resources.fetch({ type: 'versions' }, `tax_rules/${_taxRuleId}/versions`, params, options);
19
- }
20
- isTaxRule(resource) {
21
- return resource.type && (resource.type === TaxRules.TYPE);
22
- }
23
- relationship(id) {
24
- return ((id === null) || (typeof id === 'string')) ? { id, type: TaxRules.TYPE } : { id: id.id, type: TaxRules.TYPE };
25
- }
26
- type() {
27
- return TaxRules.TYPE;
28
- }
29
- }
30
- TaxRules.TYPE = 'tax_rules';
31
- export default TaxRules;
1
+ import{ApiResource as n}from"../resource";class e extends n{async create(t,r,s){return this.resources.create({...t,type:e.TYPE},r,s)}async update(t,r,s){return this.resources.update({...t,type:e.TYPE},r,s)}async delete(t,r){await this.resources.delete(typeof t=="string"?{id:t,type:e.TYPE}:t,r)}async manual_tax_calculator(t,r,s){const a=t.id||t;return this.resources.fetch({type:"manual_tax_calculators"},`tax_rules/${a}/manual_tax_calculator`,r,s)}async versions(t,r,s){const a=t.id||t;return this.resources.fetch({type:"versions"},`tax_rules/${a}/versions`,r,s)}isTaxRule(t){return t.type&&t.type===e.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:e.TYPE}:{id:t.id,type:e.TYPE}}type(){return e.TYPE}}e.TYPE="tax_rules";export default e;
@@ -1,47 +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 } from './markets';
5
- import type { Attachment } from './attachments';
6
- import type { Version } from './versions';
7
- import type { TaxCategory, TaxCategoryType } from './tax_categories';
8
- type TaxjarAccountType = 'taxjar_accounts';
9
- type TaxjarAccountRel = ResourceRel & {
10
- type: TaxjarAccountType;
11
- };
12
- type TaxCategoryRel = ResourceRel & {
13
- type: TaxCategoryType;
14
- };
15
- interface TaxjarAccount extends Resource {
16
- readonly type: TaxjarAccountType;
17
- name: string;
18
- markets?: Market[] | null;
19
- attachments?: Attachment[] | null;
20
- versions?: Version[] | null;
21
- tax_categories?: TaxCategory[] | null;
22
- }
23
- interface TaxjarAccountCreate extends ResourceCreate {
24
- name: string;
25
- api_key: string;
26
- tax_categories?: TaxCategoryRel[] | null;
27
- }
28
- interface TaxjarAccountUpdate extends ResourceUpdate {
29
- name?: string | null;
30
- api_key?: string | null;
31
- tax_categories?: TaxCategoryRel[] | null;
32
- }
33
- declare class TaxjarAccounts extends ApiResource<TaxjarAccount> {
34
- static readonly TYPE: TaxjarAccountType;
35
- create(resource: TaxjarAccountCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxjarAccount>;
36
- update(resource: TaxjarAccountUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxjarAccount>;
37
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
38
- markets(taxjarAccountId: string | TaxjarAccount, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Market>>;
39
- attachments(taxjarAccountId: string | TaxjarAccount, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
40
- versions(taxjarAccountId: string | TaxjarAccount, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
41
- tax_categories(taxjarAccountId: string | TaxjarAccount, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<TaxCategory>>;
42
- isTaxjarAccount(resource: any): resource is TaxjarAccount;
43
- relationship(id: string | ResourceId | null): TaxjarAccountRel;
44
- type(): TaxjarAccountType;
45
- }
46
- export default TaxjarAccounts;
47
- export type { TaxjarAccount, TaxjarAccountCreate, TaxjarAccountUpdate, TaxjarAccountType };
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}from'./markets';import type{Attachment}from'./attachments';import type{Version}from'./versions';import type{TaxCategory,TaxCategoryType}from'./tax_categories';type TaxjarAccountType='taxjar_accounts';type TaxjarAccountRel=ResourceRel&{type:TaxjarAccountType;};type TaxCategoryRel=ResourceRel&{type:TaxCategoryType;};interface TaxjarAccount extends Resource{readonly type:TaxjarAccountType;name:string;markets?:Market[]|null;attachments?:Attachment[]|null;versions?:Version[]|null;tax_categories?:TaxCategory[]|null;}interface TaxjarAccountCreate extends ResourceCreate{name:string;api_key:string;tax_categories?:TaxCategoryRel[]|null;}interface TaxjarAccountUpdate extends ResourceUpdate{name?:string|null;api_key?:string|null;tax_categories?:TaxCategoryRel[]|null;}declare class TaxjarAccounts extends ApiResource<TaxjarAccount>{static readonly TYPE:TaxjarAccountType;create(resource:TaxjarAccountCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<TaxjarAccount>;update(resource:TaxjarAccountUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<TaxjarAccount>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;markets(taxjarAccountId:string|TaxjarAccount,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Market>>;attachments(taxjarAccountId:string|TaxjarAccount,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(taxjarAccountId:string|TaxjarAccount,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;tax_categories(taxjarAccountId:string|TaxjarAccount,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<TaxCategory>>;isTaxjarAccount(resource:any):resource is TaxjarAccount;relationship(id:string|ResourceId|null):TaxjarAccountRel;type():TaxjarAccountType;}export default TaxjarAccounts;export type{TaxjarAccount,TaxjarAccountCreate,TaxjarAccountUpdate,TaxjarAccountType};
@@ -1,39 +1 @@
1
- import { ApiResource } from '../resource';
2
- class TaxjarAccounts extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: TaxjarAccounts.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: TaxjarAccounts.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: TaxjarAccounts.TYPE } : id, options);
11
- }
12
- async markets(taxjarAccountId, params, options) {
13
- const _taxjarAccountId = taxjarAccountId.id || taxjarAccountId;
14
- return this.resources.fetch({ type: 'markets' }, `taxjar_accounts/${_taxjarAccountId}/markets`, params, options);
15
- }
16
- async attachments(taxjarAccountId, params, options) {
17
- const _taxjarAccountId = taxjarAccountId.id || taxjarAccountId;
18
- return this.resources.fetch({ type: 'attachments' }, `taxjar_accounts/${_taxjarAccountId}/attachments`, params, options);
19
- }
20
- async versions(taxjarAccountId, params, options) {
21
- const _taxjarAccountId = taxjarAccountId.id || taxjarAccountId;
22
- return this.resources.fetch({ type: 'versions' }, `taxjar_accounts/${_taxjarAccountId}/versions`, params, options);
23
- }
24
- async tax_categories(taxjarAccountId, params, options) {
25
- const _taxjarAccountId = taxjarAccountId.id || taxjarAccountId;
26
- return this.resources.fetch({ type: 'tax_categories' }, `taxjar_accounts/${_taxjarAccountId}/tax_categories`, params, options);
27
- }
28
- isTaxjarAccount(resource) {
29
- return resource.type && (resource.type === TaxjarAccounts.TYPE);
30
- }
31
- relationship(id) {
32
- return ((id === null) || (typeof id === 'string')) ? { id, type: TaxjarAccounts.TYPE } : { id: id.id, type: TaxjarAccounts.TYPE };
33
- }
34
- type() {
35
- return TaxjarAccounts.TYPE;
36
- }
37
- }
38
- TaxjarAccounts.TYPE = 'taxjar_accounts';
39
- export default TaxjarAccounts;
1
+ import{ApiResource as c}from"../resource";class r extends c{async create(t,e,s){return this.resources.create({...t,type:r.TYPE},e,s)}async update(t,e,s){return this.resources.update({...t,type:r.TYPE},e,s)}async delete(t,e){await this.resources.delete(typeof t=="string"?{id:t,type:r.TYPE}:t,e)}async markets(t,e,s){const a=t.id||t;return this.resources.fetch({type:"markets"},`taxjar_accounts/${a}/markets`,e,s)}async attachments(t,e,s){const a=t.id||t;return this.resources.fetch({type:"attachments"},`taxjar_accounts/${a}/attachments`,e,s)}async versions(t,e,s){const a=t.id||t;return this.resources.fetch({type:"versions"},`taxjar_accounts/${a}/versions`,e,s)}async tax_categories(t,e,s){const a=t.id||t;return this.resources.fetch({type:"tax_categories"},`taxjar_accounts/${a}/tax_categories`,e,s)}isTaxjarAccount(t){return t.type&&t.type===r.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:r.TYPE}:{id:t.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="taxjar_accounts";export default r;
@@ -1,41 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order } from './orders';
5
- import type { Attachment } from './attachments';
6
- import type { Event } from './events';
7
- import type { Version } from './versions';
8
- type TransactionType = 'transactions';
9
- type TransactionRel = ResourceRel & {
10
- type: TransactionType;
11
- };
12
- interface Transaction extends Resource {
13
- readonly type: TransactionType;
14
- number: string;
15
- currency_code: string;
16
- amount_cents: number;
17
- amount_float: number;
18
- formatted_amount: string;
19
- succeeded: boolean;
20
- message?: string | null;
21
- error_code?: string | null;
22
- error_detail?: string | null;
23
- token?: string | null;
24
- gateway_transaction_id?: string | null;
25
- order?: Order | null;
26
- attachments?: Attachment[] | null;
27
- events?: Event[] | null;
28
- versions?: Version[] | null;
29
- }
30
- declare class Transactions extends ApiResource<Transaction> {
31
- static readonly TYPE: TransactionType;
32
- order(transactionId: string | Transaction, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
33
- attachments(transactionId: string | Transaction, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
34
- events(transactionId: string | Transaction, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
35
- versions(transactionId: string | Transaction, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
36
- isTransaction(resource: any): resource is Transaction;
37
- relationship(id: string | ResourceId | null): TransactionRel;
38
- type(): TransactionType;
39
- }
40
- export default Transactions;
41
- export type { Transaction, TransactionType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order}from'./orders';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Version}from'./versions';type TransactionType='transactions';type TransactionRel=ResourceRel&{type:TransactionType;};interface Transaction extends Resource{readonly type:TransactionType;number:string;currency_code:string;amount_cents:number;amount_float:number;formatted_amount:string;succeeded:boolean;message?:string|null;error_code?:string|null;error_detail?:string|null;token?:string|null;gateway_transaction_id?:string|null;order?:Order|null;attachments?:Attachment[]|null;events?:Event[]|null;versions?:Version[]|null;}declare class Transactions extends ApiResource<Transaction>{static readonly TYPE:TransactionType;order(transactionId:string|Transaction,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;attachments(transactionId:string|Transaction,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(transactionId:string|Transaction,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;versions(transactionId:string|Transaction,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isTransaction(resource:any):resource is Transaction;relationship(id:string|ResourceId|null):TransactionRel;type():TransactionType;}export default Transactions;export type{Transaction,TransactionType};
@@ -1,30 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Transactions extends ApiResource {
3
- async order(transactionId, params, options) {
4
- const _transactionId = transactionId.id || transactionId;
5
- return this.resources.fetch({ type: 'orders' }, `transactions/${_transactionId}/order`, params, options);
6
- }
7
- async attachments(transactionId, params, options) {
8
- const _transactionId = transactionId.id || transactionId;
9
- return this.resources.fetch({ type: 'attachments' }, `transactions/${_transactionId}/attachments`, params, options);
10
- }
11
- async events(transactionId, params, options) {
12
- const _transactionId = transactionId.id || transactionId;
13
- return this.resources.fetch({ type: 'events' }, `transactions/${_transactionId}/events`, params, options);
14
- }
15
- async versions(transactionId, params, options) {
16
- const _transactionId = transactionId.id || transactionId;
17
- return this.resources.fetch({ type: 'versions' }, `transactions/${_transactionId}/versions`, params, options);
18
- }
19
- isTransaction(resource) {
20
- return resource.type && (resource.type === Transactions.TYPE);
21
- }
22
- relationship(id) {
23
- return ((id === null) || (typeof id === 'string')) ? { id, type: Transactions.TYPE } : { id: id.id, type: Transactions.TYPE };
24
- }
25
- type() {
26
- return Transactions.TYPE;
27
- }
28
- }
29
- Transactions.TYPE = 'transactions';
30
- export default Transactions;
1
+ import{ApiResource as c}from"../resource";class n extends c{async order(t,e,s){const r=t.id||t;return this.resources.fetch({type:"orders"},`transactions/${r}/order`,e,s)}async attachments(t,e,s){const r=t.id||t;return this.resources.fetch({type:"attachments"},`transactions/${r}/attachments`,e,s)}async events(t,e,s){const r=t.id||t;return this.resources.fetch({type:"events"},`transactions/${r}/events`,e,s)}async versions(t,e,s){const r=t.id||t;return this.resources.fetch({type:"versions"},`transactions/${r}/versions`,e,s)}isTransaction(t){return t.type&&t.type===n.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:n.TYPE}:{id:t.id,type:n.TYPE}}type(){return n.TYPE}}n.TYPE="transactions";export default n;
@@ -1,22 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourceRel } from '../resource';
3
- type VersionType = 'versions';
4
- type VersionRel = ResourceRel & {
5
- type: VersionType;
6
- };
7
- interface Version extends Resource {
8
- readonly type: VersionType;
9
- resource_type?: string | null;
10
- resource_id?: string | null;
11
- event?: string | null;
12
- changes?: Record<string, any> | null;
13
- who?: Record<string, any> | null;
14
- }
15
- declare class Versions extends ApiResource<Version> {
16
- static readonly TYPE: VersionType;
17
- isVersion(resource: any): resource is Version;
18
- relationship(id: string | ResourceId | null): VersionRel;
19
- type(): VersionType;
20
- }
21
- export default Versions;
22
- export type { Version, VersionType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourceRel}from'../resource';type VersionType='versions';type VersionRel=ResourceRel&{type:VersionType;};interface Version extends Resource{readonly type:VersionType;resource_type?:string|null;resource_id?:string|null;event?:string|null;changes?:Record<string,any>|null;who?:Record<string,any>|null;}declare class Versions extends ApiResource<Version>{static readonly TYPE:VersionType;isVersion(resource:any):resource is Version;relationship(id:string|ResourceId|null):VersionRel;type():VersionType;}export default Versions;export type{Version,VersionType};
@@ -1,14 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Versions extends ApiResource {
3
- isVersion(resource) {
4
- return resource.type && (resource.type === Versions.TYPE);
5
- }
6
- relationship(id) {
7
- return ((id === null) || (typeof id === 'string')) ? { id, type: Versions.TYPE } : { id: id.id, type: Versions.TYPE };
8
- }
9
- type() {
10
- return Versions.TYPE;
11
- }
12
- }
13
- Versions.TYPE = 'versions';
14
- export default Versions;
1
+ import{ApiResource as p}from"../resource";class e extends p{isVersion(t){return t.type&&t.type===e.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:e.TYPE}:{id:t.id,type:e.TYPE}}type(){return e.TYPE}}e.TYPE="versions";export default e;
@@ -1,44 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order } from './orders';
5
- import type { Attachment } from './attachments';
6
- import type { Event } from './events';
7
- import type { Version } from './versions';
8
- import type { Authorization } from './authorizations';
9
- type VoidType = 'voids';
10
- type VoidRel = ResourceRel & {
11
- type: VoidType;
12
- };
13
- interface Void extends Resource {
14
- readonly type: VoidType;
15
- number: string;
16
- currency_code: string;
17
- amount_cents: number;
18
- amount_float: number;
19
- formatted_amount: string;
20
- succeeded: boolean;
21
- message?: string | null;
22
- error_code?: string | null;
23
- error_detail?: string | null;
24
- token?: string | null;
25
- gateway_transaction_id?: string | null;
26
- order?: Order | null;
27
- attachments?: Attachment[] | null;
28
- events?: Event[] | null;
29
- versions?: Version[] | null;
30
- reference_authorization?: Authorization | null;
31
- }
32
- declare class Voids extends ApiResource<Void> {
33
- static readonly TYPE: VoidType;
34
- order(voidId: string | Void, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
35
- attachments(voidId: string | Void, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
36
- events(voidId: string | Void, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
37
- versions(voidId: string | Void, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
38
- reference_authorization(voidId: string | Void, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Authorization>;
39
- isVoid(resource: any): resource is Void;
40
- relationship(id: string | ResourceId | null): VoidRel;
41
- type(): VoidType;
42
- }
43
- export default Voids;
44
- export type { Void, VoidType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order}from'./orders';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Version}from'./versions';import type{Authorization}from'./authorizations';type VoidType='voids';type VoidRel=ResourceRel&{type:VoidType;};interface Void extends Resource{readonly type:VoidType;number:string;currency_code:string;amount_cents:number;amount_float:number;formatted_amount:string;succeeded:boolean;message?:string|null;error_code?:string|null;error_detail?:string|null;token?:string|null;gateway_transaction_id?:string|null;order?:Order|null;attachments?:Attachment[]|null;events?:Event[]|null;versions?:Version[]|null;reference_authorization?:Authorization|null;}declare class Voids extends ApiResource<Void>{static readonly TYPE:VoidType;order(voidId:string|Void,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;attachments(voidId:string|Void,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(voidId:string|Void,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;versions(voidId:string|Void,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;reference_authorization(voidId:string|Void,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Authorization>;isVoid(resource:any):resource is Void;relationship(id:string|ResourceId|null):VoidRel;type():VoidType;}export default Voids;export type{Void,VoidType};