@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 { Customer, CustomerType } from './customers';
4
5
  import type { Sku } from './skus';
@@ -16,31 +17,31 @@ interface SkuList extends Resource {
16
17
  readonly type: SkuListType;
17
18
  name: string;
18
19
  slug: string;
19
- description?: string;
20
- image_url?: string;
21
- manual?: boolean;
22
- sku_code_regex?: string;
23
- customer?: Customer;
24
- skus?: Sku[];
25
- sku_list_items?: SkuListItem[];
26
- bundles?: Bundle[];
27
- attachments?: Attachment[];
20
+ description?: string | null;
21
+ image_url?: string | null;
22
+ manual?: boolean | null;
23
+ sku_code_regex?: string | null;
24
+ customer?: Customer | null;
25
+ skus?: Sku[] | null;
26
+ sku_list_items?: SkuListItem[] | null;
27
+ bundles?: Bundle[] | null;
28
+ attachments?: Attachment[] | null;
28
29
  }
29
30
  interface SkuListCreate extends ResourceCreate {
30
31
  name: string;
31
- description?: string;
32
- image_url?: string;
33
- manual?: boolean;
34
- sku_code_regex?: string;
35
- customer?: CustomerRel;
32
+ description?: string | null;
33
+ image_url?: string | null;
34
+ manual?: boolean | null;
35
+ sku_code_regex?: string | null;
36
+ customer?: CustomerRel | null;
36
37
  }
37
38
  interface SkuListUpdate extends ResourceUpdate {
38
- name: string;
39
- description?: string;
40
- image_url?: string;
41
- manual?: boolean;
42
- sku_code_regex?: string;
43
- customer?: CustomerRel;
39
+ name?: string | null;
40
+ description?: string | null;
41
+ image_url?: string | null;
42
+ manual?: boolean | null;
43
+ sku_code_regex?: string | null;
44
+ customer?: CustomerRel | null;
44
45
  }
45
46
  declare class SkuLists extends ApiResource<SkuList> {
46
47
  static readonly TYPE: SkuListType;
@@ -1,7 +1,10 @@
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 { Attachment } from './attachments';
6
+ import type { Event } from './events';
7
+ import type { Tag, TagType } from './tags';
5
8
  type SkuOptionType = 'sku_options';
6
9
  type SkuOptionRel = ResourceRel & {
7
10
  type: SkuOptionType;
@@ -9,37 +12,44 @@ type SkuOptionRel = ResourceRel & {
9
12
  type MarketRel = ResourceRel & {
10
13
  type: MarketType;
11
14
  };
15
+ type TagRel = ResourceRel & {
16
+ type: TagType;
17
+ };
12
18
  interface SkuOption extends Resource {
13
19
  readonly type: SkuOptionType;
14
20
  name: string;
15
- currency_code?: string;
16
- description?: string;
17
- price_amount_cents?: number;
18
- price_amount_float?: number;
19
- formatted_price_amount?: string;
20
- delay_hours?: number;
21
- delay_days?: number;
22
- sku_code_regex?: string;
23
- market?: Market;
24
- attachments?: Attachment[];
21
+ currency_code?: string | null;
22
+ description?: string | null;
23
+ price_amount_cents?: number | null;
24
+ price_amount_float?: number | null;
25
+ formatted_price_amount?: string | null;
26
+ delay_hours?: number | null;
27
+ delay_days?: number | null;
28
+ sku_code_regex?: string | null;
29
+ market?: Market | null;
30
+ attachments?: Attachment[] | null;
31
+ events?: Event[] | null;
32
+ tags?: Tag[] | null;
25
33
  }
26
34
  interface SkuOptionCreate extends ResourceCreate {
27
35
  name: string;
28
- currency_code?: string;
29
- description?: string;
30
- price_amount_cents?: number;
31
- delay_hours?: number;
32
- sku_code_regex?: string;
33
- market?: MarketRel;
36
+ currency_code?: string | null;
37
+ description?: string | null;
38
+ price_amount_cents?: number | null;
39
+ delay_hours?: number | null;
40
+ sku_code_regex?: string | null;
41
+ market?: MarketRel | null;
42
+ tags?: TagRel[] | null;
34
43
  }
35
44
  interface SkuOptionUpdate extends ResourceUpdate {
36
- name: string;
37
- currency_code?: string;
38
- description?: string;
39
- price_amount_cents?: number;
40
- delay_hours?: number;
41
- sku_code_regex?: string;
42
- market?: MarketRel;
45
+ name?: string | null;
46
+ currency_code?: string | null;
47
+ description?: string | null;
48
+ price_amount_cents?: number | null;
49
+ delay_hours?: number | null;
50
+ sku_code_regex?: string | null;
51
+ market?: MarketRel | null;
52
+ tags?: TagRel[] | null;
43
53
  }
44
54
  declare class SkuOptions extends ApiResource<SkuOption> {
45
55
  static readonly TYPE: SkuOptionType;
@@ -48,6 +58,8 @@ declare class SkuOptions extends ApiResource<SkuOption> {
48
58
  delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
49
59
  market(skuOptionId: string | SkuOption, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
50
60
  attachments(skuOptionId: string | SkuOption, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
61
+ events(skuOptionId: string | SkuOption, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
62
+ tags(skuOptionId: string | SkuOption, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
51
63
  isSkuOption(resource: any): resource is SkuOption;
52
64
  relationship(id: string | ResourceId | null): SkuOptionRel;
53
65
  type(): SkuOptionType;
@@ -19,6 +19,14 @@ class SkuOptions extends resource_1.ApiResource {
19
19
  const _skuOptionId = skuOptionId.id || skuOptionId;
20
20
  return this.resources.fetch({ type: 'attachments' }, `sku_options/${_skuOptionId}/attachments`, params, options);
21
21
  }
22
+ async events(skuOptionId, params, options) {
23
+ const _skuOptionId = skuOptionId.id || skuOptionId;
24
+ return this.resources.fetch({ type: 'events' }, `sku_options/${_skuOptionId}/events`, params, options);
25
+ }
26
+ async tags(skuOptionId, params, options) {
27
+ const _skuOptionId = skuOptionId.id || skuOptionId;
28
+ return this.resources.fetch({ type: 'tags' }, `sku_options/${_skuOptionId}/tags`, params, options);
29
+ }
22
30
  isSkuOption(resource) {
23
31
  return resource.type && (resource.type === SkuOptions.TYPE);
24
32
  }
@@ -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 { ShippingCategory, ShippingCategoryType } from './shipping_categories';
4
5
  import type { Price } from './prices';
@@ -6,6 +7,8 @@ import type { StockItem } from './stock_items';
6
7
  import type { DeliveryLeadTime } from './delivery_lead_times';
7
8
  import type { SkuOption } from './sku_options';
8
9
  import type { Attachment } from './attachments';
10
+ import type { Event } from './events';
11
+ import type { Tag, TagType } from './tags';
9
12
  type SkuType = 'skus';
10
13
  type SkuRel = ResourceRel & {
11
14
  type: SkuType;
@@ -13,51 +16,58 @@ type SkuRel = ResourceRel & {
13
16
  type ShippingCategoryRel = ResourceRel & {
14
17
  type: ShippingCategoryType;
15
18
  };
19
+ type TagRel = ResourceRel & {
20
+ type: TagType;
21
+ };
16
22
  interface Sku extends Resource {
17
23
  readonly type: SkuType;
18
24
  code: string;
19
25
  name: string;
20
- description?: string;
21
- image_url?: string;
22
- pieces_per_pack?: number;
23
- weight?: number;
24
- unit_of_weight?: string;
25
- hs_tariff_number?: string;
26
- do_not_ship?: boolean;
27
- do_not_track?: boolean;
28
- inventory?: object;
29
- shipping_category?: ShippingCategory;
30
- prices?: Price[];
31
- stock_items?: StockItem[];
32
- delivery_lead_times?: DeliveryLeadTime[];
33
- sku_options?: SkuOption[];
34
- attachments?: Attachment[];
26
+ description?: string | null;
27
+ image_url?: string | null;
28
+ pieces_per_pack?: number | null;
29
+ weight?: number | null;
30
+ unit_of_weight?: string | null;
31
+ hs_tariff_number?: string | null;
32
+ do_not_ship?: boolean | null;
33
+ do_not_track?: boolean | null;
34
+ inventory?: Record<string, any> | null;
35
+ shipping_category?: ShippingCategory | null;
36
+ prices?: Price[] | null;
37
+ stock_items?: StockItem[] | null;
38
+ delivery_lead_times?: DeliveryLeadTime[] | null;
39
+ sku_options?: SkuOption[] | null;
40
+ attachments?: Attachment[] | null;
41
+ events?: Event[] | null;
42
+ tags?: Tag[] | null;
35
43
  }
36
44
  interface SkuCreate extends ResourceCreate {
37
45
  code: string;
38
46
  name: string;
39
- description?: string;
40
- image_url?: string;
41
- pieces_per_pack?: number;
42
- weight?: number;
43
- unit_of_weight?: string;
44
- hs_tariff_number?: string;
45
- do_not_ship?: boolean;
46
- do_not_track?: boolean;
47
+ description?: string | null;
48
+ image_url?: string | null;
49
+ pieces_per_pack?: number | null;
50
+ weight?: number | null;
51
+ unit_of_weight?: string | null;
52
+ hs_tariff_number?: string | null;
53
+ do_not_ship?: boolean | null;
54
+ do_not_track?: boolean | null;
47
55
  shipping_category: ShippingCategoryRel;
56
+ tags?: TagRel[] | null;
48
57
  }
49
58
  interface SkuUpdate extends ResourceUpdate {
50
- code: string;
51
- name: string;
52
- description?: string;
53
- image_url?: string;
54
- pieces_per_pack?: number;
55
- weight?: number;
56
- unit_of_weight?: string;
57
- hs_tariff_number?: string;
58
- do_not_ship?: boolean;
59
- do_not_track?: boolean;
60
- shipping_category?: ShippingCategoryRel;
59
+ code?: string | null;
60
+ name?: string | null;
61
+ description?: string | null;
62
+ image_url?: string | null;
63
+ pieces_per_pack?: number | null;
64
+ weight?: number | null;
65
+ unit_of_weight?: string | null;
66
+ hs_tariff_number?: string | null;
67
+ do_not_ship?: boolean | null;
68
+ do_not_track?: boolean | null;
69
+ shipping_category?: ShippingCategoryRel | null;
70
+ tags?: TagRel[] | null;
61
71
  }
62
72
  declare class Skus extends ApiResource<Sku> {
63
73
  static readonly TYPE: SkuType;
@@ -70,6 +80,8 @@ declare class Skus extends ApiResource<Sku> {
70
80
  delivery_lead_times(skuId: string | Sku, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<DeliveryLeadTime>>;
71
81
  sku_options(skuId: string | Sku, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<SkuOption>>;
72
82
  attachments(skuId: string | Sku, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
83
+ events(skuId: string | Sku, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
84
+ tags(skuId: string | Sku, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
73
85
  isSku(resource: any): resource is Sku;
74
86
  relationship(id: string | ResourceId | null): SkuRel;
75
87
  type(): SkuType;
@@ -35,6 +35,14 @@ class Skus extends resource_1.ApiResource {
35
35
  const _skuId = skuId.id || skuId;
36
36
  return this.resources.fetch({ type: 'attachments' }, `skus/${_skuId}/attachments`, params, options);
37
37
  }
38
+ async events(skuId, params, options) {
39
+ const _skuId = skuId.id || skuId;
40
+ return this.resources.fetch({ type: 'events' }, `skus/${_skuId}/events`, params, options);
41
+ }
42
+ async tags(skuId, params, options) {
43
+ const _skuId = skuId.id || skuId;
44
+ return this.resources.fetch({ type: 'tags' }, `skus/${_skuId}/tags`, params, options);
45
+ }
38
46
  isSku(resource) {
39
47
  return resource.type && (resource.type === Skus.TYPE);
40
48
  }
@@ -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 { StockLocation, StockLocationType } from './stock_locations';
4
5
  import type { Sku, SkuType } from './skus';
@@ -15,23 +16,23 @@ type SkuRel = ResourceRel & {
15
16
  };
16
17
  interface StockItem extends Resource {
17
18
  readonly type: StockItemType;
18
- sku_code?: string;
19
+ sku_code?: string | null;
19
20
  quantity: number;
20
- stock_location?: StockLocation;
21
- sku?: Sku;
22
- attachments?: Attachment[];
21
+ stock_location?: StockLocation | null;
22
+ sku?: Sku | null;
23
+ attachments?: Attachment[] | null;
23
24
  }
24
25
  interface StockItemCreate extends ResourceCreate {
25
- sku_code?: string;
26
+ sku_code?: string | null;
26
27
  quantity: number;
27
28
  stock_location: StockLocationRel;
28
- sku?: SkuRel;
29
+ sku?: SkuRel | null;
29
30
  }
30
31
  interface StockItemUpdate extends ResourceUpdate {
31
- sku_code?: string;
32
- quantity: number;
33
- stock_location?: StockLocationRel;
34
- sku?: SkuRel;
32
+ sku_code?: string | null;
33
+ quantity?: number | null;
34
+ stock_location?: StockLocationRel | null;
35
+ sku?: SkuRel | null;
35
36
  }
36
37
  declare class StockItems extends ApiResource<StockItem> {
37
38
  static readonly TYPE: StockItemType;
@@ -1,4 +1,5 @@
1
- import { ApiResource, Resource, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
2
3
  import type { QueryParamsRetrieve } from '../query';
3
4
  import type { Shipment } from './shipments';
4
5
  import type { LineItem } from './line_items';
@@ -9,12 +10,12 @@ type StockLineItemRel = ResourceRel & {
9
10
  };
10
11
  interface StockLineItem extends Resource {
11
12
  readonly type: StockLineItemType;
12
- sku_code?: string;
13
- bundle_code?: string;
13
+ sku_code?: string | null;
14
+ bundle_code?: string | null;
14
15
  quantity: number;
15
- shipment?: Shipment;
16
- line_item?: LineItem;
17
- stock_item?: StockItem;
16
+ shipment?: Shipment | null;
17
+ line_item?: LineItem | null;
18
+ stock_item?: StockItem | null;
18
19
  }
19
20
  declare class StockLineItems extends ApiResource<StockLineItem> {
20
21
  static readonly TYPE: StockLineItemType;
@@ -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 { Address, AddressType } from './addresses';
4
5
  import type { InventoryStockLocation } from './inventory_stock_locations';
@@ -15,28 +16,28 @@ type AddressRel = ResourceRel & {
15
16
  };
16
17
  interface StockLocation extends Resource {
17
18
  readonly type: StockLocationType;
18
- number?: number;
19
+ number?: number | null;
19
20
  name: string;
20
- label_format?: string;
21
- suppress_etd?: boolean;
22
- address?: Address;
23
- inventory_stock_locations?: InventoryStockLocation[];
24
- inventory_return_locations?: InventoryReturnLocation[];
25
- stock_items?: StockItem[];
26
- stock_transfers?: StockTransfer[];
27
- attachments?: Attachment[];
21
+ label_format?: string | null;
22
+ suppress_etd?: boolean | null;
23
+ address?: Address | null;
24
+ inventory_stock_locations?: InventoryStockLocation[] | null;
25
+ inventory_return_locations?: InventoryReturnLocation[] | null;
26
+ stock_items?: StockItem[] | null;
27
+ stock_transfers?: StockTransfer[] | null;
28
+ attachments?: Attachment[] | null;
28
29
  }
29
30
  interface StockLocationCreate extends ResourceCreate {
30
31
  name: string;
31
- label_format?: string;
32
- suppress_etd?: boolean;
32
+ label_format?: string | null;
33
+ suppress_etd?: boolean | null;
33
34
  address: AddressRel;
34
35
  }
35
36
  interface StockLocationUpdate extends ResourceUpdate {
36
- name: string;
37
- label_format?: string;
38
- suppress_etd?: boolean;
39
- address?: AddressRel;
37
+ name?: string | null;
38
+ label_format?: string | null;
39
+ suppress_etd?: boolean | null;
40
+ address?: AddressRel | null;
40
41
  }
41
42
  declare class StockLocations extends ApiResource<StockLocation> {
42
43
  static readonly TYPE: StockLocationType;
@@ -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 { Sku, SkuType } from './skus';
4
5
  import type { StockLocation, StockLocationType } from './stock_locations';
@@ -23,37 +24,37 @@ type LineItemRel = ResourceRel & {
23
24
  };
24
25
  interface StockTransfer extends Resource {
25
26
  readonly type: StockTransferType;
26
- sku_code?: string;
27
- status?: 'draft' | 'upcoming' | 'picking' | 'in_transit' | 'completed' | 'cancelled';
27
+ sku_code?: string | null;
28
+ status: 'draft' | 'upcoming' | 'picking' | 'in_transit' | 'completed' | 'cancelled';
28
29
  quantity: number;
29
- completed_at?: string;
30
- cancelled_at?: string;
31
- sku?: Sku;
32
- origin_stock_location?: StockLocation;
33
- destination_stock_location?: StockLocation;
34
- shipment?: Shipment;
35
- line_item?: LineItem;
36
- events?: Event[];
30
+ completed_at?: string | null;
31
+ cancelled_at?: string | null;
32
+ sku?: Sku | null;
33
+ origin_stock_location?: StockLocation | null;
34
+ destination_stock_location?: StockLocation | null;
35
+ shipment?: Shipment | null;
36
+ line_item?: LineItem | null;
37
+ events?: Event[] | null;
37
38
  }
38
39
  interface StockTransferCreate extends ResourceCreate {
39
- sku_code?: string;
40
+ sku_code?: string | null;
40
41
  quantity: number;
41
42
  sku: SkuRel;
42
43
  origin_stock_location: StockLocationRel;
43
44
  destination_stock_location: StockLocationRel;
44
- shipment?: ShipmentRel;
45
- line_item?: LineItemRel;
45
+ shipment?: ShipmentRel | null;
46
+ line_item?: LineItemRel | null;
46
47
  }
47
48
  interface StockTransferUpdate extends ResourceUpdate {
48
- sku_code?: string;
49
- _upcoming?: boolean;
50
- _picking?: boolean;
51
- _in_transit?: boolean;
52
- _complete?: boolean;
53
- _cancel?: boolean;
54
- sku?: SkuRel;
55
- origin_stock_location?: StockLocationRel;
56
- destination_stock_location?: StockLocationRel;
49
+ sku_code?: string | null;
50
+ _upcoming?: boolean | null;
51
+ _picking?: boolean | null;
52
+ _in_transit?: boolean | null;
53
+ _complete?: boolean | null;
54
+ _cancel?: boolean | null;
55
+ sku?: SkuRel | null;
56
+ origin_stock_location?: StockLocationRel | null;
57
+ destination_stock_location?: StockLocationRel | null;
57
58
  }
58
59
  declare class StockTransfers extends ApiResource<StockTransfer> {
59
60
  static readonly TYPE: StockTransferType;
@@ -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 { StripePayment } from './stripe_payments';
@@ -9,22 +10,22 @@ type StripeGatewayRel = ResourceRel & {
9
10
  interface StripeGateway extends Resource {
10
11
  readonly type: StripeGatewayType;
11
12
  name: string;
12
- auto_payments?: boolean;
13
- webhook_endpoint_id?: string;
14
- webhook_endpoint_secret?: string;
15
- webhook_endpoint_url?: string;
16
- payment_methods?: PaymentMethod[];
17
- stripe_payments?: StripePayment[];
13
+ auto_payments?: boolean | null;
14
+ webhook_endpoint_id?: string | null;
15
+ webhook_endpoint_secret?: string | null;
16
+ webhook_endpoint_url?: string | null;
17
+ payment_methods?: PaymentMethod[] | null;
18
+ stripe_payments?: StripePayment[] | null;
18
19
  }
19
20
  interface StripeGatewayCreate extends ResourceCreate {
20
21
  name: string;
21
22
  login: string;
22
- publishable_key?: string;
23
- auto_payments?: boolean;
23
+ publishable_key?: string | null;
24
+ auto_payments?: boolean | null;
24
25
  }
25
26
  interface StripeGatewayUpdate extends ResourceUpdate {
26
- name: string;
27
- auto_payments?: boolean;
27
+ name?: string | null;
28
+ auto_payments?: boolean | null;
28
29
  }
29
30
  declare class StripeGateways extends ApiResource<StripeGateway> {
30
31
  static readonly TYPE: StripeGatewayType;
@@ -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,25 +13,25 @@ type OrderRel = ResourceRel & {
12
13
  interface StripePayment extends Resource {
13
14
  readonly type: StripePaymentType;
14
15
  client_secret: string;
15
- publishable_key?: string;
16
- options?: object;
17
- payment_method?: object;
18
- mismatched_amounts?: boolean;
16
+ publishable_key?: string | null;
17
+ options?: Record<string, any> | null;
18
+ payment_method?: Record<string, any> | null;
19
+ mismatched_amounts?: boolean | null;
19
20
  intent_amount_cents: number;
20
- intent_amount_float?: number;
21
- formatted_intent_amount?: string;
22
- payment_instrument?: object;
23
- order?: Order;
24
- payment_gateway?: PaymentGateway;
21
+ intent_amount_float?: number | null;
22
+ formatted_intent_amount?: string | null;
23
+ payment_instrument?: Record<string, any> | null;
24
+ order?: Order | null;
25
+ payment_gateway?: PaymentGateway | null;
25
26
  }
26
27
  interface StripePaymentCreate extends ResourceCreate {
27
- options?: object;
28
+ options?: Record<string, any> | null;
28
29
  order: OrderRel;
29
30
  }
30
31
  interface StripePaymentUpdate extends ResourceUpdate {
31
- options?: object;
32
- _refresh?: boolean;
33
- order?: OrderRel;
32
+ options?: Record<string, any> | null;
33
+ _refresh?: boolean | null;
34
+ order?: OrderRel | null;
34
35
  }
35
36
  declare class StripePayments extends ApiResource<StripePayment> {
36
37
  static readonly TYPE: StripePaymentType;
@@ -0,0 +1,49 @@
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
+ import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
+ import type { Market } from './markets';
5
+ import type { OrderSubscription } from './order_subscriptions';
6
+ import type { Attachment } from './attachments';
7
+ type SubscriptionModelType = 'subscription_models';
8
+ type SubscriptionModelRel = ResourceRel & {
9
+ type: SubscriptionModelType;
10
+ };
11
+ interface SubscriptionModel extends Resource {
12
+ readonly type: SubscriptionModelType;
13
+ name: string;
14
+ strategy?: string | null;
15
+ frequencies: string[];
16
+ auto_activate?: boolean | null;
17
+ auto_cancel?: boolean | null;
18
+ markets?: Market[] | null;
19
+ order_subscriptions?: OrderSubscription[] | null;
20
+ attachments?: Attachment[] | null;
21
+ }
22
+ interface SubscriptionModelCreate extends ResourceCreate {
23
+ name: string;
24
+ strategy?: string | null;
25
+ frequencies: string[];
26
+ auto_activate?: boolean | null;
27
+ auto_cancel?: boolean | null;
28
+ }
29
+ interface SubscriptionModelUpdate extends ResourceUpdate {
30
+ name?: string | null;
31
+ strategy?: string | null;
32
+ frequencies?: string[] | null;
33
+ auto_activate?: boolean | null;
34
+ auto_cancel?: boolean | null;
35
+ }
36
+ declare class SubscriptionModels extends ApiResource<SubscriptionModel> {
37
+ static readonly TYPE: SubscriptionModelType;
38
+ create(resource: SubscriptionModelCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SubscriptionModel>;
39
+ update(resource: SubscriptionModelUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SubscriptionModel>;
40
+ delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
41
+ markets(subscriptionModelId: string | SubscriptionModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Market>>;
42
+ order_subscriptions(subscriptionModelId: string | SubscriptionModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<OrderSubscription>>;
43
+ attachments(subscriptionModelId: string | SubscriptionModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
44
+ isSubscriptionModel(resource: any): resource is SubscriptionModel;
45
+ relationship(id: string | ResourceId | null): SubscriptionModelRel;
46
+ type(): SubscriptionModelType;
47
+ }
48
+ export default SubscriptionModels;
49
+ export type { SubscriptionModel, SubscriptionModelCreate, SubscriptionModelUpdate, SubscriptionModelType };
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const resource_1 = require("../resource");
4
+ class SubscriptionModels extends resource_1.ApiResource {
5
+ async create(resource, params, options) {
6
+ return this.resources.create({ ...resource, type: SubscriptionModels.TYPE }, params, options);
7
+ }
8
+ async update(resource, params, options) {
9
+ return this.resources.update({ ...resource, type: SubscriptionModels.TYPE }, params, options);
10
+ }
11
+ async delete(id, options) {
12
+ await this.resources.delete((typeof id === 'string') ? { id, type: SubscriptionModels.TYPE } : id, options);
13
+ }
14
+ async markets(subscriptionModelId, params, options) {
15
+ const _subscriptionModelId = subscriptionModelId.id || subscriptionModelId;
16
+ return this.resources.fetch({ type: 'markets' }, `subscription_models/${_subscriptionModelId}/markets`, params, options);
17
+ }
18
+ async order_subscriptions(subscriptionModelId, params, options) {
19
+ const _subscriptionModelId = subscriptionModelId.id || subscriptionModelId;
20
+ return this.resources.fetch({ type: 'order_subscriptions' }, `subscription_models/${_subscriptionModelId}/order_subscriptions`, params, options);
21
+ }
22
+ async attachments(subscriptionModelId, params, options) {
23
+ const _subscriptionModelId = subscriptionModelId.id || subscriptionModelId;
24
+ return this.resources.fetch({ type: 'attachments' }, `subscription_models/${_subscriptionModelId}/attachments`, params, options);
25
+ }
26
+ isSubscriptionModel(resource) {
27
+ return resource.type && (resource.type === SubscriptionModels.TYPE);
28
+ }
29
+ relationship(id) {
30
+ return ((id === null) || (typeof id === 'string')) ? { id, type: SubscriptionModels.TYPE } : { id: id.id, type: SubscriptionModels.TYPE };
31
+ }
32
+ type() {
33
+ return SubscriptionModels.TYPE;
34
+ }
35
+ }
36
+ SubscriptionModels.TYPE = 'subscription_models';
37
+ exports.default = SubscriptionModels;