@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,79 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class FreeGiftPromotions extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: FreeGiftPromotions.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: FreeGiftPromotions.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: FreeGiftPromotions.TYPE } : id, options);
13
- }
14
- async market(freeGiftPromotionId, params, options) {
15
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
16
- return this.resources.fetch({ type: 'markets' }, `free_gift_promotions/${_freeGiftPromotionId}/market`, params, options);
17
- }
18
- async order_amount_promotion_rule(freeGiftPromotionId, params, options) {
19
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
20
- return this.resources.fetch({ type: 'order_amount_promotion_rules' }, `free_gift_promotions/${_freeGiftPromotionId}/order_amount_promotion_rule`, params, options);
21
- }
22
- async sku_list_promotion_rule(freeGiftPromotionId, params, options) {
23
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
24
- return this.resources.fetch({ type: 'sku_list_promotion_rules' }, `free_gift_promotions/${_freeGiftPromotionId}/sku_list_promotion_rule`, params, options);
25
- }
26
- async coupon_codes_promotion_rule(freeGiftPromotionId, params, options) {
27
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
28
- return this.resources.fetch({ type: 'coupon_codes_promotion_rules' }, `free_gift_promotions/${_freeGiftPromotionId}/coupon_codes_promotion_rule`, params, options);
29
- }
30
- async custom_promotion_rule(freeGiftPromotionId, params, options) {
31
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
32
- return this.resources.fetch({ type: 'custom_promotion_rules' }, `free_gift_promotions/${_freeGiftPromotionId}/custom_promotion_rule`, params, options);
33
- }
34
- async sku_list(freeGiftPromotionId, params, options) {
35
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
36
- return this.resources.fetch({ type: 'sku_lists' }, `free_gift_promotions/${_freeGiftPromotionId}/sku_list`, params, options);
37
- }
38
- async coupons(freeGiftPromotionId, params, options) {
39
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
40
- return this.resources.fetch({ type: 'coupons' }, `free_gift_promotions/${_freeGiftPromotionId}/coupons`, params, options);
41
- }
42
- async attachments(freeGiftPromotionId, params, options) {
43
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
44
- return this.resources.fetch({ type: 'attachments' }, `free_gift_promotions/${_freeGiftPromotionId}/attachments`, params, options);
45
- }
46
- async events(freeGiftPromotionId, params, options) {
47
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
48
- return this.resources.fetch({ type: 'events' }, `free_gift_promotions/${_freeGiftPromotionId}/events`, params, options);
49
- }
50
- async tags(freeGiftPromotionId, params, options) {
51
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
52
- return this.resources.fetch({ type: 'tags' }, `free_gift_promotions/${_freeGiftPromotionId}/tags`, params, options);
53
- }
54
- async versions(freeGiftPromotionId, params, options) {
55
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
56
- return this.resources.fetch({ type: 'versions' }, `free_gift_promotions/${_freeGiftPromotionId}/versions`, params, options);
57
- }
58
- async skus(freeGiftPromotionId, params, options) {
59
- const _freeGiftPromotionId = freeGiftPromotionId.id || freeGiftPromotionId;
60
- return this.resources.fetch({ type: 'skus' }, `free_gift_promotions/${_freeGiftPromotionId}/skus`, params, options);
61
- }
62
- async _disable(id, params, options) {
63
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: FreeGiftPromotions.TYPE, _disable: true }, params, options);
64
- }
65
- async _enable(id, params, options) {
66
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: FreeGiftPromotions.TYPE, _enable: true }, params, options);
67
- }
68
- isFreeGiftPromotion(resource) {
69
- return resource.type && (resource.type === FreeGiftPromotions.TYPE);
70
- }
71
- relationship(id) {
72
- return ((id === null) || (typeof id === 'string')) ? { id, type: FreeGiftPromotions.TYPE } : { id: id.id, type: FreeGiftPromotions.TYPE };
73
- }
74
- type() {
75
- return FreeGiftPromotions.TYPE;
76
- }
77
- }
78
- FreeGiftPromotions.TYPE = 'free_gift_promotions';
79
- exports.default = FreeGiftPromotions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class FreeGiftPromotions extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:FreeGiftPromotions.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:FreeGiftPromotions.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:FreeGiftPromotions.TYPE}:e,t)}async market(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`free_gift_promotions/${r}/market`,t,s)}async order_amount_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`free_gift_promotions/${r}/order_amount_promotion_rule`,t,s)}async sku_list_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`free_gift_promotions/${r}/sku_list_promotion_rule`,t,s)}async coupon_codes_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_gift_promotions/${r}/coupon_codes_promotion_rule`,t,s)}async custom_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`free_gift_promotions/${r}/custom_promotion_rule`,t,s)}async sku_list(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_lists"},`free_gift_promotions/${r}/sku_list`,t,s)}async coupons(e,t,s){const r=e.id||e;return this.resources.fetch({type:"coupons"},`free_gift_promotions/${r}/coupons`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`free_gift_promotions/${r}/attachments`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`free_gift_promotions/${r}/events`,t,s)}async tags(e,t,s){const r=e.id||e;return this.resources.fetch({type:"tags"},`free_gift_promotions/${r}/tags`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`free_gift_promotions/${r}/versions`,t,s)}async skus(e,t,s){const r=e.id||e;return this.resources.fetch({type:"skus"},`free_gift_promotions/${r}/skus`,t,s)}async _disable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:FreeGiftPromotions.TYPE,_disable:!0},t,s)}async _enable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:FreeGiftPromotions.TYPE,_enable:!0},t,s)}isFreeGiftPromotion(e){return e.type&&e.type===FreeGiftPromotions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:FreeGiftPromotions.TYPE}:{id:e.id,type:FreeGiftPromotions.TYPE}}type(){return FreeGiftPromotions.TYPE}}FreeGiftPromotions.TYPE="free_gift_promotions",exports.default=FreeGiftPromotions;
@@ -1,125 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Market, MarketType } from './markets';
5
- import type { PromotionRule } from './promotion_rules';
6
- import type { OrderAmountPromotionRule, OrderAmountPromotionRuleType } from './order_amount_promotion_rules';
7
- import type { SkuListPromotionRule, SkuListPromotionRuleType } from './sku_list_promotion_rules';
8
- import type { CouponCodesPromotionRule, CouponCodesPromotionRuleType } from './coupon_codes_promotion_rules';
9
- import type { CustomPromotionRule, CustomPromotionRuleType } from './custom_promotion_rules';
10
- import type { SkuList, SkuListType } from './sku_lists';
11
- import type { Coupon } from './coupons';
12
- import type { Attachment } from './attachments';
13
- import type { Event } from './events';
14
- import type { Tag, TagType } from './tags';
15
- import type { Version } from './versions';
16
- type FreeShippingPromotionType = 'free_shipping_promotions';
17
- type FreeShippingPromotionRel = ResourceRel & {
18
- type: FreeShippingPromotionType;
19
- };
20
- type MarketRel = ResourceRel & {
21
- type: MarketType;
22
- };
23
- type OrderAmountPromotionRuleRel = ResourceRel & {
24
- type: OrderAmountPromotionRuleType;
25
- };
26
- type SkuListPromotionRuleRel = ResourceRel & {
27
- type: SkuListPromotionRuleType;
28
- };
29
- type CouponCodesPromotionRuleRel = ResourceRel & {
30
- type: CouponCodesPromotionRuleType;
31
- };
32
- type CustomPromotionRuleRel = ResourceRel & {
33
- type: CustomPromotionRuleType;
34
- };
35
- type SkuListRel = ResourceRel & {
36
- type: SkuListType;
37
- };
38
- type TagRel = ResourceRel & {
39
- type: TagType;
40
- };
41
- interface FreeShippingPromotion extends Resource {
42
- readonly type: FreeShippingPromotionType;
43
- name: string;
44
- currency_code?: string | null;
45
- exclusive?: boolean | null;
46
- priority?: number | null;
47
- starts_at: string;
48
- expires_at: string;
49
- total_usage_limit?: number | null;
50
- total_usage_count?: number | null;
51
- active?: boolean | null;
52
- disabled_at?: string | null;
53
- market?: Market | null;
54
- promotion_rules?: PromotionRule[] | null;
55
- order_amount_promotion_rule?: OrderAmountPromotionRule | null;
56
- sku_list_promotion_rule?: SkuListPromotionRule | null;
57
- coupon_codes_promotion_rule?: CouponCodesPromotionRule | null;
58
- custom_promotion_rule?: CustomPromotionRule | null;
59
- sku_list?: SkuList | null;
60
- coupons?: Coupon[] | null;
61
- attachments?: Attachment[] | null;
62
- events?: Event[] | null;
63
- tags?: Tag[] | null;
64
- versions?: Version[] | null;
65
- }
66
- interface FreeShippingPromotionCreate extends ResourceCreate {
67
- name: string;
68
- currency_code?: string | null;
69
- exclusive?: boolean | null;
70
- priority?: number | null;
71
- starts_at: string;
72
- expires_at: string;
73
- total_usage_limit?: number | null;
74
- _disable?: boolean | null;
75
- _enable?: boolean | null;
76
- market?: MarketRel | null;
77
- order_amount_promotion_rule?: OrderAmountPromotionRuleRel | null;
78
- sku_list_promotion_rule?: SkuListPromotionRuleRel | null;
79
- coupon_codes_promotion_rule?: CouponCodesPromotionRuleRel | null;
80
- custom_promotion_rule?: CustomPromotionRuleRel | null;
81
- sku_list?: SkuListRel | null;
82
- tags?: TagRel[] | null;
83
- }
84
- interface FreeShippingPromotionUpdate extends ResourceUpdate {
85
- name?: string | null;
86
- currency_code?: string | null;
87
- exclusive?: boolean | null;
88
- priority?: number | null;
89
- starts_at?: string | null;
90
- expires_at?: string | null;
91
- total_usage_limit?: number | null;
92
- _disable?: boolean | null;
93
- _enable?: boolean | null;
94
- market?: MarketRel | null;
95
- order_amount_promotion_rule?: OrderAmountPromotionRuleRel | null;
96
- sku_list_promotion_rule?: SkuListPromotionRuleRel | null;
97
- coupon_codes_promotion_rule?: CouponCodesPromotionRuleRel | null;
98
- custom_promotion_rule?: CustomPromotionRuleRel | null;
99
- sku_list?: SkuListRel | null;
100
- tags?: TagRel[] | null;
101
- }
102
- declare class FreeShippingPromotions extends ApiResource<FreeShippingPromotion> {
103
- static readonly TYPE: FreeShippingPromotionType;
104
- create(resource: FreeShippingPromotionCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeShippingPromotion>;
105
- update(resource: FreeShippingPromotionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeShippingPromotion>;
106
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
107
- market(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
108
- order_amount_promotion_rule(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
109
- sku_list_promotion_rule(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
110
- coupon_codes_promotion_rule(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
111
- custom_promotion_rule(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CustomPromotionRule>;
112
- sku_list(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
113
- coupons(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Coupon>>;
114
- attachments(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
115
- events(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
116
- tags(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
117
- versions(freeShippingPromotionId: string | FreeShippingPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
118
- _disable(id: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeShippingPromotion>;
119
- _enable(id: string | FreeShippingPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeShippingPromotion>;
120
- isFreeShippingPromotion(resource: any): resource is FreeShippingPromotion;
121
- relationship(id: string | ResourceId | null): FreeShippingPromotionRel;
122
- type(): FreeShippingPromotionType;
123
- }
124
- export default FreeShippingPromotions;
125
- export type { FreeShippingPromotion, FreeShippingPromotionCreate, FreeShippingPromotionUpdate, FreeShippingPromotionType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{PromotionRule}from'./promotion_rules';import type{OrderAmountPromotionRule,OrderAmountPromotionRuleType}from'./order_amount_promotion_rules';import type{SkuListPromotionRule,SkuListPromotionRuleType}from'./sku_list_promotion_rules';import type{CouponCodesPromotionRule,CouponCodesPromotionRuleType}from'./coupon_codes_promotion_rules';import type{CustomPromotionRule,CustomPromotionRuleType}from'./custom_promotion_rules';import type{SkuList,SkuListType}from'./sku_lists';import type{Coupon}from'./coupons';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type FreeShippingPromotionType='free_shipping_promotions';type FreeShippingPromotionRel=ResourceRel&{type:FreeShippingPromotionType;};type MarketRel=ResourceRel&{type:MarketType;};type OrderAmountPromotionRuleRel=ResourceRel&{type:OrderAmountPromotionRuleType;};type SkuListPromotionRuleRel=ResourceRel&{type:SkuListPromotionRuleType;};type CouponCodesPromotionRuleRel=ResourceRel&{type:CouponCodesPromotionRuleType;};type CustomPromotionRuleRel=ResourceRel&{type:CustomPromotionRuleType;};type SkuListRel=ResourceRel&{type:SkuListType;};type TagRel=ResourceRel&{type:TagType;};interface FreeShippingPromotion extends Resource{readonly type:FreeShippingPromotionType;name:string;currency_code?:string|null;exclusive?:boolean|null;priority?:number|null;starts_at:string;expires_at:string;total_usage_limit?:number|null;total_usage_count?:number|null;active?:boolean|null;disabled_at?:string|null;market?:Market|null;promotion_rules?:PromotionRule[]|null;order_amount_promotion_rule?:OrderAmountPromotionRule|null;sku_list_promotion_rule?:SkuListPromotionRule|null;coupon_codes_promotion_rule?:CouponCodesPromotionRule|null;custom_promotion_rule?:CustomPromotionRule|null;sku_list?:SkuList|null;coupons?:Coupon[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface FreeShippingPromotionCreate extends ResourceCreate{name:string;currency_code?:string|null;exclusive?:boolean|null;priority?:number|null;starts_at:string;expires_at:string;total_usage_limit?:number|null;_disable?:boolean|null;_enable?:boolean|null;market?:MarketRel|null;order_amount_promotion_rule?:OrderAmountPromotionRuleRel|null;sku_list_promotion_rule?:SkuListPromotionRuleRel|null;coupon_codes_promotion_rule?:CouponCodesPromotionRuleRel|null;custom_promotion_rule?:CustomPromotionRuleRel|null;sku_list?:SkuListRel|null;tags?:TagRel[]|null;}interface FreeShippingPromotionUpdate extends ResourceUpdate{name?:string|null;currency_code?:string|null;exclusive?:boolean|null;priority?:number|null;starts_at?:string|null;expires_at?:string|null;total_usage_limit?:number|null;_disable?:boolean|null;_enable?:boolean|null;market?:MarketRel|null;order_amount_promotion_rule?:OrderAmountPromotionRuleRel|null;sku_list_promotion_rule?:SkuListPromotionRuleRel|null;coupon_codes_promotion_rule?:CouponCodesPromotionRuleRel|null;custom_promotion_rule?:CustomPromotionRuleRel|null;sku_list?:SkuListRel|null;tags?:TagRel[]|null;}declare class FreeShippingPromotions extends ApiResource<FreeShippingPromotion>{static readonly TYPE:FreeShippingPromotionType;create(resource:FreeShippingPromotionCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<FreeShippingPromotion>;update(resource:FreeShippingPromotionUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<FreeShippingPromotion>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;order_amount_promotion_rule(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderAmountPromotionRule>;sku_list_promotion_rule(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuListPromotionRule>;coupon_codes_promotion_rule(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CouponCodesPromotionRule>;custom_promotion_rule(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<CustomPromotionRule>;sku_list(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuList>;coupons(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Coupon>>;attachments(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(freeShippingPromotionId:string|FreeShippingPromotion,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_disable(id:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<FreeShippingPromotion>;_enable(id:string|FreeShippingPromotion,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<FreeShippingPromotion>;isFreeShippingPromotion(resource:any):resource is FreeShippingPromotion;relationship(id:string|ResourceId|null):FreeShippingPromotionRel;type():FreeShippingPromotionType;}export default FreeShippingPromotions;export type{FreeShippingPromotion,FreeShippingPromotionCreate,FreeShippingPromotionUpdate,FreeShippingPromotionType};
@@ -1,75 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class FreeShippingPromotions extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: FreeShippingPromotions.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: FreeShippingPromotions.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: FreeShippingPromotions.TYPE } : id, options);
13
- }
14
- async market(freeShippingPromotionId, params, options) {
15
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
16
- return this.resources.fetch({ type: 'markets' }, `free_shipping_promotions/${_freeShippingPromotionId}/market`, params, options);
17
- }
18
- async order_amount_promotion_rule(freeShippingPromotionId, params, options) {
19
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
20
- return this.resources.fetch({ type: 'order_amount_promotion_rules' }, `free_shipping_promotions/${_freeShippingPromotionId}/order_amount_promotion_rule`, params, options);
21
- }
22
- async sku_list_promotion_rule(freeShippingPromotionId, params, options) {
23
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
24
- return this.resources.fetch({ type: 'sku_list_promotion_rules' }, `free_shipping_promotions/${_freeShippingPromotionId}/sku_list_promotion_rule`, params, options);
25
- }
26
- async coupon_codes_promotion_rule(freeShippingPromotionId, params, options) {
27
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
28
- return this.resources.fetch({ type: 'coupon_codes_promotion_rules' }, `free_shipping_promotions/${_freeShippingPromotionId}/coupon_codes_promotion_rule`, params, options);
29
- }
30
- async custom_promotion_rule(freeShippingPromotionId, params, options) {
31
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
32
- return this.resources.fetch({ type: 'custom_promotion_rules' }, `free_shipping_promotions/${_freeShippingPromotionId}/custom_promotion_rule`, params, options);
33
- }
34
- async sku_list(freeShippingPromotionId, params, options) {
35
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
36
- return this.resources.fetch({ type: 'sku_lists' }, `free_shipping_promotions/${_freeShippingPromotionId}/sku_list`, params, options);
37
- }
38
- async coupons(freeShippingPromotionId, params, options) {
39
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
40
- return this.resources.fetch({ type: 'coupons' }, `free_shipping_promotions/${_freeShippingPromotionId}/coupons`, params, options);
41
- }
42
- async attachments(freeShippingPromotionId, params, options) {
43
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
44
- return this.resources.fetch({ type: 'attachments' }, `free_shipping_promotions/${_freeShippingPromotionId}/attachments`, params, options);
45
- }
46
- async events(freeShippingPromotionId, params, options) {
47
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
48
- return this.resources.fetch({ type: 'events' }, `free_shipping_promotions/${_freeShippingPromotionId}/events`, params, options);
49
- }
50
- async tags(freeShippingPromotionId, params, options) {
51
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
52
- return this.resources.fetch({ type: 'tags' }, `free_shipping_promotions/${_freeShippingPromotionId}/tags`, params, options);
53
- }
54
- async versions(freeShippingPromotionId, params, options) {
55
- const _freeShippingPromotionId = freeShippingPromotionId.id || freeShippingPromotionId;
56
- return this.resources.fetch({ type: 'versions' }, `free_shipping_promotions/${_freeShippingPromotionId}/versions`, params, options);
57
- }
58
- async _disable(id, params, options) {
59
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: FreeShippingPromotions.TYPE, _disable: true }, params, options);
60
- }
61
- async _enable(id, params, options) {
62
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: FreeShippingPromotions.TYPE, _enable: true }, params, options);
63
- }
64
- isFreeShippingPromotion(resource) {
65
- return resource.type && (resource.type === FreeShippingPromotions.TYPE);
66
- }
67
- relationship(id) {
68
- return ((id === null) || (typeof id === 'string')) ? { id, type: FreeShippingPromotions.TYPE } : { id: id.id, type: FreeShippingPromotions.TYPE };
69
- }
70
- type() {
71
- return FreeShippingPromotions.TYPE;
72
- }
73
- }
74
- FreeShippingPromotions.TYPE = 'free_shipping_promotions';
75
- exports.default = FreeShippingPromotions;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class FreeShippingPromotions extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:FreeShippingPromotions.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:FreeShippingPromotions.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:FreeShippingPromotions.TYPE}:e,t)}async market(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`free_shipping_promotions/${r}/market`,t,s)}async order_amount_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`free_shipping_promotions/${r}/order_amount_promotion_rule`,t,s)}async sku_list_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`free_shipping_promotions/${r}/sku_list_promotion_rule`,t,s)}async coupon_codes_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_shipping_promotions/${r}/coupon_codes_promotion_rule`,t,s)}async custom_promotion_rule(e,t,s){const r=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`free_shipping_promotions/${r}/custom_promotion_rule`,t,s)}async sku_list(e,t,s){const r=e.id||e;return this.resources.fetch({type:"sku_lists"},`free_shipping_promotions/${r}/sku_list`,t,s)}async coupons(e,t,s){const r=e.id||e;return this.resources.fetch({type:"coupons"},`free_shipping_promotions/${r}/coupons`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`free_shipping_promotions/${r}/attachments`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`free_shipping_promotions/${r}/events`,t,s)}async tags(e,t,s){const r=e.id||e;return this.resources.fetch({type:"tags"},`free_shipping_promotions/${r}/tags`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`free_shipping_promotions/${r}/versions`,t,s)}async _disable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:FreeShippingPromotions.TYPE,_disable:!0},t,s)}async _enable(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:FreeShippingPromotions.TYPE,_enable:!0},t,s)}isFreeShippingPromotion(e){return e.type&&e.type===FreeShippingPromotions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:FreeShippingPromotions.TYPE}:{id:e.id,type:FreeShippingPromotions.TYPE}}type(){return FreeShippingPromotions.TYPE}}FreeShippingPromotions.TYPE="free_shipping_promotions",exports.default=FreeShippingPromotions;
@@ -1,25 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsList } from '../query';
4
- import type { Address } from './addresses';
5
- import type { Attachment } from './attachments';
6
- type GeocoderType = 'geocoders';
7
- type GeocoderRel = ResourceRel & {
8
- type: GeocoderType;
9
- };
10
- interface Geocoder extends Resource {
11
- readonly type: GeocoderType;
12
- name: string;
13
- addresses?: Address[] | null;
14
- attachments?: Attachment[] | null;
15
- }
16
- declare class Geocoders extends ApiResource<Geocoder> {
17
- static readonly TYPE: GeocoderType;
18
- addresses(geocoderId: string | Geocoder, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Address>>;
19
- attachments(geocoderId: string | Geocoder, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
20
- isGeocoder(resource: any): resource is Geocoder;
21
- relationship(id: string | ResourceId | null): GeocoderRel;
22
- type(): GeocoderType;
23
- }
24
- export default Geocoders;
25
- export type { Geocoder, GeocoderType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList}from'../query';import type{Address}from'./addresses';import type{Attachment}from'./attachments';type GeocoderType='geocoders';type GeocoderRel=ResourceRel&{type:GeocoderType;};interface Geocoder extends Resource{readonly type:GeocoderType;name:string;addresses?:Address[]|null;attachments?:Attachment[]|null;}declare class Geocoders extends ApiResource<Geocoder>{static readonly TYPE:GeocoderType;addresses(geocoderId:string|Geocoder,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Address>>;attachments(geocoderId:string|Geocoder,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isGeocoder(resource:any):resource is Geocoder;relationship(id:string|ResourceId|null):GeocoderRel;type():GeocoderType;}export default Geocoders;export type{Geocoder,GeocoderType};
@@ -1,24 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Geocoders extends resource_1.ApiResource {
5
- async addresses(geocoderId, params, options) {
6
- const _geocoderId = geocoderId.id || geocoderId;
7
- return this.resources.fetch({ type: 'addresses' }, `geocoders/${_geocoderId}/addresses`, params, options);
8
- }
9
- async attachments(geocoderId, params, options) {
10
- const _geocoderId = geocoderId.id || geocoderId;
11
- return this.resources.fetch({ type: 'attachments' }, `geocoders/${_geocoderId}/attachments`, params, options);
12
- }
13
- isGeocoder(resource) {
14
- return resource.type && (resource.type === Geocoders.TYPE);
15
- }
16
- relationship(id) {
17
- return ((id === null) || (typeof id === 'string')) ? { id, type: Geocoders.TYPE } : { id: id.id, type: Geocoders.TYPE };
18
- }
19
- type() {
20
- return Geocoders.TYPE;
21
- }
22
- }
23
- Geocoders.TYPE = 'geocoders';
24
- exports.default = Geocoders;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Geocoders extends resource_1.ApiResource{async addresses(e,t,s){const r=e.id||e;return this.resources.fetch({type:"addresses"},`geocoders/${r}/addresses`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`geocoders/${r}/attachments`,t,s)}isGeocoder(e){return e.type&&e.type===Geocoders.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Geocoders.TYPE}:{id:e.id,type:Geocoders.TYPE}}type(){return Geocoders.TYPE}}Geocoders.TYPE="geocoders",exports.default=Geocoders;
@@ -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 GiftCardRecipientType = 'gift_card_recipients';
8
- type GiftCardRecipientRel = ResourceRel & {
9
- type: GiftCardRecipientType;
10
- };
11
- type CustomerRel = ResourceRel & {
12
- type: CustomerType;
13
- };
14
- interface GiftCardRecipient extends Resource {
15
- readonly type: GiftCardRecipientType;
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 GiftCardRecipientCreate extends ResourceCreate {
24
- email: string;
25
- first_name?: string | null;
26
- last_name?: string | null;
27
- customer?: CustomerRel | null;
28
- }
29
- interface GiftCardRecipientUpdate extends ResourceUpdate {
30
- email?: string | null;
31
- first_name?: string | null;
32
- last_name?: string | null;
33
- customer?: CustomerRel | null;
34
- }
35
- declare class GiftCardRecipients extends ApiResource<GiftCardRecipient> {
36
- static readonly TYPE: GiftCardRecipientType;
37
- create(resource: GiftCardRecipientCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCardRecipient>;
38
- update(resource: GiftCardRecipientUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCardRecipient>;
39
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
40
- customer(giftCardRecipientId: string | GiftCardRecipient, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
41
- attachments(giftCardRecipientId: string | GiftCardRecipient, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
42
- versions(giftCardRecipientId: string | GiftCardRecipient, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
43
- isGiftCardRecipient(resource: any): resource is GiftCardRecipient;
44
- relationship(id: string | ResourceId | null): GiftCardRecipientRel;
45
- type(): GiftCardRecipientType;
46
- }
47
- export default GiftCardRecipients;
48
- export type { GiftCardRecipient, GiftCardRecipientCreate, GiftCardRecipientUpdate, GiftCardRecipientType };
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 GiftCardRecipientType='gift_card_recipients';type GiftCardRecipientRel=ResourceRel&{type:GiftCardRecipientType;};type CustomerRel=ResourceRel&{type:CustomerType;};interface GiftCardRecipient extends Resource{readonly type:GiftCardRecipientType;email:string;first_name?:string|null;last_name?:string|null;customer?:Customer|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface GiftCardRecipientCreate extends ResourceCreate{email:string;first_name?:string|null;last_name?:string|null;customer?:CustomerRel|null;}interface GiftCardRecipientUpdate extends ResourceUpdate{email?:string|null;first_name?:string|null;last_name?:string|null;customer?:CustomerRel|null;}declare class GiftCardRecipients extends ApiResource<GiftCardRecipient>{static readonly TYPE:GiftCardRecipientType;create(resource:GiftCardRecipientCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;update(resource:GiftCardRecipientUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;customer(giftCardRecipientId:string|GiftCardRecipient,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;attachments(giftCardRecipientId:string|GiftCardRecipient,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(giftCardRecipientId:string|GiftCardRecipient,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isGiftCardRecipient(resource:any):resource is GiftCardRecipient;relationship(id:string|ResourceId|null):GiftCardRecipientRel;type():GiftCardRecipientType;}export default GiftCardRecipients;export type{GiftCardRecipient,GiftCardRecipientCreate,GiftCardRecipientUpdate,GiftCardRecipientType};
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class GiftCardRecipients extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: GiftCardRecipients.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: GiftCardRecipients.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: GiftCardRecipients.TYPE } : id, options);
13
- }
14
- async customer(giftCardRecipientId, params, options) {
15
- const _giftCardRecipientId = giftCardRecipientId.id || giftCardRecipientId;
16
- return this.resources.fetch({ type: 'customers' }, `gift_card_recipients/${_giftCardRecipientId}/customer`, params, options);
17
- }
18
- async attachments(giftCardRecipientId, params, options) {
19
- const _giftCardRecipientId = giftCardRecipientId.id || giftCardRecipientId;
20
- return this.resources.fetch({ type: 'attachments' }, `gift_card_recipients/${_giftCardRecipientId}/attachments`, params, options);
21
- }
22
- async versions(giftCardRecipientId, params, options) {
23
- const _giftCardRecipientId = giftCardRecipientId.id || giftCardRecipientId;
24
- return this.resources.fetch({ type: 'versions' }, `gift_card_recipients/${_giftCardRecipientId}/versions`, params, options);
25
- }
26
- isGiftCardRecipient(resource) {
27
- return resource.type && (resource.type === GiftCardRecipients.TYPE);
28
- }
29
- relationship(id) {
30
- return ((id === null) || (typeof id === 'string')) ? { id, type: GiftCardRecipients.TYPE } : { id: id.id, type: GiftCardRecipients.TYPE };
31
- }
32
- type() {
33
- return GiftCardRecipients.TYPE;
34
- }
35
- }
36
- GiftCardRecipients.TYPE = 'gift_card_recipients';
37
- exports.default = GiftCardRecipients;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class GiftCardRecipients extends resource_1.ApiResource{async create(e,t,r){return this.resources.create({...e,type:GiftCardRecipients.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:GiftCardRecipients.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:GiftCardRecipients.TYPE}:e,t)}async customer(e,t,r){const s=e.id||e;return this.resources.fetch({type:"customers"},`gift_card_recipients/${s}/customer`,t,r)}async attachments(e,t,r){const s=e.id||e;return this.resources.fetch({type:"attachments"},`gift_card_recipients/${s}/attachments`,t,r)}async versions(e,t,r){const s=e.id||e;return this.resources.fetch({type:"versions"},`gift_card_recipients/${s}/versions`,t,r)}isGiftCardRecipient(e){return e.type&&e.type===GiftCardRecipients.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:GiftCardRecipients.TYPE}:{id:e.id,type:GiftCardRecipients.TYPE}}type(){return GiftCardRecipients.TYPE}}GiftCardRecipients.TYPE="gift_card_recipients",exports.default=GiftCardRecipients;
@@ -1,104 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Market, MarketType } from './markets';
5
- import type { GiftCardRecipient, GiftCardRecipientType } from './gift_card_recipients';
6
- import type { Attachment } from './attachments';
7
- import type { Event } from './events';
8
- import type { Tag, TagType } from './tags';
9
- import type { Version } from './versions';
10
- type GiftCardType = 'gift_cards';
11
- type GiftCardRel = ResourceRel & {
12
- type: GiftCardType;
13
- };
14
- type MarketRel = ResourceRel & {
15
- type: MarketType;
16
- };
17
- type GiftCardRecipientRel = ResourceRel & {
18
- type: GiftCardRecipientType;
19
- };
20
- type TagRel = ResourceRel & {
21
- type: TagType;
22
- };
23
- interface GiftCard extends Resource {
24
- readonly type: GiftCardType;
25
- status: 'draft' | 'inactive' | 'active' | 'redeemed';
26
- code?: string | null;
27
- currency_code?: string | null;
28
- initial_balance_cents: number;
29
- initial_balance_float: number;
30
- formatted_initial_balance: string;
31
- balance_cents: number;
32
- balance_float: number;
33
- formatted_balance: string;
34
- balance_max_cents?: string | null;
35
- balance_max_float?: number | null;
36
- formatted_balance_max?: string | null;
37
- balance_log: Array<Record<string, any>>;
38
- single_use?: boolean | null;
39
- rechargeable?: boolean | null;
40
- distribute_discount?: boolean | null;
41
- image_url?: string | null;
42
- expires_at?: string | null;
43
- recipient_email?: string | null;
44
- market?: Market | null;
45
- gift_card_recipient?: GiftCardRecipient | null;
46
- attachments?: Attachment[] | null;
47
- events?: Event[] | null;
48
- tags?: Tag[] | null;
49
- versions?: Version[] | null;
50
- }
51
- interface GiftCardCreate extends ResourceCreate {
52
- code?: string | null;
53
- currency_code?: string | null;
54
- balance_cents: number;
55
- balance_max_cents?: string | null;
56
- single_use?: boolean | null;
57
- rechargeable?: boolean | null;
58
- distribute_discount?: boolean | null;
59
- image_url?: string | null;
60
- expires_at?: string | null;
61
- recipient_email?: string | null;
62
- market?: MarketRel | null;
63
- gift_card_recipient?: GiftCardRecipientRel | null;
64
- tags?: TagRel[] | null;
65
- }
66
- interface GiftCardUpdate extends ResourceUpdate {
67
- currency_code?: string | null;
68
- balance_cents?: number | null;
69
- balance_max_cents?: string | null;
70
- single_use?: boolean | null;
71
- rechargeable?: boolean | null;
72
- distribute_discount?: boolean | null;
73
- image_url?: string | null;
74
- expires_at?: string | null;
75
- recipient_email?: string | null;
76
- _purchase?: boolean | null;
77
- _activate?: boolean | null;
78
- _deactivate?: boolean | null;
79
- _balance_change_cents?: number | null;
80
- market?: MarketRel | null;
81
- gift_card_recipient?: GiftCardRecipientRel | null;
82
- tags?: TagRel[] | null;
83
- }
84
- declare class GiftCards extends ApiResource<GiftCard> {
85
- static readonly TYPE: GiftCardType;
86
- create(resource: GiftCardCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
87
- update(resource: GiftCardUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
88
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
89
- market(giftCardId: string | GiftCard, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
90
- gift_card_recipient(giftCardId: string | GiftCard, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCardRecipient>;
91
- attachments(giftCardId: string | GiftCard, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
92
- events(giftCardId: string | GiftCard, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
93
- tags(giftCardId: string | GiftCard, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
94
- versions(giftCardId: string | GiftCard, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
95
- _purchase(id: string | GiftCard, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
96
- _activate(id: string | GiftCard, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
97
- _deactivate(id: string | GiftCard, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
98
- _balance_change_cents(id: string | GiftCard, triggerValue: number, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
99
- isGiftCard(resource: any): resource is GiftCard;
100
- relationship(id: string | ResourceId | null): GiftCardRel;
101
- type(): GiftCardType;
102
- }
103
- export default GiftCards;
104
- export type { GiftCard, GiftCardCreate, GiftCardUpdate, GiftCardType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{GiftCardRecipient,GiftCardRecipientType}from'./gift_card_recipients';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type GiftCardType='gift_cards';type GiftCardRel=ResourceRel&{type:GiftCardType;};type MarketRel=ResourceRel&{type:MarketType;};type GiftCardRecipientRel=ResourceRel&{type:GiftCardRecipientType;};type TagRel=ResourceRel&{type:TagType;};interface GiftCard extends Resource{readonly type:GiftCardType;status:'draft'|'inactive'|'active'|'redeemed';code?:string|null;currency_code?:string|null;initial_balance_cents:number;initial_balance_float:number;formatted_initial_balance:string;balance_cents:number;balance_float:number;formatted_balance:string;balance_max_cents?:string|null;balance_max_float?:number|null;formatted_balance_max?:string|null;balance_log:Array<Record<string,any>>;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:Market|null;gift_card_recipient?:GiftCardRecipient|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface GiftCardCreate extends ResourceCreate{code?:string|null;currency_code?:string|null;balance_cents:number;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}interface GiftCardUpdate extends ResourceUpdate{currency_code?:string|null;balance_cents?:number|null;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;_purchase?:boolean|null;_activate?:boolean|null;_deactivate?:boolean|null;_balance_change_cents?:number|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}declare class GiftCards extends ApiResource<GiftCard>{static readonly TYPE:GiftCardType;create(resource:GiftCardCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;update(resource:GiftCardUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;gift_card_recipient(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;attachments(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_purchase(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_activate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_deactivate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_balance_change_cents(id:string|GiftCard,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;isGiftCard(resource:any):resource is GiftCard;relationship(id:string|ResourceId|null):GiftCardRel;type():GiftCardType;}export default GiftCards;export type{GiftCard,GiftCardCreate,GiftCardUpdate,GiftCardType};
@@ -1,61 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class GiftCards extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: GiftCards.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: GiftCards.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: GiftCards.TYPE } : id, options);
13
- }
14
- async market(giftCardId, params, options) {
15
- const _giftCardId = giftCardId.id || giftCardId;
16
- return this.resources.fetch({ type: 'markets' }, `gift_cards/${_giftCardId}/market`, params, options);
17
- }
18
- async gift_card_recipient(giftCardId, params, options) {
19
- const _giftCardId = giftCardId.id || giftCardId;
20
- return this.resources.fetch({ type: 'gift_card_recipients' }, `gift_cards/${_giftCardId}/gift_card_recipient`, params, options);
21
- }
22
- async attachments(giftCardId, params, options) {
23
- const _giftCardId = giftCardId.id || giftCardId;
24
- return this.resources.fetch({ type: 'attachments' }, `gift_cards/${_giftCardId}/attachments`, params, options);
25
- }
26
- async events(giftCardId, params, options) {
27
- const _giftCardId = giftCardId.id || giftCardId;
28
- return this.resources.fetch({ type: 'events' }, `gift_cards/${_giftCardId}/events`, params, options);
29
- }
30
- async tags(giftCardId, params, options) {
31
- const _giftCardId = giftCardId.id || giftCardId;
32
- return this.resources.fetch({ type: 'tags' }, `gift_cards/${_giftCardId}/tags`, params, options);
33
- }
34
- async versions(giftCardId, params, options) {
35
- const _giftCardId = giftCardId.id || giftCardId;
36
- return this.resources.fetch({ type: 'versions' }, `gift_cards/${_giftCardId}/versions`, params, options);
37
- }
38
- async _purchase(id, params, options) {
39
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: GiftCards.TYPE, _purchase: true }, params, options);
40
- }
41
- async _activate(id, params, options) {
42
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: GiftCards.TYPE, _activate: true }, params, options);
43
- }
44
- async _deactivate(id, params, options) {
45
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: GiftCards.TYPE, _deactivate: true }, params, options);
46
- }
47
- async _balance_change_cents(id, triggerValue, params, options) {
48
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: GiftCards.TYPE, _balance_change_cents: triggerValue }, params, options);
49
- }
50
- isGiftCard(resource) {
51
- return resource.type && (resource.type === GiftCards.TYPE);
52
- }
53
- relationship(id) {
54
- return ((id === null) || (typeof id === 'string')) ? { id, type: GiftCards.TYPE } : { id: id.id, type: GiftCards.TYPE };
55
- }
56
- type() {
57
- return GiftCards.TYPE;
58
- }
59
- }
60
- GiftCards.TYPE = 'gift_cards';
61
- exports.default = GiftCards;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class GiftCards extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:GiftCards.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:GiftCards.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:GiftCards.TYPE}:e,t)}async market(e,t,s){const r=e.id||e;return this.resources.fetch({type:"markets"},`gift_cards/${r}/market`,t,s)}async gift_card_recipient(e,t,s){const r=e.id||e;return this.resources.fetch({type:"gift_card_recipients"},`gift_cards/${r}/gift_card_recipient`,t,s)}async attachments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"attachments"},`gift_cards/${r}/attachments`,t,s)}async events(e,t,s){const r=e.id||e;return this.resources.fetch({type:"events"},`gift_cards/${r}/events`,t,s)}async tags(e,t,s){const r=e.id||e;return this.resources.fetch({type:"tags"},`gift_cards/${r}/tags`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`gift_cards/${r}/versions`,t,s)}async _purchase(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:GiftCards.TYPE,_purchase:!0},t,s)}async _activate(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:GiftCards.TYPE,_activate:!0},t,s)}async _deactivate(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:GiftCards.TYPE,_deactivate:!0},t,s)}async _balance_change_cents(e,t,s,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:GiftCards.TYPE,_balance_change_cents:t},s,r)}isGiftCard(e){return e.type&&e.type===GiftCards.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:GiftCards.TYPE}:{id:e.id,type:GiftCards.TYPE}}type(){return GiftCards.TYPE}}GiftCards.TYPE="gift_cards",exports.default=GiftCards;