@commercelayer/sdk 5.37.0 → 5.39.0

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