@commercelayer/sdk 5.0.0-beta.9 → 5.1.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 (319) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +18 -0
  3. package/lib/cjs/api.d.ts +23 -12
  4. package/lib/cjs/api.js +20 -2
  5. package/lib/cjs/client.d.ts +3 -5
  6. package/lib/cjs/commercelayer.d.ts +10 -4
  7. package/lib/cjs/commercelayer.js +9 -3
  8. package/lib/cjs/common.d.ts +1 -0
  9. package/lib/cjs/common.js +11 -0
  10. package/lib/cjs/index.d.ts +1 -2
  11. package/lib/cjs/index.js +0 -16
  12. package/lib/cjs/interceptor.d.ts +1 -1
  13. package/lib/cjs/model.d.ts +7 -1
  14. package/lib/cjs/query.d.ts +5 -13
  15. package/lib/cjs/resource.d.ts +8 -10
  16. package/lib/cjs/resources/addresses.d.ts +63 -51
  17. package/lib/cjs/resources/addresses.js +8 -0
  18. package/lib/cjs/resources/adjustments.d.ts +5 -4
  19. package/lib/cjs/resources/adyen_gateways.d.ts +21 -20
  20. package/lib/cjs/resources/adyen_payments.d.ts +16 -15
  21. package/lib/cjs/resources/application.d.ts +7 -6
  22. package/lib/cjs/resources/attachments.d.ts +11 -10
  23. package/lib/cjs/resources/authorizations.d.ts +28 -27
  24. package/lib/cjs/resources/avalara_accounts.d.ts +17 -16
  25. package/lib/cjs/resources/axerve_gateways.d.ts +9 -8
  26. package/lib/cjs/resources/axerve_payments.d.ts +12 -11
  27. package/lib/cjs/resources/billing_info_validation_rules.d.ts +5 -4
  28. package/lib/cjs/resources/bing_geocoders.d.ts +6 -5
  29. package/lib/cjs/resources/braintree_gateways.d.ts +21 -20
  30. package/lib/cjs/resources/braintree_payments.d.ts +17 -16
  31. package/lib/cjs/resources/bundles.d.ts +38 -26
  32. package/lib/cjs/resources/bundles.js +8 -0
  33. package/lib/cjs/resources/captures.d.ts +19 -18
  34. package/lib/cjs/resources/carrier_accounts.d.ts +7 -6
  35. package/lib/cjs/resources/checkout_com_gateways.d.ts +12 -11
  36. package/lib/cjs/resources/checkout_com_payments.d.ts +25 -24
  37. package/lib/cjs/resources/cleanups.d.ts +13 -12
  38. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +7 -6
  39. package/lib/cjs/resources/coupon_recipients.d.ts +13 -12
  40. package/lib/cjs/resources/coupons.d.ts +27 -15
  41. package/lib/cjs/resources/coupons.js +8 -0
  42. package/lib/cjs/resources/customer_addresses.d.ts +8 -7
  43. package/lib/cjs/resources/customer_groups.d.ts +6 -5
  44. package/lib/cjs/resources/customer_password_resets.d.ts +8 -7
  45. package/lib/cjs/resources/customer_payment_sources.d.ts +9 -8
  46. package/lib/cjs/resources/customer_subscriptions.d.ts +4 -3
  47. package/lib/cjs/resources/customers.d.ts +27 -18
  48. package/lib/cjs/resources/customers.js +4 -0
  49. package/lib/cjs/resources/delivery_lead_times.d.ts +11 -10
  50. package/lib/cjs/resources/event_callbacks.d.ts +6 -5
  51. package/lib/cjs/resources/events.d.ts +4 -3
  52. package/lib/cjs/resources/exports.d.ts +17 -16
  53. package/lib/cjs/resources/external_gateways.d.ts +20 -19
  54. package/lib/cjs/resources/external_payments.d.ts +10 -9
  55. package/lib/cjs/resources/external_promotions.d.ts +37 -28
  56. package/lib/cjs/resources/external_promotions.js +4 -0
  57. package/lib/cjs/resources/external_tax_calculators.d.ts +6 -5
  58. package/lib/cjs/resources/fixed_amount_promotions.d.ts +39 -30
  59. package/lib/cjs/resources/fixed_amount_promotions.js +4 -0
  60. package/lib/cjs/resources/fixed_price_promotions.d.ts +44 -35
  61. package/lib/cjs/resources/fixed_price_promotions.js +8 -4
  62. package/lib/cjs/resources/free_gift_promotions.d.ts +44 -35
  63. package/lib/cjs/resources/free_gift_promotions.js +8 -4
  64. package/lib/cjs/resources/free_shipping_promotions.d.ts +38 -26
  65. package/lib/cjs/resources/free_shipping_promotions.js +8 -0
  66. package/lib/cjs/resources/geocoders.d.ts +4 -3
  67. package/lib/cjs/resources/gift_card_recipients.d.ts +13 -12
  68. package/lib/cjs/resources/gift_cards.d.ts +50 -41
  69. package/lib/cjs/resources/gift_cards.js +4 -0
  70. package/lib/cjs/resources/google_geocoders.d.ts +6 -5
  71. package/lib/cjs/resources/imports.d.ts +22 -21
  72. package/lib/cjs/resources/in_stock_subscriptions.d.ts +20 -19
  73. package/lib/cjs/resources/inventory_models.d.ts +12 -11
  74. package/lib/cjs/resources/inventory_return_locations.d.ts +7 -6
  75. package/lib/cjs/resources/inventory_stock_locations.d.ts +10 -9
  76. package/lib/cjs/resources/klarna_gateways.d.ts +10 -9
  77. package/lib/cjs/resources/klarna_payments.d.ts +15 -14
  78. package/lib/cjs/resources/line_item_options.d.ts +32 -20
  79. package/lib/cjs/resources/line_item_options.js +8 -0
  80. package/lib/cjs/resources/line_items.d.ts +58 -43
  81. package/lib/cjs/resources/line_items.js +8 -0
  82. package/lib/cjs/resources/manual_gateways.d.ts +4 -3
  83. package/lib/cjs/resources/manual_tax_calculators.d.ts +8 -7
  84. package/lib/cjs/resources/markets.d.ts +41 -32
  85. package/lib/cjs/resources/markets.js +4 -0
  86. package/lib/cjs/resources/merchants.d.ts +6 -5
  87. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +9 -8
  88. package/lib/cjs/resources/order_copies.d.ts +23 -20
  89. package/lib/cjs/resources/order_copies.js +7 -4
  90. package/lib/cjs/resources/order_factories.d.ts +34 -0
  91. package/lib/cjs/resources/order_factories.js +28 -0
  92. package/lib/cjs/resources/order_subscription_items.d.ts +61 -0
  93. package/lib/cjs/resources/order_subscription_items.js +29 -0
  94. package/lib/cjs/resources/order_subscriptions.d.ts +52 -29
  95. package/lib/cjs/resources/order_subscriptions.js +18 -2
  96. package/lib/cjs/resources/order_validation_rules.d.ts +4 -3
  97. package/lib/cjs/resources/orders.d.ts +200 -183
  98. package/lib/cjs/resources/orders.js +12 -0
  99. package/lib/cjs/resources/organization.d.ts +18 -17
  100. package/lib/cjs/resources/packages.d.ts +14 -13
  101. package/lib/cjs/resources/parcel_line_items.d.ts +7 -6
  102. package/lib/cjs/resources/parcels.d.ts +78 -74
  103. package/lib/cjs/resources/payment_gateways.d.ts +3 -2
  104. package/lib/cjs/resources/payment_methods.d.ts +33 -32
  105. package/lib/cjs/resources/paypal_gateways.d.ts +7 -6
  106. package/lib/cjs/resources/paypal_payments.d.ts +17 -16
  107. package/lib/cjs/resources/percentage_discount_promotions.d.ts +43 -34
  108. package/lib/cjs/resources/percentage_discount_promotions.js +8 -4
  109. package/lib/cjs/resources/price_frequency_tiers.d.ts +50 -0
  110. package/lib/cjs/resources/price_frequency_tiers.js +37 -0
  111. package/lib/cjs/resources/price_lists.d.ts +9 -8
  112. package/lib/cjs/resources/price_tiers.d.ts +7 -6
  113. package/lib/cjs/resources/price_volume_tiers.d.ts +15 -11
  114. package/lib/cjs/resources/price_volume_tiers.js +4 -0
  115. package/lib/cjs/resources/prices.d.ts +20 -16
  116. package/lib/cjs/resources/prices.js +4 -0
  117. package/lib/cjs/resources/promotion_rules.d.ts +3 -2
  118. package/lib/cjs/resources/promotions.d.ts +17 -10
  119. package/lib/cjs/resources/promotions.js +8 -0
  120. package/lib/cjs/resources/recurring_order_copies.d.ts +53 -0
  121. package/lib/cjs/resources/recurring_order_copies.js +41 -0
  122. package/lib/cjs/resources/refunds.d.ts +10 -9
  123. package/lib/cjs/resources/return_line_items.d.ts +13 -12
  124. package/lib/cjs/resources/returns.d.ts +39 -30
  125. package/lib/cjs/resources/returns.js +4 -0
  126. package/lib/cjs/resources/satispay_gateways.d.ts +11 -7
  127. package/lib/cjs/resources/satispay_payments.d.ts +10 -12
  128. package/lib/cjs/resources/shipments.d.ts +42 -41
  129. package/lib/cjs/resources/shipping_categories.d.ts +5 -4
  130. package/lib/cjs/resources/shipping_method_tiers.d.ts +7 -6
  131. package/lib/cjs/resources/shipping_methods.d.ts +50 -49
  132. package/lib/cjs/resources/shipping_weight_tiers.d.ts +12 -11
  133. package/lib/cjs/resources/shipping_zones.d.ts +22 -21
  134. package/lib/cjs/resources/sku_list_items.d.ts +13 -12
  135. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +14 -13
  136. package/lib/cjs/resources/sku_lists.d.ts +22 -21
  137. package/lib/cjs/resources/sku_options.d.ts +36 -24
  138. package/lib/cjs/resources/sku_options.js +8 -0
  139. package/lib/cjs/resources/skus.d.ts +47 -35
  140. package/lib/cjs/resources/skus.js +8 -0
  141. package/lib/cjs/resources/stock_items.d.ts +12 -11
  142. package/lib/cjs/resources/stock_line_items.d.ts +7 -6
  143. package/lib/cjs/resources/stock_locations.d.ts +17 -16
  144. package/lib/cjs/resources/stock_transfers.d.ts +24 -23
  145. package/lib/cjs/resources/stripe_gateways.d.ts +12 -11
  146. package/lib/cjs/resources/stripe_payments.d.ts +15 -14
  147. package/lib/cjs/resources/subscription_models.d.ts +49 -0
  148. package/lib/cjs/resources/subscription_models.js +37 -0
  149. package/lib/cjs/resources/tags.d.ts +28 -0
  150. package/lib/cjs/resources/tags.js +25 -0
  151. package/lib/cjs/resources/tax_calculators.d.ts +4 -3
  152. package/lib/cjs/resources/tax_categories.d.ts +10 -9
  153. package/lib/cjs/resources/tax_rules.d.ts +39 -38
  154. package/lib/cjs/resources/taxjar_accounts.d.ts +9 -8
  155. package/lib/cjs/resources/transactions.d.ts +8 -7
  156. package/lib/cjs/resources/voids.d.ts +10 -9
  157. package/lib/cjs/resources/webhooks.d.ts +14 -13
  158. package/lib/cjs/resources/wire_transfers.d.ts +5 -4
  159. package/lib/cjs/util.d.ts +1 -3
  160. package/lib/esm/api.d.ts +23 -12
  161. package/lib/esm/api.js +12 -0
  162. package/lib/esm/client.d.ts +3 -5
  163. package/lib/esm/commercelayer.d.ts +10 -4
  164. package/lib/esm/commercelayer.js +9 -3
  165. package/lib/esm/common.d.ts +1 -0
  166. package/lib/esm/common.js +11 -0
  167. package/lib/esm/index.d.ts +1 -2
  168. package/lib/esm/index.js +0 -2
  169. package/lib/esm/interceptor.d.ts +1 -1
  170. package/lib/esm/model.d.ts +7 -1
  171. package/lib/esm/query.d.ts +5 -13
  172. package/lib/esm/resource.d.ts +8 -10
  173. package/lib/esm/resources/addresses.d.ts +63 -51
  174. package/lib/esm/resources/addresses.js +8 -0
  175. package/lib/esm/resources/adjustments.d.ts +5 -4
  176. package/lib/esm/resources/adyen_gateways.d.ts +21 -20
  177. package/lib/esm/resources/adyen_payments.d.ts +16 -15
  178. package/lib/esm/resources/application.d.ts +7 -6
  179. package/lib/esm/resources/attachments.d.ts +11 -10
  180. package/lib/esm/resources/authorizations.d.ts +28 -27
  181. package/lib/esm/resources/avalara_accounts.d.ts +17 -16
  182. package/lib/esm/resources/axerve_gateways.d.ts +9 -8
  183. package/lib/esm/resources/axerve_payments.d.ts +12 -11
  184. package/lib/esm/resources/billing_info_validation_rules.d.ts +5 -4
  185. package/lib/esm/resources/bing_geocoders.d.ts +6 -5
  186. package/lib/esm/resources/braintree_gateways.d.ts +21 -20
  187. package/lib/esm/resources/braintree_payments.d.ts +17 -16
  188. package/lib/esm/resources/bundles.d.ts +38 -26
  189. package/lib/esm/resources/bundles.js +8 -0
  190. package/lib/esm/resources/captures.d.ts +19 -18
  191. package/lib/esm/resources/carrier_accounts.d.ts +7 -6
  192. package/lib/esm/resources/checkout_com_gateways.d.ts +12 -11
  193. package/lib/esm/resources/checkout_com_payments.d.ts +25 -24
  194. package/lib/esm/resources/cleanups.d.ts +13 -12
  195. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +7 -6
  196. package/lib/esm/resources/coupon_recipients.d.ts +13 -12
  197. package/lib/esm/resources/coupons.d.ts +27 -15
  198. package/lib/esm/resources/coupons.js +8 -0
  199. package/lib/esm/resources/customer_addresses.d.ts +8 -7
  200. package/lib/esm/resources/customer_groups.d.ts +6 -5
  201. package/lib/esm/resources/customer_password_resets.d.ts +8 -7
  202. package/lib/esm/resources/customer_payment_sources.d.ts +9 -8
  203. package/lib/esm/resources/customer_subscriptions.d.ts +4 -3
  204. package/lib/esm/resources/customers.d.ts +27 -18
  205. package/lib/esm/resources/customers.js +4 -0
  206. package/lib/esm/resources/delivery_lead_times.d.ts +11 -10
  207. package/lib/esm/resources/event_callbacks.d.ts +6 -5
  208. package/lib/esm/resources/events.d.ts +4 -3
  209. package/lib/esm/resources/exports.d.ts +17 -16
  210. package/lib/esm/resources/external_gateways.d.ts +20 -19
  211. package/lib/esm/resources/external_payments.d.ts +10 -9
  212. package/lib/esm/resources/external_promotions.d.ts +37 -28
  213. package/lib/esm/resources/external_promotions.js +4 -0
  214. package/lib/esm/resources/external_tax_calculators.d.ts +6 -5
  215. package/lib/esm/resources/fixed_amount_promotions.d.ts +39 -30
  216. package/lib/esm/resources/fixed_amount_promotions.js +4 -0
  217. package/lib/esm/resources/fixed_price_promotions.d.ts +44 -35
  218. package/lib/esm/resources/fixed_price_promotions.js +8 -4
  219. package/lib/esm/resources/free_gift_promotions.d.ts +44 -35
  220. package/lib/esm/resources/free_gift_promotions.js +8 -4
  221. package/lib/esm/resources/free_shipping_promotions.d.ts +38 -26
  222. package/lib/esm/resources/free_shipping_promotions.js +8 -0
  223. package/lib/esm/resources/geocoders.d.ts +4 -3
  224. package/lib/esm/resources/gift_card_recipients.d.ts +13 -12
  225. package/lib/esm/resources/gift_cards.d.ts +50 -41
  226. package/lib/esm/resources/gift_cards.js +4 -0
  227. package/lib/esm/resources/google_geocoders.d.ts +6 -5
  228. package/lib/esm/resources/imports.d.ts +22 -21
  229. package/lib/esm/resources/in_stock_subscriptions.d.ts +20 -19
  230. package/lib/esm/resources/inventory_models.d.ts +12 -11
  231. package/lib/esm/resources/inventory_return_locations.d.ts +7 -6
  232. package/lib/esm/resources/inventory_stock_locations.d.ts +10 -9
  233. package/lib/esm/resources/klarna_gateways.d.ts +10 -9
  234. package/lib/esm/resources/klarna_payments.d.ts +15 -14
  235. package/lib/esm/resources/line_item_options.d.ts +32 -20
  236. package/lib/esm/resources/line_item_options.js +8 -0
  237. package/lib/esm/resources/line_items.d.ts +58 -43
  238. package/lib/esm/resources/line_items.js +8 -0
  239. package/lib/esm/resources/manual_gateways.d.ts +4 -3
  240. package/lib/esm/resources/manual_tax_calculators.d.ts +8 -7
  241. package/lib/esm/resources/markets.d.ts +41 -32
  242. package/lib/esm/resources/markets.js +4 -0
  243. package/lib/esm/resources/merchants.d.ts +6 -5
  244. package/lib/esm/resources/order_amount_promotion_rules.d.ts +9 -8
  245. package/lib/esm/resources/order_copies.d.ts +23 -20
  246. package/lib/esm/resources/order_copies.js +7 -4
  247. package/lib/esm/resources/order_factories.d.ts +34 -0
  248. package/lib/esm/resources/order_factories.js +26 -0
  249. package/lib/esm/resources/order_subscription_items.d.ts +61 -0
  250. package/lib/esm/resources/order_subscription_items.js +27 -0
  251. package/lib/esm/resources/order_subscriptions.d.ts +52 -29
  252. package/lib/esm/resources/order_subscriptions.js +18 -2
  253. package/lib/esm/resources/order_validation_rules.d.ts +4 -3
  254. package/lib/esm/resources/orders.d.ts +200 -183
  255. package/lib/esm/resources/orders.js +12 -0
  256. package/lib/esm/resources/organization.d.ts +18 -17
  257. package/lib/esm/resources/packages.d.ts +14 -13
  258. package/lib/esm/resources/parcel_line_items.d.ts +7 -6
  259. package/lib/esm/resources/parcels.d.ts +78 -74
  260. package/lib/esm/resources/payment_gateways.d.ts +3 -2
  261. package/lib/esm/resources/payment_methods.d.ts +33 -32
  262. package/lib/esm/resources/paypal_gateways.d.ts +7 -6
  263. package/lib/esm/resources/paypal_payments.d.ts +17 -16
  264. package/lib/esm/resources/percentage_discount_promotions.d.ts +43 -34
  265. package/lib/esm/resources/percentage_discount_promotions.js +8 -4
  266. package/lib/esm/resources/price_frequency_tiers.d.ts +50 -0
  267. package/lib/esm/resources/price_frequency_tiers.js +35 -0
  268. package/lib/esm/resources/price_lists.d.ts +9 -8
  269. package/lib/esm/resources/price_tiers.d.ts +7 -6
  270. package/lib/esm/resources/price_volume_tiers.d.ts +15 -11
  271. package/lib/esm/resources/price_volume_tiers.js +4 -0
  272. package/lib/esm/resources/prices.d.ts +20 -16
  273. package/lib/esm/resources/prices.js +4 -0
  274. package/lib/esm/resources/promotion_rules.d.ts +3 -2
  275. package/lib/esm/resources/promotions.d.ts +17 -10
  276. package/lib/esm/resources/promotions.js +8 -0
  277. package/lib/esm/resources/recurring_order_copies.d.ts +53 -0
  278. package/lib/esm/resources/recurring_order_copies.js +39 -0
  279. package/lib/esm/resources/refunds.d.ts +10 -9
  280. package/lib/esm/resources/return_line_items.d.ts +13 -12
  281. package/lib/esm/resources/returns.d.ts +39 -30
  282. package/lib/esm/resources/returns.js +4 -0
  283. package/lib/esm/resources/satispay_gateways.d.ts +11 -7
  284. package/lib/esm/resources/satispay_payments.d.ts +10 -12
  285. package/lib/esm/resources/shipments.d.ts +42 -41
  286. package/lib/esm/resources/shipping_categories.d.ts +5 -4
  287. package/lib/esm/resources/shipping_method_tiers.d.ts +7 -6
  288. package/lib/esm/resources/shipping_methods.d.ts +50 -49
  289. package/lib/esm/resources/shipping_weight_tiers.d.ts +12 -11
  290. package/lib/esm/resources/shipping_zones.d.ts +22 -21
  291. package/lib/esm/resources/sku_list_items.d.ts +13 -12
  292. package/lib/esm/resources/sku_list_promotion_rules.d.ts +14 -13
  293. package/lib/esm/resources/sku_lists.d.ts +22 -21
  294. package/lib/esm/resources/sku_options.d.ts +36 -24
  295. package/lib/esm/resources/sku_options.js +8 -0
  296. package/lib/esm/resources/skus.d.ts +47 -35
  297. package/lib/esm/resources/skus.js +8 -0
  298. package/lib/esm/resources/stock_items.d.ts +12 -11
  299. package/lib/esm/resources/stock_line_items.d.ts +7 -6
  300. package/lib/esm/resources/stock_locations.d.ts +17 -16
  301. package/lib/esm/resources/stock_transfers.d.ts +24 -23
  302. package/lib/esm/resources/stripe_gateways.d.ts +12 -11
  303. package/lib/esm/resources/stripe_payments.d.ts +15 -14
  304. package/lib/esm/resources/subscription_models.d.ts +49 -0
  305. package/lib/esm/resources/subscription_models.js +35 -0
  306. package/lib/esm/resources/tags.d.ts +28 -0
  307. package/lib/esm/resources/tags.js +23 -0
  308. package/lib/esm/resources/tax_calculators.d.ts +4 -3
  309. package/lib/esm/resources/tax_categories.d.ts +10 -9
  310. package/lib/esm/resources/tax_rules.d.ts +39 -38
  311. package/lib/esm/resources/taxjar_accounts.d.ts +9 -8
  312. package/lib/esm/resources/transactions.d.ts +8 -7
  313. package/lib/esm/resources/voids.d.ts +10 -9
  314. package/lib/esm/resources/webhooks.d.ts +14 -13
  315. package/lib/esm/resources/wire_transfers.d.ts +5 -4
  316. package/lib/esm/util.d.ts +1 -3
  317. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  318. package/lib/tsconfig.tsbuildinfo +1 -1
  319. package/package.json +12 -12
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { PaymentMethod } from './payment_methods';
4
5
  import type { BraintreePayment, BraintreePaymentType } from './braintree_payments';
@@ -12,12 +13,12 @@ type BraintreePaymentRel = ResourceRel & {
12
13
  interface BraintreeGateway extends Resource {
13
14
  readonly type: BraintreeGatewayType;
14
15
  name: string;
15
- descriptor_name?: string;
16
- descriptor_phone?: string;
17
- descriptor_url?: string;
18
- webhook_endpoint_url?: string;
19
- payment_methods?: PaymentMethod[];
20
- braintree_payments?: BraintreePayment[];
16
+ descriptor_name?: string | null;
17
+ descriptor_phone?: string | null;
18
+ descriptor_url?: string | null;
19
+ webhook_endpoint_url?: string | null;
20
+ payment_methods?: PaymentMethod[] | null;
21
+ braintree_payments?: BraintreePayment[] | null;
21
22
  }
22
23
  interface BraintreeGatewayCreate extends ResourceCreate {
23
24
  name: string;
@@ -25,21 +26,21 @@ interface BraintreeGatewayCreate extends ResourceCreate {
25
26
  merchant_id: string;
26
27
  public_key: string;
27
28
  private_key: string;
28
- descriptor_name?: string;
29
- descriptor_phone?: string;
30
- descriptor_url?: string;
31
- braintree_payments?: BraintreePaymentRel[];
29
+ descriptor_name?: string | null;
30
+ descriptor_phone?: string | null;
31
+ descriptor_url?: string | null;
32
+ braintree_payments?: BraintreePaymentRel[] | null;
32
33
  }
33
34
  interface BraintreeGatewayUpdate extends ResourceUpdate {
34
- name: string;
35
- merchant_account_id?: string;
36
- merchant_id?: string;
37
- public_key?: string;
38
- private_key?: string;
39
- descriptor_name?: string;
40
- descriptor_phone?: string;
41
- descriptor_url?: string;
42
- braintree_payments?: BraintreePaymentRel[];
35
+ name?: string | null;
36
+ merchant_account_id?: string | null;
37
+ merchant_id?: string | null;
38
+ public_key?: string | null;
39
+ private_key?: string | null;
40
+ descriptor_name?: string | null;
41
+ descriptor_phone?: string | null;
42
+ descriptor_url?: string | null;
43
+ braintree_payments?: BraintreePaymentRel[] | null;
43
44
  }
44
45
  declare class BraintreeGateways extends ApiResource<BraintreeGateway> {
45
46
  static readonly TYPE: BraintreeGatewayType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
2
3
  import type { QueryParamsRetrieve } from '../query';
3
4
  import type { Order, OrderType } from './orders';
4
5
  import type { PaymentGateway } from './payment_gateways';
@@ -12,26 +13,26 @@ type OrderRel = ResourceRel & {
12
13
  interface BraintreePayment extends Resource {
13
14
  readonly type: BraintreePaymentType;
14
15
  client_token: string;
15
- payment_method_nonce?: string;
16
- payment_id?: string;
17
- local?: boolean;
18
- options?: object;
19
- payment_instrument?: object;
20
- order?: Order;
21
- payment_gateway?: PaymentGateway;
16
+ payment_method_nonce?: string | null;
17
+ payment_id?: string | null;
18
+ local?: boolean | null;
19
+ options?: Record<string, any> | null;
20
+ payment_instrument?: Record<string, any> | null;
21
+ order?: Order | null;
22
+ payment_gateway?: PaymentGateway | null;
22
23
  }
23
24
  interface BraintreePaymentCreate extends ResourceCreate {
24
- payment_id?: string;
25
- local?: boolean;
26
- options?: object;
25
+ payment_id?: string | null;
26
+ local?: boolean | null;
27
+ options?: Record<string, any> | null;
27
28
  order: OrderRel;
28
29
  }
29
30
  interface BraintreePaymentUpdate extends ResourceUpdate {
30
- payment_method_nonce?: string;
31
- payment_id?: string;
32
- local?: boolean;
33
- options?: object;
34
- order?: OrderRel;
31
+ payment_method_nonce?: string | null;
32
+ payment_id?: string | null;
33
+ local?: boolean | null;
34
+ options?: Record<string, any> | null;
35
+ order?: OrderRel | null;
35
36
  }
36
37
  declare class BraintreePayments extends ApiResource<BraintreePayment> {
37
38
  static readonly TYPE: BraintreePaymentType;
@@ -1,9 +1,12 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { Market, MarketType } from './markets';
4
5
  import type { SkuList, SkuListType } from './sku_lists';
5
6
  import type { Sku } from './skus';
6
7
  import type { Attachment } from './attachments';
8
+ import type { Event } from './events';
9
+ import type { Tag, TagType } from './tags';
7
10
  type BundleType = 'bundles';
8
11
  type BundleRel = ResourceRel & {
9
12
  type: BundleType;
@@ -14,50 +17,57 @@ type MarketRel = ResourceRel & {
14
17
  type SkuListRel = ResourceRel & {
15
18
  type: SkuListType;
16
19
  };
20
+ type TagRel = ResourceRel & {
21
+ type: TagType;
22
+ };
17
23
  interface Bundle extends Resource {
18
24
  readonly type: BundleType;
19
25
  code: string;
20
26
  name: string;
21
- currency_code?: string;
22
- description?: string;
23
- image_url?: string;
24
- do_not_ship?: boolean;
25
- do_not_track?: boolean;
27
+ currency_code?: string | null;
28
+ description?: string | null;
29
+ image_url?: string | null;
30
+ do_not_ship?: boolean | null;
31
+ do_not_track?: boolean | null;
26
32
  price_amount_cents: number;
27
33
  price_amount_float: number;
28
34
  formatted_price_amount: string;
29
35
  compare_at_amount_cents: number;
30
36
  compare_at_amount_float: number;
31
37
  formatted_compare_at_amount: string;
32
- skus_count?: number;
33
- market?: Market;
34
- sku_list?: SkuList;
35
- skus?: Sku[];
36
- attachments?: Attachment[];
38
+ skus_count?: number | null;
39
+ market?: Market | null;
40
+ sku_list?: SkuList | null;
41
+ skus?: Sku[] | null;
42
+ attachments?: Attachment[] | null;
43
+ events?: Event[] | null;
44
+ tags?: Tag[] | null;
37
45
  }
38
46
  interface BundleCreate extends ResourceCreate {
39
47
  code: string;
40
48
  name: string;
41
- currency_code?: string;
42
- description?: string;
43
- image_url?: string;
49
+ currency_code?: string | null;
50
+ description?: string | null;
51
+ image_url?: string | null;
44
52
  price_amount_cents: number;
45
53
  compare_at_amount_cents: number;
46
- _compute_price_amount?: boolean;
47
- _compute_compare_at_amount?: boolean;
48
- market?: MarketRel;
54
+ _compute_price_amount?: boolean | null;
55
+ _compute_compare_at_amount?: boolean | null;
56
+ market?: MarketRel | null;
49
57
  sku_list: SkuListRel;
58
+ tags?: TagRel[] | null;
50
59
  }
51
60
  interface BundleUpdate extends ResourceUpdate {
52
- code: string;
53
- name: string;
54
- currency_code?: string;
55
- description?: string;
56
- image_url?: string;
57
- price_amount_cents: number;
58
- compare_at_amount_cents: number;
59
- _compute_price_amount?: boolean;
60
- _compute_compare_at_amount?: boolean;
61
+ code?: string | null;
62
+ name?: string | null;
63
+ currency_code?: string | null;
64
+ description?: string | null;
65
+ image_url?: string | null;
66
+ price_amount_cents?: number | null;
67
+ compare_at_amount_cents?: number | null;
68
+ _compute_price_amount?: boolean | null;
69
+ _compute_compare_at_amount?: boolean | null;
70
+ tags?: TagRel[] | null;
61
71
  }
62
72
  declare class Bundles extends ApiResource<Bundle> {
63
73
  static readonly TYPE: BundleType;
@@ -68,6 +78,8 @@ declare class Bundles extends ApiResource<Bundle> {
68
78
  sku_list(bundleId: string | Bundle, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
69
79
  skus(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
70
80
  attachments(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
81
+ events(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
82
+ tags(bundleId: string | Bundle, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
71
83
  isBundle(resource: any): resource is Bundle;
72
84
  relationship(id: string | ResourceId | null): BundleRel;
73
85
  type(): BundleType;
@@ -27,6 +27,14 @@ class Bundles extends resource_1.ApiResource {
27
27
  const _bundleId = bundleId.id || bundleId;
28
28
  return this.resources.fetch({ type: 'attachments' }, `bundles/${_bundleId}/attachments`, params, options);
29
29
  }
30
+ async events(bundleId, params, options) {
31
+ const _bundleId = bundleId.id || bundleId;
32
+ return this.resources.fetch({ type: 'events' }, `bundles/${_bundleId}/events`, params, options);
33
+ }
34
+ async tags(bundleId, params, options) {
35
+ const _bundleId = bundleId.id || bundleId;
36
+ return this.resources.fetch({ type: 'tags' }, `bundles/${_bundleId}/tags`, params, options);
37
+ }
30
38
  isBundle(resource) {
31
39
  return resource.type && (resource.type === Bundles.TYPE);
32
40
  }
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { Order } from './orders';
4
5
  import type { Authorization } from './authorizations';
@@ -16,25 +17,25 @@ interface Capture extends Resource {
16
17
  amount_float: number;
17
18
  formatted_amount: string;
18
19
  succeeded: boolean;
19
- message?: string;
20
- error_code?: string;
21
- error_detail?: string;
22
- token?: string;
23
- gateway_transaction_id?: string;
24
- refund_amount_cents?: number;
25
- refund_amount_float?: number;
26
- formatted_refund_amount?: string;
27
- refund_balance_cents?: number;
28
- refund_balance_float?: number;
29
- formatted_refund_balance?: string;
30
- order?: Order;
31
- reference_authorization?: Authorization;
32
- refunds?: Refund[];
33
- events?: Event[];
20
+ message?: string | null;
21
+ error_code?: string | null;
22
+ error_detail?: string | null;
23
+ token?: string | null;
24
+ gateway_transaction_id?: string | null;
25
+ refund_amount_cents?: number | null;
26
+ refund_amount_float?: number | null;
27
+ formatted_refund_amount?: string | null;
28
+ refund_balance_cents?: number | null;
29
+ refund_balance_float?: number | null;
30
+ formatted_refund_balance?: string | null;
31
+ order?: Order | null;
32
+ reference_authorization?: Authorization | null;
33
+ refunds?: Refund[] | null;
34
+ events?: Event[] | null;
34
35
  }
35
36
  interface CaptureUpdate extends ResourceUpdate {
36
- _refund?: boolean;
37
- _refund_amount_cents?: number;
37
+ _refund?: boolean | null;
38
+ _refund_amount_cents?: number | null;
38
39
  }
39
40
  declare class Captures extends ApiResource<Capture> {
40
41
  static readonly TYPE: CaptureType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { Market } from './markets';
4
5
  import type { Attachment } from './attachments';
@@ -8,11 +9,11 @@ type CarrierAccountRel = ResourceRel & {
8
9
  };
9
10
  interface CarrierAccount extends Resource {
10
11
  readonly type: CarrierAccountType;
11
- name?: string;
12
- easypost_type?: string;
13
- easypost_id?: string;
14
- market?: Market;
15
- attachments?: Attachment[];
12
+ name?: string | null;
13
+ easypost_type?: string | null;
14
+ easypost_id?: string | null;
15
+ market?: Market | null;
16
+ attachments?: Attachment[] | null;
16
17
  }
17
18
  declare class CarrierAccounts extends ApiResource<CarrierAccount> {
18
19
  static readonly TYPE: CarrierAccountType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { PaymentMethod } from './payment_methods';
4
5
  import type { CheckoutComPayment, CheckoutComPaymentType } from './checkout_com_payments';
@@ -12,23 +13,23 @@ type CheckoutComPaymentRel = ResourceRel & {
12
13
  interface CheckoutComGateway extends Resource {
13
14
  readonly type: CheckoutComGatewayType;
14
15
  name: string;
15
- webhook_endpoint_id?: string;
16
- webhook_endpoint_secret?: string;
17
- webhook_endpoint_url?: string;
18
- payment_methods?: PaymentMethod[];
19
- checkout_com_payments?: CheckoutComPayment[];
16
+ webhook_endpoint_id?: string | null;
17
+ webhook_endpoint_secret?: string | null;
18
+ webhook_endpoint_url?: string | null;
19
+ payment_methods?: PaymentMethod[] | null;
20
+ checkout_com_payments?: CheckoutComPayment[] | null;
20
21
  }
21
22
  interface CheckoutComGatewayCreate extends ResourceCreate {
22
23
  name: string;
23
24
  secret_key: string;
24
25
  public_key: string;
25
- checkout_com_payments?: CheckoutComPaymentRel[];
26
+ checkout_com_payments?: CheckoutComPaymentRel[] | null;
26
27
  }
27
28
  interface CheckoutComGatewayUpdate extends ResourceUpdate {
28
- name: string;
29
- secret_key?: string;
30
- public_key?: string;
31
- checkout_com_payments?: CheckoutComPaymentRel[];
29
+ name?: string | null;
30
+ secret_key?: string | null;
31
+ public_key?: string | null;
32
+ checkout_com_payments?: CheckoutComPaymentRel[] | null;
32
33
  }
33
34
  declare class CheckoutComGateways extends ApiResource<CheckoutComGateway> {
34
35
  static readonly TYPE: CheckoutComGatewayType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
2
3
  import type { QueryParamsRetrieve } from '../query';
3
4
  import type { Order, OrderType } from './orders';
4
5
  import type { PaymentGateway } from './payment_gateways';
@@ -11,38 +12,38 @@ type OrderRel = ResourceRel & {
11
12
  };
12
13
  interface CheckoutComPayment extends Resource {
13
14
  readonly type: CheckoutComPaymentType;
14
- public_key?: string;
15
+ public_key?: string | null;
15
16
  payment_type: string;
16
17
  token: string;
17
- session_id?: string;
18
- success_url?: string;
19
- failure_url?: string;
20
- source_id?: string;
21
- customer_token?: string;
22
- redirect_uri?: string;
23
- payment_response?: object;
24
- mismatched_amounts?: boolean;
25
- payment_instrument?: object;
26
- order?: Order;
27
- payment_gateway?: PaymentGateway;
18
+ session_id?: string | null;
19
+ success_url?: string | null;
20
+ failure_url?: string | null;
21
+ source_id?: string | null;
22
+ customer_token?: string | null;
23
+ redirect_uri?: string | null;
24
+ payment_response?: Record<string, any> | null;
25
+ mismatched_amounts?: boolean | null;
26
+ payment_instrument?: Record<string, any> | null;
27
+ order?: Order | null;
28
+ payment_gateway?: PaymentGateway | null;
28
29
  }
29
30
  interface CheckoutComPaymentCreate extends ResourceCreate {
30
31
  payment_type: string;
31
32
  token: string;
32
- session_id?: string;
33
- success_url?: string;
34
- failure_url?: string;
33
+ session_id?: string | null;
34
+ success_url?: string | null;
35
+ failure_url?: string | null;
35
36
  order: OrderRel;
36
37
  }
37
38
  interface CheckoutComPaymentUpdate extends ResourceUpdate {
38
- payment_type: string;
39
- token: string;
40
- session_id?: string;
41
- success_url?: string;
42
- failure_url?: string;
43
- _details?: boolean;
44
- _refresh?: boolean;
45
- order?: OrderRel;
39
+ payment_type?: string | null;
40
+ token?: string | null;
41
+ session_id?: string | null;
42
+ success_url?: string | null;
43
+ failure_url?: string | null;
44
+ _details?: boolean | null;
45
+ _refresh?: boolean | null;
46
+ order?: OrderRel | null;
46
47
  }
47
48
  declare class CheckoutComPayments extends ApiResource<CheckoutComPayment> {
48
49
  static readonly TYPE: CheckoutComPaymentType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { Event } from './events';
4
5
  type CleanupType = 'cleanups';
@@ -8,20 +9,20 @@ type CleanupRel = ResourceRel & {
8
9
  interface Cleanup extends Resource {
9
10
  readonly type: CleanupType;
10
11
  resource_type: string;
11
- status?: 'pending' | 'in_progress' | 'interrupted' | 'completed';
12
- started_at?: string;
13
- completed_at?: string;
14
- interrupted_at?: string;
15
- filters?: object;
16
- records_count?: number;
17
- errors_count?: number;
18
- processed_count?: number;
19
- errors_log?: object;
20
- events?: Event[];
12
+ status: 'pending' | 'in_progress' | 'interrupted' | 'completed';
13
+ started_at?: string | null;
14
+ completed_at?: string | null;
15
+ interrupted_at?: string | null;
16
+ filters?: Record<string, any> | null;
17
+ records_count?: number | null;
18
+ errors_count?: number | null;
19
+ processed_count?: number | null;
20
+ errors_log?: Record<string, any> | null;
21
+ events?: Event[] | null;
21
22
  }
22
23
  interface CleanupCreate extends ResourceCreate {
23
24
  resource_type: string;
24
- filters?: object;
25
+ filters?: Record<string, any> | null;
25
26
  }
26
27
  declare class Cleanups extends ApiResource<Cleanup> {
27
28
  static readonly TYPE: CleanupType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { PercentageDiscountPromotion, PercentageDiscountPromotionType } from './percentage_discount_promotions';
4
5
  import type { FreeShippingPromotion, FreeShippingPromotionType } from './free_shipping_promotions';
@@ -34,16 +35,16 @@ type CouponRel = ResourceRel & {
34
35
  };
35
36
  interface CouponCodesPromotionRule extends Resource {
36
37
  readonly type: CouponCodesPromotionRuleType;
37
- promotion?: PercentageDiscountPromotion | FreeShippingPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion | FixedAmountPromotion;
38
- coupons?: Coupon[];
38
+ promotion?: PercentageDiscountPromotion | FreeShippingPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion | FixedAmountPromotion | null;
39
+ coupons?: Coupon[] | null;
39
40
  }
40
41
  interface CouponCodesPromotionRuleCreate extends ResourceCreate {
41
42
  promotion: PercentageDiscountPromotionRel | FreeShippingPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel | FixedAmountPromotionRel;
42
- coupons?: CouponRel[];
43
+ coupons?: CouponRel[] | null;
43
44
  }
44
45
  interface CouponCodesPromotionRuleUpdate extends ResourceUpdate {
45
- promotion?: PercentageDiscountPromotionRel | FreeShippingPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel | FixedAmountPromotionRel;
46
- coupons?: CouponRel[];
46
+ promotion?: PercentageDiscountPromotionRel | FreeShippingPromotionRel | FreeGiftPromotionRel | FixedPricePromotionRel | ExternalPromotionRel | FixedAmountPromotionRel | null;
47
+ coupons?: CouponRel[] | null;
47
48
  }
48
49
  declare class CouponCodesPromotionRules extends ApiResource<CouponCodesPromotionRule> {
49
50
  static readonly TYPE: CouponCodesPromotionRuleType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { Customer, CustomerType } from './customers';
4
5
  import type { Attachment } from './attachments';
@@ -12,22 +13,22 @@ type CustomerRel = ResourceRel & {
12
13
  interface CouponRecipient extends Resource {
13
14
  readonly type: CouponRecipientType;
14
15
  email: string;
15
- first_name?: string;
16
- last_name?: string;
17
- customer?: Customer;
18
- attachments?: Attachment[];
16
+ first_name?: string | null;
17
+ last_name?: string | null;
18
+ customer?: Customer | null;
19
+ attachments?: Attachment[] | null;
19
20
  }
20
21
  interface CouponRecipientCreate extends ResourceCreate {
21
22
  email: string;
22
- first_name?: string;
23
- last_name?: string;
24
- customer?: CustomerRel;
23
+ first_name?: string | null;
24
+ last_name?: string | null;
25
+ customer?: CustomerRel | null;
25
26
  }
26
27
  interface CouponRecipientUpdate extends ResourceUpdate {
27
- email: string;
28
- first_name?: string;
29
- last_name?: string;
30
- customer?: CustomerRel;
28
+ email?: string | null;
29
+ first_name?: string | null;
30
+ last_name?: string | null;
31
+ customer?: CustomerRel | null;
31
32
  }
32
33
  declare class CouponRecipients extends ApiResource<CouponRecipient> {
33
34
  static readonly TYPE: CouponRecipientType;
@@ -1,6 +1,9 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
2
- import type { QueryParamsRetrieve } from '../query';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
+ import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { CouponCodesPromotionRule, CouponCodesPromotionRuleType } from './coupon_codes_promotion_rules';
5
+ import type { Event } from './events';
6
+ import type { Tag, TagType } from './tags';
4
7
  type CouponType = 'coupons';
5
8
  type CouponRel = ResourceRel & {
6
9
  type: CouponType;
@@ -8,28 +11,35 @@ type CouponRel = ResourceRel & {
8
11
  type CouponCodesPromotionRuleRel = ResourceRel & {
9
12
  type: CouponCodesPromotionRuleType;
10
13
  };
14
+ type TagRel = ResourceRel & {
15
+ type: TagType;
16
+ };
11
17
  interface Coupon extends Resource {
12
18
  readonly type: CouponType;
13
19
  code: string;
14
- customer_single_use?: boolean;
15
- usage_limit: number;
16
- usage_count?: number;
17
- recipient_email?: string;
18
- promotion_rule?: CouponCodesPromotionRule;
20
+ customer_single_use?: boolean | null;
21
+ usage_limit?: number | null;
22
+ usage_count?: number | null;
23
+ recipient_email?: string | null;
24
+ promotion_rule?: CouponCodesPromotionRule | null;
25
+ events?: Event[] | null;
26
+ tags?: Tag[] | null;
19
27
  }
20
28
  interface CouponCreate extends ResourceCreate {
21
29
  code: string;
22
- customer_single_use?: boolean;
23
- usage_limit: number;
24
- recipient_email?: string;
30
+ customer_single_use?: boolean | null;
31
+ usage_limit?: number | null;
32
+ recipient_email?: string | null;
25
33
  promotion_rule: CouponCodesPromotionRuleRel;
34
+ tags?: TagRel[] | null;
26
35
  }
27
36
  interface CouponUpdate extends ResourceUpdate {
28
- code: string;
29
- customer_single_use?: boolean;
30
- usage_limit: number;
31
- recipient_email?: string;
32
- promotion_rule?: CouponCodesPromotionRuleRel;
37
+ code?: string | null;
38
+ customer_single_use?: boolean | null;
39
+ usage_limit?: number | null;
40
+ recipient_email?: string | null;
41
+ promotion_rule?: CouponCodesPromotionRuleRel | null;
42
+ tags?: TagRel[] | null;
33
43
  }
34
44
  declare class Coupons extends ApiResource<Coupon> {
35
45
  static readonly TYPE: CouponType;
@@ -37,6 +47,8 @@ declare class Coupons extends ApiResource<Coupon> {
37
47
  update(resource: CouponUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Coupon>;
38
48
  delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
39
49
  promotion_rule(couponId: string | Coupon, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
50
+ events(couponId: string | Coupon, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
51
+ tags(couponId: string | Coupon, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
40
52
  isCoupon(resource: any): resource is Coupon;
41
53
  relationship(id: string | ResourceId | null): CouponRel;
42
54
  type(): CouponType;
@@ -15,6 +15,14 @@ class Coupons extends resource_1.ApiResource {
15
15
  const _couponId = couponId.id || couponId;
16
16
  return this.resources.fetch({ type: 'coupon_codes_promotion_rules' }, `coupons/${_couponId}/promotion_rule`, params, options);
17
17
  }
18
+ async events(couponId, params, options) {
19
+ const _couponId = couponId.id || couponId;
20
+ return this.resources.fetch({ type: 'events' }, `coupons/${_couponId}/events`, params, options);
21
+ }
22
+ async tags(couponId, params, options) {
23
+ const _couponId = couponId.id || couponId;
24
+ return this.resources.fetch({ type: 'tags' }, `coupons/${_couponId}/tags`, params, options);
25
+ }
18
26
  isCoupon(resource) {
19
27
  return resource.type && (resource.type === Coupons.TYPE);
20
28
  }
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
2
3
  import type { QueryParamsRetrieve, QueryParamsList } from '../query';
3
4
  import type { Customer, CustomerType } from './customers';
4
5
  import type { Address, AddressType } from './addresses';
@@ -15,18 +16,18 @@ type AddressRel = ResourceRel & {
15
16
  };
16
17
  interface CustomerAddress extends Resource {
17
18
  readonly type: CustomerAddressType;
18
- name?: string;
19
- customer?: Customer;
20
- address?: Address;
21
- events?: Event[];
19
+ name?: string | null;
20
+ customer?: Customer | null;
21
+ address?: Address | null;
22
+ events?: Event[] | null;
22
23
  }
23
24
  interface CustomerAddressCreate extends ResourceCreate {
24
25
  customer: CustomerRel;
25
26
  address: AddressRel;
26
27
  }
27
28
  interface CustomerAddressUpdate extends ResourceUpdate {
28
- customer?: CustomerRel;
29
- address?: AddressRel;
29
+ customer?: CustomerRel | null;
30
+ address?: AddressRel | null;
30
31
  }
31
32
  declare class CustomerAddresses extends ApiResource<CustomerAddress> {
32
33
  static readonly TYPE: CustomerAddressType;