@commercelayer/sdk 4.2.0-beta.3 → 4.3.0-beta.10

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 (413) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +31 -0
  3. package/lib/cjs/api.d.ts +1 -1
  4. package/lib/cjs/client.d.ts +3 -3
  5. package/lib/cjs/commercelayer.d.ts +2 -2
  6. package/lib/cjs/commercelayer.js +1 -1
  7. package/lib/cjs/common.js +1 -1
  8. package/lib/cjs/jsonapi.d.ts +2 -2
  9. package/lib/cjs/jsonapi.js +1 -1
  10. package/lib/cjs/model.d.ts +1 -1
  11. package/lib/cjs/resource.d.ts +9 -4
  12. package/lib/cjs/resource.js +1 -1
  13. package/lib/cjs/resources/addresses.d.ts +6 -5
  14. package/lib/cjs/resources/addresses.js +1 -1
  15. package/lib/cjs/resources/adjustments.d.ts +4 -4
  16. package/lib/cjs/resources/adjustments.js +1 -1
  17. package/lib/cjs/resources/adyen_gateways.d.ts +7 -5
  18. package/lib/cjs/resources/adyen_gateways.js +1 -1
  19. package/lib/cjs/resources/adyen_payments.d.ts +7 -5
  20. package/lib/cjs/resources/adyen_payments.js +1 -1
  21. package/lib/cjs/resources/application.d.ts +4 -4
  22. package/lib/cjs/resources/application.js +1 -1
  23. package/lib/cjs/resources/attachments.d.ts +34 -34
  24. package/lib/cjs/resources/attachments.js +1 -1
  25. package/lib/cjs/resources/authorizations.d.ts +7 -4
  26. package/lib/cjs/resources/authorizations.js +1 -1
  27. package/lib/cjs/resources/avalara_accounts.d.ts +8 -5
  28. package/lib/cjs/resources/avalara_accounts.js +1 -1
  29. package/lib/cjs/resources/billing_info_validation_rules.d.ts +6 -5
  30. package/lib/cjs/resources/billing_info_validation_rules.js +1 -1
  31. package/lib/cjs/resources/bing_geocoders.d.ts +6 -4
  32. package/lib/cjs/resources/bing_geocoders.js +1 -1
  33. package/lib/cjs/resources/braintree_gateways.d.ts +7 -5
  34. package/lib/cjs/resources/braintree_gateways.js +1 -1
  35. package/lib/cjs/resources/braintree_payments.d.ts +7 -5
  36. package/lib/cjs/resources/braintree_payments.js +1 -1
  37. package/lib/cjs/resources/bundles.d.ts +15 -6
  38. package/lib/cjs/resources/bundles.js +1 -1
  39. package/lib/cjs/resources/captures.d.ts +7 -4
  40. package/lib/cjs/resources/captures.js +1 -1
  41. package/lib/cjs/resources/carrier_accounts.d.ts +6 -4
  42. package/lib/cjs/resources/carrier_accounts.js +1 -1
  43. package/lib/cjs/resources/checkout_com_gateways.d.ts +7 -5
  44. package/lib/cjs/resources/checkout_com_gateways.js +1 -1
  45. package/lib/cjs/resources/checkout_com_payments.d.ts +7 -5
  46. package/lib/cjs/resources/checkout_com_payments.js +1 -1
  47. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +12 -11
  48. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -1
  49. package/lib/cjs/resources/coupon_recipients.d.ts +7 -5
  50. package/lib/cjs/resources/coupon_recipients.js +1 -1
  51. package/lib/cjs/resources/coupons.d.ts +6 -5
  52. package/lib/cjs/resources/coupons.js +1 -1
  53. package/lib/cjs/resources/customer_addresses.d.ts +8 -6
  54. package/lib/cjs/resources/customer_addresses.js +1 -1
  55. package/lib/cjs/resources/customer_groups.d.ts +7 -4
  56. package/lib/cjs/resources/customer_groups.js +1 -1
  57. package/lib/cjs/resources/customer_password_resets.d.ts +5 -4
  58. package/lib/cjs/resources/customer_password_resets.js +1 -1
  59. package/lib/cjs/resources/customer_payment_sources.d.ts +14 -13
  60. package/lib/cjs/resources/customer_payment_sources.js +1 -1
  61. package/lib/cjs/resources/customer_subscriptions.d.ts +5 -4
  62. package/lib/cjs/resources/customer_subscriptions.js +1 -1
  63. package/lib/cjs/resources/customers.d.ts +13 -5
  64. package/lib/cjs/resources/customers.js +1 -1
  65. package/lib/cjs/resources/delivery_lead_times.d.ts +9 -6
  66. package/lib/cjs/resources/delivery_lead_times.js +1 -1
  67. package/lib/cjs/resources/event_callbacks.d.ts +5 -4
  68. package/lib/cjs/resources/event_callbacks.js +1 -1
  69. package/lib/cjs/resources/external_gateways.d.ts +6 -4
  70. package/lib/cjs/resources/external_gateways.js +1 -1
  71. package/lib/cjs/resources/external_payments.d.ts +8 -5
  72. package/lib/cjs/resources/external_payments.js +1 -1
  73. package/lib/cjs/resources/external_promotions.d.ts +17 -9
  74. package/lib/cjs/resources/external_promotions.js +1 -1
  75. package/lib/cjs/resources/external_tax_calculators.d.ts +8 -5
  76. package/lib/cjs/resources/external_tax_calculators.js +1 -1
  77. package/lib/cjs/resources/fixed_amount_promotions.d.ts +17 -9
  78. package/lib/cjs/resources/fixed_amount_promotions.js +1 -1
  79. package/lib/cjs/resources/fixed_price_promotions.d.ts +20 -10
  80. package/lib/cjs/resources/fixed_price_promotions.js +1 -1
  81. package/lib/cjs/resources/free_gift_promotions.d.ts +20 -10
  82. package/lib/cjs/resources/free_gift_promotions.js +1 -1
  83. package/lib/cjs/resources/free_shipping_promotions.d.ts +17 -9
  84. package/lib/cjs/resources/free_shipping_promotions.js +1 -1
  85. package/lib/cjs/resources/geocoders.d.ts +6 -4
  86. package/lib/cjs/resources/geocoders.js +1 -1
  87. package/lib/cjs/resources/gift_card_recipients.d.ts +7 -5
  88. package/lib/cjs/resources/gift_card_recipients.js +1 -1
  89. package/lib/cjs/resources/gift_cards.d.ts +10 -7
  90. package/lib/cjs/resources/gift_cards.js +1 -1
  91. package/lib/cjs/resources/google_geocoders.d.ts +6 -4
  92. package/lib/cjs/resources/google_geocoders.js +1 -1
  93. package/lib/cjs/resources/imports.d.ts +4 -4
  94. package/lib/cjs/resources/imports.js +1 -1
  95. package/lib/cjs/resources/in_stock_subscriptions.d.ts +10 -7
  96. package/lib/cjs/resources/in_stock_subscriptions.js +1 -1
  97. package/lib/cjs/resources/inventory_models.d.ts +7 -4
  98. package/lib/cjs/resources/inventory_models.js +1 -1
  99. package/lib/cjs/resources/inventory_return_locations.d.ts +8 -6
  100. package/lib/cjs/resources/inventory_return_locations.js +1 -1
  101. package/lib/cjs/resources/inventory_stock_locations.d.ts +8 -6
  102. package/lib/cjs/resources/inventory_stock_locations.js +1 -1
  103. package/lib/cjs/resources/klarna_gateways.d.ts +7 -5
  104. package/lib/cjs/resources/klarna_gateways.js +1 -1
  105. package/lib/cjs/resources/klarna_payments.d.ts +7 -5
  106. package/lib/cjs/resources/klarna_payments.js +1 -1
  107. package/lib/cjs/resources/line_item_options.d.ts +8 -6
  108. package/lib/cjs/resources/line_item_options.js +1 -1
  109. package/lib/cjs/resources/line_items.d.ts +19 -15
  110. package/lib/cjs/resources/line_items.js +1 -1
  111. package/lib/cjs/resources/manual_gateways.d.ts +5 -4
  112. package/lib/cjs/resources/manual_gateways.js +1 -1
  113. package/lib/cjs/resources/manual_tax_calculators.d.ts +10 -6
  114. package/lib/cjs/resources/manual_tax_calculators.js +1 -1
  115. package/lib/cjs/resources/markets.d.ts +15 -9
  116. package/lib/cjs/resources/markets.js +1 -1
  117. package/lib/cjs/resources/merchants.d.ts +7 -5
  118. package/lib/cjs/resources/merchants.js +1 -1
  119. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +10 -10
  120. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -1
  121. package/lib/cjs/resources/order_copies.d.ts +8 -5
  122. package/lib/cjs/resources/order_copies.js +1 -1
  123. package/lib/cjs/resources/order_subscriptions.d.ts +11 -6
  124. package/lib/cjs/resources/order_subscriptions.js +1 -1
  125. package/lib/cjs/resources/order_validation_rules.d.ts +5 -4
  126. package/lib/cjs/resources/order_validation_rules.js +1 -1
  127. package/lib/cjs/resources/orders.d.ts +32 -16
  128. package/lib/cjs/resources/orders.js +1 -1
  129. package/lib/cjs/resources/organization.d.ts +4 -4
  130. package/lib/cjs/resources/organization.js +1 -1
  131. package/lib/cjs/resources/packages.d.ts +8 -5
  132. package/lib/cjs/resources/packages.js +1 -1
  133. package/lib/cjs/resources/parcel_line_items.d.ts +8 -6
  134. package/lib/cjs/resources/parcel_line_items.js +1 -1
  135. package/lib/cjs/resources/parcels.d.ts +10 -6
  136. package/lib/cjs/resources/parcels.js +1 -1
  137. package/lib/cjs/resources/payment_gateways.d.ts +5 -4
  138. package/lib/cjs/resources/payment_gateways.js +1 -1
  139. package/lib/cjs/resources/payment_methods.d.ts +13 -7
  140. package/lib/cjs/resources/payment_methods.js +1 -1
  141. package/lib/cjs/resources/paypal_gateways.d.ts +6 -4
  142. package/lib/cjs/resources/paypal_gateways.js +1 -1
  143. package/lib/cjs/resources/paypal_payments.d.ts +7 -5
  144. package/lib/cjs/resources/paypal_payments.js +1 -1
  145. package/lib/cjs/resources/percentage_discount_promotions.d.ts +20 -10
  146. package/lib/cjs/resources/percentage_discount_promotions.js +1 -1
  147. package/lib/cjs/resources/price_lists.d.ts +6 -4
  148. package/lib/cjs/resources/price_lists.js +1 -1
  149. package/lib/cjs/resources/prices.d.ts +9 -6
  150. package/lib/cjs/resources/prices.js +1 -1
  151. package/lib/cjs/resources/promotion_rules.d.ts +4 -4
  152. package/lib/cjs/resources/promotion_rules.js +1 -1
  153. package/lib/cjs/resources/promotions.d.ts +10 -4
  154. package/lib/cjs/resources/promotions.js +1 -1
  155. package/lib/cjs/resources/refunds.d.ts +6 -4
  156. package/lib/cjs/resources/refunds.js +1 -1
  157. package/lib/cjs/resources/return_line_items.d.ts +8 -6
  158. package/lib/cjs/resources/return_line_items.js +1 -1
  159. package/lib/cjs/resources/returns.d.ts +13 -6
  160. package/lib/cjs/resources/returns.js +1 -1
  161. package/lib/cjs/resources/shipments.d.ts +18 -5
  162. package/lib/cjs/resources/shipments.js +1 -1
  163. package/lib/cjs/resources/shipping_categories.d.ts +6 -4
  164. package/lib/cjs/resources/shipping_categories.js +1 -1
  165. package/lib/cjs/resources/shipping_methods.d.ts +16 -9
  166. package/lib/cjs/resources/shipping_methods.js +1 -1
  167. package/lib/cjs/resources/shipping_zones.d.ts +5 -4
  168. package/lib/cjs/resources/shipping_zones.js +1 -1
  169. package/lib/cjs/resources/sku_list_items.d.ts +8 -6
  170. package/lib/cjs/resources/sku_list_items.js +1 -1
  171. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +13 -11
  172. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -1
  173. package/lib/cjs/resources/sku_lists.d.ts +7 -4
  174. package/lib/cjs/resources/sku_lists.js +1 -1
  175. package/lib/cjs/resources/sku_options.d.ts +10 -5
  176. package/lib/cjs/resources/sku_options.js +1 -1
  177. package/lib/cjs/resources/skus.d.ts +11 -5
  178. package/lib/cjs/resources/skus.js +1 -1
  179. package/lib/cjs/resources/stock_items.d.ts +9 -6
  180. package/lib/cjs/resources/stock_items.js +1 -1
  181. package/lib/cjs/resources/stock_line_items.d.ts +7 -4
  182. package/lib/cjs/resources/stock_line_items.js +1 -1
  183. package/lib/cjs/resources/stock_locations.d.ts +11 -5
  184. package/lib/cjs/resources/stock_locations.js +1 -1
  185. package/lib/cjs/resources/stock_transfers.d.ts +13 -8
  186. package/lib/cjs/resources/stock_transfers.js +1 -1
  187. package/lib/cjs/resources/stripe_gateways.d.ts +6 -4
  188. package/lib/cjs/resources/stripe_gateways.js +1 -1
  189. package/lib/cjs/resources/stripe_payments.d.ts +7 -5
  190. package/lib/cjs/resources/stripe_payments.js +1 -1
  191. package/lib/cjs/resources/tax_calculators.d.ts +7 -4
  192. package/lib/cjs/resources/tax_calculators.js +1 -1
  193. package/lib/cjs/resources/tax_categories.d.ts +11 -9
  194. package/lib/cjs/resources/tax_categories.js +1 -1
  195. package/lib/cjs/resources/tax_rules.d.ts +6 -5
  196. package/lib/cjs/resources/tax_rules.js +1 -1
  197. package/lib/cjs/resources/taxjar_accounts.d.ts +8 -5
  198. package/lib/cjs/resources/taxjar_accounts.js +1 -1
  199. package/lib/cjs/resources/transactions.d.ts +5 -4
  200. package/lib/cjs/resources/transactions.js +1 -1
  201. package/lib/cjs/resources/voids.d.ts +6 -4
  202. package/lib/cjs/resources/voids.js +1 -1
  203. package/lib/cjs/resources/webhooks.d.ts +5 -4
  204. package/lib/cjs/resources/webhooks.js +1 -1
  205. package/lib/cjs/resources/wire_transfers.d.ts +6 -5
  206. package/lib/cjs/resources/wire_transfers.js +1 -1
  207. package/lib/esm/api.d.ts +1 -1
  208. package/lib/esm/client.d.ts +3 -3
  209. package/lib/esm/commercelayer.d.ts +2 -2
  210. package/lib/esm/commercelayer.js +1 -1
  211. package/lib/esm/common.js +1 -1
  212. package/lib/esm/jsonapi.d.ts +2 -2
  213. package/lib/esm/jsonapi.js +1 -1
  214. package/lib/esm/model.d.ts +1 -1
  215. package/lib/esm/resource.d.ts +9 -4
  216. package/lib/esm/resource.js +1 -1
  217. package/lib/esm/resources/addresses.d.ts +6 -5
  218. package/lib/esm/resources/addresses.js +1 -1
  219. package/lib/esm/resources/adjustments.d.ts +4 -4
  220. package/lib/esm/resources/adjustments.js +1 -1
  221. package/lib/esm/resources/adyen_gateways.d.ts +7 -5
  222. package/lib/esm/resources/adyen_gateways.js +1 -1
  223. package/lib/esm/resources/adyen_payments.d.ts +7 -5
  224. package/lib/esm/resources/adyen_payments.js +1 -1
  225. package/lib/esm/resources/application.d.ts +4 -4
  226. package/lib/esm/resources/application.js +1 -1
  227. package/lib/esm/resources/attachments.d.ts +34 -34
  228. package/lib/esm/resources/attachments.js +1 -1
  229. package/lib/esm/resources/authorizations.d.ts +7 -4
  230. package/lib/esm/resources/authorizations.js +1 -1
  231. package/lib/esm/resources/avalara_accounts.d.ts +8 -5
  232. package/lib/esm/resources/avalara_accounts.js +1 -1
  233. package/lib/esm/resources/billing_info_validation_rules.d.ts +6 -5
  234. package/lib/esm/resources/billing_info_validation_rules.js +1 -1
  235. package/lib/esm/resources/bing_geocoders.d.ts +6 -4
  236. package/lib/esm/resources/bing_geocoders.js +1 -1
  237. package/lib/esm/resources/braintree_gateways.d.ts +7 -5
  238. package/lib/esm/resources/braintree_gateways.js +1 -1
  239. package/lib/esm/resources/braintree_payments.d.ts +7 -5
  240. package/lib/esm/resources/braintree_payments.js +1 -1
  241. package/lib/esm/resources/bundles.d.ts +15 -6
  242. package/lib/esm/resources/bundles.js +1 -1
  243. package/lib/esm/resources/captures.d.ts +7 -4
  244. package/lib/esm/resources/captures.js +1 -1
  245. package/lib/esm/resources/carrier_accounts.d.ts +6 -4
  246. package/lib/esm/resources/carrier_accounts.js +1 -1
  247. package/lib/esm/resources/checkout_com_gateways.d.ts +7 -5
  248. package/lib/esm/resources/checkout_com_gateways.js +1 -1
  249. package/lib/esm/resources/checkout_com_payments.d.ts +7 -5
  250. package/lib/esm/resources/checkout_com_payments.js +1 -1
  251. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +12 -11
  252. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -1
  253. package/lib/esm/resources/coupon_recipients.d.ts +7 -5
  254. package/lib/esm/resources/coupon_recipients.js +1 -1
  255. package/lib/esm/resources/coupons.d.ts +6 -5
  256. package/lib/esm/resources/coupons.js +1 -1
  257. package/lib/esm/resources/customer_addresses.d.ts +8 -6
  258. package/lib/esm/resources/customer_addresses.js +1 -1
  259. package/lib/esm/resources/customer_groups.d.ts +7 -4
  260. package/lib/esm/resources/customer_groups.js +1 -1
  261. package/lib/esm/resources/customer_password_resets.d.ts +5 -4
  262. package/lib/esm/resources/customer_password_resets.js +1 -1
  263. package/lib/esm/resources/customer_payment_sources.d.ts +14 -13
  264. package/lib/esm/resources/customer_payment_sources.js +1 -1
  265. package/lib/esm/resources/customer_subscriptions.d.ts +5 -4
  266. package/lib/esm/resources/customer_subscriptions.js +1 -1
  267. package/lib/esm/resources/customers.d.ts +13 -5
  268. package/lib/esm/resources/customers.js +1 -1
  269. package/lib/esm/resources/delivery_lead_times.d.ts +9 -6
  270. package/lib/esm/resources/delivery_lead_times.js +1 -1
  271. package/lib/esm/resources/event_callbacks.d.ts +5 -4
  272. package/lib/esm/resources/event_callbacks.js +1 -1
  273. package/lib/esm/resources/external_gateways.d.ts +6 -4
  274. package/lib/esm/resources/external_gateways.js +1 -1
  275. package/lib/esm/resources/external_payments.d.ts +8 -5
  276. package/lib/esm/resources/external_payments.js +1 -1
  277. package/lib/esm/resources/external_promotions.d.ts +17 -9
  278. package/lib/esm/resources/external_promotions.js +1 -1
  279. package/lib/esm/resources/external_tax_calculators.d.ts +8 -5
  280. package/lib/esm/resources/external_tax_calculators.js +1 -1
  281. package/lib/esm/resources/fixed_amount_promotions.d.ts +17 -9
  282. package/lib/esm/resources/fixed_amount_promotions.js +1 -1
  283. package/lib/esm/resources/fixed_price_promotions.d.ts +20 -10
  284. package/lib/esm/resources/fixed_price_promotions.js +1 -1
  285. package/lib/esm/resources/free_gift_promotions.d.ts +20 -10
  286. package/lib/esm/resources/free_gift_promotions.js +1 -1
  287. package/lib/esm/resources/free_shipping_promotions.d.ts +17 -9
  288. package/lib/esm/resources/free_shipping_promotions.js +1 -1
  289. package/lib/esm/resources/geocoders.d.ts +6 -4
  290. package/lib/esm/resources/geocoders.js +1 -1
  291. package/lib/esm/resources/gift_card_recipients.d.ts +7 -5
  292. package/lib/esm/resources/gift_card_recipients.js +1 -1
  293. package/lib/esm/resources/gift_cards.d.ts +10 -7
  294. package/lib/esm/resources/gift_cards.js +1 -1
  295. package/lib/esm/resources/google_geocoders.d.ts +6 -4
  296. package/lib/esm/resources/google_geocoders.js +1 -1
  297. package/lib/esm/resources/imports.d.ts +4 -4
  298. package/lib/esm/resources/imports.js +1 -1
  299. package/lib/esm/resources/in_stock_subscriptions.d.ts +10 -7
  300. package/lib/esm/resources/in_stock_subscriptions.js +1 -1
  301. package/lib/esm/resources/inventory_models.d.ts +7 -4
  302. package/lib/esm/resources/inventory_models.js +1 -1
  303. package/lib/esm/resources/inventory_return_locations.d.ts +8 -6
  304. package/lib/esm/resources/inventory_return_locations.js +1 -1
  305. package/lib/esm/resources/inventory_stock_locations.d.ts +8 -6
  306. package/lib/esm/resources/inventory_stock_locations.js +1 -1
  307. package/lib/esm/resources/klarna_gateways.d.ts +7 -5
  308. package/lib/esm/resources/klarna_gateways.js +1 -1
  309. package/lib/esm/resources/klarna_payments.d.ts +7 -5
  310. package/lib/esm/resources/klarna_payments.js +1 -1
  311. package/lib/esm/resources/line_item_options.d.ts +8 -6
  312. package/lib/esm/resources/line_item_options.js +1 -1
  313. package/lib/esm/resources/line_items.d.ts +19 -15
  314. package/lib/esm/resources/line_items.js +1 -1
  315. package/lib/esm/resources/manual_gateways.d.ts +5 -4
  316. package/lib/esm/resources/manual_gateways.js +1 -1
  317. package/lib/esm/resources/manual_tax_calculators.d.ts +10 -6
  318. package/lib/esm/resources/manual_tax_calculators.js +1 -1
  319. package/lib/esm/resources/markets.d.ts +15 -9
  320. package/lib/esm/resources/markets.js +1 -1
  321. package/lib/esm/resources/merchants.d.ts +7 -5
  322. package/lib/esm/resources/merchants.js +1 -1
  323. package/lib/esm/resources/order_amount_promotion_rules.d.ts +10 -10
  324. package/lib/esm/resources/order_amount_promotion_rules.js +1 -1
  325. package/lib/esm/resources/order_copies.d.ts +8 -5
  326. package/lib/esm/resources/order_copies.js +1 -1
  327. package/lib/esm/resources/order_subscriptions.d.ts +11 -6
  328. package/lib/esm/resources/order_subscriptions.js +1 -1
  329. package/lib/esm/resources/order_validation_rules.d.ts +5 -4
  330. package/lib/esm/resources/order_validation_rules.js +1 -1
  331. package/lib/esm/resources/orders.d.ts +32 -16
  332. package/lib/esm/resources/orders.js +1 -1
  333. package/lib/esm/resources/organization.d.ts +4 -4
  334. package/lib/esm/resources/organization.js +1 -1
  335. package/lib/esm/resources/packages.d.ts +8 -5
  336. package/lib/esm/resources/packages.js +1 -1
  337. package/lib/esm/resources/parcel_line_items.d.ts +8 -6
  338. package/lib/esm/resources/parcel_line_items.js +1 -1
  339. package/lib/esm/resources/parcels.d.ts +10 -6
  340. package/lib/esm/resources/parcels.js +1 -1
  341. package/lib/esm/resources/payment_gateways.d.ts +5 -4
  342. package/lib/esm/resources/payment_gateways.js +1 -1
  343. package/lib/esm/resources/payment_methods.d.ts +13 -7
  344. package/lib/esm/resources/payment_methods.js +1 -1
  345. package/lib/esm/resources/paypal_gateways.d.ts +6 -4
  346. package/lib/esm/resources/paypal_gateways.js +1 -1
  347. package/lib/esm/resources/paypal_payments.d.ts +7 -5
  348. package/lib/esm/resources/paypal_payments.js +1 -1
  349. package/lib/esm/resources/percentage_discount_promotions.d.ts +20 -10
  350. package/lib/esm/resources/percentage_discount_promotions.js +1 -1
  351. package/lib/esm/resources/price_lists.d.ts +6 -4
  352. package/lib/esm/resources/price_lists.js +1 -1
  353. package/lib/esm/resources/prices.d.ts +9 -6
  354. package/lib/esm/resources/prices.js +1 -1
  355. package/lib/esm/resources/promotion_rules.d.ts +4 -4
  356. package/lib/esm/resources/promotion_rules.js +1 -1
  357. package/lib/esm/resources/promotions.d.ts +10 -4
  358. package/lib/esm/resources/promotions.js +1 -1
  359. package/lib/esm/resources/refunds.d.ts +6 -4
  360. package/lib/esm/resources/refunds.js +1 -1
  361. package/lib/esm/resources/return_line_items.d.ts +8 -6
  362. package/lib/esm/resources/return_line_items.js +1 -1
  363. package/lib/esm/resources/returns.d.ts +13 -6
  364. package/lib/esm/resources/returns.js +1 -1
  365. package/lib/esm/resources/shipments.d.ts +18 -5
  366. package/lib/esm/resources/shipments.js +1 -1
  367. package/lib/esm/resources/shipping_categories.d.ts +6 -4
  368. package/lib/esm/resources/shipping_categories.js +1 -1
  369. package/lib/esm/resources/shipping_methods.d.ts +16 -9
  370. package/lib/esm/resources/shipping_methods.js +1 -1
  371. package/lib/esm/resources/shipping_zones.d.ts +5 -4
  372. package/lib/esm/resources/shipping_zones.js +1 -1
  373. package/lib/esm/resources/sku_list_items.d.ts +8 -6
  374. package/lib/esm/resources/sku_list_items.js +1 -1
  375. package/lib/esm/resources/sku_list_promotion_rules.d.ts +13 -11
  376. package/lib/esm/resources/sku_list_promotion_rules.js +1 -1
  377. package/lib/esm/resources/sku_lists.d.ts +7 -4
  378. package/lib/esm/resources/sku_lists.js +1 -1
  379. package/lib/esm/resources/sku_options.d.ts +10 -5
  380. package/lib/esm/resources/sku_options.js +1 -1
  381. package/lib/esm/resources/skus.d.ts +11 -5
  382. package/lib/esm/resources/skus.js +1 -1
  383. package/lib/esm/resources/stock_items.d.ts +9 -6
  384. package/lib/esm/resources/stock_items.js +1 -1
  385. package/lib/esm/resources/stock_line_items.d.ts +7 -4
  386. package/lib/esm/resources/stock_line_items.js +1 -1
  387. package/lib/esm/resources/stock_locations.d.ts +11 -5
  388. package/lib/esm/resources/stock_locations.js +1 -1
  389. package/lib/esm/resources/stock_transfers.d.ts +13 -8
  390. package/lib/esm/resources/stock_transfers.js +1 -1
  391. package/lib/esm/resources/stripe_gateways.d.ts +6 -4
  392. package/lib/esm/resources/stripe_gateways.js +1 -1
  393. package/lib/esm/resources/stripe_payments.d.ts +7 -5
  394. package/lib/esm/resources/stripe_payments.js +1 -1
  395. package/lib/esm/resources/tax_calculators.d.ts +7 -4
  396. package/lib/esm/resources/tax_calculators.js +1 -1
  397. package/lib/esm/resources/tax_categories.d.ts +11 -9
  398. package/lib/esm/resources/tax_categories.js +1 -1
  399. package/lib/esm/resources/tax_rules.d.ts +6 -5
  400. package/lib/esm/resources/tax_rules.js +1 -1
  401. package/lib/esm/resources/taxjar_accounts.d.ts +8 -5
  402. package/lib/esm/resources/taxjar_accounts.js +1 -1
  403. package/lib/esm/resources/transactions.d.ts +5 -4
  404. package/lib/esm/resources/transactions.js +1 -1
  405. package/lib/esm/resources/voids.d.ts +6 -4
  406. package/lib/esm/resources/voids.js +1 -1
  407. package/lib/esm/resources/webhooks.d.ts +5 -4
  408. package/lib/esm/resources/webhooks.js +1 -1
  409. package/lib/esm/resources/wire_transfers.d.ts +6 -5
  410. package/lib/esm/resources/wire_transfers.js +1 -1
  411. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  412. package/lib/tsconfig.tsbuildinfo +1 -1
  413. package/package.json +13 -13
@@ -1,11 +1,11 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { PaymentMethod } from './payment_methods';
4
4
  import { KlarnaPayment } from './klarna_payments';
5
- declare type KlarnaGatewayRel = ResourceId & {
5
+ declare type KlarnaGatewayRel = ResourceRel & {
6
6
  type: typeof KlarnaGateways.TYPE;
7
7
  };
8
- declare type KlarnaPaymentRel = ResourceId & {
8
+ declare type KlarnaPaymentRel = ResourceRel & {
9
9
  type: 'klarna_payments';
10
10
  };
11
11
  interface KlarnaGateway extends Resource {
@@ -34,8 +34,10 @@ declare class KlarnaGateways extends ApiResource {
34
34
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
35
35
  update(resource: KlarnaGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
36
36
  delete(id: string, options?: ResourcesConfig): Promise<void>;
37
+ payment_methods(klarnaGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
38
+ klarna_payments(klarnaGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<KlarnaPayment>>;
37
39
  isKlarnaGateway(resource: any): resource is KlarnaGateway;
38
- relationship(id: string | ResourceId): KlarnaGatewayRel;
40
+ relationship(id: string | ResourceId | null): KlarnaGatewayRel;
39
41
  type(): string;
40
42
  }
41
43
  export default KlarnaGateways;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class KlarnaGateways extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:KlarnaGateways.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:KlarnaGateways.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:KlarnaGateways.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:KlarnaGateways.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:KlarnaGateways.TYPE,id:e},t)}isKlarnaGateway(e){return e.type&&e.type===KlarnaGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:KlarnaGateways.TYPE}:{id:e.id,type:KlarnaGateways.TYPE}}type(){return KlarnaGateways.TYPE}}KlarnaGateways.TYPE="klarna_gateways",exports.default=KlarnaGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class KlarnaGateways extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:KlarnaGateways.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:KlarnaGateways.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:KlarnaGateways.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:KlarnaGateways.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:KlarnaGateways.TYPE,id:e},t)}async payment_methods(e,t,s){return this.resources.fetch({type:"payment_methods"},`klarna_gateways/${e}/payment_methods`,t,s)}async klarna_payments(e,t,s){return this.resources.fetch({type:"klarna_payments"},`klarna_gateways/${e}/klarna_payments`,t,s)}isKlarnaGateway(e){return e.type&&e.type===KlarnaGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:KlarnaGateways.TYPE}:{id:e.id,type:KlarnaGateways.TYPE}}type(){return KlarnaGateways.TYPE}}KlarnaGateways.TYPE="klarna_gateways",exports.default=KlarnaGateways;
@@ -1,11 +1,11 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Order } from './orders';
4
4
  import { PaymentGateway } from './payment_gateways';
5
- declare type KlarnaPaymentRel = ResourceId & {
5
+ declare type KlarnaPaymentRel = ResourceRel & {
6
6
  type: typeof KlarnaPayments.TYPE;
7
7
  };
8
- declare type OrderRel = ResourceId & {
8
+ declare type OrderRel = ResourceRel & {
9
9
  type: 'orders';
10
10
  };
11
11
  interface KlarnaPayment extends Resource {
@@ -31,8 +31,10 @@ declare class KlarnaPayments extends ApiResource {
31
31
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
32
32
  update(resource: KlarnaPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
33
33
  delete(id: string, options?: ResourcesConfig): Promise<void>;
34
+ order(klarnaPaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
35
+ payment_gateway(klarnaPaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
34
36
  isKlarnaPayment(resource: any): resource is KlarnaPayment;
35
- relationship(id: string | ResourceId): KlarnaPaymentRel;
37
+ relationship(id: string | ResourceId | null): KlarnaPaymentRel;
36
38
  type(): string;
37
39
  }
38
40
  export default KlarnaPayments;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class KlarnaPayments extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:KlarnaPayments.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:KlarnaPayments.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:KlarnaPayments.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:KlarnaPayments.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:KlarnaPayments.TYPE,id:e},t)}isKlarnaPayment(e){return e.type&&e.type===KlarnaPayments.TYPE}relationship(e){return typeof e=="string"?{id:e,type:KlarnaPayments.TYPE}:{id:e.id,type:KlarnaPayments.TYPE}}type(){return KlarnaPayments.TYPE}}KlarnaPayments.TYPE="klarna_payments",exports.default=KlarnaPayments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class KlarnaPayments extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:KlarnaPayments.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:KlarnaPayments.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:KlarnaPayments.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:KlarnaPayments.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:KlarnaPayments.TYPE,id:e},t)}async order(e,t,r){return this.resources.fetch({type:"orders"},`klarna_payments/${e}/order`,t,r)}async payment_gateway(e,t,r){return this.resources.fetch({type:"payment_gateways"},`klarna_payments/${e}/payment_gateway`,t,r)}isKlarnaPayment(e){return e.type&&e.type===KlarnaPayments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:KlarnaPayments.TYPE}:{id:e.id,type:KlarnaPayments.TYPE}}type(){return KlarnaPayments.TYPE}}KlarnaPayments.TYPE="klarna_payments",exports.default=KlarnaPayments;
@@ -1,14 +1,14 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { LineItem } from './line_items';
4
4
  import { SkuOption } from './sku_options';
5
- declare type LineItemOptionRel = ResourceId & {
5
+ declare type LineItemOptionRel = ResourceRel & {
6
6
  type: typeof LineItemOptions.TYPE;
7
7
  };
8
- declare type LineItemRel = ResourceId & {
8
+ declare type LineItemRel = ResourceRel & {
9
9
  type: 'line_items';
10
10
  };
11
- declare type SkuOptionRel = ResourceId & {
11
+ declare type SkuOptionRel = ResourceRel & {
12
12
  type: 'sku_options';
13
13
  };
14
14
  interface LineItemOption extends Resource {
@@ -47,8 +47,10 @@ declare class LineItemOptions extends ApiResource {
47
47
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItemOption>;
48
48
  update(resource: LineItemOptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItemOption>;
49
49
  delete(id: string, options?: ResourcesConfig): Promise<void>;
50
+ line_item(lineItemOptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
51
+ sku_option(lineItemOptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuOption>;
50
52
  isLineItemOption(resource: any): resource is LineItemOption;
51
- relationship(id: string | ResourceId): LineItemOptionRel;
53
+ relationship(id: string | ResourceId | null): LineItemOptionRel;
52
54
  type(): string;
53
55
  }
54
56
  export default LineItemOptions;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class LineItemOptions extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:LineItemOptions.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:LineItemOptions.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:LineItemOptions.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:LineItemOptions.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:LineItemOptions.TYPE,id:e},r)}isLineItemOption(e){return e.type&&e.type===LineItemOptions.TYPE}relationship(e){return typeof e=="string"?{id:e,type:LineItemOptions.TYPE}:{id:e.id,type:LineItemOptions.TYPE}}type(){return LineItemOptions.TYPE}}LineItemOptions.TYPE="line_item_options",exports.default=LineItemOptions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class LineItemOptions extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:LineItemOptions.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:LineItemOptions.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:LineItemOptions.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:LineItemOptions.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:LineItemOptions.TYPE,id:e},t)}async line_item(e,t,s){return this.resources.fetch({type:"line_items"},`line_item_options/${e}/line_item`,t,s)}async sku_option(e,t,s){return this.resources.fetch({type:"sku_options"},`line_item_options/${e}/sku_option`,t,s)}isLineItemOption(e){return e.type&&e.type===LineItemOptions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:LineItemOptions.TYPE}:{id:e.id,type:LineItemOptions.TYPE}}type(){return LineItemOptions.TYPE}}LineItemOptions.TYPE="line_item_options",exports.default=LineItemOptions;
@@ -1,5 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Order } from './orders';
4
4
  import { Adjustment } from './adjustments';
5
5
  import { Bundle } from './bundles';
@@ -14,40 +14,40 @@ import { Sku } from './skus';
14
14
  import { LineItemOption } from './line_item_options';
15
15
  import { StockLineItem } from './stock_line_items';
16
16
  import { StockTransfer } from './stock_transfers';
17
- declare type LineItemRel = ResourceId & {
17
+ declare type LineItemRel = ResourceRel & {
18
18
  type: typeof LineItems.TYPE;
19
19
  };
20
- declare type OrderRel = ResourceId & {
20
+ declare type OrderRel = ResourceRel & {
21
21
  type: 'orders';
22
22
  };
23
- declare type AdjustmentRel = ResourceId & {
23
+ declare type AdjustmentRel = ResourceRel & {
24
24
  type: 'adjustments';
25
25
  };
26
- declare type BundleRel = ResourceId & {
26
+ declare type BundleRel = ResourceRel & {
27
27
  type: 'bundles';
28
28
  };
29
- declare type ExternalPromotionRel = ResourceId & {
29
+ declare type ExternalPromotionRel = ResourceRel & {
30
30
  type: 'external_promotions';
31
31
  };
32
- declare type FixedAmountPromotionRel = ResourceId & {
32
+ declare type FixedAmountPromotionRel = ResourceRel & {
33
33
  type: 'fixed_amount_promotions';
34
34
  };
35
- declare type FreeShippingPromotionRel = ResourceId & {
35
+ declare type FreeShippingPromotionRel = ResourceRel & {
36
36
  type: 'free_shipping_promotions';
37
37
  };
38
- declare type GiftCardRel = ResourceId & {
38
+ declare type GiftCardRel = ResourceRel & {
39
39
  type: 'gift_cards';
40
40
  };
41
- declare type PaymentMethodRel = ResourceId & {
41
+ declare type PaymentMethodRel = ResourceRel & {
42
42
  type: 'payment_methods';
43
43
  };
44
- declare type PercentageDiscountPromotionRel = ResourceId & {
44
+ declare type PercentageDiscountPromotionRel = ResourceRel & {
45
45
  type: 'percentage_discount_promotions';
46
46
  };
47
- declare type ShipmentRel = ResourceId & {
47
+ declare type ShipmentRel = ResourceRel & {
48
48
  type: 'shipments';
49
49
  };
50
- declare type SkuRel = ResourceId & {
50
+ declare type SkuRel = ResourceRel & {
51
51
  type: 'skus';
52
52
  };
53
53
  interface LineItem extends Resource {
@@ -113,8 +113,12 @@ declare class LineItems extends ApiResource {
113
113
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
114
114
  update(resource: LineItemUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
115
115
  delete(id: string, options?: ResourcesConfig): Promise<void>;
116
+ order(lineItemId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
117
+ line_item_options(lineItemId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<LineItemOption>>;
118
+ stock_line_items(lineItemId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockLineItem>>;
119
+ stock_transfers(lineItemId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockTransfer>>;
116
120
  isLineItem(resource: any): resource is LineItem;
117
- relationship(id: string | ResourceId): LineItemRel;
121
+ relationship(id: string | ResourceId | null): LineItemRel;
118
122
  type(): string;
119
123
  }
120
124
  export default LineItems;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class LineItems extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:LineItems.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:LineItems.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:LineItems.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:LineItems.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:LineItems.TYPE,id:e},r)}isLineItem(e){return e.type&&e.type===LineItems.TYPE}relationship(e){return typeof e=="string"?{id:e,type:LineItems.TYPE}:{id:e.id,type:LineItems.TYPE}}type(){return LineItems.TYPE}}LineItems.TYPE="line_items",exports.default=LineItems;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class LineItems extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:LineItems.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:LineItems.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:LineItems.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:LineItems.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:LineItems.TYPE,id:e},t)}async order(e,t,s){return this.resources.fetch({type:"orders"},`line_items/${e}/order`,t,s)}async line_item_options(e,t,s){return this.resources.fetch({type:"line_item_options"},`line_items/${e}/line_item_options`,t,s)}async stock_line_items(e,t,s){return this.resources.fetch({type:"stock_line_items"},`line_items/${e}/stock_line_items`,t,s)}async stock_transfers(e,t,s){return this.resources.fetch({type:"stock_transfers"},`line_items/${e}/stock_transfers`,t,s)}isLineItem(e){return e.type&&e.type===LineItems.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:LineItems.TYPE}:{id:e.id,type:LineItems.TYPE}}type(){return LineItems.TYPE}}LineItems.TYPE="line_items",exports.default=LineItems;
@@ -1,7 +1,7 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { PaymentMethod } from './payment_methods';
4
- declare type ManualGatewayRel = ResourceId & {
4
+ declare type ManualGatewayRel = ResourceRel & {
5
5
  type: typeof ManualGateways.TYPE;
6
6
  };
7
7
  interface ManualGateway extends Resource {
@@ -24,8 +24,9 @@ declare class ManualGateways extends ApiResource {
24
24
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ManualGateway>;
25
25
  update(resource: ManualGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ManualGateway>;
26
26
  delete(id: string, options?: ResourcesConfig): Promise<void>;
27
+ payment_methods(manualGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
27
28
  isManualGateway(resource: any): resource is ManualGateway;
28
- relationship(id: string | ResourceId): ManualGatewayRel;
29
+ relationship(id: string | ResourceId | null): ManualGatewayRel;
29
30
  type(): string;
30
31
  }
31
32
  export default ManualGateways;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ManualGateways extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:ManualGateways.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:ManualGateways.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:ManualGateways.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:ManualGateways.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:ManualGateways.TYPE,id:e},r)}isManualGateway(e){return e.type&&e.type===ManualGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:ManualGateways.TYPE}:{id:e.id,type:ManualGateways.TYPE}}type(){return ManualGateways.TYPE}}ManualGateways.TYPE="manual_gateways",exports.default=ManualGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ManualGateways extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ManualGateways.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:ManualGateways.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:ManualGateways.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:ManualGateways.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:ManualGateways.TYPE,id:e},t)}async payment_methods(e,t,r){return this.resources.fetch({type:"payment_methods"},`manual_gateways/${e}/payment_methods`,t,r)}isManualGateway(e){return e.type&&e.type===ManualGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ManualGateways.TYPE}:{id:e.id,type:ManualGateways.TYPE}}type(){return ManualGateways.TYPE}}ManualGateways.TYPE="manual_gateways",exports.default=ManualGateways;
@@ -1,16 +1,16 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { TaxCategory } from './tax_categories';
4
4
  import { Market } from './markets';
5
5
  import { Attachment } from './attachments';
6
6
  import { TaxRule } from './tax_rules';
7
- declare type ManualTaxCalculatorRel = ResourceId & {
7
+ declare type ManualTaxCalculatorRel = ResourceRel & {
8
8
  type: typeof ManualTaxCalculators.TYPE;
9
9
  };
10
- declare type TaxCategoryRel = ResourceId & {
10
+ declare type TaxCategoryRel = ResourceRel & {
11
11
  type: 'tax_categories';
12
12
  };
13
- declare type TaxRuleRel = ResourceId & {
13
+ declare type TaxRuleRel = ResourceRel & {
14
14
  type: 'tax_rules';
15
15
  };
16
16
  interface ManualTaxCalculator extends Resource {
@@ -37,8 +37,12 @@ declare class ManualTaxCalculators extends ApiResource {
37
37
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ManualTaxCalculator>;
38
38
  update(resource: ManualTaxCalculatorUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ManualTaxCalculator>;
39
39
  delete(id: string, options?: ResourcesConfig): Promise<void>;
40
+ tax_categories(manualTaxCalculatorId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<TaxCategory>>;
41
+ markets(manualTaxCalculatorId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Market>>;
42
+ attachments(manualTaxCalculatorId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
43
+ tax_rules(manualTaxCalculatorId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<TaxRule>>;
40
44
  isManualTaxCalculator(resource: any): resource is ManualTaxCalculator;
41
- relationship(id: string | ResourceId): ManualTaxCalculatorRel;
45
+ relationship(id: string | ResourceId | null): ManualTaxCalculatorRel;
42
46
  type(): string;
43
47
  }
44
48
  export default ManualTaxCalculators;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ManualTaxCalculators extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ManualTaxCalculators.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:ManualTaxCalculators.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:ManualTaxCalculators.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:ManualTaxCalculators.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:ManualTaxCalculators.TYPE,id:e},t)}isManualTaxCalculator(e){return e.type&&e.type===ManualTaxCalculators.TYPE}relationship(e){return typeof e=="string"?{id:e,type:ManualTaxCalculators.TYPE}:{id:e.id,type:ManualTaxCalculators.TYPE}}type(){return ManualTaxCalculators.TYPE}}ManualTaxCalculators.TYPE="manual_tax_calculators",exports.default=ManualTaxCalculators;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ManualTaxCalculators extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ManualTaxCalculators.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:ManualTaxCalculators.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:ManualTaxCalculators.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:ManualTaxCalculators.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:ManualTaxCalculators.TYPE,id:e},t)}async tax_categories(e,t,s){return this.resources.fetch({type:"tax_categories"},`manual_tax_calculators/${e}/tax_categories`,t,s)}async markets(e,t,s){return this.resources.fetch({type:"markets"},`manual_tax_calculators/${e}/markets`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`manual_tax_calculators/${e}/attachments`,t,s)}async tax_rules(e,t,s){return this.resources.fetch({type:"tax_rules"},`manual_tax_calculators/${e}/tax_rules`,t,s)}isManualTaxCalculator(e){return e.type&&e.type===ManualTaxCalculators.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ManualTaxCalculators.TYPE}:{id:e.id,type:ManualTaxCalculators.TYPE}}type(){return ManualTaxCalculators.TYPE}}ManualTaxCalculators.TYPE="manual_tax_calculators",exports.default=ManualTaxCalculators;
@@ -1,27 +1,27 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Merchant } from './merchants';
4
4
  import { PriceList } from './price_lists';
5
5
  import { InventoryModel } from './inventory_models';
6
6
  import { TaxCalculator } from './tax_calculators';
7
7
  import { CustomerGroup } from './customer_groups';
8
8
  import { Attachment } from './attachments';
9
- declare type MarketRel = ResourceId & {
9
+ declare type MarketRel = ResourceRel & {
10
10
  type: typeof Markets.TYPE;
11
11
  };
12
- declare type MerchantRel = ResourceId & {
12
+ declare type MerchantRel = ResourceRel & {
13
13
  type: 'merchants';
14
14
  };
15
- declare type PriceListRel = ResourceId & {
15
+ declare type PriceListRel = ResourceRel & {
16
16
  type: 'price_lists';
17
17
  };
18
- declare type InventoryModelRel = ResourceId & {
18
+ declare type InventoryModelRel = ResourceRel & {
19
19
  type: 'inventory_models';
20
20
  };
21
- declare type TaxCalculatorRel = ResourceId & {
21
+ declare type TaxCalculatorRel = ResourceRel & {
22
22
  type: 'tax_calculators';
23
23
  };
24
- declare type CustomerGroupRel = ResourceId & {
24
+ declare type CustomerGroupRel = ResourceRel & {
25
25
  type: 'customer_groups';
26
26
  };
27
27
  interface Market extends Resource {
@@ -67,8 +67,14 @@ declare class Markets extends ApiResource {
67
67
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
68
68
  update(resource: MarketUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
69
69
  delete(id: string, options?: ResourcesConfig): Promise<void>;
70
+ merchant(marketId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Merchant>;
71
+ price_list(marketId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PriceList>;
72
+ inventory_model(marketId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
73
+ tax_calculator(marketId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<TaxCalculator>;
74
+ customer_group(marketId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerGroup>;
75
+ attachments(marketId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
70
76
  isMarket(resource: any): resource is Market;
71
- relationship(id: string | ResourceId): MarketRel;
77
+ relationship(id: string | ResourceId | null): MarketRel;
72
78
  type(): string;
73
79
  }
74
80
  export default Markets;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Markets extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Markets.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Markets.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Markets.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Markets.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Markets.TYPE,id:e},t)}isMarket(e){return e.type&&e.type===Markets.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Markets.TYPE}:{id:e.id,type:Markets.TYPE}}type(){return Markets.TYPE}}Markets.TYPE="markets",exports.default=Markets;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Markets extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Markets.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Markets.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Markets.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Markets.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Markets.TYPE,id:e},t)}async merchant(e,t,r){return this.resources.fetch({type:"merchants"},`markets/${e}/merchant`,t,r)}async price_list(e,t,r){return this.resources.fetch({type:"price_lists"},`markets/${e}/price_list`,t,r)}async inventory_model(e,t,r){return this.resources.fetch({type:"inventory_models"},`markets/${e}/inventory_model`,t,r)}async tax_calculator(e,t,r){return this.resources.fetch({type:"tax_calculators"},`markets/${e}/tax_calculator`,t,r)}async customer_group(e,t,r){return this.resources.fetch({type:"customer_groups"},`markets/${e}/customer_group`,t,r)}async attachments(e,t,r){return this.resources.fetch({type:"attachments"},`markets/${e}/attachments`,t,r)}isMarket(e){return e.type&&e.type===Markets.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Markets.TYPE}:{id:e.id,type:Markets.TYPE}}type(){return Markets.TYPE}}Markets.TYPE="markets",exports.default=Markets;
@@ -1,11 +1,11 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Address } from './addresses';
4
4
  import { Attachment } from './attachments';
5
- declare type MerchantRel = ResourceId & {
5
+ declare type MerchantRel = ResourceRel & {
6
6
  type: typeof Merchants.TYPE;
7
7
  };
8
- declare type AddressRel = ResourceId & {
8
+ declare type AddressRel = ResourceRel & {
9
9
  type: 'addresses';
10
10
  };
11
11
  interface Merchant extends Resource {
@@ -28,8 +28,10 @@ declare class Merchants extends ApiResource {
28
28
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Merchant>;
29
29
  update(resource: MerchantUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Merchant>;
30
30
  delete(id: string, options?: ResourcesConfig): Promise<void>;
31
+ address(merchantId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
32
+ attachments(merchantId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
31
33
  isMerchant(resource: any): resource is Merchant;
32
- relationship(id: string | ResourceId): MerchantRel;
34
+ relationship(id: string | ResourceId | null): MerchantRel;
33
35
  type(): string;
34
36
  }
35
37
  export default Merchants;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Merchants extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Merchants.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Merchants.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Merchants.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Merchants.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Merchants.TYPE,id:e},t)}isMerchant(e){return e.type&&e.type===Merchants.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Merchants.TYPE}:{id:e.id,type:Merchants.TYPE}}type(){return Merchants.TYPE}}Merchants.TYPE="merchants",exports.default=Merchants;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Merchants extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Merchants.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:Merchants.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:Merchants.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:Merchants.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:Merchants.TYPE,id:e},t)}async address(e,t,s){return this.resources.fetch({type:"addresses"},`merchants/${e}/address`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`merchants/${e}/attachments`,t,s)}isMerchant(e){return e.type&&e.type===Merchants.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Merchants.TYPE}:{id:e.id,type:Merchants.TYPE}}type(){return Merchants.TYPE}}Merchants.TYPE="merchants",exports.default=Merchants;
@@ -1,30 +1,30 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { PercentageDiscountPromotion } from './percentage_discount_promotions';
4
4
  import { FreeShippingPromotion } from './free_shipping_promotions';
5
5
  import { FixedAmountPromotion } from './fixed_amount_promotions';
6
6
  import { FreeGiftPromotion } from './free_gift_promotions';
7
7
  import { FixedPricePromotion } from './fixed_price_promotions';
8
8
  import { ExternalPromotion } from './external_promotions';
9
- declare type OrderAmountPromotionRuleRel = ResourceId & {
9
+ declare type OrderAmountPromotionRuleRel = ResourceRel & {
10
10
  type: typeof OrderAmountPromotionRules.TYPE;
11
11
  };
12
- declare type PercentageDiscountPromotionRel = ResourceId & {
12
+ declare type PercentageDiscountPromotionRel = ResourceRel & {
13
13
  type: 'percentage_discount_promotions';
14
14
  };
15
- declare type FreeShippingPromotionRel = ResourceId & {
15
+ declare type FreeShippingPromotionRel = ResourceRel & {
16
16
  type: 'free_shipping_promotions';
17
17
  };
18
- declare type FixedAmountPromotionRel = ResourceId & {
18
+ declare type FixedAmountPromotionRel = ResourceRel & {
19
19
  type: 'fixed_amount_promotions';
20
20
  };
21
- declare type FreeGiftPromotionRel = ResourceId & {
21
+ declare type FreeGiftPromotionRel = ResourceRel & {
22
22
  type: 'free_gift_promotions';
23
23
  };
24
- declare type FixedPricePromotionRel = ResourceId & {
24
+ declare type FixedPricePromotionRel = ResourceRel & {
25
25
  type: 'fixed_price_promotions';
26
26
  };
27
- declare type ExternalPromotionRel = ResourceId & {
27
+ declare type ExternalPromotionRel = ResourceRel & {
28
28
  type: 'external_promotions';
29
29
  };
30
30
  interface OrderAmountPromotionRule extends Resource {
@@ -49,7 +49,7 @@ declare class OrderAmountPromotionRules extends ApiResource {
49
49
  update(resource: OrderAmountPromotionRuleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
50
50
  delete(id: string, options?: ResourcesConfig): Promise<void>;
51
51
  isOrderAmountPromotionRule(resource: any): resource is OrderAmountPromotionRule;
52
- relationship(id: string | ResourceId): OrderAmountPromotionRuleRel;
52
+ relationship(id: string | ResourceId | null): OrderAmountPromotionRuleRel;
53
53
  type(): string;
54
54
  }
55
55
  export default OrderAmountPromotionRules;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderAmountPromotionRules extends resource_1.ApiResource{async list(e,s){return this.resources.list({type:OrderAmountPromotionRules.TYPE},e,s)}async create(e,s,t){return this.resources.create(Object.assign(Object.assign({},e),{type:OrderAmountPromotionRules.TYPE}),s,t)}async retrieve(e,s,t){return this.resources.retrieve({type:OrderAmountPromotionRules.TYPE,id:e},s,t)}async update(e,s,t){return this.resources.update(Object.assign(Object.assign({},e),{type:OrderAmountPromotionRules.TYPE}),s,t)}async delete(e,s){await this.resources.delete({type:OrderAmountPromotionRules.TYPE,id:e},s)}isOrderAmountPromotionRule(e){return e.type&&e.type===OrderAmountPromotionRules.TYPE}relationship(e){return typeof e=="string"?{id:e,type:OrderAmountPromotionRules.TYPE}:{id:e.id,type:OrderAmountPromotionRules.TYPE}}type(){return OrderAmountPromotionRules.TYPE}}OrderAmountPromotionRules.TYPE="order_amount_promotion_rules",exports.default=OrderAmountPromotionRules;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderAmountPromotionRules extends resource_1.ApiResource{async list(e,s){return this.resources.list({type:OrderAmountPromotionRules.TYPE},e,s)}async create(e,s,t){return this.resources.create(Object.assign(Object.assign({},e),{type:OrderAmountPromotionRules.TYPE}),s,t)}async retrieve(e,s,t){return this.resources.retrieve({type:OrderAmountPromotionRules.TYPE,id:e},s,t)}async update(e,s,t){return this.resources.update(Object.assign(Object.assign({},e),{type:OrderAmountPromotionRules.TYPE}),s,t)}async delete(e,s){await this.resources.delete({type:OrderAmountPromotionRules.TYPE,id:e},s)}isOrderAmountPromotionRule(e){return e.type&&e.type===OrderAmountPromotionRules.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:OrderAmountPromotionRules.TYPE}:{id:e.id,type:OrderAmountPromotionRules.TYPE}}type(){return OrderAmountPromotionRules.TYPE}}OrderAmountPromotionRules.TYPE="order_amount_promotion_rules",exports.default=OrderAmountPromotionRules;
@@ -1,11 +1,11 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Order } from './orders';
4
4
  import { OrderSubscription } from './order_subscriptions';
5
- declare type OrderCopyRel = ResourceId & {
5
+ declare type OrderCopyRel = ResourceRel & {
6
6
  type: typeof OrderCopies.TYPE;
7
7
  };
8
- declare type OrderRel = ResourceId & {
8
+ declare type OrderRel = ResourceRel & {
9
9
  type: 'orders';
10
10
  };
11
11
  interface OrderCopy extends Resource {
@@ -34,8 +34,11 @@ declare class OrderCopies extends ApiResource {
34
34
  create(resource: OrderCopyCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderCopy>;
35
35
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderCopy>;
36
36
  delete(id: string, options?: ResourcesConfig): Promise<void>;
37
+ source_order(orderCopyId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
38
+ target_order(orderCopyId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
39
+ order_subscription(orderCopyId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
37
40
  isOrderCopy(resource: any): resource is OrderCopy;
38
- relationship(id: string | ResourceId): OrderCopyRel;
41
+ relationship(id: string | ResourceId | null): OrderCopyRel;
39
42
  type(): string;
40
43
  }
41
44
  export default OrderCopies;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderCopies extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:OrderCopies.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:OrderCopies.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:OrderCopies.TYPE,id:e},t,s)}async delete(e,t){await this.resources.delete({type:OrderCopies.TYPE,id:e},t)}isOrderCopy(e){return e.type&&e.type===OrderCopies.TYPE}relationship(e){return typeof e=="string"?{id:e,type:OrderCopies.TYPE}:{id:e.id,type:OrderCopies.TYPE}}type(){return OrderCopies.TYPE}}OrderCopies.TYPE="order_copies",exports.default=OrderCopies;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderCopies extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:OrderCopies.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:OrderCopies.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:OrderCopies.TYPE,id:e},r,t)}async delete(e,r){await this.resources.delete({type:OrderCopies.TYPE,id:e},r)}async source_order(e,r,t){return this.resources.fetch({type:"orders"},`order_copies/${e}/source_order`,r,t)}async target_order(e,r,t){return this.resources.fetch({type:"orders"},`order_copies/${e}/target_order`,r,t)}async order_subscription(e,r,t){return this.resources.fetch({type:"order_subscriptions"},`order_copies/${e}/order_subscription`,r,t)}isOrderCopy(e){return e.type&&e.type===OrderCopies.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:OrderCopies.TYPE}:{id:e.id,type:OrderCopies.TYPE}}type(){return OrderCopies.TYPE}}OrderCopies.TYPE="order_copies",exports.default=OrderCopies;
@@ -1,16 +1,16 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Market } from './markets';
4
4
  import { Order } from './orders';
5
5
  import { Customer } from './customers';
6
6
  import { OrderCopy } from './order_copies';
7
- declare type OrderSubscriptionRel = ResourceId & {
7
+ declare type OrderSubscriptionRel = ResourceRel & {
8
8
  type: typeof OrderSubscriptions.TYPE;
9
9
  };
10
- declare type MarketRel = ResourceId & {
10
+ declare type MarketRel = ResourceRel & {
11
11
  type: 'markets';
12
12
  };
13
- declare type OrderRel = ResourceId & {
13
+ declare type OrderRel = ResourceRel & {
14
14
  type: 'orders';
15
15
  };
16
16
  interface OrderSubscription extends Resource {
@@ -54,8 +54,13 @@ declare class OrderSubscriptions extends ApiResource {
54
54
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
55
55
  update(resource: OrderSubscriptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
56
56
  delete(id: string, options?: ResourcesConfig): Promise<void>;
57
+ market(orderSubscriptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
58
+ source_order(orderSubscriptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
59
+ customer(orderSubscriptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
60
+ order_copies(orderSubscriptionId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<OrderCopy>>;
61
+ orders(orderSubscriptionId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Order>>;
57
62
  isOrderSubscription(resource: any): resource is OrderSubscription;
58
- relationship(id: string | ResourceId): OrderSubscriptionRel;
63
+ relationship(id: string | ResourceId | null): OrderSubscriptionRel;
59
64
  type(): string;
60
65
  }
61
66
  export default OrderSubscriptions;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderSubscriptions extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:OrderSubscriptions.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:OrderSubscriptions.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:OrderSubscriptions.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:OrderSubscriptions.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:OrderSubscriptions.TYPE,id:e},t)}isOrderSubscription(e){return e.type&&e.type===OrderSubscriptions.TYPE}relationship(e){return typeof e=="string"?{id:e,type:OrderSubscriptions.TYPE}:{id:e.id,type:OrderSubscriptions.TYPE}}type(){return OrderSubscriptions.TYPE}}OrderSubscriptions.TYPE="order_subscriptions",exports.default=OrderSubscriptions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderSubscriptions extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:OrderSubscriptions.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:OrderSubscriptions.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:OrderSubscriptions.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:OrderSubscriptions.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:OrderSubscriptions.TYPE,id:e},r)}async market(e,r,s){return this.resources.fetch({type:"markets"},`order_subscriptions/${e}/market`,r,s)}async source_order(e,r,s){return this.resources.fetch({type:"orders"},`order_subscriptions/${e}/source_order`,r,s)}async customer(e,r,s){return this.resources.fetch({type:"customers"},`order_subscriptions/${e}/customer`,r,s)}async order_copies(e,r,s){return this.resources.fetch({type:"order_copies"},`order_subscriptions/${e}/order_copies`,r,s)}async orders(e,r,s){return this.resources.fetch({type:"orders"},`order_subscriptions/${e}/orders`,r,s)}isOrderSubscription(e){return e.type&&e.type===OrderSubscriptions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:OrderSubscriptions.TYPE}:{id:e.id,type:OrderSubscriptions.TYPE}}type(){return OrderSubscriptions.TYPE}}OrderSubscriptions.TYPE="order_subscriptions",exports.default=OrderSubscriptions;
@@ -1,7 +1,7 @@
1
- import { ApiResource, Resource, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Market } from './markets';
4
- declare type OrderValidationRuleRel = ResourceId & {
4
+ declare type OrderValidationRuleRel = ResourceRel & {
5
5
  type: typeof OrderValidationRules.TYPE;
6
6
  };
7
7
  interface OrderValidationRule extends Resource {
@@ -11,8 +11,9 @@ declare class OrderValidationRules extends ApiResource {
11
11
  static readonly TYPE: 'order_validation_rules';
12
12
  list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<OrderValidationRule>>;
13
13
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderValidationRule>;
14
+ market(orderValidationRuleId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
14
15
  isOrderValidationRule(resource: any): resource is OrderValidationRule;
15
- relationship(id: string | ResourceId): OrderValidationRuleRel;
16
+ relationship(id: string | ResourceId | null): OrderValidationRuleRel;
16
17
  type(): string;
17
18
  }
18
19
  export default OrderValidationRules;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderValidationRules extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:OrderValidationRules.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:OrderValidationRules.TYPE,id:e},r,t)}isOrderValidationRule(e){return e.type&&e.type===OrderValidationRules.TYPE}relationship(e){return typeof e=="string"?{id:e,type:OrderValidationRules.TYPE}:{id:e.id,type:OrderValidationRules.TYPE}}type(){return OrderValidationRules.TYPE}}OrderValidationRules.TYPE="order_validation_rules",exports.default=OrderValidationRules;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class OrderValidationRules extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:OrderValidationRules.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:OrderValidationRules.TYPE,id:e},r,t)}async market(e,r,t){return this.resources.fetch({type:"markets"},`order_validation_rules/${e}/market`,r,t)}isOrderValidationRule(e){return e.type&&e.type===OrderValidationRules.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:OrderValidationRules.TYPE}:{id:e.id,type:OrderValidationRules.TYPE}}type(){return OrderValidationRules.TYPE}}OrderValidationRules.TYPE="order_validation_rules",exports.default=OrderValidationRules;