@commercelayer/sdk 5.37.0 → 5.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/lib/cjs/api.d.ts +1 -164
  2. package/lib/cjs/api.js +1 -387
  3. package/lib/cjs/client.d.ts +1 -39
  4. package/lib/cjs/client.js +1 -154
  5. package/lib/cjs/commercelayer.d.ts +1 -153
  6. package/lib/cjs/commercelayer.js +1 -253
  7. package/lib/cjs/common.d.ts +1 -5
  8. package/lib/cjs/common.js +1 -23
  9. package/lib/cjs/config.d.ts +1 -15
  10. package/lib/cjs/config.js +1 -19
  11. package/lib/cjs/debug.d.ts +1 -3
  12. package/lib/cjs/debug.js +1 -38
  13. package/lib/cjs/error.d.ts +1 -31
  14. package/lib/cjs/error.js +1 -77
  15. package/lib/cjs/index.d.ts +1 -7
  16. package/lib/cjs/index.js +1 -13
  17. package/lib/cjs/interceptor.d.ts +1 -25
  18. package/lib/cjs/interceptor.js +1 -2
  19. package/lib/cjs/jsonapi.d.ts +1 -6
  20. package/lib/cjs/jsonapi.js +1 -94
  21. package/lib/cjs/model.d.ts +1 -124
  22. package/lib/cjs/model.js +1 -3
  23. package/lib/cjs/query.d.ts +1 -17
  24. package/lib/cjs/query.js +1 -69
  25. package/lib/cjs/resource.d.ts +1 -89
  26. package/lib/cjs/resource.js +1 -198
  27. package/lib/cjs/resources/addresses.d.ts +1 -103
  28. package/lib/cjs/resources/addresses.js +1 -41
  29. package/lib/cjs/resources/adjustments.d.ts +1 -42
  30. package/lib/cjs/resources/adjustments.js +1 -29
  31. package/lib/cjs/resources/adyen_gateways.d.ts +1 -60
  32. package/lib/cjs/resources/adyen_gateways.js +1 -37
  33. package/lib/cjs/resources/adyen_payments.d.ts +1 -51
  34. package/lib/cjs/resources/adyen_payments.js +1 -40
  35. package/lib/cjs/resources/application.d.ts +1 -22
  36. package/lib/cjs/resources/application.js +1 -16
  37. package/lib/cjs/resources/attachments.d.ts +1 -157
  38. package/lib/cjs/resources/attachments.js +1 -25
  39. package/lib/cjs/resources/authorizations.d.ts +1 -70
  40. package/lib/cjs/resources/authorizations.js +1 -52
  41. package/lib/cjs/resources/avalara_accounts.d.ts +1 -59
  42. package/lib/cjs/resources/avalara_accounts.js +1 -41
  43. package/lib/cjs/resources/axerve_gateways.d.ts +1 -48
  44. package/lib/cjs/resources/axerve_gateways.js +1 -37
  45. package/lib/cjs/resources/axerve_payments.d.ts +1 -54
  46. package/lib/cjs/resources/axerve_payments.js +1 -40
  47. package/lib/cjs/resources/billing_info_validation_rules.d.ts +1 -39
  48. package/lib/cjs/resources/billing_info_validation_rules.js +1 -37
  49. package/lib/cjs/resources/bing_geocoders.d.ts +1 -36
  50. package/lib/cjs/resources/bing_geocoders.js +1 -33
  51. package/lib/cjs/resources/braintree_gateways.d.ts +1 -60
  52. package/lib/cjs/resources/braintree_gateways.js +1 -37
  53. package/lib/cjs/resources/braintree_payments.d.ts +1 -52
  54. package/lib/cjs/resources/braintree_payments.js +1 -37
  55. package/lib/cjs/resources/bundles.d.ts +1 -93
  56. package/lib/cjs/resources/bundles.js +1 -59
  57. package/lib/cjs/resources/buy_x_pay_y_promotions.d.ts +1 -137
  58. package/lib/cjs/resources/buy_x_pay_y_promotions.js +1 -79
  59. package/lib/cjs/resources/captures.d.ts +1 -60
  60. package/lib/cjs/resources/captures.js +1 -49
  61. package/lib/cjs/resources/carrier_accounts.d.ts +1 -30
  62. package/lib/cjs/resources/carrier_accounts.js +1 -28
  63. package/lib/cjs/resources/checkout_com_gateways.d.ts +1 -49
  64. package/lib/cjs/resources/checkout_com_gateways.js +1 -37
  65. package/lib/cjs/resources/checkout_com_payments.d.ts +1 -65
  66. package/lib/cjs/resources/checkout_com_payments.js +1 -43
  67. package/lib/cjs/resources/cleanups.d.ts +1 -40
  68. package/lib/cjs/resources/cleanups.js +1 -30
  69. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +1 -67
  70. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -33
  71. package/lib/cjs/resources/coupon_recipients.d.ts +1 -48
  72. package/lib/cjs/resources/coupon_recipients.js +1 -37
  73. package/lib/cjs/resources/coupons.d.ts +1 -71
  74. package/lib/cjs/resources/coupons.js +1 -45
  75. package/lib/cjs/resources/custom_promotion_rules.d.ts +1 -62
  76. package/lib/cjs/resources/custom_promotion_rules.js +1 -29
  77. package/lib/cjs/resources/customer_addresses.d.ts +1 -50
  78. package/lib/cjs/resources/customer_addresses.js +1 -41
  79. package/lib/cjs/resources/customer_groups.d.ts +1 -40
  80. package/lib/cjs/resources/customer_groups.js +1 -41
  81. package/lib/cjs/resources/customer_password_resets.d.ts +1 -38
  82. package/lib/cjs/resources/customer_password_resets.js +1 -36
  83. package/lib/cjs/resources/customer_payment_sources.d.ts +1 -86
  84. package/lib/cjs/resources/customer_payment_sources.js +1 -37
  85. package/lib/cjs/resources/customer_subscriptions.d.ts +1 -35
  86. package/lib/cjs/resources/customer_subscriptions.js +1 -37
  87. package/lib/cjs/resources/customers.d.ts +1 -76
  88. package/lib/cjs/resources/customers.js +1 -69
  89. package/lib/cjs/resources/delivery_lead_times.d.ts +1 -55
  90. package/lib/cjs/resources/delivery_lead_times.js +1 -41
  91. package/lib/cjs/resources/event_callbacks.d.ts +1 -25
  92. package/lib/cjs/resources/event_callbacks.js +1 -20
  93. package/lib/cjs/resources/events.d.ts +1 -25
  94. package/lib/cjs/resources/events.js +1 -24
  95. package/lib/cjs/resources/exports.d.ts +1 -41
  96. package/lib/cjs/resources/exports.js +1 -26
  97. package/lib/cjs/resources/external_gateways.d.ts +1 -57
  98. package/lib/cjs/resources/external_gateways.js +1 -40
  99. package/lib/cjs/resources/external_payments.d.ts +1 -48
  100. package/lib/cjs/resources/external_payments.js +1 -41
  101. package/lib/cjs/resources/external_promotions.d.ts +1 -136
  102. package/lib/cjs/resources/external_promotions.js +1 -82
  103. package/lib/cjs/resources/external_tax_calculators.d.ts +1 -45
  104. package/lib/cjs/resources/external_tax_calculators.js +1 -40
  105. package/lib/cjs/resources/fixed_amount_promotions.d.ts +1 -133
  106. package/lib/cjs/resources/fixed_amount_promotions.js +1 -79
  107. package/lib/cjs/resources/fixed_price_promotions.d.ts +1 -133
  108. package/lib/cjs/resources/fixed_price_promotions.js +1 -79
  109. package/lib/cjs/resources/free_gift_promotions.d.ts +1 -131
  110. package/lib/cjs/resources/free_gift_promotions.js +1 -79
  111. package/lib/cjs/resources/free_shipping_promotions.d.ts +1 -125
  112. package/lib/cjs/resources/free_shipping_promotions.js +1 -75
  113. package/lib/cjs/resources/geocoders.d.ts +1 -25
  114. package/lib/cjs/resources/geocoders.js +1 -24
  115. package/lib/cjs/resources/gift_card_recipients.d.ts +1 -48
  116. package/lib/cjs/resources/gift_card_recipients.js +1 -37
  117. package/lib/cjs/resources/gift_cards.d.ts +1 -104
  118. package/lib/cjs/resources/gift_cards.js +1 -61
  119. package/lib/cjs/resources/google_geocoders.d.ts +1 -36
  120. package/lib/cjs/resources/google_geocoders.js +1 -33
  121. package/lib/cjs/resources/imports.d.ts +1 -44
  122. package/lib/cjs/resources/imports.js +1 -26
  123. package/lib/cjs/resources/in_stock_subscriptions.d.ts +1 -68
  124. package/lib/cjs/resources/in_stock_subscriptions.js +1 -51
  125. package/lib/cjs/resources/inventory_models.d.ts +1 -55
  126. package/lib/cjs/resources/inventory_models.js +1 -41
  127. package/lib/cjs/resources/inventory_return_locations.d.ts +1 -47
  128. package/lib/cjs/resources/inventory_return_locations.js +1 -37
  129. package/lib/cjs/resources/inventory_stock_locations.d.ts +1 -50
  130. package/lib/cjs/resources/inventory_stock_locations.js +1 -37
  131. package/lib/cjs/resources/klarna_gateways.d.ts +1 -48
  132. package/lib/cjs/resources/klarna_gateways.js +1 -37
  133. package/lib/cjs/resources/klarna_payments.d.ts +1 -48
  134. package/lib/cjs/resources/klarna_payments.js +1 -40
  135. package/lib/cjs/resources/line_item_options.d.ts +1 -69
  136. package/lib/cjs/resources/line_item_options.js +1 -41
  137. package/lib/cjs/resources/line_items.d.ts +1 -170
  138. package/lib/cjs/resources/line_items.js +1 -66
  139. package/lib/cjs/resources/manual_gateways.d.ts +1 -34
  140. package/lib/cjs/resources/manual_gateways.js +1 -33
  141. package/lib/cjs/resources/manual_tax_calculators.d.ts +1 -45
  142. package/lib/cjs/resources/manual_tax_calculators.js +1 -41
  143. package/lib/cjs/resources/markets.d.ts +1 -107
  144. package/lib/cjs/resources/markets.js +1 -63
  145. package/lib/cjs/resources/merchants.d.ts +1 -42
  146. package/lib/cjs/resources/merchants.js +1 -37
  147. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +1 -67
  148. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -29
  149. package/lib/cjs/resources/order_copies.d.ts +1 -51
  150. package/lib/cjs/resources/order_copies.js +1 -41
  151. package/lib/cjs/resources/order_factories.d.ts +1 -34
  152. package/lib/cjs/resources/order_factories.js +1 -28
  153. package/lib/cjs/resources/order_subscription_items.d.ts +1 -72
  154. package/lib/cjs/resources/order_subscription_items.js +1 -33
  155. package/lib/cjs/resources/order_subscriptions.d.ts +1 -98
  156. package/lib/cjs/resources/order_subscriptions.js +1 -78
  157. package/lib/cjs/resources/order_validation_rules.d.ts +1 -27
  158. package/lib/cjs/resources/order_validation_rules.js +1 -28
  159. package/lib/cjs/resources/orders.d.ts +1 -389
  160. package/lib/cjs/resources/orders.js +1 -236
  161. package/lib/cjs/resources/organization.d.ts +1 -34
  162. package/lib/cjs/resources/organization.js +1 -16
  163. package/lib/cjs/resources/packages.d.ts +1 -60
  164. package/lib/cjs/resources/packages.js +1 -41
  165. package/lib/cjs/resources/parcel_line_items.d.ts +1 -47
  166. package/lib/cjs/resources/parcel_line_items.js +1 -37
  167. package/lib/cjs/resources/parcels.d.ts +1 -126
  168. package/lib/cjs/resources/parcels.js +1 -49
  169. package/lib/cjs/resources/payment_gateways.d.ts +1 -25
  170. package/lib/cjs/resources/payment_gateways.js +1 -24
  171. package/lib/cjs/resources/payment_methods.d.ts +1 -83
  172. package/lib/cjs/resources/payment_methods.js +1 -47
  173. package/lib/cjs/resources/payment_options.d.ts +1 -44
  174. package/lib/cjs/resources/payment_options.js +1 -33
  175. package/lib/cjs/resources/paypal_gateways.d.ts +1 -41
  176. package/lib/cjs/resources/paypal_gateways.js +1 -37
  177. package/lib/cjs/resources/paypal_payments.d.ts +1 -53
  178. package/lib/cjs/resources/paypal_payments.js +1 -37
  179. package/lib/cjs/resources/percentage_discount_promotions.d.ts +1 -131
  180. package/lib/cjs/resources/percentage_discount_promotions.js +1 -79
  181. package/lib/cjs/resources/price_frequency_tiers.d.ts +1 -53
  182. package/lib/cjs/resources/price_frequency_tiers.js +1 -41
  183. package/lib/cjs/resources/price_lists.d.ts +1 -46
  184. package/lib/cjs/resources/price_lists.js +1 -37
  185. package/lib/cjs/resources/price_tiers.d.ts +1 -32
  186. package/lib/cjs/resources/price_tiers.js +1 -28
  187. package/lib/cjs/resources/price_volume_tiers.d.ts +1 -53
  188. package/lib/cjs/resources/price_volume_tiers.js +1 -41
  189. package/lib/cjs/resources/prices.d.ts +1 -84
  190. package/lib/cjs/resources/prices.js +1 -65
  191. package/lib/cjs/resources/promotion_rules.d.ts +1 -29
  192. package/lib/cjs/resources/promotion_rules.js +1 -20
  193. package/lib/cjs/resources/promotions.d.ts +1 -63
  194. package/lib/cjs/resources/promotions.js +1 -60
  195. package/lib/cjs/resources/recurring_order_copies.d.ts +1 -53
  196. package/lib/cjs/resources/recurring_order_copies.js +1 -41
  197. package/lib/cjs/resources/refunds.d.ts +1 -44
  198. package/lib/cjs/resources/refunds.js +1 -36
  199. package/lib/cjs/resources/reserved_stocks.d.ts +1 -28
  200. package/lib/cjs/resources/reserved_stocks.js +1 -28
  201. package/lib/cjs/resources/resource_errors.d.ts +1 -22
  202. package/lib/cjs/resources/resource_errors.js +1 -16
  203. package/lib/cjs/resources/return_line_items.d.ts +1 -52
  204. package/lib/cjs/resources/return_line_items.js +1 -36
  205. package/lib/cjs/resources/returns.d.ts +1 -96
  206. package/lib/cjs/resources/returns.js +1 -92
  207. package/lib/cjs/resources/satispay_gateways.d.ts +1 -46
  208. package/lib/cjs/resources/satispay_gateways.js +1 -37
  209. package/lib/cjs/resources/satispay_payments.d.ts +1 -50
  210. package/lib/cjs/resources/satispay_payments.js +1 -40
  211. package/lib/cjs/resources/shipments.d.ts +1 -151
  212. package/lib/cjs/resources/shipments.js +1 -130
  213. package/lib/cjs/resources/shipping_categories.d.ts +1 -40
  214. package/lib/cjs/resources/shipping_categories.js +1 -37
  215. package/lib/cjs/resources/shipping_method_tiers.d.ts +1 -32
  216. package/lib/cjs/resources/shipping_method_tiers.js +1 -28
  217. package/lib/cjs/resources/shipping_methods.d.ts +1 -125
  218. package/lib/cjs/resources/shipping_methods.js +1 -70
  219. package/lib/cjs/resources/shipping_weight_tiers.d.ts +1 -50
  220. package/lib/cjs/resources/shipping_weight_tiers.js +1 -37
  221. package/lib/cjs/resources/shipping_zones.d.ts +1 -52
  222. package/lib/cjs/resources/shipping_zones.js +1 -33
  223. package/lib/cjs/resources/sku_list_items.d.ts +1 -51
  224. package/lib/cjs/resources/sku_list_items.js +1 -37
  225. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +1 -76
  226. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -37
  227. package/lib/cjs/resources/sku_lists.d.ts +1 -64
  228. package/lib/cjs/resources/sku_lists.js +1 -49
  229. package/lib/cjs/resources/sku_options.d.ts +1 -71
  230. package/lib/cjs/resources/sku_options.js +1 -45
  231. package/lib/cjs/resources/skus.d.ts +1 -96
  232. package/lib/cjs/resources/skus.js +1 -65
  233. package/lib/cjs/resources/stock_items.d.ts +1 -61
  234. package/lib/cjs/resources/stock_items.js +1 -52
  235. package/lib/cjs/resources/stock_line_items.d.ts +1 -73
  236. package/lib/cjs/resources/stock_line_items.js +1 -54
  237. package/lib/cjs/resources/stock_locations.d.ts +1 -64
  238. package/lib/cjs/resources/stock_locations.js +1 -53
  239. package/lib/cjs/resources/stock_reservations.d.ts +1 -51
  240. package/lib/cjs/resources/stock_reservations.js +1 -48
  241. package/lib/cjs/resources/stock_transfers.d.ts +1 -86
  242. package/lib/cjs/resources/stock_transfers.js +1 -71
  243. package/lib/cjs/resources/stripe_gateways.d.ts +1 -45
  244. package/lib/cjs/resources/stripe_gateways.js +1 -37
  245. package/lib/cjs/resources/stripe_payments.d.ts +1 -59
  246. package/lib/cjs/resources/stripe_payments.js +1 -43
  247. package/lib/cjs/resources/subscription_models.d.ts +1 -49
  248. package/lib/cjs/resources/subscription_models.js +1 -37
  249. package/lib/cjs/resources/tags.d.ts +1 -28
  250. package/lib/cjs/resources/tags.js +1 -25
  251. package/lib/cjs/resources/tax_calculators.d.ts +1 -28
  252. package/lib/cjs/resources/tax_calculators.js +1 -28
  253. package/lib/cjs/resources/tax_categories.d.ts +1 -63
  254. package/lib/cjs/resources/tax_categories.js +1 -37
  255. package/lib/cjs/resources/tax_rules.d.ts +1 -73
  256. package/lib/cjs/resources/tax_rules.js +1 -33
  257. package/lib/cjs/resources/taxjar_accounts.d.ts +1 -47
  258. package/lib/cjs/resources/taxjar_accounts.js +1 -41
  259. package/lib/cjs/resources/transactions.d.ts +1 -41
  260. package/lib/cjs/resources/transactions.js +1 -32
  261. package/lib/cjs/resources/versions.d.ts +1 -22
  262. package/lib/cjs/resources/versions.js +1 -16
  263. package/lib/cjs/resources/voids.d.ts +1 -44
  264. package/lib/cjs/resources/voids.js +1 -36
  265. package/lib/cjs/resources/webhooks.d.ts +1 -55
  266. package/lib/cjs/resources/webhooks.js +1 -42
  267. package/lib/cjs/resources/wire_transfers.d.ts +1 -37
  268. package/lib/cjs/resources/wire_transfers.js +1 -33
  269. package/lib/cjs/static.d.ts +1 -12
  270. package/lib/cjs/static.js +1 -51
  271. package/lib/cjs/util.d.ts +1 -4
  272. package/lib/cjs/util.js +1 -16
  273. package/lib/esm/api.d.ts +1 -164
  274. package/lib/esm/api.js +1 -258
  275. package/lib/esm/client.d.ts +1 -39
  276. package/lib/esm/client.js +1 -149
  277. package/lib/esm/commercelayer.d.ts +1 -153
  278. package/lib/esm/commercelayer.js +1 -224
  279. package/lib/esm/common.d.ts +1 -5
  280. package/lib/esm/common.js +1 -19
  281. package/lib/esm/config.d.ts +1 -15
  282. package/lib/esm/config.js +1 -17
  283. package/lib/esm/debug.d.ts +1 -3
  284. package/lib/esm/debug.js +1 -36
  285. package/lib/esm/error.d.ts +1 -31
  286. package/lib/esm/error.js +1 -69
  287. package/lib/esm/index.d.ts +1 -7
  288. package/lib/esm/index.js +1 -4
  289. package/lib/esm/interceptor.d.ts +1 -25
  290. package/lib/esm/interceptor.js +1 -1
  291. package/lib/esm/jsonapi.d.ts +1 -6
  292. package/lib/esm/jsonapi.js +1 -87
  293. package/lib/esm/model.d.ts +1 -124
  294. package/lib/esm/model.js +1 -2
  295. package/lib/esm/query.d.ts +1 -17
  296. package/lib/esm/query.js +1 -62
  297. package/lib/esm/resource.d.ts +1 -89
  298. package/lib/esm/resource.js +1 -191
  299. package/lib/esm/resources/addresses.d.ts +1 -103
  300. package/lib/esm/resources/addresses.js +1 -39
  301. package/lib/esm/resources/adjustments.d.ts +1 -42
  302. package/lib/esm/resources/adjustments.js +1 -27
  303. package/lib/esm/resources/adyen_gateways.d.ts +1 -60
  304. package/lib/esm/resources/adyen_gateways.js +1 -35
  305. package/lib/esm/resources/adyen_payments.d.ts +1 -51
  306. package/lib/esm/resources/adyen_payments.js +1 -38
  307. package/lib/esm/resources/application.d.ts +1 -22
  308. package/lib/esm/resources/application.js +1 -14
  309. package/lib/esm/resources/attachments.d.ts +1 -157
  310. package/lib/esm/resources/attachments.js +1 -23
  311. package/lib/esm/resources/authorizations.d.ts +1 -70
  312. package/lib/esm/resources/authorizations.js +1 -50
  313. package/lib/esm/resources/avalara_accounts.d.ts +1 -59
  314. package/lib/esm/resources/avalara_accounts.js +1 -39
  315. package/lib/esm/resources/axerve_gateways.d.ts +1 -48
  316. package/lib/esm/resources/axerve_gateways.js +1 -35
  317. package/lib/esm/resources/axerve_payments.d.ts +1 -54
  318. package/lib/esm/resources/axerve_payments.js +1 -38
  319. package/lib/esm/resources/billing_info_validation_rules.d.ts +1 -39
  320. package/lib/esm/resources/billing_info_validation_rules.js +1 -35
  321. package/lib/esm/resources/bing_geocoders.d.ts +1 -36
  322. package/lib/esm/resources/bing_geocoders.js +1 -31
  323. package/lib/esm/resources/braintree_gateways.d.ts +1 -60
  324. package/lib/esm/resources/braintree_gateways.js +1 -35
  325. package/lib/esm/resources/braintree_payments.d.ts +1 -52
  326. package/lib/esm/resources/braintree_payments.js +1 -35
  327. package/lib/esm/resources/bundles.d.ts +1 -93
  328. package/lib/esm/resources/bundles.js +1 -57
  329. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +1 -137
  330. package/lib/esm/resources/buy_x_pay_y_promotions.js +1 -77
  331. package/lib/esm/resources/captures.d.ts +1 -60
  332. package/lib/esm/resources/captures.js +1 -47
  333. package/lib/esm/resources/carrier_accounts.d.ts +1 -30
  334. package/lib/esm/resources/carrier_accounts.js +1 -26
  335. package/lib/esm/resources/checkout_com_gateways.d.ts +1 -49
  336. package/lib/esm/resources/checkout_com_gateways.js +1 -35
  337. package/lib/esm/resources/checkout_com_payments.d.ts +1 -65
  338. package/lib/esm/resources/checkout_com_payments.js +1 -41
  339. package/lib/esm/resources/cleanups.d.ts +1 -40
  340. package/lib/esm/resources/cleanups.js +1 -28
  341. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +1 -67
  342. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -31
  343. package/lib/esm/resources/coupon_recipients.d.ts +1 -48
  344. package/lib/esm/resources/coupon_recipients.js +1 -35
  345. package/lib/esm/resources/coupons.d.ts +1 -71
  346. package/lib/esm/resources/coupons.js +1 -43
  347. package/lib/esm/resources/custom_promotion_rules.d.ts +1 -62
  348. package/lib/esm/resources/custom_promotion_rules.js +1 -27
  349. package/lib/esm/resources/customer_addresses.d.ts +1 -50
  350. package/lib/esm/resources/customer_addresses.js +1 -39
  351. package/lib/esm/resources/customer_groups.d.ts +1 -40
  352. package/lib/esm/resources/customer_groups.js +1 -39
  353. package/lib/esm/resources/customer_password_resets.d.ts +1 -38
  354. package/lib/esm/resources/customer_password_resets.js +1 -34
  355. package/lib/esm/resources/customer_payment_sources.d.ts +1 -86
  356. package/lib/esm/resources/customer_payment_sources.js +1 -35
  357. package/lib/esm/resources/customer_subscriptions.d.ts +1 -35
  358. package/lib/esm/resources/customer_subscriptions.js +1 -35
  359. package/lib/esm/resources/customers.d.ts +1 -76
  360. package/lib/esm/resources/customers.js +1 -67
  361. package/lib/esm/resources/delivery_lead_times.d.ts +1 -55
  362. package/lib/esm/resources/delivery_lead_times.js +1 -39
  363. package/lib/esm/resources/event_callbacks.d.ts +1 -25
  364. package/lib/esm/resources/event_callbacks.js +1 -18
  365. package/lib/esm/resources/events.d.ts +1 -25
  366. package/lib/esm/resources/events.js +1 -22
  367. package/lib/esm/resources/exports.d.ts +1 -41
  368. package/lib/esm/resources/exports.js +1 -24
  369. package/lib/esm/resources/external_gateways.d.ts +1 -57
  370. package/lib/esm/resources/external_gateways.js +1 -38
  371. package/lib/esm/resources/external_payments.d.ts +1 -48
  372. package/lib/esm/resources/external_payments.js +1 -39
  373. package/lib/esm/resources/external_promotions.d.ts +1 -136
  374. package/lib/esm/resources/external_promotions.js +1 -80
  375. package/lib/esm/resources/external_tax_calculators.d.ts +1 -45
  376. package/lib/esm/resources/external_tax_calculators.js +1 -38
  377. package/lib/esm/resources/fixed_amount_promotions.d.ts +1 -133
  378. package/lib/esm/resources/fixed_amount_promotions.js +1 -77
  379. package/lib/esm/resources/fixed_price_promotions.d.ts +1 -133
  380. package/lib/esm/resources/fixed_price_promotions.js +1 -77
  381. package/lib/esm/resources/free_gift_promotions.d.ts +1 -131
  382. package/lib/esm/resources/free_gift_promotions.js +1 -77
  383. package/lib/esm/resources/free_shipping_promotions.d.ts +1 -125
  384. package/lib/esm/resources/free_shipping_promotions.js +1 -73
  385. package/lib/esm/resources/geocoders.d.ts +1 -25
  386. package/lib/esm/resources/geocoders.js +1 -22
  387. package/lib/esm/resources/gift_card_recipients.d.ts +1 -48
  388. package/lib/esm/resources/gift_card_recipients.js +1 -35
  389. package/lib/esm/resources/gift_cards.d.ts +1 -104
  390. package/lib/esm/resources/gift_cards.js +1 -59
  391. package/lib/esm/resources/google_geocoders.d.ts +1 -36
  392. package/lib/esm/resources/google_geocoders.js +1 -31
  393. package/lib/esm/resources/imports.d.ts +1 -44
  394. package/lib/esm/resources/imports.js +1 -24
  395. package/lib/esm/resources/in_stock_subscriptions.d.ts +1 -68
  396. package/lib/esm/resources/in_stock_subscriptions.js +1 -49
  397. package/lib/esm/resources/inventory_models.d.ts +1 -55
  398. package/lib/esm/resources/inventory_models.js +1 -39
  399. package/lib/esm/resources/inventory_return_locations.d.ts +1 -47
  400. package/lib/esm/resources/inventory_return_locations.js +1 -35
  401. package/lib/esm/resources/inventory_stock_locations.d.ts +1 -50
  402. package/lib/esm/resources/inventory_stock_locations.js +1 -35
  403. package/lib/esm/resources/klarna_gateways.d.ts +1 -48
  404. package/lib/esm/resources/klarna_gateways.js +1 -35
  405. package/lib/esm/resources/klarna_payments.d.ts +1 -48
  406. package/lib/esm/resources/klarna_payments.js +1 -38
  407. package/lib/esm/resources/line_item_options.d.ts +1 -69
  408. package/lib/esm/resources/line_item_options.js +1 -39
  409. package/lib/esm/resources/line_items.d.ts +1 -170
  410. package/lib/esm/resources/line_items.js +1 -64
  411. package/lib/esm/resources/manual_gateways.d.ts +1 -34
  412. package/lib/esm/resources/manual_gateways.js +1 -31
  413. package/lib/esm/resources/manual_tax_calculators.d.ts +1 -45
  414. package/lib/esm/resources/manual_tax_calculators.js +1 -39
  415. package/lib/esm/resources/markets.d.ts +1 -107
  416. package/lib/esm/resources/markets.js +1 -61
  417. package/lib/esm/resources/merchants.d.ts +1 -42
  418. package/lib/esm/resources/merchants.js +1 -35
  419. package/lib/esm/resources/order_amount_promotion_rules.d.ts +1 -67
  420. package/lib/esm/resources/order_amount_promotion_rules.js +1 -27
  421. package/lib/esm/resources/order_copies.d.ts +1 -51
  422. package/lib/esm/resources/order_copies.js +1 -39
  423. package/lib/esm/resources/order_factories.d.ts +1 -34
  424. package/lib/esm/resources/order_factories.js +1 -26
  425. package/lib/esm/resources/order_subscription_items.d.ts +1 -72
  426. package/lib/esm/resources/order_subscription_items.js +1 -31
  427. package/lib/esm/resources/order_subscriptions.d.ts +1 -98
  428. package/lib/esm/resources/order_subscriptions.js +1 -76
  429. package/lib/esm/resources/order_validation_rules.d.ts +1 -27
  430. package/lib/esm/resources/order_validation_rules.js +1 -26
  431. package/lib/esm/resources/orders.d.ts +1 -389
  432. package/lib/esm/resources/orders.js +1 -234
  433. package/lib/esm/resources/organization.d.ts +1 -34
  434. package/lib/esm/resources/organization.js +1 -14
  435. package/lib/esm/resources/packages.d.ts +1 -60
  436. package/lib/esm/resources/packages.js +1 -39
  437. package/lib/esm/resources/parcel_line_items.d.ts +1 -47
  438. package/lib/esm/resources/parcel_line_items.js +1 -35
  439. package/lib/esm/resources/parcels.d.ts +1 -126
  440. package/lib/esm/resources/parcels.js +1 -47
  441. package/lib/esm/resources/payment_gateways.d.ts +1 -25
  442. package/lib/esm/resources/payment_gateways.js +1 -22
  443. package/lib/esm/resources/payment_methods.d.ts +1 -83
  444. package/lib/esm/resources/payment_methods.js +1 -45
  445. package/lib/esm/resources/payment_options.d.ts +1 -44
  446. package/lib/esm/resources/payment_options.js +1 -31
  447. package/lib/esm/resources/paypal_gateways.d.ts +1 -41
  448. package/lib/esm/resources/paypal_gateways.js +1 -35
  449. package/lib/esm/resources/paypal_payments.d.ts +1 -53
  450. package/lib/esm/resources/paypal_payments.js +1 -35
  451. package/lib/esm/resources/percentage_discount_promotions.d.ts +1 -131
  452. package/lib/esm/resources/percentage_discount_promotions.js +1 -77
  453. package/lib/esm/resources/price_frequency_tiers.d.ts +1 -53
  454. package/lib/esm/resources/price_frequency_tiers.js +1 -39
  455. package/lib/esm/resources/price_lists.d.ts +1 -46
  456. package/lib/esm/resources/price_lists.js +1 -35
  457. package/lib/esm/resources/price_tiers.d.ts +1 -32
  458. package/lib/esm/resources/price_tiers.js +1 -26
  459. package/lib/esm/resources/price_volume_tiers.d.ts +1 -53
  460. package/lib/esm/resources/price_volume_tiers.js +1 -39
  461. package/lib/esm/resources/prices.d.ts +1 -84
  462. package/lib/esm/resources/prices.js +1 -63
  463. package/lib/esm/resources/promotion_rules.d.ts +1 -29
  464. package/lib/esm/resources/promotion_rules.js +1 -18
  465. package/lib/esm/resources/promotions.d.ts +1 -63
  466. package/lib/esm/resources/promotions.js +1 -58
  467. package/lib/esm/resources/recurring_order_copies.d.ts +1 -53
  468. package/lib/esm/resources/recurring_order_copies.js +1 -39
  469. package/lib/esm/resources/refunds.d.ts +1 -44
  470. package/lib/esm/resources/refunds.js +1 -34
  471. package/lib/esm/resources/reserved_stocks.d.ts +1 -28
  472. package/lib/esm/resources/reserved_stocks.js +1 -26
  473. package/lib/esm/resources/resource_errors.d.ts +1 -22
  474. package/lib/esm/resources/resource_errors.js +1 -14
  475. package/lib/esm/resources/return_line_items.d.ts +1 -52
  476. package/lib/esm/resources/return_line_items.js +1 -34
  477. package/lib/esm/resources/returns.d.ts +1 -96
  478. package/lib/esm/resources/returns.js +1 -90
  479. package/lib/esm/resources/satispay_gateways.d.ts +1 -46
  480. package/lib/esm/resources/satispay_gateways.js +1 -35
  481. package/lib/esm/resources/satispay_payments.d.ts +1 -50
  482. package/lib/esm/resources/satispay_payments.js +1 -38
  483. package/lib/esm/resources/shipments.d.ts +1 -151
  484. package/lib/esm/resources/shipments.js +1 -128
  485. package/lib/esm/resources/shipping_categories.d.ts +1 -40
  486. package/lib/esm/resources/shipping_categories.js +1 -35
  487. package/lib/esm/resources/shipping_method_tiers.d.ts +1 -32
  488. package/lib/esm/resources/shipping_method_tiers.js +1 -26
  489. package/lib/esm/resources/shipping_methods.d.ts +1 -125
  490. package/lib/esm/resources/shipping_methods.js +1 -68
  491. package/lib/esm/resources/shipping_weight_tiers.d.ts +1 -50
  492. package/lib/esm/resources/shipping_weight_tiers.js +1 -35
  493. package/lib/esm/resources/shipping_zones.d.ts +1 -52
  494. package/lib/esm/resources/shipping_zones.js +1 -31
  495. package/lib/esm/resources/sku_list_items.d.ts +1 -51
  496. package/lib/esm/resources/sku_list_items.js +1 -35
  497. package/lib/esm/resources/sku_list_promotion_rules.d.ts +1 -76
  498. package/lib/esm/resources/sku_list_promotion_rules.js +1 -35
  499. package/lib/esm/resources/sku_lists.d.ts +1 -64
  500. package/lib/esm/resources/sku_lists.js +1 -47
  501. package/lib/esm/resources/sku_options.d.ts +1 -71
  502. package/lib/esm/resources/sku_options.js +1 -43
  503. package/lib/esm/resources/skus.d.ts +1 -96
  504. package/lib/esm/resources/skus.js +1 -63
  505. package/lib/esm/resources/stock_items.d.ts +1 -61
  506. package/lib/esm/resources/stock_items.js +1 -50
  507. package/lib/esm/resources/stock_line_items.d.ts +1 -73
  508. package/lib/esm/resources/stock_line_items.js +1 -52
  509. package/lib/esm/resources/stock_locations.d.ts +1 -64
  510. package/lib/esm/resources/stock_locations.js +1 -51
  511. package/lib/esm/resources/stock_reservations.d.ts +1 -51
  512. package/lib/esm/resources/stock_reservations.js +1 -46
  513. package/lib/esm/resources/stock_transfers.d.ts +1 -86
  514. package/lib/esm/resources/stock_transfers.js +1 -69
  515. package/lib/esm/resources/stripe_gateways.d.ts +1 -45
  516. package/lib/esm/resources/stripe_gateways.js +1 -35
  517. package/lib/esm/resources/stripe_payments.d.ts +1 -59
  518. package/lib/esm/resources/stripe_payments.js +1 -41
  519. package/lib/esm/resources/subscription_models.d.ts +1 -49
  520. package/lib/esm/resources/subscription_models.js +1 -35
  521. package/lib/esm/resources/tags.d.ts +1 -28
  522. package/lib/esm/resources/tags.js +1 -23
  523. package/lib/esm/resources/tax_calculators.d.ts +1 -28
  524. package/lib/esm/resources/tax_calculators.js +1 -26
  525. package/lib/esm/resources/tax_categories.d.ts +1 -63
  526. package/lib/esm/resources/tax_categories.js +1 -35
  527. package/lib/esm/resources/tax_rules.d.ts +1 -73
  528. package/lib/esm/resources/tax_rules.js +1 -31
  529. package/lib/esm/resources/taxjar_accounts.d.ts +1 -47
  530. package/lib/esm/resources/taxjar_accounts.js +1 -39
  531. package/lib/esm/resources/transactions.d.ts +1 -41
  532. package/lib/esm/resources/transactions.js +1 -30
  533. package/lib/esm/resources/versions.d.ts +1 -22
  534. package/lib/esm/resources/versions.js +1 -14
  535. package/lib/esm/resources/voids.d.ts +1 -44
  536. package/lib/esm/resources/voids.js +1 -34
  537. package/lib/esm/resources/webhooks.d.ts +1 -55
  538. package/lib/esm/resources/webhooks.js +1 -40
  539. package/lib/esm/resources/wire_transfers.d.ts +1 -37
  540. package/lib/esm/resources/wire_transfers.js +1 -31
  541. package/lib/esm/static.d.ts +1 -12
  542. package/lib/esm/static.js +1 -25
  543. package/lib/esm/util.d.ts +1 -4
  544. package/lib/esm/util.js +1 -37
  545. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  546. package/lib/tsconfig.tsbuildinfo +1 -1
  547. package/package.json +2 -2
@@ -1,61 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Markets extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: Markets.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: Markets.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: Markets.TYPE } : id, options);
11
- }
12
- async merchant(marketId, params, options) {
13
- const _marketId = marketId.id || marketId;
14
- return this.resources.fetch({ type: 'merchants' }, `markets/${_marketId}/merchant`, params, options);
15
- }
16
- async price_list(marketId, params, options) {
17
- const _marketId = marketId.id || marketId;
18
- return this.resources.fetch({ type: 'price_lists' }, `markets/${_marketId}/price_list`, params, options);
19
- }
20
- async inventory_model(marketId, params, options) {
21
- const _marketId = marketId.id || marketId;
22
- return this.resources.fetch({ type: 'inventory_models' }, `markets/${_marketId}/inventory_model`, params, options);
23
- }
24
- async subscription_model(marketId, params, options) {
25
- const _marketId = marketId.id || marketId;
26
- return this.resources.fetch({ type: 'subscription_models' }, `markets/${_marketId}/subscription_model`, params, options);
27
- }
28
- async tax_calculator(marketId, params, options) {
29
- const _marketId = marketId.id || marketId;
30
- return this.resources.fetch({ type: 'tax_calculators' }, `markets/${_marketId}/tax_calculator`, params, options);
31
- }
32
- async customer_group(marketId, params, options) {
33
- const _marketId = marketId.id || marketId;
34
- return this.resources.fetch({ type: 'customer_groups' }, `markets/${_marketId}/customer_group`, params, options);
35
- }
36
- async attachments(marketId, params, options) {
37
- const _marketId = marketId.id || marketId;
38
- return this.resources.fetch({ type: 'attachments' }, `markets/${_marketId}/attachments`, params, options);
39
- }
40
- async versions(marketId, params, options) {
41
- const _marketId = marketId.id || marketId;
42
- return this.resources.fetch({ type: 'versions' }, `markets/${_marketId}/versions`, params, options);
43
- }
44
- async _disable(id, params, options) {
45
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Markets.TYPE, _disable: true }, params, options);
46
- }
47
- async _enable(id, params, options) {
48
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Markets.TYPE, _enable: true }, params, options);
49
- }
50
- isMarket(resource) {
51
- return resource.type && (resource.type === Markets.TYPE);
52
- }
53
- relationship(id) {
54
- return ((id === null) || (typeof id === 'string')) ? { id, type: Markets.TYPE } : { id: id.id, type: Markets.TYPE };
55
- }
56
- type() {
57
- return Markets.TYPE;
58
- }
59
- }
60
- Markets.TYPE = 'markets';
61
- export default Markets;
1
+ import{ApiResource as n}from"../resource";class c extends n{async create(e,t,s){return this.resources.create({...e,type:c.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:c.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:c.TYPE}:e,t)}async merchant(e,t,s){const r=e.id||e;return this.resources.fetch({type:"merchants"},`markets/${r}/merchant`,t,s)}async price_list(e,t,s){const r=e.id||e;return this.resources.fetch({type:"price_lists"},`markets/${r}/price_list`,t,s)}async inventory_model(e,t,s){const r=e.id||e;return this.resources.fetch({type:"inventory_models"},`markets/${r}/inventory_model`,t,s)}async subscription_model(e,t,s){const r=e.id||e;return this.resources.fetch({type:"subscription_models"},`markets/${r}/subscription_model`,t,s)}async tax_calculator(e,t,s){const r=e.id||e;return this.resources.fetch({type:"tax_calculators"},`markets/${r}/tax_calculator`,t,s)}async customer_group(e,t,s){const r=e.id||e;return this.resources.fetch({type:"customer_groups"},`markets/${r}/customer_group`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`markets/${r}/attachments`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`markets/${r}/versions`,t,s)}async _disable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:c.TYPE,_disable:!0},t,s)}async _enable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:c.TYPE,_enable:!0},t,s)}isMarket(e){return e.type&&e.type===c.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:c.TYPE}:{id:e.id,type:c.TYPE}}type(){return c.TYPE}}c.TYPE="markets";export default c;
@@ -1,42 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Address, AddressType } from './addresses';
5
- import type { Attachment } from './attachments';
6
- import type { Version } from './versions';
7
- type MerchantType = 'merchants';
8
- type MerchantRel = ResourceRel & {
9
- type: MerchantType;
10
- };
11
- type AddressRel = ResourceRel & {
12
- type: AddressType;
13
- };
14
- interface Merchant extends Resource {
15
- readonly type: MerchantType;
16
- name: string;
17
- address?: Address | null;
18
- attachments?: Attachment[] | null;
19
- versions?: Version[] | null;
20
- }
21
- interface MerchantCreate extends ResourceCreate {
22
- name: string;
23
- address: AddressRel;
24
- }
25
- interface MerchantUpdate extends ResourceUpdate {
26
- name?: string | null;
27
- address?: AddressRel | null;
28
- }
29
- declare class Merchants extends ApiResource<Merchant> {
30
- static readonly TYPE: MerchantType;
31
- create(resource: MerchantCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Merchant>;
32
- update(resource: MerchantUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Merchant>;
33
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
34
- address(merchantId: string | Merchant, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
35
- attachments(merchantId: string | Merchant, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
36
- versions(merchantId: string | Merchant, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
37
- isMerchant(resource: any): resource is Merchant;
38
- relationship(id: string | ResourceId | null): MerchantRel;
39
- type(): MerchantType;
40
- }
41
- export default Merchants;
42
- export type { Merchant, MerchantCreate, MerchantUpdate, MerchantType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Address,AddressType}from'./addresses';import type{Attachment}from'./attachments';import type{Version}from'./versions';type MerchantType='merchants';type MerchantRel=ResourceRel&{type:MerchantType;};type AddressRel=ResourceRel&{type:AddressType;};interface Merchant extends Resource{readonly type:MerchantType;name:string;address?:Address|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface MerchantCreate extends ResourceCreate{name:string;address:AddressRel;}interface MerchantUpdate extends ResourceUpdate{name?:string|null;address?:AddressRel|null;}declare class Merchants extends ApiResource<Merchant>{static readonly TYPE:MerchantType;create(resource:MerchantCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Merchant>;update(resource:MerchantUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Merchant>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;address(merchantId:string|Merchant,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;attachments(merchantId:string|Merchant,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(merchantId:string|Merchant,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isMerchant(resource:any):resource is Merchant;relationship(id:string|ResourceId|null):MerchantRel;type():MerchantType;}export default Merchants;export type{Merchant,MerchantCreate,MerchantUpdate,MerchantType};
@@ -1,35 +1 @@
1
- import { ApiResource } from '../resource';
2
- class Merchants extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: Merchants.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: Merchants.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: Merchants.TYPE } : id, options);
11
- }
12
- async address(merchantId, params, options) {
13
- const _merchantId = merchantId.id || merchantId;
14
- return this.resources.fetch({ type: 'addresses' }, `merchants/${_merchantId}/address`, params, options);
15
- }
16
- async attachments(merchantId, params, options) {
17
- const _merchantId = merchantId.id || merchantId;
18
- return this.resources.fetch({ type: 'attachments' }, `merchants/${_merchantId}/attachments`, params, options);
19
- }
20
- async versions(merchantId, params, options) {
21
- const _merchantId = merchantId.id || merchantId;
22
- return this.resources.fetch({ type: 'versions' }, `merchants/${_merchantId}/versions`, params, options);
23
- }
24
- isMerchant(resource) {
25
- return resource.type && (resource.type === Merchants.TYPE);
26
- }
27
- relationship(id) {
28
- return ((id === null) || (typeof id === 'string')) ? { id, type: Merchants.TYPE } : { id: id.id, type: Merchants.TYPE };
29
- }
30
- type() {
31
- return Merchants.TYPE;
32
- }
33
- }
34
- Merchants.TYPE = 'merchants';
35
- export default Merchants;
1
+ import{ApiResource as a}from"../resource";class s extends a{async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:s.TYPE}:e,t)}async address(e,t,r){const n=e.id||e;return this.resources.fetch({type:"addresses"},`merchants/${n}/address`,t,r)}async attachments(e,t,r){const n=e.id||e;return this.resources.fetch({type:"attachments"},`merchants/${n}/attachments`,t,r)}async versions(e,t,r){const n=e.id||e;return this.resources.fetch({type:"versions"},`merchants/${n}/versions`,t,r)}isMerchant(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="merchants";export default s;
@@ -1,67 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { PercentageDiscountPromotion, PercentageDiscountPromotionType } from './percentage_discount_promotions';
5
- import type { FreeShippingPromotion, FreeShippingPromotionType } from './free_shipping_promotions';
6
- import type { BuyXPayYPromotion, BuyXPayYPromotionType } from './buy_x_pay_y_promotions';
7
- import type { FreeGiftPromotion, FreeGiftPromotionType } from './free_gift_promotions';
8
- import type { FixedPricePromotion, FixedPricePromotionType } from './fixed_price_promotions';
9
- import type { ExternalPromotion, ExternalPromotionType } from './external_promotions';
10
- import type { FixedAmountPromotion, FixedAmountPromotionType } from './fixed_amount_promotions';
11
- import type { Version } from './versions';
12
- type OrderAmountPromotionRuleType = 'order_amount_promotion_rules';
13
- type OrderAmountPromotionRuleRel = ResourceRel & {
14
- type: OrderAmountPromotionRuleType;
15
- };
16
- type PercentageDiscountPromotionRel = ResourceRel & {
17
- type: PercentageDiscountPromotionType;
18
- };
19
- type FreeShippingPromotionRel = ResourceRel & {
20
- type: FreeShippingPromotionType;
21
- };
22
- type BuyXPayYPromotionRel = ResourceRel & {
23
- type: BuyXPayYPromotionType;
24
- };
25
- type FreeGiftPromotionRel = ResourceRel & {
26
- type: FreeGiftPromotionType;
27
- };
28
- type FixedPricePromotionRel = ResourceRel & {
29
- type: FixedPricePromotionType;
30
- };
31
- type ExternalPromotionRel = ResourceRel & {
32
- type: ExternalPromotionType;
33
- };
34
- type FixedAmountPromotionRel = ResourceRel & {
35
- type: FixedAmountPromotionType;
36
- };
37
- interface OrderAmountPromotionRule extends Resource {
38
- readonly type: OrderAmountPromotionRuleType;
39
- order_amount_cents?: number | null;
40
- order_amount_float?: number | null;
41
- formatted_order_amount?: string | null;
42
- use_subtotal?: boolean | null;
43
- promotion?: PercentageDiscountPromotion | FreeShippingPromotion | BuyXPayYPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion | FixedAmountPromotion | null;
44
- versions?: Version[] | null;
45
- }
46
- interface OrderAmountPromotionRuleCreate extends ResourceCreate {
47
- order_amount_cents?: number | null;
48
- use_subtotal?: boolean | null;
49
- promotion: PercentageDiscountPromotionRel | FreeShippingPromotionRel | BuyXPayYPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel | FixedAmountPromotionRel;
50
- }
51
- interface OrderAmountPromotionRuleUpdate extends ResourceUpdate {
52
- order_amount_cents?: number | null;
53
- use_subtotal?: boolean | null;
54
- promotion?: PercentageDiscountPromotionRel | FreeShippingPromotionRel | BuyXPayYPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel | FixedAmountPromotionRel | null;
55
- }
56
- declare class OrderAmountPromotionRules extends ApiResource<OrderAmountPromotionRule> {
57
- static readonly TYPE: OrderAmountPromotionRuleType;
58
- create(resource: OrderAmountPromotionRuleCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
59
- update(resource: OrderAmountPromotionRuleUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
60
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
61
- versions(orderAmountPromotionRuleId: string | OrderAmountPromotionRule, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
62
- isOrderAmountPromotionRule(resource: any): resource is OrderAmountPromotionRule;
63
- relationship(id: string | ResourceId | null): OrderAmountPromotionRuleRel;
64
- type(): OrderAmountPromotionRuleType;
65
- }
66
- export default OrderAmountPromotionRules;
67
- export type { OrderAmountPromotionRule, OrderAmountPromotionRuleCreate, OrderAmountPromotionRuleUpdate, OrderAmountPromotionRuleType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{PercentageDiscountPromotion,PercentageDiscountPromotionType}from'./percentage_discount_promotions';import type{FreeShippingPromotion,FreeShippingPromotionType}from'./free_shipping_promotions';import type{BuyXPayYPromotion,BuyXPayYPromotionType}from'./buy_x_pay_y_promotions';import type{FreeGiftPromotion,FreeGiftPromotionType}from'./free_gift_promotions';import type{FixedPricePromotion,FixedPricePromotionType}from'./fixed_price_promotions';import type{ExternalPromotion,ExternalPromotionType}from'./external_promotions';import type{FixedAmountPromotion,FixedAmountPromotionType}from'./fixed_amount_promotions';import type{Version}from'./versions';type OrderAmountPromotionRuleType='order_amount_promotion_rules';type OrderAmountPromotionRuleRel=ResourceRel&{type:OrderAmountPromotionRuleType;};type PercentageDiscountPromotionRel=ResourceRel&{type:PercentageDiscountPromotionType;};type FreeShippingPromotionRel=ResourceRel&{type:FreeShippingPromotionType;};type BuyXPayYPromotionRel=ResourceRel&{type:BuyXPayYPromotionType;};type FreeGiftPromotionRel=ResourceRel&{type:FreeGiftPromotionType;};type FixedPricePromotionRel=ResourceRel&{type:FixedPricePromotionType;};type ExternalPromotionRel=ResourceRel&{type:ExternalPromotionType;};type FixedAmountPromotionRel=ResourceRel&{type:FixedAmountPromotionType;};interface OrderAmountPromotionRule extends Resource{readonly type:OrderAmountPromotionRuleType;order_amount_cents?:number|null;order_amount_float?:number|null;formatted_order_amount?:string|null;use_subtotal?:boolean|null;promotion?:PercentageDiscountPromotion|FreeShippingPromotion|BuyXPayYPromotion|FreeGiftPromotion|FixedPricePromotion|ExternalPromotion|FixedAmountPromotion|null;versions?:Version[]|null;}interface OrderAmountPromotionRuleCreate extends ResourceCreate{order_amount_cents?:number|null;use_subtotal?:boolean|null;promotion:PercentageDiscountPromotionRel|FreeShippingPromotionRel|BuyXPayYPromotionRel|FreeGiftPromotionRel|FixedPricePromotionRel|ExternalPromotionRel|FixedAmountPromotionRel;}interface OrderAmountPromotionRuleUpdate extends ResourceUpdate{order_amount_cents?:number|null;use_subtotal?:boolean|null;promotion?:PercentageDiscountPromotionRel|FreeShippingPromotionRel|BuyXPayYPromotionRel|FreeGiftPromotionRel|FixedPricePromotionRel|ExternalPromotionRel|FixedAmountPromotionRel|null;}declare class OrderAmountPromotionRules extends ApiResource<OrderAmountPromotionRule>{static readonly TYPE:OrderAmountPromotionRuleType;create(resource:OrderAmountPromotionRuleCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderAmountPromotionRule>;update(resource:OrderAmountPromotionRuleUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderAmountPromotionRule>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;versions(orderAmountPromotionRuleId:string|OrderAmountPromotionRule,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isOrderAmountPromotionRule(resource:any):resource is OrderAmountPromotionRule;relationship(id:string|ResourceId|null):OrderAmountPromotionRuleRel;type():OrderAmountPromotionRuleType;}export default OrderAmountPromotionRules;export type{OrderAmountPromotionRule,OrderAmountPromotionRuleCreate,OrderAmountPromotionRuleUpdate,OrderAmountPromotionRuleType};
@@ -1,27 +1 @@
1
- import { ApiResource } from '../resource';
2
- class OrderAmountPromotionRules extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: OrderAmountPromotionRules.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: OrderAmountPromotionRules.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: OrderAmountPromotionRules.TYPE } : id, options);
11
- }
12
- async versions(orderAmountPromotionRuleId, params, options) {
13
- const _orderAmountPromotionRuleId = orderAmountPromotionRuleId.id || orderAmountPromotionRuleId;
14
- return this.resources.fetch({ type: 'versions' }, `order_amount_promotion_rules/${_orderAmountPromotionRuleId}/versions`, params, options);
15
- }
16
- isOrderAmountPromotionRule(resource) {
17
- return resource.type && (resource.type === OrderAmountPromotionRules.TYPE);
18
- }
19
- relationship(id) {
20
- return ((id === null) || (typeof id === 'string')) ? { id, type: OrderAmountPromotionRules.TYPE } : { id: id.id, type: OrderAmountPromotionRules.TYPE };
21
- }
22
- type() {
23
- return OrderAmountPromotionRules.TYPE;
24
- }
25
- }
26
- OrderAmountPromotionRules.TYPE = 'order_amount_promotion_rules';
27
- export default OrderAmountPromotionRules;
1
+ import{ApiResource as a}from"../resource";class t extends a{async create(e,s,r){return this.resources.create({...e,type:t.TYPE},s,r)}async update(e,s,r){return this.resources.update({...e,type:t.TYPE},s,r)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:t.TYPE}:e,s)}async versions(e,s,r){const p=e.id||e;return this.resources.fetch({type:"versions"},`order_amount_promotion_rules/${p}/versions`,s,r)}isOrderAmountPromotionRule(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="order_amount_promotion_rules";export default t;
@@ -1,51 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order, OrderType } from './orders';
5
- import type { Event } from './events';
6
- import type { OrderSubscription } from './order_subscriptions';
7
- type OrderCopyType = 'order_copies';
8
- type OrderCopyRel = ResourceRel & {
9
- type: OrderCopyType;
10
- };
11
- type OrderRel = ResourceRel & {
12
- type: OrderType;
13
- };
14
- interface OrderCopy extends Resource {
15
- readonly type: OrderCopyType;
16
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
17
- started_at?: string | null;
18
- completed_at?: string | null;
19
- failed_at?: string | null;
20
- errors_log?: Record<string, any> | null;
21
- errors_count?: number | null;
22
- place_target_order?: boolean | null;
23
- reuse_wallet?: boolean | null;
24
- cancel_source_order?: boolean | null;
25
- source_order?: Order | null;
26
- target_order?: Order | null;
27
- events?: Event[] | null;
28
- order_subscription?: OrderSubscription | null;
29
- }
30
- interface OrderCopyCreate extends ResourceCreate {
31
- place_target_order?: boolean | null;
32
- reuse_wallet?: boolean | null;
33
- cancel_source_order?: boolean | null;
34
- source_order: OrderRel;
35
- }
36
- type OrderCopyUpdate = ResourceUpdate;
37
- declare class OrderCopies extends ApiResource<OrderCopy> {
38
- static readonly TYPE: OrderCopyType;
39
- create(resource: OrderCopyCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderCopy>;
40
- update(resource: OrderCopyUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderCopy>;
41
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
42
- source_order(orderCopyId: string | OrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
43
- target_order(orderCopyId: string | OrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
44
- events(orderCopyId: string | OrderCopy, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
45
- order_subscription(orderCopyId: string | OrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
46
- isOrderCopy(resource: any): resource is OrderCopy;
47
- relationship(id: string | ResourceId | null): OrderCopyRel;
48
- type(): OrderCopyType;
49
- }
50
- export default OrderCopies;
51
- export type { OrderCopy, OrderCopyCreate, OrderCopyUpdate, OrderCopyType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order,OrderType}from'./orders';import type{Event}from'./events';import type{OrderSubscription}from'./order_subscriptions';type OrderCopyType='order_copies';type OrderCopyRel=ResourceRel&{type:OrderCopyType;};type OrderRel=ResourceRel&{type:OrderType;};interface OrderCopy extends Resource{readonly type:OrderCopyType;status:'pending'|'in_progress'|'failed'|'completed';started_at?:string|null;completed_at?:string|null;failed_at?:string|null;errors_log?:Record<string,any>|null;errors_count?:number|null;place_target_order?:boolean|null;reuse_wallet?:boolean|null;cancel_source_order?:boolean|null;source_order?:Order|null;target_order?:Order|null;events?:Event[]|null;order_subscription?:OrderSubscription|null;}interface OrderCopyCreate extends ResourceCreate{place_target_order?:boolean|null;reuse_wallet?:boolean|null;cancel_source_order?:boolean|null;source_order:OrderRel;}type OrderCopyUpdate=ResourceUpdate;declare class OrderCopies extends ApiResource<OrderCopy>{static readonly TYPE:OrderCopyType;create(resource:OrderCopyCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderCopy>;update(resource:OrderCopyUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderCopy>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;source_order(orderCopyId:string|OrderCopy,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;target_order(orderCopyId:string|OrderCopy,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;events(orderCopyId:string|OrderCopy,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;order_subscription(orderCopyId:string|OrderCopy,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;isOrderCopy(resource:any):resource is OrderCopy;relationship(id:string|ResourceId|null):OrderCopyRel;type():OrderCopyType;}export default OrderCopies;export type{OrderCopy,OrderCopyCreate,OrderCopyUpdate,OrderCopyType};
@@ -1,39 +1 @@
1
- import { ApiResource } from '../resource';
2
- class OrderCopies extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: OrderCopies.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: OrderCopies.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: OrderCopies.TYPE } : id, options);
11
- }
12
- async source_order(orderCopyId, params, options) {
13
- const _orderCopyId = orderCopyId.id || orderCopyId;
14
- return this.resources.fetch({ type: 'orders' }, `order_copies/${_orderCopyId}/source_order`, params, options);
15
- }
16
- async target_order(orderCopyId, params, options) {
17
- const _orderCopyId = orderCopyId.id || orderCopyId;
18
- return this.resources.fetch({ type: 'orders' }, `order_copies/${_orderCopyId}/target_order`, params, options);
19
- }
20
- async events(orderCopyId, params, options) {
21
- const _orderCopyId = orderCopyId.id || orderCopyId;
22
- return this.resources.fetch({ type: 'events' }, `order_copies/${_orderCopyId}/events`, params, options);
23
- }
24
- async order_subscription(orderCopyId, params, options) {
25
- const _orderCopyId = orderCopyId.id || orderCopyId;
26
- return this.resources.fetch({ type: 'order_subscriptions' }, `order_copies/${_orderCopyId}/order_subscription`, params, options);
27
- }
28
- isOrderCopy(resource) {
29
- return resource.type && (resource.type === OrderCopies.TYPE);
30
- }
31
- relationship(id) {
32
- return ((id === null) || (typeof id === 'string')) ? { id, type: OrderCopies.TYPE } : { id: id.id, type: OrderCopies.TYPE };
33
- }
34
- type() {
35
- return OrderCopies.TYPE;
36
- }
37
- }
38
- OrderCopies.TYPE = 'order_copies';
39
- export default OrderCopies;
1
+ import{ApiResource as c}from"../resource";class s extends c{async create(e,r,t){return this.resources.create({...e,type:s.TYPE},r,t)}async update(e,r,t){return this.resources.update({...e,type:s.TYPE},r,t)}async delete(e,r){await this.resources.delete(typeof e=="string"?{id:e,type:s.TYPE}:e,r)}async source_order(e,r,t){const o=e.id||e;return this.resources.fetch({type:"orders"},`order_copies/${o}/source_order`,r,t)}async target_order(e,r,t){const o=e.id||e;return this.resources.fetch({type:"orders"},`order_copies/${o}/target_order`,r,t)}async events(e,r,t){const o=e.id||e;return this.resources.fetch({type:"events"},`order_copies/${o}/events`,r,t)}async order_subscription(e,r,t){const o=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`order_copies/${o}/order_subscription`,r,t)}isOrderCopy(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="order_copies";export default s;
@@ -1,34 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order } from './orders';
5
- import type { Event } from './events';
6
- type OrderFactoryType = 'order_factories';
7
- type OrderFactoryRel = ResourceRel & {
8
- type: OrderFactoryType;
9
- };
10
- interface OrderFactory extends Resource {
11
- readonly type: OrderFactoryType;
12
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
13
- started_at?: string | null;
14
- completed_at?: string | null;
15
- failed_at?: string | null;
16
- errors_log?: Record<string, any> | null;
17
- errors_count?: number | null;
18
- place_target_order?: boolean | null;
19
- reuse_wallet?: boolean | null;
20
- source_order?: Order | null;
21
- target_order?: Order | null;
22
- events?: Event[] | null;
23
- }
24
- declare class OrderFactories extends ApiResource<OrderFactory> {
25
- static readonly TYPE: OrderFactoryType;
26
- source_order(orderFactoryId: string | OrderFactory, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
27
- target_order(orderFactoryId: string | OrderFactory, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
28
- events(orderFactoryId: string | OrderFactory, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
29
- isOrderFactory(resource: any): resource is OrderFactory;
30
- relationship(id: string | ResourceId | null): OrderFactoryRel;
31
- type(): OrderFactoryType;
32
- }
33
- export default OrderFactories;
34
- export type { OrderFactory, OrderFactoryType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order}from'./orders';import type{Event}from'./events';type OrderFactoryType='order_factories';type OrderFactoryRel=ResourceRel&{type:OrderFactoryType;};interface OrderFactory extends Resource{readonly type:OrderFactoryType;status:'pending'|'in_progress'|'failed'|'completed';started_at?:string|null;completed_at?:string|null;failed_at?:string|null;errors_log?:Record<string,any>|null;errors_count?:number|null;place_target_order?:boolean|null;reuse_wallet?:boolean|null;source_order?:Order|null;target_order?:Order|null;events?:Event[]|null;}declare class OrderFactories extends ApiResource<OrderFactory>{static readonly TYPE:OrderFactoryType;source_order(orderFactoryId:string|OrderFactory,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;target_order(orderFactoryId:string|OrderFactory,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;events(orderFactoryId:string|OrderFactory,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;isOrderFactory(resource:any):resource is OrderFactory;relationship(id:string|ResourceId|null):OrderFactoryRel;type():OrderFactoryType;}export default OrderFactories;export type{OrderFactory,OrderFactoryType};
@@ -1,26 +1 @@
1
- import { ApiResource } from '../resource';
2
- class OrderFactories extends ApiResource {
3
- async source_order(orderFactoryId, params, options) {
4
- const _orderFactoryId = orderFactoryId.id || orderFactoryId;
5
- return this.resources.fetch({ type: 'orders' }, `order_factories/${_orderFactoryId}/source_order`, params, options);
6
- }
7
- async target_order(orderFactoryId, params, options) {
8
- const _orderFactoryId = orderFactoryId.id || orderFactoryId;
9
- return this.resources.fetch({ type: 'orders' }, `order_factories/${_orderFactoryId}/target_order`, params, options);
10
- }
11
- async events(orderFactoryId, params, options) {
12
- const _orderFactoryId = orderFactoryId.id || orderFactoryId;
13
- return this.resources.fetch({ type: 'events' }, `order_factories/${_orderFactoryId}/events`, params, options);
14
- }
15
- isOrderFactory(resource) {
16
- return resource.type && (resource.type === OrderFactories.TYPE);
17
- }
18
- relationship(id) {
19
- return ((id === null) || (typeof id === 'string')) ? { id, type: OrderFactories.TYPE } : { id: id.id, type: OrderFactories.TYPE };
20
- }
21
- type() {
22
- return OrderFactories.TYPE;
23
- }
24
- }
25
- OrderFactories.TYPE = 'order_factories';
26
- export default OrderFactories;
1
+ import{ApiResource as n}from"../resource";class r extends n{async source_order(e,t,s){const o=e.id||e;return this.resources.fetch({type:"orders"},`order_factories/${o}/source_order`,t,s)}async target_order(e,t,s){const o=e.id||e;return this.resources.fetch({type:"orders"},`order_factories/${o}/target_order`,t,s)}async events(e,t,s){const o=e.id||e;return this.resources.fetch({type:"events"},`order_factories/${o}/events`,t,s)}isOrderFactory(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="order_factories";export default r;
@@ -1,72 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
3
- import type { QueryParamsRetrieve } from '../query';
4
- import type { OrderSubscription, OrderSubscriptionType } from './order_subscriptions';
5
- import type { Adjustment, AdjustmentType } from './adjustments';
6
- import type { Bundle, BundleType } from './bundles';
7
- import type { Sku, SkuType } from './skus';
8
- import type { LineItem } from './line_items';
9
- type OrderSubscriptionItemType = 'order_subscription_items';
10
- type OrderSubscriptionItemRel = ResourceRel & {
11
- type: OrderSubscriptionItemType;
12
- };
13
- type OrderSubscriptionRel = ResourceRel & {
14
- type: OrderSubscriptionType;
15
- };
16
- type AdjustmentRel = ResourceRel & {
17
- type: AdjustmentType;
18
- };
19
- type BundleRel = ResourceRel & {
20
- type: BundleType;
21
- };
22
- type SkuRel = ResourceRel & {
23
- type: SkuType;
24
- };
25
- interface OrderSubscriptionItem extends Resource {
26
- readonly type: OrderSubscriptionItemType;
27
- sku_code?: string | null;
28
- bundle_code?: string | null;
29
- quantity: number;
30
- unit_amount_cents?: number | null;
31
- unit_amount_float?: number | null;
32
- formatted_unit_amount?: string | null;
33
- total_amount_cents?: number | null;
34
- total_amount_float: number;
35
- formatted_total_amount?: string | null;
36
- order_subscription?: OrderSubscription | null;
37
- item?: Adjustment | Bundle | Sku | null;
38
- sku?: Sku | null;
39
- bundle?: Bundle | null;
40
- adjustment?: Adjustment | null;
41
- source_line_item?: LineItem | null;
42
- }
43
- interface OrderSubscriptionItemCreate extends ResourceCreate {
44
- sku_code?: string | null;
45
- bundle_code?: string | null;
46
- quantity: number;
47
- unit_amount_cents?: number | null;
48
- order_subscription: OrderSubscriptionRel;
49
- item: AdjustmentRel | BundleRel | SkuRel;
50
- sku?: SkuRel | null;
51
- bundle?: BundleRel | null;
52
- adjustment?: AdjustmentRel | null;
53
- }
54
- interface OrderSubscriptionItemUpdate extends ResourceUpdate {
55
- sku_code?: string | null;
56
- bundle_code?: string | null;
57
- quantity?: number | null;
58
- unit_amount_cents?: number | null;
59
- }
60
- declare class OrderSubscriptionItems extends ApiResource<OrderSubscriptionItem> {
61
- static readonly TYPE: OrderSubscriptionItemType;
62
- create(resource: OrderSubscriptionItemCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscriptionItem>;
63
- update(resource: OrderSubscriptionItemUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscriptionItem>;
64
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
65
- order_subscription(orderSubscriptionItemId: string | OrderSubscriptionItem, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
66
- source_line_item(orderSubscriptionItemId: string | OrderSubscriptionItem, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
67
- isOrderSubscriptionItem(resource: any): resource is OrderSubscriptionItem;
68
- relationship(id: string | ResourceId | null): OrderSubscriptionItemRel;
69
- type(): OrderSubscriptionItemType;
70
- }
71
- export default OrderSubscriptionItems;
72
- export type { OrderSubscriptionItem, OrderSubscriptionItemCreate, OrderSubscriptionItemUpdate, OrderSubscriptionItemType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel}from'../resource';import type{QueryParamsRetrieve}from'../query';import type{OrderSubscription,OrderSubscriptionType}from'./order_subscriptions';import type{Adjustment,AdjustmentType}from'./adjustments';import type{Bundle,BundleType}from'./bundles';import type{Sku,SkuType}from'./skus';import type{LineItem}from'./line_items';type OrderSubscriptionItemType='order_subscription_items';type OrderSubscriptionItemRel=ResourceRel&{type:OrderSubscriptionItemType;};type OrderSubscriptionRel=ResourceRel&{type:OrderSubscriptionType;};type AdjustmentRel=ResourceRel&{type:AdjustmentType;};type BundleRel=ResourceRel&{type:BundleType;};type SkuRel=ResourceRel&{type:SkuType;};interface OrderSubscriptionItem extends Resource{readonly type:OrderSubscriptionItemType;sku_code?:string|null;bundle_code?:string|null;quantity:number;unit_amount_cents?:number|null;unit_amount_float?:number|null;formatted_unit_amount?:string|null;total_amount_cents?:number|null;total_amount_float:number;formatted_total_amount?:string|null;order_subscription?:OrderSubscription|null;item?:Adjustment|Bundle|Sku|null;sku?:Sku|null;bundle?:Bundle|null;adjustment?:Adjustment|null;source_line_item?:LineItem|null;}interface OrderSubscriptionItemCreate extends ResourceCreate{sku_code?:string|null;bundle_code?:string|null;quantity:number;unit_amount_cents?:number|null;order_subscription:OrderSubscriptionRel;item:AdjustmentRel|BundleRel|SkuRel;sku?:SkuRel|null;bundle?:BundleRel|null;adjustment?:AdjustmentRel|null;}interface OrderSubscriptionItemUpdate extends ResourceUpdate{sku_code?:string|null;bundle_code?:string|null;quantity?:number|null;unit_amount_cents?:number|null;}declare class OrderSubscriptionItems extends ApiResource<OrderSubscriptionItem>{static readonly TYPE:OrderSubscriptionItemType;create(resource:OrderSubscriptionItemCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscriptionItem>;update(resource:OrderSubscriptionItemUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscriptionItem>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order_subscription(orderSubscriptionItemId:string|OrderSubscriptionItem,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;source_line_item(orderSubscriptionItemId:string|OrderSubscriptionItem,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<LineItem>;isOrderSubscriptionItem(resource:any):resource is OrderSubscriptionItem;relationship(id:string|ResourceId|null):OrderSubscriptionItemRel;type():OrderSubscriptionItemType;}export default OrderSubscriptionItems;export type{OrderSubscriptionItem,OrderSubscriptionItemCreate,OrderSubscriptionItemUpdate,OrderSubscriptionItemType};
@@ -1,31 +1 @@
1
- import { ApiResource } from '../resource';
2
- class OrderSubscriptionItems extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: OrderSubscriptionItems.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: OrderSubscriptionItems.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: OrderSubscriptionItems.TYPE } : id, options);
11
- }
12
- async order_subscription(orderSubscriptionItemId, params, options) {
13
- const _orderSubscriptionItemId = orderSubscriptionItemId.id || orderSubscriptionItemId;
14
- return this.resources.fetch({ type: 'order_subscriptions' }, `order_subscription_items/${_orderSubscriptionItemId}/order_subscription`, params, options);
15
- }
16
- async source_line_item(orderSubscriptionItemId, params, options) {
17
- const _orderSubscriptionItemId = orderSubscriptionItemId.id || orderSubscriptionItemId;
18
- return this.resources.fetch({ type: 'line_items' }, `order_subscription_items/${_orderSubscriptionItemId}/source_line_item`, params, options);
19
- }
20
- isOrderSubscriptionItem(resource) {
21
- return resource.type && (resource.type === OrderSubscriptionItems.TYPE);
22
- }
23
- relationship(id) {
24
- return ((id === null) || (typeof id === 'string')) ? { id, type: OrderSubscriptionItems.TYPE } : { id: id.id, type: OrderSubscriptionItems.TYPE };
25
- }
26
- type() {
27
- return OrderSubscriptionItems.TYPE;
28
- }
29
- }
30
- OrderSubscriptionItems.TYPE = 'order_subscription_items';
31
- export default OrderSubscriptionItems;
1
+ import{ApiResource as n}from"../resource";class t extends n{async create(e,s,r){return this.resources.create({...e,type:t.TYPE},s,r)}async update(e,s,r){return this.resources.update({...e,type:t.TYPE},s,r)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:t.TYPE}:e,s)}async order_subscription(e,s,r){const i=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`order_subscription_items/${i}/order_subscription`,s,r)}async source_line_item(e,s,r){const i=e.id||e;return this.resources.fetch({type:"line_items"},`order_subscription_items/${i}/source_line_item`,s,r)}isOrderSubscriptionItem(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="order_subscription_items";export default t;