@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,7 +1,9 @@
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 { Price, PriceType } from './prices';
4
5
  import type { Attachment } from './attachments';
6
+ import type { Event } from './events';
5
7
  type PriceVolumeTierType = 'price_volume_tiers';
6
8
  type PriceVolumeTierRel = ResourceRel & {
7
9
  type: PriceVolumeTierType;
@@ -12,24 +14,25 @@ type PriceRel = ResourceRel & {
12
14
  interface PriceVolumeTier extends Resource {
13
15
  readonly type: PriceVolumeTierType;
14
16
  name: string;
15
- up_to?: number;
17
+ up_to?: number | null;
16
18
  price_amount_cents: number;
17
- price_amount_float?: number;
18
- formatted_price_amount?: string;
19
- price?: Price;
20
- attachments?: Attachment[];
19
+ price_amount_float?: number | null;
20
+ formatted_price_amount?: string | null;
21
+ price?: Price | null;
22
+ attachments?: Attachment[] | null;
23
+ events?: Event[] | null;
21
24
  }
22
25
  interface PriceVolumeTierCreate extends ResourceCreate {
23
26
  name: string;
24
- up_to?: number;
27
+ up_to?: number | null;
25
28
  price_amount_cents: number;
26
29
  price: PriceRel;
27
30
  }
28
31
  interface PriceVolumeTierUpdate extends ResourceUpdate {
29
- name: string;
30
- up_to?: number;
31
- price_amount_cents: number;
32
- price?: PriceRel;
32
+ name?: string | null;
33
+ up_to?: number | null;
34
+ price_amount_cents?: number | null;
35
+ price?: PriceRel | null;
33
36
  }
34
37
  declare class PriceVolumeTiers extends ApiResource<PriceVolumeTier> {
35
38
  static readonly TYPE: PriceVolumeTierType;
@@ -38,6 +41,7 @@ declare class PriceVolumeTiers extends ApiResource<PriceVolumeTier> {
38
41
  delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
39
42
  price(priceVolumeTierId: string | PriceVolumeTier, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Price>;
40
43
  attachments(priceVolumeTierId: string | PriceVolumeTier, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
44
+ events(priceVolumeTierId: string | PriceVolumeTier, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
41
45
  isPriceVolumeTier(resource: any): resource is PriceVolumeTier;
42
46
  relationship(id: string | ResourceId | null): PriceVolumeTierRel;
43
47
  type(): PriceVolumeTierType;
@@ -17,6 +17,10 @@ class PriceVolumeTiers extends ApiResource {
17
17
  const _priceVolumeTierId = priceVolumeTierId.id || priceVolumeTierId;
18
18
  return this.resources.fetch({ type: 'attachments' }, `price_volume_tiers/${_priceVolumeTierId}/attachments`, params, options);
19
19
  }
20
+ async events(priceVolumeTierId, params, options) {
21
+ const _priceVolumeTierId = priceVolumeTierId.id || priceVolumeTierId;
22
+ return this.resources.fetch({ type: 'events' }, `price_volume_tiers/${_priceVolumeTierId}/events`, params, options);
23
+ }
20
24
  isPriceVolumeTier(resource) {
21
25
  return resource.type && (resource.type === PriceVolumeTiers.TYPE);
22
26
  }
@@ -1,9 +1,11 @@
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 { PriceList, PriceListType } from './price_lists';
4
5
  import type { Sku, SkuType } from './skus';
5
6
  import type { PriceTier, PriceTierType } from './price_tiers';
6
7
  import type { PriceVolumeTier } from './price_volume_tiers';
8
+ import type { PriceFrequencyTier } from './price_frequency_tiers';
7
9
  import type { Attachment } from './attachments';
8
10
  type PriceType = 'prices';
9
11
  type PriceRel = ResourceRel & {
@@ -20,35 +22,36 @@ type PriceTierRel = ResourceRel & {
20
22
  };
21
23
  interface Price extends Resource {
22
24
  readonly type: PriceType;
23
- currency_code?: string;
24
- sku_code?: string;
25
+ currency_code?: string | null;
26
+ sku_code?: string | null;
25
27
  amount_cents: number;
26
28
  amount_float: number;
27
29
  formatted_amount: string;
28
30
  compare_at_amount_cents: number;
29
31
  compare_at_amount_float: number;
30
32
  formatted_compare_at_amount: string;
31
- price_list?: PriceList;
32
- sku?: Sku;
33
- price_tiers?: PriceTier[];
34
- price_volume_tiers?: PriceVolumeTier[];
35
- attachments?: Attachment[];
33
+ price_list?: PriceList | null;
34
+ sku?: Sku | null;
35
+ price_tiers?: PriceTier[] | null;
36
+ price_volume_tiers?: PriceVolumeTier[] | null;
37
+ price_frequency_tiers?: PriceFrequencyTier[] | null;
38
+ attachments?: Attachment[] | null;
36
39
  }
37
40
  interface PriceCreate extends ResourceCreate {
38
- sku_code?: string;
41
+ sku_code?: string | null;
39
42
  amount_cents: number;
40
43
  compare_at_amount_cents: number;
41
44
  price_list: PriceListRel;
42
45
  sku: SkuRel;
43
- price_tiers?: PriceTierRel[];
46
+ price_tiers?: PriceTierRel[] | null;
44
47
  }
45
48
  interface PriceUpdate extends ResourceUpdate {
46
- sku_code?: string;
47
- amount_cents: number;
48
- compare_at_amount_cents: number;
49
- price_list?: PriceListRel;
50
- sku?: SkuRel;
51
- price_tiers?: PriceTierRel[];
49
+ sku_code?: string | null;
50
+ amount_cents?: number | null;
51
+ compare_at_amount_cents?: number | null;
52
+ price_list?: PriceListRel | null;
53
+ sku?: SkuRel | null;
54
+ price_tiers?: PriceTierRel[] | null;
52
55
  }
53
56
  declare class Prices extends ApiResource<Price> {
54
57
  static readonly TYPE: PriceType;
@@ -59,6 +62,7 @@ declare class Prices extends ApiResource<Price> {
59
62
  sku(priceId: string | Price, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Sku>;
60
63
  price_tiers(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PriceTier>>;
61
64
  price_volume_tiers(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PriceVolumeTier>>;
65
+ price_frequency_tiers(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PriceFrequencyTier>>;
62
66
  attachments(priceId: string | Price, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
63
67
  isPrice(resource: any): resource is Price;
64
68
  relationship(id: string | ResourceId | null): PriceRel;
@@ -25,6 +25,10 @@ class Prices extends ApiResource {
25
25
  const _priceId = priceId.id || priceId;
26
26
  return this.resources.fetch({ type: 'price_volume_tiers' }, `prices/${_priceId}/price_volume_tiers`, params, options);
27
27
  }
28
+ async price_frequency_tiers(priceId, params, options) {
29
+ const _priceId = priceId.id || priceId;
30
+ return this.resources.fetch({ type: 'price_frequency_tiers' }, `prices/${_priceId}/price_frequency_tiers`, params, options);
31
+ }
28
32
  async attachments(priceId, params, options) {
29
33
  const _priceId = priceId.id || priceId;
30
34
  return this.resources.fetch({ type: 'attachments' }, `prices/${_priceId}/attachments`, params, options);
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceId, ResourceRel } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceId, ResourceRel } from '../resource';
2
3
  import type { PercentageDiscountPromotion } from './percentage_discount_promotions';
3
4
  import type { FreeShippingPromotion } from './free_shipping_promotions';
4
5
  import type { FreeGiftPromotion } from './free_gift_promotions';
@@ -11,7 +12,7 @@ type PromotionRuleRel = ResourceRel & {
11
12
  };
12
13
  interface PromotionRule extends Resource {
13
14
  readonly type: PromotionRuleType;
14
- promotion?: PercentageDiscountPromotion | FreeShippingPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion | FixedAmountPromotion;
15
+ promotion?: PercentageDiscountPromotion | FreeShippingPromotion | FreeGiftPromotion | FixedPricePromotion | ExternalPromotion | FixedAmountPromotion | null;
15
16
  }
16
17
  declare class PromotionRules extends ApiResource<PromotionRule> {
17
18
  static readonly TYPE: PromotionRuleType;
@@ -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 { PromotionRule } from './promotion_rules';
@@ -6,6 +7,8 @@ import type { OrderAmountPromotionRule } from './order_amount_promotion_rules';
6
7
  import type { SkuListPromotionRule } from './sku_list_promotion_rules';
7
8
  import type { CouponCodesPromotionRule } from './coupon_codes_promotion_rules';
8
9
  import type { Attachment } from './attachments';
10
+ import type { Event } from './events';
11
+ import type { Tag } from './tags';
9
12
  type PromotionType = 'promotions';
10
13
  type PromotionRel = ResourceRel & {
11
14
  type: PromotionType;
@@ -13,18 +16,20 @@ type PromotionRel = ResourceRel & {
13
16
  interface Promotion extends Resource {
14
17
  readonly type: PromotionType;
15
18
  name: string;
16
- currency_code?: string;
19
+ currency_code?: string | null;
17
20
  starts_at: string;
18
21
  expires_at: string;
19
22
  total_usage_limit: number;
20
- total_usage_count?: number;
21
- active?: boolean;
22
- market?: Market;
23
- promotion_rules?: PromotionRule[];
24
- order_amount_promotion_rule?: OrderAmountPromotionRule;
25
- sku_list_promotion_rule?: SkuListPromotionRule;
26
- coupon_codes_promotion_rule?: CouponCodesPromotionRule;
27
- attachments?: Attachment[];
23
+ total_usage_count?: number | null;
24
+ active?: boolean | null;
25
+ market?: Market | null;
26
+ promotion_rules?: PromotionRule[] | null;
27
+ order_amount_promotion_rule?: OrderAmountPromotionRule | null;
28
+ sku_list_promotion_rule?: SkuListPromotionRule | null;
29
+ coupon_codes_promotion_rule?: CouponCodesPromotionRule | null;
30
+ attachments?: Attachment[] | null;
31
+ events?: Event[] | null;
32
+ tags?: Tag[] | null;
28
33
  }
29
34
  declare class Promotions extends ApiResource<Promotion> {
30
35
  static readonly TYPE: PromotionType;
@@ -33,6 +38,8 @@ declare class Promotions extends ApiResource<Promotion> {
33
38
  sku_list_promotion_rule(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
34
39
  coupon_codes_promotion_rule(promotionId: string | Promotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
35
40
  attachments(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
41
+ events(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
42
+ tags(promotionId: string | Promotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
36
43
  isPromotion(resource: any): resource is Promotion;
37
44
  relationship(id: string | ResourceId | null): PromotionRel;
38
45
  type(): PromotionType;
@@ -20,6 +20,14 @@ class Promotions extends ApiResource {
20
20
  const _promotionId = promotionId.id || promotionId;
21
21
  return this.resources.fetch({ type: 'attachments' }, `promotions/${_promotionId}/attachments`, params, options);
22
22
  }
23
+ async events(promotionId, params, options) {
24
+ const _promotionId = promotionId.id || promotionId;
25
+ return this.resources.fetch({ type: 'events' }, `promotions/${_promotionId}/events`, params, options);
26
+ }
27
+ async tags(promotionId, params, options) {
28
+ const _promotionId = promotionId.id || promotionId;
29
+ return this.resources.fetch({ type: 'tags' }, `promotions/${_promotionId}/tags`, params, options);
30
+ }
23
31
  isPromotion(resource) {
24
32
  return resource.type && (resource.type === Promotions.TYPE);
25
33
  }
@@ -0,0 +1,53 @@
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
+ import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
+ import type { Order, OrderType } from './orders';
5
+ import type { Event } from './events';
6
+ import type { OrderSubscription, OrderSubscriptionType } from './order_subscriptions';
7
+ type RecurringOrderCopyType = 'recurring_order_copies';
8
+ type RecurringOrderCopyRel = ResourceRel & {
9
+ type: RecurringOrderCopyType;
10
+ };
11
+ type OrderRel = ResourceRel & {
12
+ type: OrderType;
13
+ };
14
+ type OrderSubscriptionRel = ResourceRel & {
15
+ type: OrderSubscriptionType;
16
+ };
17
+ interface RecurringOrderCopy extends Resource {
18
+ readonly type: RecurringOrderCopyType;
19
+ status: 'pending' | 'in_progress' | 'failed' | 'completed';
20
+ started_at?: string | null;
21
+ completed_at?: string | null;
22
+ failed_at?: string | null;
23
+ errors_log?: Record<string, any> | null;
24
+ errors_count?: number | null;
25
+ place_target_order?: boolean | null;
26
+ reuse_wallet?: boolean | null;
27
+ source_order?: Order | null;
28
+ target_order?: Order | null;
29
+ events?: Event[] | null;
30
+ order_subscription?: OrderSubscription | null;
31
+ }
32
+ interface RecurringOrderCopyCreate extends ResourceCreate {
33
+ place_target_order?: boolean | null;
34
+ reuse_wallet?: boolean | null;
35
+ source_order: OrderRel;
36
+ order_subscription: OrderSubscriptionRel;
37
+ }
38
+ type RecurringOrderCopyUpdate = ResourceUpdate;
39
+ declare class RecurringOrderCopies extends ApiResource<RecurringOrderCopy> {
40
+ static readonly TYPE: RecurringOrderCopyType;
41
+ create(resource: RecurringOrderCopyCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<RecurringOrderCopy>;
42
+ update(resource: RecurringOrderCopyUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<RecurringOrderCopy>;
43
+ delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
44
+ source_order(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
45
+ target_order(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
46
+ events(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
47
+ order_subscription(recurringOrderCopyId: string | RecurringOrderCopy, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
48
+ isRecurringOrderCopy(resource: any): resource is RecurringOrderCopy;
49
+ relationship(id: string | ResourceId | null): RecurringOrderCopyRel;
50
+ type(): RecurringOrderCopyType;
51
+ }
52
+ export default RecurringOrderCopies;
53
+ export type { RecurringOrderCopy, RecurringOrderCopyCreate, RecurringOrderCopyUpdate, RecurringOrderCopyType };
@@ -0,0 +1,39 @@
1
+ import { ApiResource } from '../resource';
2
+ class RecurringOrderCopies extends ApiResource {
3
+ async create(resource, params, options) {
4
+ return this.resources.create({ ...resource, type: RecurringOrderCopies.TYPE }, params, options);
5
+ }
6
+ async update(resource, params, options) {
7
+ return this.resources.update({ ...resource, type: RecurringOrderCopies.TYPE }, params, options);
8
+ }
9
+ async delete(id, options) {
10
+ await this.resources.delete((typeof id === 'string') ? { id, type: RecurringOrderCopies.TYPE } : id, options);
11
+ }
12
+ async source_order(recurringOrderCopyId, params, options) {
13
+ const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
14
+ return this.resources.fetch({ type: 'orders' }, `recurring_order_copies/${_recurringOrderCopyId}/source_order`, params, options);
15
+ }
16
+ async target_order(recurringOrderCopyId, params, options) {
17
+ const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
18
+ return this.resources.fetch({ type: 'orders' }, `recurring_order_copies/${_recurringOrderCopyId}/target_order`, params, options);
19
+ }
20
+ async events(recurringOrderCopyId, params, options) {
21
+ const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
22
+ return this.resources.fetch({ type: 'events' }, `recurring_order_copies/${_recurringOrderCopyId}/events`, params, options);
23
+ }
24
+ async order_subscription(recurringOrderCopyId, params, options) {
25
+ const _recurringOrderCopyId = recurringOrderCopyId.id || recurringOrderCopyId;
26
+ return this.resources.fetch({ type: 'order_subscriptions' }, `recurring_order_copies/${_recurringOrderCopyId}/order_subscription`, params, options);
27
+ }
28
+ isRecurringOrderCopy(resource) {
29
+ return resource.type && (resource.type === RecurringOrderCopies.TYPE);
30
+ }
31
+ relationship(id) {
32
+ return ((id === null) || (typeof id === 'string')) ? { id, type: RecurringOrderCopies.TYPE } : { id: id.id, type: RecurringOrderCopies.TYPE };
33
+ }
34
+ type() {
35
+ return RecurringOrderCopies.TYPE;
36
+ }
37
+ }
38
+ RecurringOrderCopies.TYPE = 'recurring_order_copies';
39
+ export default RecurringOrderCopies;
@@ -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 { Order } from './orders';
4
5
  import type { Capture } from './captures';
@@ -15,14 +16,14 @@ interface Refund extends Resource {
15
16
  amount_float: number;
16
17
  formatted_amount: string;
17
18
  succeeded: boolean;
18
- message?: string;
19
- error_code?: string;
20
- error_detail?: string;
21
- token?: string;
22
- gateway_transaction_id?: string;
23
- order?: Order;
24
- reference_capture?: Capture;
25
- events?: Event[];
19
+ message?: string | null;
20
+ error_code?: string | null;
21
+ error_detail?: string | null;
22
+ token?: string | null;
23
+ gateway_transaction_id?: string | null;
24
+ order?: Order | null;
25
+ reference_capture?: Capture | null;
26
+ events?: Event[] | null;
26
27
  }
27
28
  declare class Refunds extends ApiResource<Refund> {
28
29
  static readonly TYPE: RefundType;
@@ -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 { Return, ReturnType } from './returns';
4
5
  import type { LineItem, LineItemType } from './line_items';
@@ -14,25 +15,25 @@ type LineItemRel = ResourceRel & {
14
15
  };
15
16
  interface ReturnLineItem extends Resource {
16
17
  readonly type: ReturnLineItemType;
17
- sku_code?: string;
18
- bundle_code?: string;
19
- name?: string;
18
+ sku_code?: string | null;
19
+ bundle_code?: string | null;
20
+ name?: string | null;
20
21
  quantity: number;
21
- return_reason?: object;
22
- restocked_at?: string;
23
- return?: Return;
24
- line_item?: LineItem;
22
+ return_reason?: Record<string, any> | null;
23
+ restocked_at?: string | null;
24
+ return?: Return | null;
25
+ line_item?: LineItem | null;
25
26
  }
26
27
  interface ReturnLineItemCreate extends ResourceCreate {
27
28
  quantity: number;
28
- return_reason?: object;
29
+ return_reason?: Record<string, any> | null;
29
30
  return: ReturnRel;
30
31
  line_item: LineItemRel;
31
32
  }
32
33
  interface ReturnLineItemUpdate extends ResourceUpdate {
33
- quantity: number;
34
- _restock?: boolean;
35
- return_reason?: object;
34
+ quantity?: number | null;
35
+ _restock?: boolean | null;
36
+ return_reason?: Record<string, any> | null;
36
37
  }
37
38
  declare class ReturnLineItems extends ApiResource<ReturnLineItem> {
38
39
  static readonly TYPE: ReturnLineItemType;
@@ -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 { Order, OrderType } from './orders';
4
5
  import type { Customer } from './customers';
@@ -7,6 +8,7 @@ import type { Address } from './addresses';
7
8
  import type { ReturnLineItem } from './return_line_items';
8
9
  import type { Attachment } from './attachments';
9
10
  import type { Event } from './events';
11
+ import type { Tag, TagType } from './tags';
10
12
  type ReturnType = 'returns';
11
13
  type ReturnRel = ResourceRel & {
12
14
  type: ReturnType;
@@ -17,42 +19,48 @@ type OrderRel = ResourceRel & {
17
19
  type StockLocationRel = ResourceRel & {
18
20
  type: StockLocationType;
19
21
  };
22
+ type TagRel = ResourceRel & {
23
+ type: TagType;
24
+ };
20
25
  interface Return extends Resource {
21
26
  readonly type: ReturnType;
22
- number?: string;
23
- status?: 'draft' | 'requested' | 'approved' | 'cancelled' | 'shipped' | 'rejected' | 'received';
24
- customer_email?: string;
25
- skus_count?: number;
26
- approved_at?: string;
27
- cancelled_at?: string;
28
- shipped_at?: string;
29
- rejected_at?: string;
30
- received_at?: string;
31
- archived_at?: string;
32
- order?: Order;
33
- customer?: Customer;
34
- stock_location?: StockLocation;
35
- origin_address?: Address;
36
- destination_address?: Address;
37
- return_line_items?: ReturnLineItem[];
38
- attachments?: Attachment[];
39
- events?: Event[];
27
+ number?: string | null;
28
+ status: 'draft' | 'requested' | 'approved' | 'cancelled' | 'shipped' | 'rejected' | 'received';
29
+ customer_email?: string | null;
30
+ skus_count?: number | null;
31
+ approved_at?: string | null;
32
+ cancelled_at?: string | null;
33
+ shipped_at?: string | null;
34
+ rejected_at?: string | null;
35
+ received_at?: string | null;
36
+ archived_at?: string | null;
37
+ order?: Order | null;
38
+ customer?: Customer | null;
39
+ stock_location?: StockLocation | null;
40
+ origin_address?: Address | null;
41
+ destination_address?: Address | null;
42
+ return_line_items?: ReturnLineItem[] | null;
43
+ attachments?: Attachment[] | null;
44
+ events?: Event[] | null;
45
+ tags?: Tag[] | null;
40
46
  }
41
47
  interface ReturnCreate extends ResourceCreate {
42
48
  order: OrderRel;
43
- stock_location?: StockLocationRel;
49
+ stock_location?: StockLocationRel | null;
50
+ tags?: TagRel[] | null;
44
51
  }
45
52
  interface ReturnUpdate extends ResourceUpdate {
46
- _request?: boolean;
47
- _approve?: boolean;
48
- _cancel?: boolean;
49
- _ship?: boolean;
50
- _reject?: boolean;
51
- _receive?: boolean;
52
- _restock?: boolean;
53
- _archive?: boolean;
54
- _unarchive?: boolean;
55
- stock_location?: StockLocationRel;
53
+ _request?: boolean | null;
54
+ _approve?: boolean | null;
55
+ _cancel?: boolean | null;
56
+ _ship?: boolean | null;
57
+ _reject?: boolean | null;
58
+ _receive?: boolean | null;
59
+ _restock?: boolean | null;
60
+ _archive?: boolean | null;
61
+ _unarchive?: boolean | null;
62
+ stock_location?: StockLocationRel | null;
63
+ tags?: TagRel[] | null;
56
64
  }
57
65
  declare class Returns extends ApiResource<Return> {
58
66
  static readonly TYPE: ReturnType;
@@ -67,6 +75,7 @@ declare class Returns extends ApiResource<Return> {
67
75
  return_line_items(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ReturnLineItem>>;
68
76
  attachments(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
69
77
  events(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
78
+ tags(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
70
79
  isReturn(resource: any): resource is Return;
71
80
  relationship(id: string | ResourceId | null): ReturnRel;
72
81
  type(): ReturnType;
@@ -41,6 +41,10 @@ class Returns extends ApiResource {
41
41
  const _returnId = returnId.id || returnId;
42
42
  return this.resources.fetch({ type: 'events' }, `returns/${_returnId}/events`, params, options);
43
43
  }
44
+ async tags(returnId, params, options) {
45
+ const _returnId = returnId.id || returnId;
46
+ return this.resources.fetch({ type: 'tags' }, `returns/${_returnId}/tags`, params, options);
47
+ }
44
48
  isReturn(resource) {
45
49
  return resource.type && (resource.type === Returns.TYPE);
46
50
  }
@@ -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 { SatispayPayment, SatispayPaymentType } from './satispay_payments';
@@ -12,17 +13,20 @@ type SatispayPaymentRel = ResourceRel & {
12
13
  interface SatispayGateway extends Resource {
13
14
  readonly type: SatispayGatewayType;
14
15
  name: string;
15
- webhook_endpoint_url?: string;
16
- payment_methods?: PaymentMethod[];
17
- satispay_payments?: SatispayPayment[];
16
+ token: string;
17
+ key_id: string;
18
+ webhook_endpoint_url?: string | null;
19
+ payment_methods?: PaymentMethod[] | null;
20
+ satispay_payments?: SatispayPayment[] | null;
18
21
  }
19
22
  interface SatispayGatewayCreate extends ResourceCreate {
20
23
  name: string;
21
- satispay_payments?: SatispayPaymentRel[];
24
+ token: string;
25
+ satispay_payments?: SatispayPaymentRel[] | null;
22
26
  }
23
27
  interface SatispayGatewayUpdate extends ResourceUpdate {
24
- name: string;
25
- satispay_payments?: SatispayPaymentRel[];
28
+ name?: string | null;
29
+ satispay_payments?: SatispayPaymentRel[] | null;
26
30
  }
27
31
  declare class SatispayGateways extends ApiResource<SatispayGateway> {
28
32
  static readonly TYPE: SatispayGatewayType;
@@ -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,22 +12,19 @@ type OrderRel = ResourceRel & {
11
12
  };
12
13
  interface SatispayPayment extends Resource {
13
14
  readonly type: SatispayPaymentType;
14
- token?: string;
15
- key_id: string;
16
- payment_id?: string;
17
- redirect_url?: string;
18
- order?: Order;
19
- payment_gateway?: PaymentGateway;
15
+ payment_id?: string | null;
16
+ redirect_url?: string | null;
17
+ order?: Order | null;
18
+ payment_gateway?: PaymentGateway | null;
20
19
  }
21
20
  interface SatispayPaymentCreate extends ResourceCreate {
22
- token?: string;
23
- redirect_url?: string;
21
+ redirect_url?: string | null;
24
22
  order: OrderRel;
25
23
  }
26
24
  interface SatispayPaymentUpdate extends ResourceUpdate {
27
- redirect_url?: string;
28
- _refresh?: boolean;
29
- order?: OrderRel;
25
+ redirect_url?: string | null;
26
+ _refresh?: boolean | null;
27
+ order?: OrderRel | null;
30
28
  }
31
29
  declare class SatispayPayments extends ApiResource<SatispayPayment> {
32
30
  static readonly TYPE: SatispayPaymentType;