@commercelayer/sdk 5.37.0 → 5.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/lib/cjs/api.d.ts +1 -164
  2. package/lib/cjs/api.js +1 -387
  3. package/lib/cjs/client.d.ts +1 -39
  4. package/lib/cjs/client.js +1 -154
  5. package/lib/cjs/commercelayer.d.ts +1 -153
  6. package/lib/cjs/commercelayer.js +1 -253
  7. package/lib/cjs/common.d.ts +1 -5
  8. package/lib/cjs/common.js +1 -23
  9. package/lib/cjs/config.d.ts +1 -15
  10. package/lib/cjs/config.js +1 -19
  11. package/lib/cjs/debug.d.ts +1 -3
  12. package/lib/cjs/debug.js +1 -38
  13. package/lib/cjs/error.d.ts +1 -31
  14. package/lib/cjs/error.js +1 -77
  15. package/lib/cjs/index.d.ts +1 -7
  16. package/lib/cjs/index.js +1 -13
  17. package/lib/cjs/interceptor.d.ts +1 -25
  18. package/lib/cjs/interceptor.js +1 -2
  19. package/lib/cjs/jsonapi.d.ts +1 -6
  20. package/lib/cjs/jsonapi.js +1 -94
  21. package/lib/cjs/model.d.ts +1 -124
  22. package/lib/cjs/model.js +1 -3
  23. package/lib/cjs/query.d.ts +1 -17
  24. package/lib/cjs/query.js +1 -69
  25. package/lib/cjs/resource.d.ts +1 -89
  26. package/lib/cjs/resource.js +1 -198
  27. package/lib/cjs/resources/addresses.d.ts +1 -103
  28. package/lib/cjs/resources/addresses.js +1 -41
  29. package/lib/cjs/resources/adjustments.d.ts +1 -42
  30. package/lib/cjs/resources/adjustments.js +1 -29
  31. package/lib/cjs/resources/adyen_gateways.d.ts +1 -60
  32. package/lib/cjs/resources/adyen_gateways.js +1 -37
  33. package/lib/cjs/resources/adyen_payments.d.ts +1 -51
  34. package/lib/cjs/resources/adyen_payments.js +1 -40
  35. package/lib/cjs/resources/application.d.ts +1 -22
  36. package/lib/cjs/resources/application.js +1 -16
  37. package/lib/cjs/resources/attachments.d.ts +1 -157
  38. package/lib/cjs/resources/attachments.js +1 -25
  39. package/lib/cjs/resources/authorizations.d.ts +1 -70
  40. package/lib/cjs/resources/authorizations.js +1 -52
  41. package/lib/cjs/resources/avalara_accounts.d.ts +1 -59
  42. package/lib/cjs/resources/avalara_accounts.js +1 -41
  43. package/lib/cjs/resources/axerve_gateways.d.ts +1 -48
  44. package/lib/cjs/resources/axerve_gateways.js +1 -37
  45. package/lib/cjs/resources/axerve_payments.d.ts +1 -54
  46. package/lib/cjs/resources/axerve_payments.js +1 -40
  47. package/lib/cjs/resources/billing_info_validation_rules.d.ts +1 -39
  48. package/lib/cjs/resources/billing_info_validation_rules.js +1 -37
  49. package/lib/cjs/resources/bing_geocoders.d.ts +1 -36
  50. package/lib/cjs/resources/bing_geocoders.js +1 -33
  51. package/lib/cjs/resources/braintree_gateways.d.ts +1 -60
  52. package/lib/cjs/resources/braintree_gateways.js +1 -37
  53. package/lib/cjs/resources/braintree_payments.d.ts +1 -52
  54. package/lib/cjs/resources/braintree_payments.js +1 -37
  55. package/lib/cjs/resources/bundles.d.ts +1 -93
  56. package/lib/cjs/resources/bundles.js +1 -59
  57. package/lib/cjs/resources/buy_x_pay_y_promotions.d.ts +1 -137
  58. package/lib/cjs/resources/buy_x_pay_y_promotions.js +1 -79
  59. package/lib/cjs/resources/captures.d.ts +1 -60
  60. package/lib/cjs/resources/captures.js +1 -49
  61. package/lib/cjs/resources/carrier_accounts.d.ts +1 -30
  62. package/lib/cjs/resources/carrier_accounts.js +1 -28
  63. package/lib/cjs/resources/checkout_com_gateways.d.ts +1 -49
  64. package/lib/cjs/resources/checkout_com_gateways.js +1 -37
  65. package/lib/cjs/resources/checkout_com_payments.d.ts +1 -65
  66. package/lib/cjs/resources/checkout_com_payments.js +1 -43
  67. package/lib/cjs/resources/cleanups.d.ts +1 -40
  68. package/lib/cjs/resources/cleanups.js +1 -30
  69. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +1 -67
  70. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -33
  71. package/lib/cjs/resources/coupon_recipients.d.ts +1 -48
  72. package/lib/cjs/resources/coupon_recipients.js +1 -37
  73. package/lib/cjs/resources/coupons.d.ts +1 -71
  74. package/lib/cjs/resources/coupons.js +1 -45
  75. package/lib/cjs/resources/custom_promotion_rules.d.ts +1 -62
  76. package/lib/cjs/resources/custom_promotion_rules.js +1 -29
  77. package/lib/cjs/resources/customer_addresses.d.ts +1 -50
  78. package/lib/cjs/resources/customer_addresses.js +1 -41
  79. package/lib/cjs/resources/customer_groups.d.ts +1 -40
  80. package/lib/cjs/resources/customer_groups.js +1 -41
  81. package/lib/cjs/resources/customer_password_resets.d.ts +1 -38
  82. package/lib/cjs/resources/customer_password_resets.js +1 -36
  83. package/lib/cjs/resources/customer_payment_sources.d.ts +1 -86
  84. package/lib/cjs/resources/customer_payment_sources.js +1 -37
  85. package/lib/cjs/resources/customer_subscriptions.d.ts +1 -35
  86. package/lib/cjs/resources/customer_subscriptions.js +1 -37
  87. package/lib/cjs/resources/customers.d.ts +1 -76
  88. package/lib/cjs/resources/customers.js +1 -69
  89. package/lib/cjs/resources/delivery_lead_times.d.ts +1 -55
  90. package/lib/cjs/resources/delivery_lead_times.js +1 -41
  91. package/lib/cjs/resources/event_callbacks.d.ts +1 -25
  92. package/lib/cjs/resources/event_callbacks.js +1 -20
  93. package/lib/cjs/resources/events.d.ts +1 -25
  94. package/lib/cjs/resources/events.js +1 -24
  95. package/lib/cjs/resources/exports.d.ts +1 -41
  96. package/lib/cjs/resources/exports.js +1 -26
  97. package/lib/cjs/resources/external_gateways.d.ts +1 -57
  98. package/lib/cjs/resources/external_gateways.js +1 -40
  99. package/lib/cjs/resources/external_payments.d.ts +1 -48
  100. package/lib/cjs/resources/external_payments.js +1 -41
  101. package/lib/cjs/resources/external_promotions.d.ts +1 -136
  102. package/lib/cjs/resources/external_promotions.js +1 -82
  103. package/lib/cjs/resources/external_tax_calculators.d.ts +1 -45
  104. package/lib/cjs/resources/external_tax_calculators.js +1 -40
  105. package/lib/cjs/resources/fixed_amount_promotions.d.ts +1 -133
  106. package/lib/cjs/resources/fixed_amount_promotions.js +1 -79
  107. package/lib/cjs/resources/fixed_price_promotions.d.ts +1 -133
  108. package/lib/cjs/resources/fixed_price_promotions.js +1 -79
  109. package/lib/cjs/resources/free_gift_promotions.d.ts +1 -131
  110. package/lib/cjs/resources/free_gift_promotions.js +1 -79
  111. package/lib/cjs/resources/free_shipping_promotions.d.ts +1 -125
  112. package/lib/cjs/resources/free_shipping_promotions.js +1 -75
  113. package/lib/cjs/resources/geocoders.d.ts +1 -25
  114. package/lib/cjs/resources/geocoders.js +1 -24
  115. package/lib/cjs/resources/gift_card_recipients.d.ts +1 -48
  116. package/lib/cjs/resources/gift_card_recipients.js +1 -37
  117. package/lib/cjs/resources/gift_cards.d.ts +1 -104
  118. package/lib/cjs/resources/gift_cards.js +1 -61
  119. package/lib/cjs/resources/google_geocoders.d.ts +1 -36
  120. package/lib/cjs/resources/google_geocoders.js +1 -33
  121. package/lib/cjs/resources/imports.d.ts +1 -44
  122. package/lib/cjs/resources/imports.js +1 -26
  123. package/lib/cjs/resources/in_stock_subscriptions.d.ts +1 -68
  124. package/lib/cjs/resources/in_stock_subscriptions.js +1 -51
  125. package/lib/cjs/resources/inventory_models.d.ts +1 -55
  126. package/lib/cjs/resources/inventory_models.js +1 -41
  127. package/lib/cjs/resources/inventory_return_locations.d.ts +1 -47
  128. package/lib/cjs/resources/inventory_return_locations.js +1 -37
  129. package/lib/cjs/resources/inventory_stock_locations.d.ts +1 -50
  130. package/lib/cjs/resources/inventory_stock_locations.js +1 -37
  131. package/lib/cjs/resources/klarna_gateways.d.ts +1 -48
  132. package/lib/cjs/resources/klarna_gateways.js +1 -37
  133. package/lib/cjs/resources/klarna_payments.d.ts +1 -48
  134. package/lib/cjs/resources/klarna_payments.js +1 -40
  135. package/lib/cjs/resources/line_item_options.d.ts +1 -69
  136. package/lib/cjs/resources/line_item_options.js +1 -41
  137. package/lib/cjs/resources/line_items.d.ts +1 -170
  138. package/lib/cjs/resources/line_items.js +1 -66
  139. package/lib/cjs/resources/manual_gateways.d.ts +1 -34
  140. package/lib/cjs/resources/manual_gateways.js +1 -33
  141. package/lib/cjs/resources/manual_tax_calculators.d.ts +1 -45
  142. package/lib/cjs/resources/manual_tax_calculators.js +1 -41
  143. package/lib/cjs/resources/markets.d.ts +1 -107
  144. package/lib/cjs/resources/markets.js +1 -63
  145. package/lib/cjs/resources/merchants.d.ts +1 -42
  146. package/lib/cjs/resources/merchants.js +1 -37
  147. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +1 -67
  148. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -29
  149. package/lib/cjs/resources/order_copies.d.ts +1 -51
  150. package/lib/cjs/resources/order_copies.js +1 -41
  151. package/lib/cjs/resources/order_factories.d.ts +1 -34
  152. package/lib/cjs/resources/order_factories.js +1 -28
  153. package/lib/cjs/resources/order_subscription_items.d.ts +1 -72
  154. package/lib/cjs/resources/order_subscription_items.js +1 -33
  155. package/lib/cjs/resources/order_subscriptions.d.ts +1 -98
  156. package/lib/cjs/resources/order_subscriptions.js +1 -78
  157. package/lib/cjs/resources/order_validation_rules.d.ts +1 -27
  158. package/lib/cjs/resources/order_validation_rules.js +1 -28
  159. package/lib/cjs/resources/orders.d.ts +1 -389
  160. package/lib/cjs/resources/orders.js +1 -236
  161. package/lib/cjs/resources/organization.d.ts +1 -34
  162. package/lib/cjs/resources/organization.js +1 -16
  163. package/lib/cjs/resources/packages.d.ts +1 -60
  164. package/lib/cjs/resources/packages.js +1 -41
  165. package/lib/cjs/resources/parcel_line_items.d.ts +1 -47
  166. package/lib/cjs/resources/parcel_line_items.js +1 -37
  167. package/lib/cjs/resources/parcels.d.ts +1 -126
  168. package/lib/cjs/resources/parcels.js +1 -49
  169. package/lib/cjs/resources/payment_gateways.d.ts +1 -25
  170. package/lib/cjs/resources/payment_gateways.js +1 -24
  171. package/lib/cjs/resources/payment_methods.d.ts +1 -83
  172. package/lib/cjs/resources/payment_methods.js +1 -47
  173. package/lib/cjs/resources/payment_options.d.ts +1 -44
  174. package/lib/cjs/resources/payment_options.js +1 -33
  175. package/lib/cjs/resources/paypal_gateways.d.ts +1 -41
  176. package/lib/cjs/resources/paypal_gateways.js +1 -37
  177. package/lib/cjs/resources/paypal_payments.d.ts +1 -53
  178. package/lib/cjs/resources/paypal_payments.js +1 -37
  179. package/lib/cjs/resources/percentage_discount_promotions.d.ts +1 -131
  180. package/lib/cjs/resources/percentage_discount_promotions.js +1 -79
  181. package/lib/cjs/resources/price_frequency_tiers.d.ts +1 -53
  182. package/lib/cjs/resources/price_frequency_tiers.js +1 -41
  183. package/lib/cjs/resources/price_lists.d.ts +1 -46
  184. package/lib/cjs/resources/price_lists.js +1 -37
  185. package/lib/cjs/resources/price_tiers.d.ts +1 -32
  186. package/lib/cjs/resources/price_tiers.js +1 -28
  187. package/lib/cjs/resources/price_volume_tiers.d.ts +1 -53
  188. package/lib/cjs/resources/price_volume_tiers.js +1 -41
  189. package/lib/cjs/resources/prices.d.ts +1 -84
  190. package/lib/cjs/resources/prices.js +1 -65
  191. package/lib/cjs/resources/promotion_rules.d.ts +1 -29
  192. package/lib/cjs/resources/promotion_rules.js +1 -20
  193. package/lib/cjs/resources/promotions.d.ts +1 -63
  194. package/lib/cjs/resources/promotions.js +1 -60
  195. package/lib/cjs/resources/recurring_order_copies.d.ts +1 -53
  196. package/lib/cjs/resources/recurring_order_copies.js +1 -41
  197. package/lib/cjs/resources/refunds.d.ts +1 -44
  198. package/lib/cjs/resources/refunds.js +1 -36
  199. package/lib/cjs/resources/reserved_stocks.d.ts +1 -28
  200. package/lib/cjs/resources/reserved_stocks.js +1 -28
  201. package/lib/cjs/resources/resource_errors.d.ts +1 -22
  202. package/lib/cjs/resources/resource_errors.js +1 -16
  203. package/lib/cjs/resources/return_line_items.d.ts +1 -52
  204. package/lib/cjs/resources/return_line_items.js +1 -36
  205. package/lib/cjs/resources/returns.d.ts +1 -96
  206. package/lib/cjs/resources/returns.js +1 -92
  207. package/lib/cjs/resources/satispay_gateways.d.ts +1 -46
  208. package/lib/cjs/resources/satispay_gateways.js +1 -37
  209. package/lib/cjs/resources/satispay_payments.d.ts +1 -50
  210. package/lib/cjs/resources/satispay_payments.js +1 -40
  211. package/lib/cjs/resources/shipments.d.ts +1 -151
  212. package/lib/cjs/resources/shipments.js +1 -130
  213. package/lib/cjs/resources/shipping_categories.d.ts +1 -40
  214. package/lib/cjs/resources/shipping_categories.js +1 -37
  215. package/lib/cjs/resources/shipping_method_tiers.d.ts +1 -32
  216. package/lib/cjs/resources/shipping_method_tiers.js +1 -28
  217. package/lib/cjs/resources/shipping_methods.d.ts +1 -125
  218. package/lib/cjs/resources/shipping_methods.js +1 -70
  219. package/lib/cjs/resources/shipping_weight_tiers.d.ts +1 -50
  220. package/lib/cjs/resources/shipping_weight_tiers.js +1 -37
  221. package/lib/cjs/resources/shipping_zones.d.ts +1 -52
  222. package/lib/cjs/resources/shipping_zones.js +1 -33
  223. package/lib/cjs/resources/sku_list_items.d.ts +1 -51
  224. package/lib/cjs/resources/sku_list_items.js +1 -37
  225. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +1 -76
  226. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -37
  227. package/lib/cjs/resources/sku_lists.d.ts +1 -64
  228. package/lib/cjs/resources/sku_lists.js +1 -49
  229. package/lib/cjs/resources/sku_options.d.ts +1 -71
  230. package/lib/cjs/resources/sku_options.js +1 -45
  231. package/lib/cjs/resources/skus.d.ts +1 -96
  232. package/lib/cjs/resources/skus.js +1 -65
  233. package/lib/cjs/resources/stock_items.d.ts +1 -61
  234. package/lib/cjs/resources/stock_items.js +1 -52
  235. package/lib/cjs/resources/stock_line_items.d.ts +1 -73
  236. package/lib/cjs/resources/stock_line_items.js +1 -54
  237. package/lib/cjs/resources/stock_locations.d.ts +1 -64
  238. package/lib/cjs/resources/stock_locations.js +1 -53
  239. package/lib/cjs/resources/stock_reservations.d.ts +1 -51
  240. package/lib/cjs/resources/stock_reservations.js +1 -48
  241. package/lib/cjs/resources/stock_transfers.d.ts +1 -86
  242. package/lib/cjs/resources/stock_transfers.js +1 -71
  243. package/lib/cjs/resources/stripe_gateways.d.ts +1 -45
  244. package/lib/cjs/resources/stripe_gateways.js +1 -37
  245. package/lib/cjs/resources/stripe_payments.d.ts +1 -59
  246. package/lib/cjs/resources/stripe_payments.js +1 -43
  247. package/lib/cjs/resources/subscription_models.d.ts +1 -49
  248. package/lib/cjs/resources/subscription_models.js +1 -37
  249. package/lib/cjs/resources/tags.d.ts +1 -28
  250. package/lib/cjs/resources/tags.js +1 -25
  251. package/lib/cjs/resources/tax_calculators.d.ts +1 -28
  252. package/lib/cjs/resources/tax_calculators.js +1 -28
  253. package/lib/cjs/resources/tax_categories.d.ts +1 -63
  254. package/lib/cjs/resources/tax_categories.js +1 -37
  255. package/lib/cjs/resources/tax_rules.d.ts +1 -73
  256. package/lib/cjs/resources/tax_rules.js +1 -33
  257. package/lib/cjs/resources/taxjar_accounts.d.ts +1 -47
  258. package/lib/cjs/resources/taxjar_accounts.js +1 -41
  259. package/lib/cjs/resources/transactions.d.ts +1 -41
  260. package/lib/cjs/resources/transactions.js +1 -32
  261. package/lib/cjs/resources/versions.d.ts +1 -22
  262. package/lib/cjs/resources/versions.js +1 -16
  263. package/lib/cjs/resources/voids.d.ts +1 -44
  264. package/lib/cjs/resources/voids.js +1 -36
  265. package/lib/cjs/resources/webhooks.d.ts +1 -55
  266. package/lib/cjs/resources/webhooks.js +1 -42
  267. package/lib/cjs/resources/wire_transfers.d.ts +1 -37
  268. package/lib/cjs/resources/wire_transfers.js +1 -33
  269. package/lib/cjs/static.d.ts +1 -12
  270. package/lib/cjs/static.js +1 -51
  271. package/lib/cjs/util.d.ts +1 -4
  272. package/lib/cjs/util.js +1 -16
  273. package/lib/esm/api.d.ts +1 -164
  274. package/lib/esm/api.js +1 -258
  275. package/lib/esm/client.d.ts +1 -39
  276. package/lib/esm/client.js +1 -149
  277. package/lib/esm/commercelayer.d.ts +1 -153
  278. package/lib/esm/commercelayer.js +1 -224
  279. package/lib/esm/common.d.ts +1 -5
  280. package/lib/esm/common.js +1 -19
  281. package/lib/esm/config.d.ts +1 -15
  282. package/lib/esm/config.js +1 -17
  283. package/lib/esm/debug.d.ts +1 -3
  284. package/lib/esm/debug.js +1 -36
  285. package/lib/esm/error.d.ts +1 -31
  286. package/lib/esm/error.js +1 -69
  287. package/lib/esm/index.d.ts +1 -7
  288. package/lib/esm/index.js +1 -4
  289. package/lib/esm/interceptor.d.ts +1 -25
  290. package/lib/esm/interceptor.js +1 -1
  291. package/lib/esm/jsonapi.d.ts +1 -6
  292. package/lib/esm/jsonapi.js +1 -87
  293. package/lib/esm/model.d.ts +1 -124
  294. package/lib/esm/model.js +1 -2
  295. package/lib/esm/query.d.ts +1 -17
  296. package/lib/esm/query.js +1 -62
  297. package/lib/esm/resource.d.ts +1 -89
  298. package/lib/esm/resource.js +1 -191
  299. package/lib/esm/resources/addresses.d.ts +1 -103
  300. package/lib/esm/resources/addresses.js +1 -39
  301. package/lib/esm/resources/adjustments.d.ts +1 -42
  302. package/lib/esm/resources/adjustments.js +1 -27
  303. package/lib/esm/resources/adyen_gateways.d.ts +1 -60
  304. package/lib/esm/resources/adyen_gateways.js +1 -35
  305. package/lib/esm/resources/adyen_payments.d.ts +1 -51
  306. package/lib/esm/resources/adyen_payments.js +1 -38
  307. package/lib/esm/resources/application.d.ts +1 -22
  308. package/lib/esm/resources/application.js +1 -14
  309. package/lib/esm/resources/attachments.d.ts +1 -157
  310. package/lib/esm/resources/attachments.js +1 -23
  311. package/lib/esm/resources/authorizations.d.ts +1 -70
  312. package/lib/esm/resources/authorizations.js +1 -50
  313. package/lib/esm/resources/avalara_accounts.d.ts +1 -59
  314. package/lib/esm/resources/avalara_accounts.js +1 -39
  315. package/lib/esm/resources/axerve_gateways.d.ts +1 -48
  316. package/lib/esm/resources/axerve_gateways.js +1 -35
  317. package/lib/esm/resources/axerve_payments.d.ts +1 -54
  318. package/lib/esm/resources/axerve_payments.js +1 -38
  319. package/lib/esm/resources/billing_info_validation_rules.d.ts +1 -39
  320. package/lib/esm/resources/billing_info_validation_rules.js +1 -35
  321. package/lib/esm/resources/bing_geocoders.d.ts +1 -36
  322. package/lib/esm/resources/bing_geocoders.js +1 -31
  323. package/lib/esm/resources/braintree_gateways.d.ts +1 -60
  324. package/lib/esm/resources/braintree_gateways.js +1 -35
  325. package/lib/esm/resources/braintree_payments.d.ts +1 -52
  326. package/lib/esm/resources/braintree_payments.js +1 -35
  327. package/lib/esm/resources/bundles.d.ts +1 -93
  328. package/lib/esm/resources/bundles.js +1 -57
  329. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +1 -137
  330. package/lib/esm/resources/buy_x_pay_y_promotions.js +1 -77
  331. package/lib/esm/resources/captures.d.ts +1 -60
  332. package/lib/esm/resources/captures.js +1 -47
  333. package/lib/esm/resources/carrier_accounts.d.ts +1 -30
  334. package/lib/esm/resources/carrier_accounts.js +1 -26
  335. package/lib/esm/resources/checkout_com_gateways.d.ts +1 -49
  336. package/lib/esm/resources/checkout_com_gateways.js +1 -35
  337. package/lib/esm/resources/checkout_com_payments.d.ts +1 -65
  338. package/lib/esm/resources/checkout_com_payments.js +1 -41
  339. package/lib/esm/resources/cleanups.d.ts +1 -40
  340. package/lib/esm/resources/cleanups.js +1 -28
  341. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +1 -67
  342. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -31
  343. package/lib/esm/resources/coupon_recipients.d.ts +1 -48
  344. package/lib/esm/resources/coupon_recipients.js +1 -35
  345. package/lib/esm/resources/coupons.d.ts +1 -71
  346. package/lib/esm/resources/coupons.js +1 -43
  347. package/lib/esm/resources/custom_promotion_rules.d.ts +1 -62
  348. package/lib/esm/resources/custom_promotion_rules.js +1 -27
  349. package/lib/esm/resources/customer_addresses.d.ts +1 -50
  350. package/lib/esm/resources/customer_addresses.js +1 -39
  351. package/lib/esm/resources/customer_groups.d.ts +1 -40
  352. package/lib/esm/resources/customer_groups.js +1 -39
  353. package/lib/esm/resources/customer_password_resets.d.ts +1 -38
  354. package/lib/esm/resources/customer_password_resets.js +1 -34
  355. package/lib/esm/resources/customer_payment_sources.d.ts +1 -86
  356. package/lib/esm/resources/customer_payment_sources.js +1 -35
  357. package/lib/esm/resources/customer_subscriptions.d.ts +1 -35
  358. package/lib/esm/resources/customer_subscriptions.js +1 -35
  359. package/lib/esm/resources/customers.d.ts +1 -76
  360. package/lib/esm/resources/customers.js +1 -67
  361. package/lib/esm/resources/delivery_lead_times.d.ts +1 -55
  362. package/lib/esm/resources/delivery_lead_times.js +1 -39
  363. package/lib/esm/resources/event_callbacks.d.ts +1 -25
  364. package/lib/esm/resources/event_callbacks.js +1 -18
  365. package/lib/esm/resources/events.d.ts +1 -25
  366. package/lib/esm/resources/events.js +1 -22
  367. package/lib/esm/resources/exports.d.ts +1 -41
  368. package/lib/esm/resources/exports.js +1 -24
  369. package/lib/esm/resources/external_gateways.d.ts +1 -57
  370. package/lib/esm/resources/external_gateways.js +1 -38
  371. package/lib/esm/resources/external_payments.d.ts +1 -48
  372. package/lib/esm/resources/external_payments.js +1 -39
  373. package/lib/esm/resources/external_promotions.d.ts +1 -136
  374. package/lib/esm/resources/external_promotions.js +1 -80
  375. package/lib/esm/resources/external_tax_calculators.d.ts +1 -45
  376. package/lib/esm/resources/external_tax_calculators.js +1 -38
  377. package/lib/esm/resources/fixed_amount_promotions.d.ts +1 -133
  378. package/lib/esm/resources/fixed_amount_promotions.js +1 -77
  379. package/lib/esm/resources/fixed_price_promotions.d.ts +1 -133
  380. package/lib/esm/resources/fixed_price_promotions.js +1 -77
  381. package/lib/esm/resources/free_gift_promotions.d.ts +1 -131
  382. package/lib/esm/resources/free_gift_promotions.js +1 -77
  383. package/lib/esm/resources/free_shipping_promotions.d.ts +1 -125
  384. package/lib/esm/resources/free_shipping_promotions.js +1 -73
  385. package/lib/esm/resources/geocoders.d.ts +1 -25
  386. package/lib/esm/resources/geocoders.js +1 -22
  387. package/lib/esm/resources/gift_card_recipients.d.ts +1 -48
  388. package/lib/esm/resources/gift_card_recipients.js +1 -35
  389. package/lib/esm/resources/gift_cards.d.ts +1 -104
  390. package/lib/esm/resources/gift_cards.js +1 -59
  391. package/lib/esm/resources/google_geocoders.d.ts +1 -36
  392. package/lib/esm/resources/google_geocoders.js +1 -31
  393. package/lib/esm/resources/imports.d.ts +1 -44
  394. package/lib/esm/resources/imports.js +1 -24
  395. package/lib/esm/resources/in_stock_subscriptions.d.ts +1 -68
  396. package/lib/esm/resources/in_stock_subscriptions.js +1 -49
  397. package/lib/esm/resources/inventory_models.d.ts +1 -55
  398. package/lib/esm/resources/inventory_models.js +1 -39
  399. package/lib/esm/resources/inventory_return_locations.d.ts +1 -47
  400. package/lib/esm/resources/inventory_return_locations.js +1 -35
  401. package/lib/esm/resources/inventory_stock_locations.d.ts +1 -50
  402. package/lib/esm/resources/inventory_stock_locations.js +1 -35
  403. package/lib/esm/resources/klarna_gateways.d.ts +1 -48
  404. package/lib/esm/resources/klarna_gateways.js +1 -35
  405. package/lib/esm/resources/klarna_payments.d.ts +1 -48
  406. package/lib/esm/resources/klarna_payments.js +1 -38
  407. package/lib/esm/resources/line_item_options.d.ts +1 -69
  408. package/lib/esm/resources/line_item_options.js +1 -39
  409. package/lib/esm/resources/line_items.d.ts +1 -170
  410. package/lib/esm/resources/line_items.js +1 -64
  411. package/lib/esm/resources/manual_gateways.d.ts +1 -34
  412. package/lib/esm/resources/manual_gateways.js +1 -31
  413. package/lib/esm/resources/manual_tax_calculators.d.ts +1 -45
  414. package/lib/esm/resources/manual_tax_calculators.js +1 -39
  415. package/lib/esm/resources/markets.d.ts +1 -107
  416. package/lib/esm/resources/markets.js +1 -61
  417. package/lib/esm/resources/merchants.d.ts +1 -42
  418. package/lib/esm/resources/merchants.js +1 -35
  419. package/lib/esm/resources/order_amount_promotion_rules.d.ts +1 -67
  420. package/lib/esm/resources/order_amount_promotion_rules.js +1 -27
  421. package/lib/esm/resources/order_copies.d.ts +1 -51
  422. package/lib/esm/resources/order_copies.js +1 -39
  423. package/lib/esm/resources/order_factories.d.ts +1 -34
  424. package/lib/esm/resources/order_factories.js +1 -26
  425. package/lib/esm/resources/order_subscription_items.d.ts +1 -72
  426. package/lib/esm/resources/order_subscription_items.js +1 -31
  427. package/lib/esm/resources/order_subscriptions.d.ts +1 -98
  428. package/lib/esm/resources/order_subscriptions.js +1 -76
  429. package/lib/esm/resources/order_validation_rules.d.ts +1 -27
  430. package/lib/esm/resources/order_validation_rules.js +1 -26
  431. package/lib/esm/resources/orders.d.ts +1 -389
  432. package/lib/esm/resources/orders.js +1 -234
  433. package/lib/esm/resources/organization.d.ts +1 -34
  434. package/lib/esm/resources/organization.js +1 -14
  435. package/lib/esm/resources/packages.d.ts +1 -60
  436. package/lib/esm/resources/packages.js +1 -39
  437. package/lib/esm/resources/parcel_line_items.d.ts +1 -47
  438. package/lib/esm/resources/parcel_line_items.js +1 -35
  439. package/lib/esm/resources/parcels.d.ts +1 -126
  440. package/lib/esm/resources/parcels.js +1 -47
  441. package/lib/esm/resources/payment_gateways.d.ts +1 -25
  442. package/lib/esm/resources/payment_gateways.js +1 -22
  443. package/lib/esm/resources/payment_methods.d.ts +1 -83
  444. package/lib/esm/resources/payment_methods.js +1 -45
  445. package/lib/esm/resources/payment_options.d.ts +1 -44
  446. package/lib/esm/resources/payment_options.js +1 -31
  447. package/lib/esm/resources/paypal_gateways.d.ts +1 -41
  448. package/lib/esm/resources/paypal_gateways.js +1 -35
  449. package/lib/esm/resources/paypal_payments.d.ts +1 -53
  450. package/lib/esm/resources/paypal_payments.js +1 -35
  451. package/lib/esm/resources/percentage_discount_promotions.d.ts +1 -131
  452. package/lib/esm/resources/percentage_discount_promotions.js +1 -77
  453. package/lib/esm/resources/price_frequency_tiers.d.ts +1 -53
  454. package/lib/esm/resources/price_frequency_tiers.js +1 -39
  455. package/lib/esm/resources/price_lists.d.ts +1 -46
  456. package/lib/esm/resources/price_lists.js +1 -35
  457. package/lib/esm/resources/price_tiers.d.ts +1 -32
  458. package/lib/esm/resources/price_tiers.js +1 -26
  459. package/lib/esm/resources/price_volume_tiers.d.ts +1 -53
  460. package/lib/esm/resources/price_volume_tiers.js +1 -39
  461. package/lib/esm/resources/prices.d.ts +1 -84
  462. package/lib/esm/resources/prices.js +1 -63
  463. package/lib/esm/resources/promotion_rules.d.ts +1 -29
  464. package/lib/esm/resources/promotion_rules.js +1 -18
  465. package/lib/esm/resources/promotions.d.ts +1 -63
  466. package/lib/esm/resources/promotions.js +1 -58
  467. package/lib/esm/resources/recurring_order_copies.d.ts +1 -53
  468. package/lib/esm/resources/recurring_order_copies.js +1 -39
  469. package/lib/esm/resources/refunds.d.ts +1 -44
  470. package/lib/esm/resources/refunds.js +1 -34
  471. package/lib/esm/resources/reserved_stocks.d.ts +1 -28
  472. package/lib/esm/resources/reserved_stocks.js +1 -26
  473. package/lib/esm/resources/resource_errors.d.ts +1 -22
  474. package/lib/esm/resources/resource_errors.js +1 -14
  475. package/lib/esm/resources/return_line_items.d.ts +1 -52
  476. package/lib/esm/resources/return_line_items.js +1 -34
  477. package/lib/esm/resources/returns.d.ts +1 -96
  478. package/lib/esm/resources/returns.js +1 -90
  479. package/lib/esm/resources/satispay_gateways.d.ts +1 -46
  480. package/lib/esm/resources/satispay_gateways.js +1 -35
  481. package/lib/esm/resources/satispay_payments.d.ts +1 -50
  482. package/lib/esm/resources/satispay_payments.js +1 -38
  483. package/lib/esm/resources/shipments.d.ts +1 -151
  484. package/lib/esm/resources/shipments.js +1 -128
  485. package/lib/esm/resources/shipping_categories.d.ts +1 -40
  486. package/lib/esm/resources/shipping_categories.js +1 -35
  487. package/lib/esm/resources/shipping_method_tiers.d.ts +1 -32
  488. package/lib/esm/resources/shipping_method_tiers.js +1 -26
  489. package/lib/esm/resources/shipping_methods.d.ts +1 -125
  490. package/lib/esm/resources/shipping_methods.js +1 -68
  491. package/lib/esm/resources/shipping_weight_tiers.d.ts +1 -50
  492. package/lib/esm/resources/shipping_weight_tiers.js +1 -35
  493. package/lib/esm/resources/shipping_zones.d.ts +1 -52
  494. package/lib/esm/resources/shipping_zones.js +1 -31
  495. package/lib/esm/resources/sku_list_items.d.ts +1 -51
  496. package/lib/esm/resources/sku_list_items.js +1 -35
  497. package/lib/esm/resources/sku_list_promotion_rules.d.ts +1 -76
  498. package/lib/esm/resources/sku_list_promotion_rules.js +1 -35
  499. package/lib/esm/resources/sku_lists.d.ts +1 -64
  500. package/lib/esm/resources/sku_lists.js +1 -47
  501. package/lib/esm/resources/sku_options.d.ts +1 -71
  502. package/lib/esm/resources/sku_options.js +1 -43
  503. package/lib/esm/resources/skus.d.ts +1 -96
  504. package/lib/esm/resources/skus.js +1 -63
  505. package/lib/esm/resources/stock_items.d.ts +1 -61
  506. package/lib/esm/resources/stock_items.js +1 -50
  507. package/lib/esm/resources/stock_line_items.d.ts +1 -73
  508. package/lib/esm/resources/stock_line_items.js +1 -52
  509. package/lib/esm/resources/stock_locations.d.ts +1 -64
  510. package/lib/esm/resources/stock_locations.js +1 -51
  511. package/lib/esm/resources/stock_reservations.d.ts +1 -51
  512. package/lib/esm/resources/stock_reservations.js +1 -46
  513. package/lib/esm/resources/stock_transfers.d.ts +1 -86
  514. package/lib/esm/resources/stock_transfers.js +1 -69
  515. package/lib/esm/resources/stripe_gateways.d.ts +1 -45
  516. package/lib/esm/resources/stripe_gateways.js +1 -35
  517. package/lib/esm/resources/stripe_payments.d.ts +1 -59
  518. package/lib/esm/resources/stripe_payments.js +1 -41
  519. package/lib/esm/resources/subscription_models.d.ts +1 -49
  520. package/lib/esm/resources/subscription_models.js +1 -35
  521. package/lib/esm/resources/tags.d.ts +1 -28
  522. package/lib/esm/resources/tags.js +1 -23
  523. package/lib/esm/resources/tax_calculators.d.ts +1 -28
  524. package/lib/esm/resources/tax_calculators.js +1 -26
  525. package/lib/esm/resources/tax_categories.d.ts +1 -63
  526. package/lib/esm/resources/tax_categories.js +1 -35
  527. package/lib/esm/resources/tax_rules.d.ts +1 -73
  528. package/lib/esm/resources/tax_rules.js +1 -31
  529. package/lib/esm/resources/taxjar_accounts.d.ts +1 -47
  530. package/lib/esm/resources/taxjar_accounts.js +1 -39
  531. package/lib/esm/resources/transactions.d.ts +1 -41
  532. package/lib/esm/resources/transactions.js +1 -30
  533. package/lib/esm/resources/versions.d.ts +1 -22
  534. package/lib/esm/resources/versions.js +1 -14
  535. package/lib/esm/resources/voids.d.ts +1 -44
  536. package/lib/esm/resources/voids.js +1 -34
  537. package/lib/esm/resources/webhooks.d.ts +1 -55
  538. package/lib/esm/resources/webhooks.js +1 -40
  539. package/lib/esm/resources/wire_transfers.d.ts +1 -37
  540. package/lib/esm/resources/wire_transfers.js +1 -31
  541. package/lib/esm/static.d.ts +1 -12
  542. package/lib/esm/static.js +1 -25
  543. package/lib/esm/util.d.ts +1 -4
  544. package/lib/esm/util.js +1 -37
  545. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  546. package/lib/tsconfig.tsbuildinfo +1 -1
  547. package/package.json +2 -2
@@ -1,49 +1 @@
1
- import { ApiResource } from '../resource';
2
- class InStockSubscriptions extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: InStockSubscriptions.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: InStockSubscriptions.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: InStockSubscriptions.TYPE } : id, options);
11
- }
12
- async market(inStockSubscriptionId, params, options) {
13
- const _inStockSubscriptionId = inStockSubscriptionId.id || inStockSubscriptionId;
14
- return this.resources.fetch({ type: 'markets' }, `in_stock_subscriptions/${_inStockSubscriptionId}/market`, params, options);
15
- }
16
- async customer(inStockSubscriptionId, params, options) {
17
- const _inStockSubscriptionId = inStockSubscriptionId.id || inStockSubscriptionId;
18
- return this.resources.fetch({ type: 'customers' }, `in_stock_subscriptions/${_inStockSubscriptionId}/customer`, params, options);
19
- }
20
- async sku(inStockSubscriptionId, params, options) {
21
- const _inStockSubscriptionId = inStockSubscriptionId.id || inStockSubscriptionId;
22
- return this.resources.fetch({ type: 'skus' }, `in_stock_subscriptions/${_inStockSubscriptionId}/sku`, params, options);
23
- }
24
- async events(inStockSubscriptionId, params, options) {
25
- const _inStockSubscriptionId = inStockSubscriptionId.id || inStockSubscriptionId;
26
- return this.resources.fetch({ type: 'events' }, `in_stock_subscriptions/${_inStockSubscriptionId}/events`, params, options);
27
- }
28
- async versions(inStockSubscriptionId, params, options) {
29
- const _inStockSubscriptionId = inStockSubscriptionId.id || inStockSubscriptionId;
30
- return this.resources.fetch({ type: 'versions' }, `in_stock_subscriptions/${_inStockSubscriptionId}/versions`, params, options);
31
- }
32
- async _activate(id, params, options) {
33
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: InStockSubscriptions.TYPE, _activate: true }, params, options);
34
- }
35
- async _deactivate(id, params, options) {
36
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: InStockSubscriptions.TYPE, _deactivate: true }, params, options);
37
- }
38
- isInStockSubscription(resource) {
39
- return resource.type && (resource.type === InStockSubscriptions.TYPE);
40
- }
41
- relationship(id) {
42
- return ((id === null) || (typeof id === 'string')) ? { id, type: InStockSubscriptions.TYPE } : { id: id.id, type: InStockSubscriptions.TYPE };
43
- }
44
- type() {
45
- return InStockSubscriptions.TYPE;
46
- }
47
- }
48
- InStockSubscriptions.TYPE = 'in_stock_subscriptions';
49
- export default InStockSubscriptions;
1
+ import{ApiResource as n}from"../resource";class r extends n{async create(e,t,s){return this.resources.create({...e,type:r.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:r.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:r.TYPE}:e,t)}async market(e,t,s){const c=e.id||e;return this.resources.fetch({type:"markets"},`in_stock_subscriptions/${c}/market`,t,s)}async customer(e,t,s){const c=e.id||e;return this.resources.fetch({type:"customers"},`in_stock_subscriptions/${c}/customer`,t,s)}async sku(e,t,s){const c=e.id||e;return this.resources.fetch({type:"skus"},`in_stock_subscriptions/${c}/sku`,t,s)}async events(e,t,s){const c=e.id||e;return this.resources.fetch({type:"events"},`in_stock_subscriptions/${c}/events`,t,s)}async versions(e,t,s){const c=e.id||e;return this.resources.fetch({type:"versions"},`in_stock_subscriptions/${c}/versions`,t,s)}async _activate(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:r.TYPE,_activate:!0},t,s)}async _deactivate(e,t,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:r.TYPE,_deactivate:!0},t,s)}isInStockSubscription(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="in_stock_subscriptions";export default r;
@@ -1,55 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { InventoryStockLocation } from './inventory_stock_locations';
5
- import type { InventoryReturnLocation } from './inventory_return_locations';
6
- import type { Attachment } from './attachments';
7
- import type { Version } from './versions';
8
- type InventoryModelType = 'inventory_models';
9
- type InventoryModelRel = ResourceRel & {
10
- type: InventoryModelType;
11
- };
12
- interface InventoryModel extends Resource {
13
- readonly type: InventoryModelType;
14
- name: string;
15
- strategy?: string | null;
16
- stock_locations_cutoff?: number | null;
17
- stock_reservation_cutoff?: number | null;
18
- put_stock_transfers_on_hold?: boolean | null;
19
- manual_stock_decrement?: boolean | null;
20
- inventory_stock_locations?: InventoryStockLocation[] | null;
21
- inventory_return_locations?: InventoryReturnLocation[] | null;
22
- attachments?: Attachment[] | null;
23
- versions?: Version[] | null;
24
- }
25
- interface InventoryModelCreate extends ResourceCreate {
26
- name: string;
27
- strategy?: string | null;
28
- stock_locations_cutoff?: number | null;
29
- stock_reservation_cutoff?: number | null;
30
- put_stock_transfers_on_hold?: boolean | null;
31
- manual_stock_decrement?: boolean | null;
32
- }
33
- interface InventoryModelUpdate extends ResourceUpdate {
34
- name?: string | null;
35
- strategy?: string | null;
36
- stock_locations_cutoff?: number | null;
37
- stock_reservation_cutoff?: number | null;
38
- put_stock_transfers_on_hold?: boolean | null;
39
- manual_stock_decrement?: boolean | null;
40
- }
41
- declare class InventoryModels extends ApiResource<InventoryModel> {
42
- static readonly TYPE: InventoryModelType;
43
- create(resource: InventoryModelCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
44
- update(resource: InventoryModelUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
45
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
46
- inventory_stock_locations(inventoryModelId: string | InventoryModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<InventoryStockLocation>>;
47
- inventory_return_locations(inventoryModelId: string | InventoryModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<InventoryReturnLocation>>;
48
- attachments(inventoryModelId: string | InventoryModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
49
- versions(inventoryModelId: string | InventoryModel, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
50
- isInventoryModel(resource: any): resource is InventoryModel;
51
- relationship(id: string | ResourceId | null): InventoryModelRel;
52
- type(): InventoryModelType;
53
- }
54
- export default InventoryModels;
55
- export type { InventoryModel, InventoryModelCreate, InventoryModelUpdate, InventoryModelType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{InventoryStockLocation}from'./inventory_stock_locations';import type{InventoryReturnLocation}from'./inventory_return_locations';import type{Attachment}from'./attachments';import type{Version}from'./versions';type InventoryModelType='inventory_models';type InventoryModelRel=ResourceRel&{type:InventoryModelType;};interface InventoryModel extends Resource{readonly type:InventoryModelType;name:string;strategy?:string|null;stock_locations_cutoff?:number|null;stock_reservation_cutoff?:number|null;put_stock_transfers_on_hold?:boolean|null;manual_stock_decrement?:boolean|null;inventory_stock_locations?:InventoryStockLocation[]|null;inventory_return_locations?:InventoryReturnLocation[]|null;attachments?:Attachment[]|null;versions?:Version[]|null;}interface InventoryModelCreate extends ResourceCreate{name:string;strategy?:string|null;stock_locations_cutoff?:number|null;stock_reservation_cutoff?:number|null;put_stock_transfers_on_hold?:boolean|null;manual_stock_decrement?:boolean|null;}interface InventoryModelUpdate extends ResourceUpdate{name?:string|null;strategy?:string|null;stock_locations_cutoff?:number|null;stock_reservation_cutoff?:number|null;put_stock_transfers_on_hold?:boolean|null;manual_stock_decrement?:boolean|null;}declare class InventoryModels extends ApiResource<InventoryModel>{static readonly TYPE:InventoryModelType;create(resource:InventoryModelCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;update(resource:InventoryModelUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;inventory_stock_locations(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryStockLocation>>;inventory_return_locations(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryReturnLocation>>;attachments(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;versions(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isInventoryModel(resource:any):resource is InventoryModel;relationship(id:string|ResourceId|null):InventoryModelRel;type():InventoryModelType;}export default InventoryModels;export type{InventoryModel,InventoryModelCreate,InventoryModelUpdate,InventoryModelType};
@@ -1,39 +1 @@
1
- import { ApiResource } from '../resource';
2
- class InventoryModels extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: InventoryModels.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: InventoryModels.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: InventoryModels.TYPE } : id, options);
11
- }
12
- async inventory_stock_locations(inventoryModelId, params, options) {
13
- const _inventoryModelId = inventoryModelId.id || inventoryModelId;
14
- return this.resources.fetch({ type: 'inventory_stock_locations' }, `inventory_models/${_inventoryModelId}/inventory_stock_locations`, params, options);
15
- }
16
- async inventory_return_locations(inventoryModelId, params, options) {
17
- const _inventoryModelId = inventoryModelId.id || inventoryModelId;
18
- return this.resources.fetch({ type: 'inventory_return_locations' }, `inventory_models/${_inventoryModelId}/inventory_return_locations`, params, options);
19
- }
20
- async attachments(inventoryModelId, params, options) {
21
- const _inventoryModelId = inventoryModelId.id || inventoryModelId;
22
- return this.resources.fetch({ type: 'attachments' }, `inventory_models/${_inventoryModelId}/attachments`, params, options);
23
- }
24
- async versions(inventoryModelId, params, options) {
25
- const _inventoryModelId = inventoryModelId.id || inventoryModelId;
26
- return this.resources.fetch({ type: 'versions' }, `inventory_models/${_inventoryModelId}/versions`, params, options);
27
- }
28
- isInventoryModel(resource) {
29
- return resource.type && (resource.type === InventoryModels.TYPE);
30
- }
31
- relationship(id) {
32
- return ((id === null) || (typeof id === 'string')) ? { id, type: InventoryModels.TYPE } : { id: id.id, type: InventoryModels.TYPE };
33
- }
34
- type() {
35
- return InventoryModels.TYPE;
36
- }
37
- }
38
- InventoryModels.TYPE = 'inventory_models';
39
- export default InventoryModels;
1
+ import{ApiResource as o}from"../resource";class r extends o{async create(t,e,s){return this.resources.create({...t,type:r.TYPE},e,s)}async update(t,e,s){return this.resources.update({...t,type:r.TYPE},e,s)}async delete(t,e){await this.resources.delete(typeof t=="string"?{id:t,type:r.TYPE}:t,e)}async inventory_stock_locations(t,e,s){const n=t.id||t;return this.resources.fetch({type:"inventory_stock_locations"},`inventory_models/${n}/inventory_stock_locations`,e,s)}async inventory_return_locations(t,e,s){const n=t.id||t;return this.resources.fetch({type:"inventory_return_locations"},`inventory_models/${n}/inventory_return_locations`,e,s)}async attachments(t,e,s){const n=t.id||t;return this.resources.fetch({type:"attachments"},`inventory_models/${n}/attachments`,e,s)}async versions(t,e,s){const n=t.id||t;return this.resources.fetch({type:"versions"},`inventory_models/${n}/versions`,e,s)}isInventoryModel(t){return t.type&&t.type===r.TYPE}relationship(t){return t===null||typeof t=="string"?{id:t,type:r.TYPE}:{id:t.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="inventory_models";export default r;
@@ -1,47 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { StockLocation, StockLocationType } from './stock_locations';
5
- import type { InventoryModel, InventoryModelType } from './inventory_models';
6
- import type { Version } from './versions';
7
- type InventoryReturnLocationType = 'inventory_return_locations';
8
- type InventoryReturnLocationRel = ResourceRel & {
9
- type: InventoryReturnLocationType;
10
- };
11
- type StockLocationRel = ResourceRel & {
12
- type: StockLocationType;
13
- };
14
- type InventoryModelRel = ResourceRel & {
15
- type: InventoryModelType;
16
- };
17
- interface InventoryReturnLocation extends Resource {
18
- readonly type: InventoryReturnLocationType;
19
- priority: number;
20
- stock_location?: StockLocation | null;
21
- inventory_model?: InventoryModel | null;
22
- versions?: Version[] | null;
23
- }
24
- interface InventoryReturnLocationCreate extends ResourceCreate {
25
- priority: number;
26
- stock_location: StockLocationRel;
27
- inventory_model: InventoryModelRel;
28
- }
29
- interface InventoryReturnLocationUpdate extends ResourceUpdate {
30
- priority?: number | null;
31
- stock_location?: StockLocationRel | null;
32
- inventory_model?: InventoryModelRel | null;
33
- }
34
- declare class InventoryReturnLocations extends ApiResource<InventoryReturnLocation> {
35
- static readonly TYPE: InventoryReturnLocationType;
36
- create(resource: InventoryReturnLocationCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryReturnLocation>;
37
- update(resource: InventoryReturnLocationUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryReturnLocation>;
38
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
39
- stock_location(inventoryReturnLocationId: string | InventoryReturnLocation, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
40
- inventory_model(inventoryReturnLocationId: string | InventoryReturnLocation, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
41
- versions(inventoryReturnLocationId: string | InventoryReturnLocation, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
42
- isInventoryReturnLocation(resource: any): resource is InventoryReturnLocation;
43
- relationship(id: string | ResourceId | null): InventoryReturnLocationRel;
44
- type(): InventoryReturnLocationType;
45
- }
46
- export default InventoryReturnLocations;
47
- export type { InventoryReturnLocation, InventoryReturnLocationCreate, InventoryReturnLocationUpdate, InventoryReturnLocationType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{StockLocation,StockLocationType}from'./stock_locations';import type{InventoryModel,InventoryModelType}from'./inventory_models';import type{Version}from'./versions';type InventoryReturnLocationType='inventory_return_locations';type InventoryReturnLocationRel=ResourceRel&{type:InventoryReturnLocationType;};type StockLocationRel=ResourceRel&{type:StockLocationType;};type InventoryModelRel=ResourceRel&{type:InventoryModelType;};interface InventoryReturnLocation extends Resource{readonly type:InventoryReturnLocationType;priority:number;stock_location?:StockLocation|null;inventory_model?:InventoryModel|null;versions?:Version[]|null;}interface InventoryReturnLocationCreate extends ResourceCreate{priority:number;stock_location:StockLocationRel;inventory_model:InventoryModelRel;}interface InventoryReturnLocationUpdate extends ResourceUpdate{priority?:number|null;stock_location?:StockLocationRel|null;inventory_model?:InventoryModelRel|null;}declare class InventoryReturnLocations extends ApiResource<InventoryReturnLocation>{static readonly TYPE:InventoryReturnLocationType;create(resource:InventoryReturnLocationCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryReturnLocation>;update(resource:InventoryReturnLocationUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryReturnLocation>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;stock_location(inventoryReturnLocationId:string|InventoryReturnLocation,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;inventory_model(inventoryReturnLocationId:string|InventoryReturnLocation,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;versions(inventoryReturnLocationId:string|InventoryReturnLocation,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isInventoryReturnLocation(resource:any):resource is InventoryReturnLocation;relationship(id:string|ResourceId|null):InventoryReturnLocationRel;type():InventoryReturnLocationType;}export default InventoryReturnLocations;export type{InventoryReturnLocation,InventoryReturnLocationCreate,InventoryReturnLocationUpdate,InventoryReturnLocationType};
@@ -1,35 +1 @@
1
- import { ApiResource } from '../resource';
2
- class InventoryReturnLocations extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: InventoryReturnLocations.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: InventoryReturnLocations.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: InventoryReturnLocations.TYPE } : id, options);
11
- }
12
- async stock_location(inventoryReturnLocationId, params, options) {
13
- const _inventoryReturnLocationId = inventoryReturnLocationId.id || inventoryReturnLocationId;
14
- return this.resources.fetch({ type: 'stock_locations' }, `inventory_return_locations/${_inventoryReturnLocationId}/stock_location`, params, options);
15
- }
16
- async inventory_model(inventoryReturnLocationId, params, options) {
17
- const _inventoryReturnLocationId = inventoryReturnLocationId.id || inventoryReturnLocationId;
18
- return this.resources.fetch({ type: 'inventory_models' }, `inventory_return_locations/${_inventoryReturnLocationId}/inventory_model`, params, options);
19
- }
20
- async versions(inventoryReturnLocationId, params, options) {
21
- const _inventoryReturnLocationId = inventoryReturnLocationId.id || inventoryReturnLocationId;
22
- return this.resources.fetch({ type: 'versions' }, `inventory_return_locations/${_inventoryReturnLocationId}/versions`, params, options);
23
- }
24
- isInventoryReturnLocation(resource) {
25
- return resource.type && (resource.type === InventoryReturnLocations.TYPE);
26
- }
27
- relationship(id) {
28
- return ((id === null) || (typeof id === 'string')) ? { id, type: InventoryReturnLocations.TYPE } : { id: id.id, type: InventoryReturnLocations.TYPE };
29
- }
30
- type() {
31
- return InventoryReturnLocations.TYPE;
32
- }
33
- }
34
- InventoryReturnLocations.TYPE = 'inventory_return_locations';
35
- export default InventoryReturnLocations;
1
+ import{ApiResource as o}from"../resource";class r extends o{async create(e,t,s){return this.resources.create({...e,type:r.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:r.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:r.TYPE}:e,t)}async stock_location(e,t,s){const n=e.id||e;return this.resources.fetch({type:"stock_locations"},`inventory_return_locations/${n}/stock_location`,t,s)}async inventory_model(e,t,s){const n=e.id||e;return this.resources.fetch({type:"inventory_models"},`inventory_return_locations/${n}/inventory_model`,t,s)}async versions(e,t,s){const n=e.id||e;return this.resources.fetch({type:"versions"},`inventory_return_locations/${n}/versions`,t,s)}isInventoryReturnLocation(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="inventory_return_locations";export default r;
@@ -1,50 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { StockLocation, StockLocationType } from './stock_locations';
5
- import type { InventoryModel, InventoryModelType } from './inventory_models';
6
- import type { Version } from './versions';
7
- type InventoryStockLocationType = 'inventory_stock_locations';
8
- type InventoryStockLocationRel = ResourceRel & {
9
- type: InventoryStockLocationType;
10
- };
11
- type StockLocationRel = ResourceRel & {
12
- type: StockLocationType;
13
- };
14
- type InventoryModelRel = ResourceRel & {
15
- type: InventoryModelType;
16
- };
17
- interface InventoryStockLocation extends Resource {
18
- readonly type: InventoryStockLocationType;
19
- priority: number;
20
- on_hold?: boolean | null;
21
- stock_location?: StockLocation | null;
22
- inventory_model?: InventoryModel | null;
23
- versions?: Version[] | null;
24
- }
25
- interface InventoryStockLocationCreate extends ResourceCreate {
26
- priority: number;
27
- on_hold?: boolean | null;
28
- stock_location: StockLocationRel;
29
- inventory_model: InventoryModelRel;
30
- }
31
- interface InventoryStockLocationUpdate extends ResourceUpdate {
32
- priority?: number | null;
33
- on_hold?: boolean | null;
34
- stock_location?: StockLocationRel | null;
35
- inventory_model?: InventoryModelRel | null;
36
- }
37
- declare class InventoryStockLocations extends ApiResource<InventoryStockLocation> {
38
- static readonly TYPE: InventoryStockLocationType;
39
- create(resource: InventoryStockLocationCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryStockLocation>;
40
- update(resource: InventoryStockLocationUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryStockLocation>;
41
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
42
- stock_location(inventoryStockLocationId: string | InventoryStockLocation, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
43
- inventory_model(inventoryStockLocationId: string | InventoryStockLocation, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
44
- versions(inventoryStockLocationId: string | InventoryStockLocation, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
45
- isInventoryStockLocation(resource: any): resource is InventoryStockLocation;
46
- relationship(id: string | ResourceId | null): InventoryStockLocationRel;
47
- type(): InventoryStockLocationType;
48
- }
49
- export default InventoryStockLocations;
50
- export type { InventoryStockLocation, InventoryStockLocationCreate, InventoryStockLocationUpdate, InventoryStockLocationType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{StockLocation,StockLocationType}from'./stock_locations';import type{InventoryModel,InventoryModelType}from'./inventory_models';import type{Version}from'./versions';type InventoryStockLocationType='inventory_stock_locations';type InventoryStockLocationRel=ResourceRel&{type:InventoryStockLocationType;};type StockLocationRel=ResourceRel&{type:StockLocationType;};type InventoryModelRel=ResourceRel&{type:InventoryModelType;};interface InventoryStockLocation extends Resource{readonly type:InventoryStockLocationType;priority:number;on_hold?:boolean|null;stock_location?:StockLocation|null;inventory_model?:InventoryModel|null;versions?:Version[]|null;}interface InventoryStockLocationCreate extends ResourceCreate{priority:number;on_hold?:boolean|null;stock_location:StockLocationRel;inventory_model:InventoryModelRel;}interface InventoryStockLocationUpdate extends ResourceUpdate{priority?:number|null;on_hold?:boolean|null;stock_location?:StockLocationRel|null;inventory_model?:InventoryModelRel|null;}declare class InventoryStockLocations extends ApiResource<InventoryStockLocation>{static readonly TYPE:InventoryStockLocationType;create(resource:InventoryStockLocationCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryStockLocation>;update(resource:InventoryStockLocationUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryStockLocation>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;stock_location(inventoryStockLocationId:string|InventoryStockLocation,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;inventory_model(inventoryStockLocationId:string|InventoryStockLocation,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;versions(inventoryStockLocationId:string|InventoryStockLocation,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isInventoryStockLocation(resource:any):resource is InventoryStockLocation;relationship(id:string|ResourceId|null):InventoryStockLocationRel;type():InventoryStockLocationType;}export default InventoryStockLocations;export type{InventoryStockLocation,InventoryStockLocationCreate,InventoryStockLocationUpdate,InventoryStockLocationType};
@@ -1,35 +1 @@
1
- import { ApiResource } from '../resource';
2
- class InventoryStockLocations extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: InventoryStockLocations.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: InventoryStockLocations.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: InventoryStockLocations.TYPE } : id, options);
11
- }
12
- async stock_location(inventoryStockLocationId, params, options) {
13
- const _inventoryStockLocationId = inventoryStockLocationId.id || inventoryStockLocationId;
14
- return this.resources.fetch({ type: 'stock_locations' }, `inventory_stock_locations/${_inventoryStockLocationId}/stock_location`, params, options);
15
- }
16
- async inventory_model(inventoryStockLocationId, params, options) {
17
- const _inventoryStockLocationId = inventoryStockLocationId.id || inventoryStockLocationId;
18
- return this.resources.fetch({ type: 'inventory_models' }, `inventory_stock_locations/${_inventoryStockLocationId}/inventory_model`, params, options);
19
- }
20
- async versions(inventoryStockLocationId, params, options) {
21
- const _inventoryStockLocationId = inventoryStockLocationId.id || inventoryStockLocationId;
22
- return this.resources.fetch({ type: 'versions' }, `inventory_stock_locations/${_inventoryStockLocationId}/versions`, params, options);
23
- }
24
- isInventoryStockLocation(resource) {
25
- return resource.type && (resource.type === InventoryStockLocations.TYPE);
26
- }
27
- relationship(id) {
28
- return ((id === null) || (typeof id === 'string')) ? { id, type: InventoryStockLocations.TYPE } : { id: id.id, type: InventoryStockLocations.TYPE };
29
- }
30
- type() {
31
- return InventoryStockLocations.TYPE;
32
- }
33
- }
34
- InventoryStockLocations.TYPE = 'inventory_stock_locations';
35
- export default InventoryStockLocations;
1
+ import{ApiResource as o}from"../resource";class s extends o{async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:s.TYPE}:e,t)}async stock_location(e,t,r){const n=e.id||e;return this.resources.fetch({type:"stock_locations"},`inventory_stock_locations/${n}/stock_location`,t,r)}async inventory_model(e,t,r){const n=e.id||e;return this.resources.fetch({type:"inventory_models"},`inventory_stock_locations/${n}/inventory_model`,t,r)}async versions(e,t,r){const n=e.id||e;return this.resources.fetch({type:"versions"},`inventory_stock_locations/${n}/versions`,t,r)}isInventoryStockLocation(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="inventory_stock_locations";export default s;
@@ -1,48 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { PaymentMethod } from './payment_methods';
5
- import type { Version } from './versions';
6
- import type { KlarnaPayment, KlarnaPaymentType } from './klarna_payments';
7
- type KlarnaGatewayType = 'klarna_gateways';
8
- type KlarnaGatewayRel = ResourceRel & {
9
- type: KlarnaGatewayType;
10
- };
11
- type KlarnaPaymentRel = ResourceRel & {
12
- type: KlarnaPaymentType;
13
- };
14
- interface KlarnaGateway extends Resource {
15
- readonly type: KlarnaGatewayType;
16
- name: string;
17
- payment_methods?: PaymentMethod[] | null;
18
- versions?: Version[] | null;
19
- klarna_payments?: KlarnaPayment[] | null;
20
- }
21
- interface KlarnaGatewayCreate extends ResourceCreate {
22
- name: string;
23
- country_code: string;
24
- api_key: string;
25
- api_secret: string;
26
- klarna_payments?: KlarnaPaymentRel[] | null;
27
- }
28
- interface KlarnaGatewayUpdate extends ResourceUpdate {
29
- name?: string | null;
30
- country_code?: string | null;
31
- api_key?: string | null;
32
- api_secret?: string | null;
33
- klarna_payments?: KlarnaPaymentRel[] | null;
34
- }
35
- declare class KlarnaGateways extends ApiResource<KlarnaGateway> {
36
- static readonly TYPE: KlarnaGatewayType;
37
- create(resource: KlarnaGatewayCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
38
- update(resource: KlarnaGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
39
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
40
- payment_methods(klarnaGatewayId: string | KlarnaGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
41
- versions(klarnaGatewayId: string | KlarnaGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
42
- klarna_payments(klarnaGatewayId: string | KlarnaGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<KlarnaPayment>>;
43
- isKlarnaGateway(resource: any): resource is KlarnaGateway;
44
- relationship(id: string | ResourceId | null): KlarnaGatewayRel;
45
- type(): KlarnaGatewayType;
46
- }
47
- export default KlarnaGateways;
48
- export type { KlarnaGateway, KlarnaGatewayCreate, KlarnaGatewayUpdate, KlarnaGatewayType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{PaymentMethod}from'./payment_methods';import type{Version}from'./versions';import type{KlarnaPayment,KlarnaPaymentType}from'./klarna_payments';type KlarnaGatewayType='klarna_gateways';type KlarnaGatewayRel=ResourceRel&{type:KlarnaGatewayType;};type KlarnaPaymentRel=ResourceRel&{type:KlarnaPaymentType;};interface KlarnaGateway extends Resource{readonly type:KlarnaGatewayType;name:string;payment_methods?:PaymentMethod[]|null;versions?:Version[]|null;klarna_payments?:KlarnaPayment[]|null;}interface KlarnaGatewayCreate extends ResourceCreate{name:string;country_code:string;api_key:string;api_secret:string;klarna_payments?:KlarnaPaymentRel[]|null;}interface KlarnaGatewayUpdate extends ResourceUpdate{name?:string|null;country_code?:string|null;api_key?:string|null;api_secret?:string|null;klarna_payments?:KlarnaPaymentRel[]|null;}declare class KlarnaGateways extends ApiResource<KlarnaGateway>{static readonly TYPE:KlarnaGatewayType;create(resource:KlarnaGatewayCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<KlarnaGateway>;update(resource:KlarnaGatewayUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<KlarnaGateway>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;payment_methods(klarnaGatewayId:string|KlarnaGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;versions(klarnaGatewayId:string|KlarnaGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;klarna_payments(klarnaGatewayId:string|KlarnaGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<KlarnaPayment>>;isKlarnaGateway(resource:any):resource is KlarnaGateway;relationship(id:string|ResourceId|null):KlarnaGatewayRel;type():KlarnaGatewayType;}export default KlarnaGateways;export type{KlarnaGateway,KlarnaGatewayCreate,KlarnaGatewayUpdate,KlarnaGatewayType};
@@ -1,35 +1 @@
1
- import { ApiResource } from '../resource';
2
- class KlarnaGateways extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: KlarnaGateways.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: KlarnaGateways.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: KlarnaGateways.TYPE } : id, options);
11
- }
12
- async payment_methods(klarnaGatewayId, params, options) {
13
- const _klarnaGatewayId = klarnaGatewayId.id || klarnaGatewayId;
14
- return this.resources.fetch({ type: 'payment_methods' }, `klarna_gateways/${_klarnaGatewayId}/payment_methods`, params, options);
15
- }
16
- async versions(klarnaGatewayId, params, options) {
17
- const _klarnaGatewayId = klarnaGatewayId.id || klarnaGatewayId;
18
- return this.resources.fetch({ type: 'versions' }, `klarna_gateways/${_klarnaGatewayId}/versions`, params, options);
19
- }
20
- async klarna_payments(klarnaGatewayId, params, options) {
21
- const _klarnaGatewayId = klarnaGatewayId.id || klarnaGatewayId;
22
- return this.resources.fetch({ type: 'klarna_payments' }, `klarna_gateways/${_klarnaGatewayId}/klarna_payments`, params, options);
23
- }
24
- isKlarnaGateway(resource) {
25
- return resource.type && (resource.type === KlarnaGateways.TYPE);
26
- }
27
- relationship(id) {
28
- return ((id === null) || (typeof id === 'string')) ? { id, type: KlarnaGateways.TYPE } : { id: id.id, type: KlarnaGateways.TYPE };
29
- }
30
- type() {
31
- return KlarnaGateways.TYPE;
32
- }
33
- }
34
- KlarnaGateways.TYPE = 'klarna_gateways';
35
- export default KlarnaGateways;
1
+ import{ApiResource as p}from"../resource";class s extends p{async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:s.TYPE}:e,t)}async payment_methods(e,t,r){const n=e.id||e;return this.resources.fetch({type:"payment_methods"},`klarna_gateways/${n}/payment_methods`,t,r)}async versions(e,t,r){const n=e.id||e;return this.resources.fetch({type:"versions"},`klarna_gateways/${n}/versions`,t,r)}async klarna_payments(e,t,r){const n=e.id||e;return this.resources.fetch({type:"klarna_payments"},`klarna_gateways/${n}/klarna_payments`,t,r)}isKlarnaGateway(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="klarna_gateways";export default s;
@@ -1,48 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { Order, OrderType } from './orders';
5
- import type { PaymentGateway } from './payment_gateways';
6
- import type { Version } from './versions';
7
- type KlarnaPaymentType = 'klarna_payments';
8
- type KlarnaPaymentRel = ResourceRel & {
9
- type: KlarnaPaymentType;
10
- };
11
- type OrderRel = ResourceRel & {
12
- type: OrderType;
13
- };
14
- interface KlarnaPayment extends Resource {
15
- readonly type: KlarnaPaymentType;
16
- session_id?: string | null;
17
- client_token?: string | null;
18
- payment_methods: Array<Record<string, any>>;
19
- auth_token?: string | null;
20
- mismatched_amounts?: boolean | null;
21
- payment_instrument?: Record<string, any> | null;
22
- order?: Order | null;
23
- payment_gateway?: PaymentGateway | null;
24
- versions?: Version[] | null;
25
- }
26
- interface KlarnaPaymentCreate extends ResourceCreate {
27
- order: OrderRel;
28
- }
29
- interface KlarnaPaymentUpdate extends ResourceUpdate {
30
- auth_token?: string | null;
31
- _update?: boolean | null;
32
- order?: OrderRel | null;
33
- }
34
- declare class KlarnaPayments extends ApiResource<KlarnaPayment> {
35
- static readonly TYPE: KlarnaPaymentType;
36
- create(resource: KlarnaPaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
37
- update(resource: KlarnaPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
38
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
39
- order(klarnaPaymentId: string | KlarnaPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
40
- payment_gateway(klarnaPaymentId: string | KlarnaPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
41
- versions(klarnaPaymentId: string | KlarnaPayment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
42
- _update(id: string | KlarnaPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
43
- isKlarnaPayment(resource: any): resource is KlarnaPayment;
44
- relationship(id: string | ResourceId | null): KlarnaPaymentRel;
45
- type(): KlarnaPaymentType;
46
- }
47
- export default KlarnaPayments;
48
- export type { KlarnaPayment, KlarnaPaymentCreate, KlarnaPaymentUpdate, KlarnaPaymentType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order,OrderType}from'./orders';import type{PaymentGateway}from'./payment_gateways';import type{Version}from'./versions';type KlarnaPaymentType='klarna_payments';type KlarnaPaymentRel=ResourceRel&{type:KlarnaPaymentType;};type OrderRel=ResourceRel&{type:OrderType;};interface KlarnaPayment extends Resource{readonly type:KlarnaPaymentType;session_id?:string|null;client_token?:string|null;payment_methods:Array<Record<string,any>>;auth_token?:string|null;mismatched_amounts?:boolean|null;payment_instrument?:Record<string,any>|null;order?:Order|null;payment_gateway?:PaymentGateway|null;versions?:Version[]|null;}interface KlarnaPaymentCreate extends ResourceCreate{order:OrderRel;}interface KlarnaPaymentUpdate extends ResourceUpdate{auth_token?:string|null;_update?:boolean|null;order?:OrderRel|null;}declare class KlarnaPayments extends ApiResource<KlarnaPayment>{static readonly TYPE:KlarnaPaymentType;create(resource:KlarnaPaymentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<KlarnaPayment>;update(resource:KlarnaPaymentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<KlarnaPayment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(klarnaPaymentId:string|KlarnaPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;payment_gateway(klarnaPaymentId:string|KlarnaPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;versions(klarnaPaymentId:string|KlarnaPayment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_update(id:string|KlarnaPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<KlarnaPayment>;isKlarnaPayment(resource:any):resource is KlarnaPayment;relationship(id:string|ResourceId|null):KlarnaPaymentRel;type():KlarnaPaymentType;}export default KlarnaPayments;export type{KlarnaPayment,KlarnaPaymentCreate,KlarnaPaymentUpdate,KlarnaPaymentType};
@@ -1,38 +1 @@
1
- import { ApiResource } from '../resource';
2
- class KlarnaPayments extends ApiResource {
3
- async create(resource, params, options) {
4
- return this.resources.create({ ...resource, type: KlarnaPayments.TYPE }, params, options);
5
- }
6
- async update(resource, params, options) {
7
- return this.resources.update({ ...resource, type: KlarnaPayments.TYPE }, params, options);
8
- }
9
- async delete(id, options) {
10
- await this.resources.delete((typeof id === 'string') ? { id, type: KlarnaPayments.TYPE } : id, options);
11
- }
12
- async order(klarnaPaymentId, params, options) {
13
- const _klarnaPaymentId = klarnaPaymentId.id || klarnaPaymentId;
14
- return this.resources.fetch({ type: 'orders' }, `klarna_payments/${_klarnaPaymentId}/order`, params, options);
15
- }
16
- async payment_gateway(klarnaPaymentId, params, options) {
17
- const _klarnaPaymentId = klarnaPaymentId.id || klarnaPaymentId;
18
- return this.resources.fetch({ type: 'payment_gateways' }, `klarna_payments/${_klarnaPaymentId}/payment_gateway`, params, options);
19
- }
20
- async versions(klarnaPaymentId, params, options) {
21
- const _klarnaPaymentId = klarnaPaymentId.id || klarnaPaymentId;
22
- return this.resources.fetch({ type: 'versions' }, `klarna_payments/${_klarnaPaymentId}/versions`, params, options);
23
- }
24
- async _update(id, params, options) {
25
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: KlarnaPayments.TYPE, _update: true }, params, options);
26
- }
27
- isKlarnaPayment(resource) {
28
- return resource.type && (resource.type === KlarnaPayments.TYPE);
29
- }
30
- relationship(id) {
31
- return ((id === null) || (typeof id === 'string')) ? { id, type: KlarnaPayments.TYPE } : { id: id.id, type: KlarnaPayments.TYPE };
32
- }
33
- type() {
34
- return KlarnaPayments.TYPE;
35
- }
36
- }
37
- KlarnaPayments.TYPE = 'klarna_payments';
38
- export default KlarnaPayments;
1
+ import{ApiResource as n}from"../resource";class s extends n{async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:s.TYPE}:e,t)}async order(e,t,r){const p=e.id||e;return this.resources.fetch({type:"orders"},`klarna_payments/${p}/order`,t,r)}async payment_gateway(e,t,r){const p=e.id||e;return this.resources.fetch({type:"payment_gateways"},`klarna_payments/${p}/payment_gateway`,t,r)}async versions(e,t,r){const p=e.id||e;return this.resources.fetch({type:"versions"},`klarna_payments/${p}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:s.TYPE,_update:!0},t,r)}isKlarnaPayment(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="klarna_payments";export default s;
@@ -1,69 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
- import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
- import type { LineItem, LineItemType } from './line_items';
5
- import type { SkuOption, SkuOptionType } from './sku_options';
6
- import type { Event } from './events';
7
- import type { Tag, TagType } from './tags';
8
- type LineItemOptionType = 'line_item_options';
9
- type LineItemOptionRel = ResourceRel & {
10
- type: LineItemOptionType;
11
- };
12
- type LineItemRel = ResourceRel & {
13
- type: LineItemType;
14
- };
15
- type SkuOptionRel = ResourceRel & {
16
- type: SkuOptionType;
17
- };
18
- type TagRel = ResourceRel & {
19
- type: TagType;
20
- };
21
- interface LineItemOption extends Resource {
22
- readonly type: LineItemOptionType;
23
- name?: string | null;
24
- quantity: number;
25
- currency_code?: string | null;
26
- unit_amount_cents?: number | null;
27
- unit_amount_float?: number | null;
28
- formatted_unit_amount?: string | null;
29
- total_amount_cents?: number | null;
30
- total_amount_float: number;
31
- formatted_total_amount?: string | null;
32
- delay_hours?: number | null;
33
- delay_days?: number | null;
34
- options: Record<string, any>;
35
- line_item?: LineItem | null;
36
- sku_option?: SkuOption | null;
37
- events?: Event[] | null;
38
- tags?: Tag[] | null;
39
- }
40
- interface LineItemOptionCreate extends ResourceCreate {
41
- name?: string | null;
42
- quantity: number;
43
- options: Record<string, any>;
44
- line_item: LineItemRel;
45
- sku_option: SkuOptionRel;
46
- tags?: TagRel[] | null;
47
- }
48
- interface LineItemOptionUpdate extends ResourceUpdate {
49
- name?: string | null;
50
- quantity?: number | null;
51
- options?: Record<string, any> | null;
52
- sku_option?: SkuOptionRel | null;
53
- tags?: TagRel[] | null;
54
- }
55
- declare class LineItemOptions extends ApiResource<LineItemOption> {
56
- static readonly TYPE: LineItemOptionType;
57
- create(resource: LineItemOptionCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItemOption>;
58
- update(resource: LineItemOptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItemOption>;
59
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
60
- line_item(lineItemOptionId: string | LineItemOption, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
61
- sku_option(lineItemOptionId: string | LineItemOption, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuOption>;
62
- events(lineItemOptionId: string | LineItemOption, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
63
- tags(lineItemOptionId: string | LineItemOption, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
64
- isLineItemOption(resource: any): resource is LineItemOption;
65
- relationship(id: string | ResourceId | null): LineItemOptionRel;
66
- type(): LineItemOptionType;
67
- }
68
- export default LineItemOptions;
69
- export type { LineItemOption, LineItemOptionCreate, LineItemOptionUpdate, LineItemOptionType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{LineItem,LineItemType}from'./line_items';import type{SkuOption,SkuOptionType}from'./sku_options';import type{Event}from'./events';import type{Tag,TagType}from'./tags';type LineItemOptionType='line_item_options';type LineItemOptionRel=ResourceRel&{type:LineItemOptionType;};type LineItemRel=ResourceRel&{type:LineItemType;};type SkuOptionRel=ResourceRel&{type:SkuOptionType;};type TagRel=ResourceRel&{type:TagType;};interface LineItemOption extends Resource{readonly type:LineItemOptionType;name?:string|null;quantity:number;currency_code?:string|null;unit_amount_cents?:number|null;unit_amount_float?:number|null;formatted_unit_amount?:string|null;total_amount_cents?:number|null;total_amount_float:number;formatted_total_amount?:string|null;delay_hours?:number|null;delay_days?:number|null;options:Record<string,any>;line_item?:LineItem|null;sku_option?:SkuOption|null;events?:Event[]|null;tags?:Tag[]|null;}interface LineItemOptionCreate extends ResourceCreate{name?:string|null;quantity:number;options:Record<string,any>;line_item:LineItemRel;sku_option:SkuOptionRel;tags?:TagRel[]|null;}interface LineItemOptionUpdate extends ResourceUpdate{name?:string|null;quantity?:number|null;options?:Record<string,any>|null;sku_option?:SkuOptionRel|null;tags?:TagRel[]|null;}declare class LineItemOptions extends ApiResource<LineItemOption>{static readonly TYPE:LineItemOptionType;create(resource:LineItemOptionCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<LineItemOption>;update(resource:LineItemOptionUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<LineItemOption>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;line_item(lineItemOptionId:string|LineItemOption,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<LineItem>;sku_option(lineItemOptionId:string|LineItemOption,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SkuOption>;events(lineItemOptionId:string|LineItemOption,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(lineItemOptionId:string|LineItemOption,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;isLineItemOption(resource:any):resource is LineItemOption;relationship(id:string|ResourceId|null):LineItemOptionRel;type():LineItemOptionType;}export default LineItemOptions;export type{LineItemOption,LineItemOptionCreate,LineItemOptionUpdate,LineItemOptionType};