@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 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Authorizations extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Authorizations.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Authorizations.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:Authorizations.TYPE}),r,t)}isAuthorization(e){return e.type&&e.type===Authorizations.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Authorizations.TYPE}:{id:e.id,type:Authorizations.TYPE}}type(){return Authorizations.TYPE}}Authorizations.TYPE="authorizations",exports.default=Authorizations;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Authorizations extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Authorizations.TYPE},e,r)}async retrieve(e,r,s){return this.resources.retrieve({type:Authorizations.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:Authorizations.TYPE}),r,s)}async order(e,r,s){return this.resources.fetch({type:"orders"},`authorizations/${e}/order`,r,s)}async captures(e,r,s){return this.resources.fetch({type:"captures"},`authorizations/${e}/captures`,r,s)}async voids(e,r,s){return this.resources.fetch({type:"voids"},`authorizations/${e}/voids`,r,s)}isAuthorization(e){return e.type&&e.type===Authorizations.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Authorizations.TYPE}:{id:e.id,type:Authorizations.TYPE}}type(){return Authorizations.TYPE}}Authorizations.TYPE="authorizations",exports.default=Authorizations;
@@ -1,12 +1,12 @@
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
- declare type AvalaraAccountRel = ResourceId & {
6
+ declare type AvalaraAccountRel = ResourceRel & {
7
7
  type: typeof AvalaraAccounts.TYPE;
8
8
  };
9
- declare type TaxCategoryRel = ResourceId & {
9
+ declare type TaxCategoryRel = ResourceRel & {
10
10
  type: 'tax_categories';
11
11
  };
12
12
  interface AvalaraAccount extends Resource {
@@ -41,8 +41,11 @@ declare class AvalaraAccounts extends ApiResource {
41
41
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<AvalaraAccount>;
42
42
  update(resource: AvalaraAccountUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<AvalaraAccount>;
43
43
  delete(id: string, options?: ResourcesConfig): Promise<void>;
44
+ tax_categories(avalaraAccountId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<TaxCategory>>;
45
+ markets(avalaraAccountId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Market>>;
46
+ attachments(avalaraAccountId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
44
47
  isAvalaraAccount(resource: any): resource is AvalaraAccount;
45
- relationship(id: string | ResourceId): AvalaraAccountRel;
48
+ relationship(id: string | ResourceId | null): AvalaraAccountRel;
46
49
  type(): string;
47
50
  }
48
51
  export default AvalaraAccounts;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class AvalaraAccounts extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:AvalaraAccounts.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:AvalaraAccounts.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:AvalaraAccounts.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:AvalaraAccounts.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:AvalaraAccounts.TYPE,id:e},t)}isAvalaraAccount(e){return e.type&&e.type===AvalaraAccounts.TYPE}relationship(e){return typeof e=="string"?{id:e,type:AvalaraAccounts.TYPE}:{id:e.id,type:AvalaraAccounts.TYPE}}type(){return AvalaraAccounts.TYPE}}AvalaraAccounts.TYPE="avalara_accounts",exports.default=AvalaraAccounts;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class AvalaraAccounts extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:AvalaraAccounts.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:AvalaraAccounts.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:AvalaraAccounts.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:AvalaraAccounts.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:AvalaraAccounts.TYPE,id:e},t)}async tax_categories(e,t,s){return this.resources.fetch({type:"tax_categories"},`avalara_accounts/${e}/tax_categories`,t,s)}async markets(e,t,s){return this.resources.fetch({type:"markets"},`avalara_accounts/${e}/markets`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`avalara_accounts/${e}/attachments`,t,s)}isAvalaraAccount(e){return e.type&&e.type===AvalaraAccounts.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:AvalaraAccounts.TYPE}:{id:e.id,type:AvalaraAccounts.TYPE}}type(){return AvalaraAccounts.TYPE}}AvalaraAccounts.TYPE="avalara_accounts",exports.default=AvalaraAccounts;
@@ -1,10 +1,10 @@
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
- declare type BillingInfoValidationRuleRel = ResourceId & {
4
+ declare type BillingInfoValidationRuleRel = ResourceRel & {
5
5
  type: typeof BillingInfoValidationRules.TYPE;
6
6
  };
7
- declare type MarketRel = ResourceId & {
7
+ declare type MarketRel = ResourceRel & {
8
8
  type: 'markets';
9
9
  };
10
10
  interface BillingInfoValidationRule extends Resource {
@@ -23,8 +23,9 @@ declare class BillingInfoValidationRules extends ApiResource {
23
23
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BillingInfoValidationRule>;
24
24
  update(resource: BillingInfoValidationRuleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BillingInfoValidationRule>;
25
25
  delete(id: string, options?: ResourcesConfig): Promise<void>;
26
+ market(billingInfoValidationRuleId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
26
27
  isBillingInfoValidationRule(resource: any): resource is BillingInfoValidationRule;
27
- relationship(id: string | ResourceId): BillingInfoValidationRuleRel;
28
+ relationship(id: string | ResourceId | null): BillingInfoValidationRuleRel;
28
29
  type(): string;
29
30
  }
30
31
  export default BillingInfoValidationRules;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BillingInfoValidationRules extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:BillingInfoValidationRules.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:BillingInfoValidationRules.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:BillingInfoValidationRules.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:BillingInfoValidationRules.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:BillingInfoValidationRules.TYPE,id:e},r)}isBillingInfoValidationRule(e){return e.type&&e.type===BillingInfoValidationRules.TYPE}relationship(e){return typeof e=="string"?{id:e,type:BillingInfoValidationRules.TYPE}:{id:e.id,type:BillingInfoValidationRules.TYPE}}type(){return BillingInfoValidationRules.TYPE}}BillingInfoValidationRules.TYPE="billing_info_validation_rules",exports.default=BillingInfoValidationRules;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BillingInfoValidationRules extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:BillingInfoValidationRules.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:BillingInfoValidationRules.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:BillingInfoValidationRules.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:BillingInfoValidationRules.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:BillingInfoValidationRules.TYPE,id:e},r)}async market(e,r,t){return this.resources.fetch({type:"markets"},`billing_info_validation_rules/${e}/market`,r,t)}isBillingInfoValidationRule(e){return e.type&&e.type===BillingInfoValidationRules.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:BillingInfoValidationRules.TYPE}:{id:e.id,type:BillingInfoValidationRules.TYPE}}type(){return BillingInfoValidationRules.TYPE}}BillingInfoValidationRules.TYPE="billing_info_validation_rules",exports.default=BillingInfoValidationRules;
@@ -1,8 +1,8 @@
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 BingGeocoderRel = ResourceId & {
5
+ declare type BingGeocoderRel = ResourceRel & {
6
6
  type: typeof BingGeocoders.TYPE;
7
7
  };
8
8
  interface BingGeocoder extends Resource {
@@ -25,8 +25,10 @@ declare class BingGeocoders extends ApiResource {
25
25
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BingGeocoder>;
26
26
  update(resource: BingGeocoderUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BingGeocoder>;
27
27
  delete(id: string, options?: ResourcesConfig): Promise<void>;
28
+ addresses(bingGeocoderId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Address>>;
29
+ attachments(bingGeocoderId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
28
30
  isBingGeocoder(resource: any): resource is BingGeocoder;
29
- relationship(id: string | ResourceId): BingGeocoderRel;
31
+ relationship(id: string | ResourceId | null): BingGeocoderRel;
30
32
  type(): string;
31
33
  }
32
34
  export default BingGeocoders;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BingGeocoders extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:BingGeocoders.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:BingGeocoders.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:BingGeocoders.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:BingGeocoders.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:BingGeocoders.TYPE,id:e},t)}isBingGeocoder(e){return e.type&&e.type===BingGeocoders.TYPE}relationship(e){return typeof e=="string"?{id:e,type:BingGeocoders.TYPE}:{id:e.id,type:BingGeocoders.TYPE}}type(){return BingGeocoders.TYPE}}BingGeocoders.TYPE="bing_geocoders",exports.default=BingGeocoders;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BingGeocoders extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:BingGeocoders.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:BingGeocoders.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:BingGeocoders.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:BingGeocoders.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:BingGeocoders.TYPE,id:e},t)}async addresses(e,t,s){return this.resources.fetch({type:"addresses"},`bing_geocoders/${e}/addresses`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`bing_geocoders/${e}/attachments`,t,s)}isBingGeocoder(e){return e.type&&e.type===BingGeocoders.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:BingGeocoders.TYPE}:{id:e.id,type:BingGeocoders.TYPE}}type(){return BingGeocoders.TYPE}}BingGeocoders.TYPE="bing_geocoders",exports.default=BingGeocoders;
@@ -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 { BraintreePayment } from './braintree_payments';
5
- declare type BraintreeGatewayRel = ResourceId & {
5
+ declare type BraintreeGatewayRel = ResourceRel & {
6
6
  type: typeof BraintreeGateways.TYPE;
7
7
  };
8
- declare type BraintreePaymentRel = ResourceId & {
8
+ declare type BraintreePaymentRel = ResourceRel & {
9
9
  type: 'braintree_payments';
10
10
  };
11
11
  interface BraintreeGateway extends Resource {
@@ -46,8 +46,10 @@ declare class BraintreeGateways extends ApiResource {
46
46
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BraintreeGateway>;
47
47
  update(resource: BraintreeGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BraintreeGateway>;
48
48
  delete(id: string, options?: ResourcesConfig): Promise<void>;
49
+ payment_methods(braintreeGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
50
+ braintree_payments(braintreeGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<BraintreePayment>>;
49
51
  isBraintreeGateway(resource: any): resource is BraintreeGateway;
50
- relationship(id: string | ResourceId): BraintreeGatewayRel;
52
+ relationship(id: string | ResourceId | null): BraintreeGatewayRel;
51
53
  type(): string;
52
54
  }
53
55
  export default BraintreeGateways;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BraintreeGateways extends resource_1.ApiResource{async list(e,s){return this.resources.list({type:BraintreeGateways.TYPE},e,s)}async create(e,s,t){return this.resources.create(Object.assign(Object.assign({},e),{type:BraintreeGateways.TYPE}),s,t)}async retrieve(e,s,t){return this.resources.retrieve({type:BraintreeGateways.TYPE,id:e},s,t)}async update(e,s,t){return this.resources.update(Object.assign(Object.assign({},e),{type:BraintreeGateways.TYPE}),s,t)}async delete(e,s){await this.resources.delete({type:BraintreeGateways.TYPE,id:e},s)}isBraintreeGateway(e){return e.type&&e.type===BraintreeGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:BraintreeGateways.TYPE}:{id:e.id,type:BraintreeGateways.TYPE}}type(){return BraintreeGateways.TYPE}}BraintreeGateways.TYPE="braintree_gateways",exports.default=BraintreeGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BraintreeGateways extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:BraintreeGateways.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:BraintreeGateways.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:BraintreeGateways.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:BraintreeGateways.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:BraintreeGateways.TYPE,id:e},t)}async payment_methods(e,t,s){return this.resources.fetch({type:"payment_methods"},`braintree_gateways/${e}/payment_methods`,t,s)}async braintree_payments(e,t,s){return this.resources.fetch({type:"braintree_payments"},`braintree_gateways/${e}/braintree_payments`,t,s)}isBraintreeGateway(e){return e.type&&e.type===BraintreeGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:BraintreeGateways.TYPE}:{id:e.id,type:BraintreeGateways.TYPE}}type(){return BraintreeGateways.TYPE}}BraintreeGateways.TYPE="braintree_gateways",exports.default=BraintreeGateways;
@@ -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 BraintreePaymentRel = ResourceId & {
5
+ declare type BraintreePaymentRel = ResourceRel & {
6
6
  type: typeof BraintreePayments.TYPE;
7
7
  };
8
- declare type OrderRel = ResourceId & {
8
+ declare type OrderRel = ResourceRel & {
9
9
  type: 'orders';
10
10
  };
11
11
  interface BraintreePayment extends Resource {
@@ -37,8 +37,10 @@ declare class BraintreePayments extends ApiResource {
37
37
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BraintreePayment>;
38
38
  update(resource: BraintreePaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BraintreePayment>;
39
39
  delete(id: string, options?: ResourcesConfig): Promise<void>;
40
+ order(braintreePaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
41
+ payment_gateway(braintreePaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
40
42
  isBraintreePayment(resource: any): resource is BraintreePayment;
41
- relationship(id: string | ResourceId): BraintreePaymentRel;
43
+ relationship(id: string | ResourceId | null): BraintreePaymentRel;
42
44
  type(): string;
43
45
  }
44
46
  export default BraintreePayments;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BraintreePayments extends resource_1.ApiResource{async list(e,s){return this.resources.list({type:BraintreePayments.TYPE},e,s)}async create(e,s,t){return this.resources.create(Object.assign(Object.assign({},e),{type:BraintreePayments.TYPE}),s,t)}async retrieve(e,s,t){return this.resources.retrieve({type:BraintreePayments.TYPE,id:e},s,t)}async update(e,s,t){return this.resources.update(Object.assign(Object.assign({},e),{type:BraintreePayments.TYPE}),s,t)}async delete(e,s){await this.resources.delete({type:BraintreePayments.TYPE,id:e},s)}isBraintreePayment(e){return e.type&&e.type===BraintreePayments.TYPE}relationship(e){return typeof e=="string"?{id:e,type:BraintreePayments.TYPE}:{id:e.id,type:BraintreePayments.TYPE}}type(){return BraintreePayments.TYPE}}BraintreePayments.TYPE="braintree_payments",exports.default=BraintreePayments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class BraintreePayments extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:BraintreePayments.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:BraintreePayments.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:BraintreePayments.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:BraintreePayments.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:BraintreePayments.TYPE,id:e},t)}async order(e,t,r){return this.resources.fetch({type:"orders"},`braintree_payments/${e}/order`,t,r)}async payment_gateway(e,t,r){return this.resources.fetch({type:"payment_gateways"},`braintree_payments/${e}/payment_gateway`,t,r)}isBraintreePayment(e){return e.type&&e.type===BraintreePayments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:BraintreePayments.TYPE}:{id:e.id,type:BraintreePayments.TYPE}}type(){return BraintreePayments.TYPE}}BraintreePayments.TYPE="braintree_payments",exports.default=BraintreePayments;
@@ -1,21 +1,22 @@
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 { SkuList } from './sku_lists';
5
5
  import { Sku } from './skus';
6
6
  import { Attachment } from './attachments';
7
- declare type BundleRel = ResourceId & {
7
+ declare type BundleRel = ResourceRel & {
8
8
  type: typeof Bundles.TYPE;
9
9
  };
10
- declare type MarketRel = ResourceId & {
10
+ declare type MarketRel = ResourceRel & {
11
11
  type: 'markets';
12
12
  };
13
- declare type SkuListRel = ResourceId & {
13
+ declare type SkuListRel = ResourceRel & {
14
14
  type: 'sku_lists';
15
15
  };
16
16
  interface Bundle extends Resource {
17
17
  code?: string;
18
18
  name?: string;
19
+ currency_code?: string;
19
20
  description?: string;
20
21
  image_url?: string;
21
22
  price_amount_cents?: number;
@@ -33,10 +34,12 @@ interface Bundle extends Resource {
33
34
  interface BundleCreate extends ResourceCreate {
34
35
  code: string;
35
36
  name: string;
37
+ currency_code?: string;
36
38
  description?: string;
37
39
  image_url?: string;
38
40
  price_amount_cents: number;
39
41
  compare_at_amount_cents: number;
42
+ _compute_price_amount?: boolean;
40
43
  _compute_compare_at_amount?: boolean;
41
44
  market?: MarketRel;
42
45
  sku_list: SkuListRel;
@@ -44,10 +47,12 @@ interface BundleCreate extends ResourceCreate {
44
47
  interface BundleUpdate extends ResourceUpdate {
45
48
  code?: string;
46
49
  name?: string;
50
+ currency_code?: string;
47
51
  description?: string;
48
52
  image_url?: string;
49
53
  price_amount_cents?: number;
50
54
  compare_at_amount_cents?: number;
55
+ _compute_price_amount?: boolean;
51
56
  _compute_compare_at_amount?: boolean;
52
57
  }
53
58
  declare class Bundles extends ApiResource {
@@ -57,8 +62,12 @@ declare class Bundles extends ApiResource {
57
62
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Bundle>;
58
63
  update(resource: BundleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Bundle>;
59
64
  delete(id: string, options?: ResourcesConfig): Promise<void>;
65
+ market(bundleId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
66
+ sku_list(bundleId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
67
+ skus(bundleId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
68
+ attachments(bundleId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
60
69
  isBundle(resource: any): resource is Bundle;
61
- relationship(id: string | ResourceId): BundleRel;
70
+ relationship(id: string | ResourceId | null): BundleRel;
62
71
  type(): string;
63
72
  }
64
73
  export default Bundles;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Bundles extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Bundles.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Bundles.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Bundles.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Bundles.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Bundles.TYPE,id:e},t)}isBundle(e){return e.type&&e.type===Bundles.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Bundles.TYPE}:{id:e.id,type:Bundles.TYPE}}type(){return Bundles.TYPE}}Bundles.TYPE="bundles",exports.default=Bundles;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Bundles extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Bundles.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:Bundles.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:Bundles.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:Bundles.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:Bundles.TYPE,id:e},t)}async market(e,t,s){return this.resources.fetch({type:"markets"},`bundles/${e}/market`,t,s)}async sku_list(e,t,s){return this.resources.fetch({type:"sku_lists"},`bundles/${e}/sku_list`,t,s)}async skus(e,t,s){return this.resources.fetch({type:"skus"},`bundles/${e}/skus`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`bundles/${e}/attachments`,t,s)}isBundle(e){return e.type&&e.type===Bundles.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Bundles.TYPE}:{id:e.id,type:Bundles.TYPE}}type(){return Bundles.TYPE}}Bundles.TYPE="bundles",exports.default=Bundles;
@@ -1,9 +1,9 @@
1
- import { ApiResource, Resource, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
2
- import { /* QueryBuilderRetrieve, QueryBuilderList, */ QueryParamsList, QueryParamsRetrieve } from '../query';
1
+ import { ApiResource, Resource, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
+ import { QueryParamsList, QueryParamsRetrieve } from '../query';
3
3
  import { Order } from './orders';
4
4
  import { Authorization } from './authorizations';
5
5
  import { Refund } from './refunds';
6
- declare type CaptureRel = ResourceId & {
6
+ declare type CaptureRel = ResourceRel & {
7
7
  type: typeof Captures.TYPE;
8
8
  };
9
9
  interface Capture extends Resource {
@@ -37,8 +37,11 @@ declare class Captures extends ApiResource {
37
37
  list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Capture>>;
38
38
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Capture>;
39
39
  update(resource: CaptureUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Capture>;
40
+ order(captureId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
41
+ reference_authorization(captureId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Authorization>;
42
+ refunds(captureId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Refund>>;
40
43
  isCapture(resource: any): resource is Capture;
41
- relationship(id: string | ResourceId): CaptureRel;
44
+ relationship(id: string | ResourceId | null): CaptureRel;
42
45
  type(): string;
43
46
  }
44
47
  export default Captures;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Captures extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Captures.TYPE},e,t)}async retrieve(e,t,r){return this.resources.retrieve({type:Captures.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Captures.TYPE}),t,r)}isCapture(e){return e.type&&e.type===Captures.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Captures.TYPE}:{id:e.id,type:Captures.TYPE}}type(){return Captures.TYPE}}Captures.TYPE="captures",exports.default=Captures;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Captures extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Captures.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Captures.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:Captures.TYPE}),r,t)}async order(e,r,t){return this.resources.fetch({type:"orders"},`captures/${e}/order`,r,t)}async reference_authorization(e,r,t){return this.resources.fetch({type:"authorizations"},`captures/${e}/reference_authorization`,r,t)}async refunds(e,r,t){return this.resources.fetch({type:"refunds"},`captures/${e}/refunds`,r,t)}isCapture(e){return e.type&&e.type===Captures.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Captures.TYPE}:{id:e.id,type:Captures.TYPE}}type(){return Captures.TYPE}}Captures.TYPE="captures",exports.default=Captures;
@@ -1,8 +1,8 @@
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
4
  import { Attachment } from './attachments';
5
- declare type CarrierAccountRel = ResourceId & {
5
+ declare type CarrierAccountRel = ResourceRel & {
6
6
  type: typeof CarrierAccounts.TYPE;
7
7
  };
8
8
  interface CarrierAccount extends Resource {
@@ -16,8 +16,10 @@ declare class CarrierAccounts extends ApiResource {
16
16
  static readonly TYPE: 'carrier_accounts';
17
17
  list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CarrierAccount>>;
18
18
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CarrierAccount>;
19
+ market(carrierAccountId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
20
+ attachments(carrierAccountId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
19
21
  isCarrierAccount(resource: any): resource is CarrierAccount;
20
- relationship(id: string | ResourceId): CarrierAccountRel;
22
+ relationship(id: string | ResourceId | null): CarrierAccountRel;
21
23
  type(): string;
22
24
  }
23
25
  export default CarrierAccounts;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CarrierAccounts extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CarrierAccounts.TYPE},e,t)}async retrieve(e,t,r){return this.resources.retrieve({type:CarrierAccounts.TYPE,id:e},t,r)}isCarrierAccount(e){return e.type&&e.type===CarrierAccounts.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CarrierAccounts.TYPE}:{id:e.id,type:CarrierAccounts.TYPE}}type(){return CarrierAccounts.TYPE}}CarrierAccounts.TYPE="carrier_accounts",exports.default=CarrierAccounts;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CarrierAccounts extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CarrierAccounts.TYPE},e,t)}async retrieve(e,t,r){return this.resources.retrieve({type:CarrierAccounts.TYPE,id:e},t,r)}async market(e,t,r){return this.resources.fetch({type:"markets"},`carrier_accounts/${e}/market`,t,r)}async attachments(e,t,r){return this.resources.fetch({type:"attachments"},`carrier_accounts/${e}/attachments`,t,r)}isCarrierAccount(e){return e.type&&e.type===CarrierAccounts.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:CarrierAccounts.TYPE}:{id:e.id,type:CarrierAccounts.TYPE}}type(){return CarrierAccounts.TYPE}}CarrierAccounts.TYPE="carrier_accounts",exports.default=CarrierAccounts;
@@ -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 { CheckoutComPayment } from './checkout_com_payments';
5
- declare type CheckoutComGatewayRel = ResourceId & {
5
+ declare type CheckoutComGatewayRel = ResourceRel & {
6
6
  type: typeof CheckoutComGateways.TYPE;
7
7
  };
8
- declare type CheckoutComPaymentRel = ResourceId & {
8
+ declare type CheckoutComPaymentRel = ResourceRel & {
9
9
  type: 'checkout_com_payments';
10
10
  };
11
11
  interface CheckoutComGateway extends Resource {
@@ -35,8 +35,10 @@ declare class CheckoutComGateways extends ApiResource {
35
35
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComGateway>;
36
36
  update(resource: CheckoutComGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComGateway>;
37
37
  delete(id: string, options?: ResourcesConfig): Promise<void>;
38
+ payment_methods(checkoutComGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
39
+ checkout_com_payments(checkoutComGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CheckoutComPayment>>;
38
40
  isCheckoutComGateway(resource: any): resource is CheckoutComGateway;
39
- relationship(id: string | ResourceId): CheckoutComGatewayRel;
41
+ relationship(id: string | ResourceId | null): CheckoutComGatewayRel;
40
42
  type(): string;
41
43
  }
42
44
  export default CheckoutComGateways;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CheckoutComGateways extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CheckoutComGateways.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:CheckoutComGateways.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:CheckoutComGateways.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:CheckoutComGateways.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:CheckoutComGateways.TYPE,id:e},r)}isCheckoutComGateway(e){return e.type&&e.type===CheckoutComGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CheckoutComGateways.TYPE}:{id:e.id,type:CheckoutComGateways.TYPE}}type(){return CheckoutComGateways.TYPE}}CheckoutComGateways.TYPE="checkout_com_gateways",exports.default=CheckoutComGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CheckoutComGateways extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CheckoutComGateways.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:CheckoutComGateways.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:CheckoutComGateways.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:CheckoutComGateways.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:CheckoutComGateways.TYPE,id:e},t)}async payment_methods(e,t,s){return this.resources.fetch({type:"payment_methods"},`checkout_com_gateways/${e}/payment_methods`,t,s)}async checkout_com_payments(e,t,s){return this.resources.fetch({type:"checkout_com_payments"},`checkout_com_gateways/${e}/checkout_com_payments`,t,s)}isCheckoutComGateway(e){return e.type&&e.type===CheckoutComGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:CheckoutComGateways.TYPE}:{id:e.id,type:CheckoutComGateways.TYPE}}type(){return CheckoutComGateways.TYPE}}CheckoutComGateways.TYPE="checkout_com_gateways",exports.default=CheckoutComGateways;
@@ -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 CheckoutComPaymentRel = ResourceId & {
5
+ declare type CheckoutComPaymentRel = ResourceRel & {
6
6
  type: typeof CheckoutComPayments.TYPE;
7
7
  };
8
- declare type OrderRel = ResourceId & {
8
+ declare type OrderRel = ResourceRel & {
9
9
  type: 'orders';
10
10
  };
11
11
  interface CheckoutComPayment extends Resource {
@@ -40,8 +40,10 @@ declare class CheckoutComPayments extends ApiResource {
40
40
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComPayment>;
41
41
  update(resource: CheckoutComPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CheckoutComPayment>;
42
42
  delete(id: string, options?: ResourcesConfig): Promise<void>;
43
+ order(checkoutComPaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
44
+ payment_gateway(checkoutComPaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
43
45
  isCheckoutComPayment(resource: any): resource is CheckoutComPayment;
44
- relationship(id: string | ResourceId): CheckoutComPaymentRel;
46
+ relationship(id: string | ResourceId | null): CheckoutComPaymentRel;
45
47
  type(): string;
46
48
  }
47
49
  export default CheckoutComPayments;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CheckoutComPayments extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CheckoutComPayments.TYPE},e,r)}async create(e,r,s){return this.resources.create(Object.assign(Object.assign({},e),{type:CheckoutComPayments.TYPE}),r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:CheckoutComPayments.TYPE,id:e},r,s)}async update(e,r,s){return this.resources.update(Object.assign(Object.assign({},e),{type:CheckoutComPayments.TYPE}),r,s)}async delete(e,r){await this.resources.delete({type:CheckoutComPayments.TYPE,id:e},r)}isCheckoutComPayment(e){return e.type&&e.type===CheckoutComPayments.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CheckoutComPayments.TYPE}:{id:e.id,type:CheckoutComPayments.TYPE}}type(){return CheckoutComPayments.TYPE}}CheckoutComPayments.TYPE="checkout_com_payments",exports.default=CheckoutComPayments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CheckoutComPayments extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CheckoutComPayments.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:CheckoutComPayments.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:CheckoutComPayments.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:CheckoutComPayments.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:CheckoutComPayments.TYPE,id:e},r)}async order(e,r,t){return this.resources.fetch({type:"orders"},`checkout_com_payments/${e}/order`,r,t)}async payment_gateway(e,r,t){return this.resources.fetch({type:"payment_gateways"},`checkout_com_payments/${e}/payment_gateway`,r,t)}isCheckoutComPayment(e){return e.type&&e.type===CheckoutComPayments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:CheckoutComPayments.TYPE}:{id:e.id,type:CheckoutComPayments.TYPE}}type(){return CheckoutComPayments.TYPE}}CheckoutComPayments.TYPE="checkout_com_payments",exports.default=CheckoutComPayments;
@@ -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 { PercentageDiscountPromotion } from './percentage_discount_promotions';
4
4
  import { FreeShippingPromotion } from './free_shipping_promotions';
5
5
  import { FixedAmountPromotion } from './fixed_amount_promotions';
@@ -7,28 +7,28 @@ import { FreeGiftPromotion } from './free_gift_promotions';
7
7
  import { FixedPricePromotion } from './fixed_price_promotions';
8
8
  import { ExternalPromotion } from './external_promotions';
9
9
  import { Coupon } from './coupons';
10
- declare type CouponCodesPromotionRuleRel = ResourceId & {
10
+ declare type CouponCodesPromotionRuleRel = ResourceRel & {
11
11
  type: typeof CouponCodesPromotionRules.TYPE;
12
12
  };
13
- declare type PercentageDiscountPromotionRel = ResourceId & {
13
+ declare type PercentageDiscountPromotionRel = ResourceRel & {
14
14
  type: 'percentage_discount_promotions';
15
15
  };
16
- declare type FreeShippingPromotionRel = ResourceId & {
16
+ declare type FreeShippingPromotionRel = ResourceRel & {
17
17
  type: 'free_shipping_promotions';
18
18
  };
19
- declare type FixedAmountPromotionRel = ResourceId & {
19
+ declare type FixedAmountPromotionRel = ResourceRel & {
20
20
  type: 'fixed_amount_promotions';
21
21
  };
22
- declare type FreeGiftPromotionRel = ResourceId & {
22
+ declare type FreeGiftPromotionRel = ResourceRel & {
23
23
  type: 'free_gift_promotions';
24
24
  };
25
- declare type FixedPricePromotionRel = ResourceId & {
25
+ declare type FixedPricePromotionRel = ResourceRel & {
26
26
  type: 'fixed_price_promotions';
27
27
  };
28
- declare type ExternalPromotionRel = ResourceId & {
28
+ declare type ExternalPromotionRel = ResourceRel & {
29
29
  type: 'external_promotions';
30
30
  };
31
- declare type CouponRel = ResourceId & {
31
+ declare type CouponRel = ResourceRel & {
32
32
  type: 'coupons';
33
33
  };
34
34
  interface CouponCodesPromotionRule extends Resource {
@@ -50,8 +50,9 @@ declare class CouponCodesPromotionRules extends ApiResource {
50
50
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
51
51
  update(resource: CouponCodesPromotionRuleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
52
52
  delete(id: string, options?: ResourcesConfig): Promise<void>;
53
+ coupons(couponCodesPromotionRuleId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Coupon>>;
53
54
  isCouponCodesPromotionRule(resource: any): resource is CouponCodesPromotionRule;
54
- relationship(id: string | ResourceId): CouponCodesPromotionRuleRel;
55
+ relationship(id: string | ResourceId | null): CouponCodesPromotionRuleRel;
55
56
  type(): string;
56
57
  }
57
58
  export default CouponCodesPromotionRules;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CouponCodesPromotionRules extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CouponCodesPromotionRules.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CouponCodesPromotionRules.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CouponCodesPromotionRules.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CouponCodesPromotionRules.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CouponCodesPromotionRules.TYPE,id:e},t)}isCouponCodesPromotionRule(e){return e.type&&e.type===CouponCodesPromotionRules.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CouponCodesPromotionRules.TYPE}:{id:e.id,type:CouponCodesPromotionRules.TYPE}}type(){return CouponCodesPromotionRules.TYPE}}CouponCodesPromotionRules.TYPE="coupon_codes_promotion_rules",exports.default=CouponCodesPromotionRules;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CouponCodesPromotionRules extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CouponCodesPromotionRules.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CouponCodesPromotionRules.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CouponCodesPromotionRules.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CouponCodesPromotionRules.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CouponCodesPromotionRules.TYPE,id:e},t)}async coupons(e,t,r){return this.resources.fetch({type:"coupons"},`coupon_codes_promotion_rules/${e}/coupons`,t,r)}isCouponCodesPromotionRule(e){return e.type&&e.type===CouponCodesPromotionRules.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:CouponCodesPromotionRules.TYPE}:{id:e.id,type:CouponCodesPromotionRules.TYPE}}type(){return CouponCodesPromotionRules.TYPE}}CouponCodesPromotionRules.TYPE="coupon_codes_promotion_rules",exports.default=CouponCodesPromotionRules;
@@ -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 { Customer } from './customers';
4
4
  import { Attachment } from './attachments';
5
- declare type CouponRecipientRel = ResourceId & {
5
+ declare type CouponRecipientRel = ResourceRel & {
6
6
  type: typeof CouponRecipients.TYPE;
7
7
  };
8
- declare type CustomerRel = ResourceId & {
8
+ declare type CustomerRel = ResourceRel & {
9
9
  type: 'customers';
10
10
  };
11
11
  interface CouponRecipient extends Resource {
@@ -34,8 +34,10 @@ declare class CouponRecipients extends ApiResource {
34
34
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponRecipient>;
35
35
  update(resource: CouponRecipientUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponRecipient>;
36
36
  delete(id: string, options?: ResourcesConfig): Promise<void>;
37
+ customer(couponRecipientId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
38
+ attachments(couponRecipientId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
37
39
  isCouponRecipient(resource: any): resource is CouponRecipient;
38
- relationship(id: string | ResourceId): CouponRecipientRel;
40
+ relationship(id: string | ResourceId | null): CouponRecipientRel;
39
41
  type(): string;
40
42
  }
41
43
  export default CouponRecipients;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CouponRecipients extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:CouponRecipients.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:CouponRecipients.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:CouponRecipients.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:CouponRecipients.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:CouponRecipients.TYPE,id:e},r)}isCouponRecipient(e){return e.type&&e.type===CouponRecipients.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CouponRecipients.TYPE}:{id:e.id,type:CouponRecipients.TYPE}}type(){return CouponRecipients.TYPE}}CouponRecipients.TYPE="coupon_recipients",exports.default=CouponRecipients;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CouponRecipients extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CouponRecipients.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CouponRecipients.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CouponRecipients.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CouponRecipients.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CouponRecipients.TYPE,id:e},t)}async customer(e,t,r){return this.resources.fetch({type:"customers"},`coupon_recipients/${e}/customer`,t,r)}async attachments(e,t,r){return this.resources.fetch({type:"attachments"},`coupon_recipients/${e}/attachments`,t,r)}isCouponRecipient(e){return e.type&&e.type===CouponRecipients.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:CouponRecipients.TYPE}:{id:e.id,type:CouponRecipients.TYPE}}type(){return CouponRecipients.TYPE}}CouponRecipients.TYPE="coupon_recipients",exports.default=CouponRecipients;
@@ -1,10 +1,10 @@
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 { CouponCodesPromotionRule } from './coupon_codes_promotion_rules';
4
- declare type CouponRel = ResourceId & {
4
+ declare type CouponRel = ResourceRel & {
5
5
  type: typeof Coupons.TYPE;
6
6
  };
7
- declare type CouponCodesPromotionRuleRel = ResourceId & {
7
+ declare type CouponCodesPromotionRuleRel = ResourceRel & {
8
8
  type: 'coupon_codes_promotion_rules';
9
9
  };
10
10
  interface Coupon extends Resource {
@@ -36,8 +36,9 @@ declare class Coupons extends ApiResource {
36
36
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Coupon>;
37
37
  update(resource: CouponUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Coupon>;
38
38
  delete(id: string, options?: ResourcesConfig): Promise<void>;
39
+ promotion_rule(couponId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
39
40
  isCoupon(resource: any): resource is Coupon;
40
- relationship(id: string | ResourceId): CouponRel;
41
+ relationship(id: string | ResourceId | null): CouponRel;
41
42
  type(): string;
42
43
  }
43
44
  export default Coupons;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Coupons extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Coupons.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Coupons.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Coupons.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Coupons.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Coupons.TYPE,id:e},t)}isCoupon(e){return e.type&&e.type===Coupons.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Coupons.TYPE}:{id:e.id,type:Coupons.TYPE}}type(){return Coupons.TYPE}}Coupons.TYPE="coupons",exports.default=Coupons;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Coupons extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Coupons.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Coupons.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Coupons.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Coupons.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Coupons.TYPE,id:e},t)}async promotion_rule(e,t,r){return this.resources.fetch({type:"coupon_codes_promotion_rules"},`coupons/${e}/promotion_rule`,t,r)}isCoupon(e){return e.type&&e.type===Coupons.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Coupons.TYPE}:{id:e.id,type:Coupons.TYPE}}type(){return Coupons.TYPE}}Coupons.TYPE="coupons",exports.default=Coupons;
@@ -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 { Customer } from './customers';
4
4
  import { Address } from './addresses';
5
- declare type CustomerAddressRel = ResourceId & {
5
+ declare type CustomerAddressRel = ResourceRel & {
6
6
  type: typeof CustomerAddresses.TYPE;
7
7
  };
8
- declare type CustomerRel = ResourceId & {
8
+ declare type CustomerRel = ResourceRel & {
9
9
  type: 'customers';
10
10
  };
11
- declare type AddressRel = ResourceId & {
11
+ declare type AddressRel = ResourceRel & {
12
12
  type: 'addresses';
13
13
  };
14
14
  interface CustomerAddress extends Resource {
@@ -31,8 +31,10 @@ declare class CustomerAddresses extends ApiResource {
31
31
  retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerAddress>;
32
32
  update(resource: CustomerAddressUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomerAddress>;
33
33
  delete(id: string, options?: ResourcesConfig): Promise<void>;
34
+ customer(customerAddressId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
35
+ address(customerAddressId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
34
36
  isCustomerAddress(resource: any): resource is CustomerAddress;
35
- relationship(id: string | ResourceId): CustomerAddressRel;
37
+ relationship(id: string | ResourceId | null): CustomerAddressRel;
36
38
  type(): string;
37
39
  }
38
40
  export default CustomerAddresses;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerAddresses extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerAddresses.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerAddresses.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CustomerAddresses.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerAddresses.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CustomerAddresses.TYPE,id:e},t)}isCustomerAddress(e){return e.type&&e.type===CustomerAddresses.TYPE}relationship(e){return typeof e=="string"?{id:e,type:CustomerAddresses.TYPE}:{id:e.id,type:CustomerAddresses.TYPE}}type(){return CustomerAddresses.TYPE}}CustomerAddresses.TYPE="customer_addresses",exports.default=CustomerAddresses;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class CustomerAddresses extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:CustomerAddresses.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:CustomerAddresses.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:CustomerAddresses.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:CustomerAddresses.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:CustomerAddresses.TYPE,id:e},t)}async customer(e,t,r){return this.resources.fetch({type:"customers"},`customer_addresses/${e}/customer`,t,r)}async address(e,t,r){return this.resources.fetch({type:"addresses"},`customer_addresses/${e}/address`,t,r)}isCustomerAddress(e){return e.type&&e.type===CustomerAddresses.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:CustomerAddresses.TYPE}:{id:e.id,type:CustomerAddresses.TYPE}}type(){return CustomerAddresses.TYPE}}CustomerAddresses.TYPE="customer_addresses",exports.default=CustomerAddresses;