@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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class ReservedStocks extends resource_1.ApiResource {
5
- async stock_item(reservedStockId, params, options) {
6
- const _reservedStockId = reservedStockId.id || reservedStockId;
7
- return this.resources.fetch({ type: 'stock_items' }, `reserved_stocks/${_reservedStockId}/stock_item`, params, options);
8
- }
9
- async sku(reservedStockId, params, options) {
10
- const _reservedStockId = reservedStockId.id || reservedStockId;
11
- return this.resources.fetch({ type: 'skus' }, `reserved_stocks/${_reservedStockId}/sku`, params, options);
12
- }
13
- async stock_reservations(reservedStockId, params, options) {
14
- const _reservedStockId = reservedStockId.id || reservedStockId;
15
- return this.resources.fetch({ type: 'stock_reservations' }, `reserved_stocks/${_reservedStockId}/stock_reservations`, params, options);
16
- }
17
- isReservedStock(resource) {
18
- return resource.type && (resource.type === ReservedStocks.TYPE);
19
- }
20
- relationship(id) {
21
- return ((id === null) || (typeof id === 'string')) ? { id, type: ReservedStocks.TYPE } : { id: id.id, type: ReservedStocks.TYPE };
22
- }
23
- type() {
24
- return ReservedStocks.TYPE;
25
- }
26
- }
27
- ReservedStocks.TYPE = 'reserved_stocks';
28
- exports.default = ReservedStocks;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ReservedStocks extends resource_1.ApiResource{async stock_item(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_items"},`reserved_stocks/${r}/stock_item`,s,t)}async sku(e,s,t){const r=e.id||e;return this.resources.fetch({type:"skus"},`reserved_stocks/${r}/sku`,s,t)}async stock_reservations(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_reservations"},`reserved_stocks/${r}/stock_reservations`,s,t)}isReservedStock(e){return e.type&&e.type===ReservedStocks.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ReservedStocks.TYPE}:{id:e.id,type:ReservedStocks.TYPE}}type(){return ReservedStocks.TYPE}}ReservedStocks.TYPE="reserved_stocks",exports.default=ReservedStocks;
@@ -1,22 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceId, ResourceRel } from '../resource';
3
- import type { Order } from './orders';
4
- type ResourceErrorType = 'resource_errors';
5
- type ResourceErrorRel = ResourceRel & {
6
- type: ResourceErrorType;
7
- };
8
- interface ResourceError extends Resource {
9
- readonly type: ResourceErrorType;
10
- name: string;
11
- code: string;
12
- message: string;
13
- resource?: Order | null;
14
- }
15
- declare class ResourceErrors extends ApiResource<ResourceError> {
16
- static readonly TYPE: ResourceErrorType;
17
- isResourceError(resource: any): resource is ResourceError;
18
- relationship(id: string | ResourceId | null): ResourceErrorRel;
19
- type(): ResourceErrorType;
20
- }
21
- export default ResourceErrors;
22
- export type { ResourceError, ResourceErrorType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceId,ResourceRel}from'../resource';import type{Order}from'./orders';type ResourceErrorType='resource_errors';type ResourceErrorRel=ResourceRel&{type:ResourceErrorType;};interface ResourceError extends Resource{readonly type:ResourceErrorType;name:string;code:string;message:string;resource?:Order|null;}declare class ResourceErrors extends ApiResource<ResourceError>{static readonly TYPE:ResourceErrorType;isResourceError(resource:any):resource is ResourceError;relationship(id:string|ResourceId|null):ResourceErrorRel;type():ResourceErrorType;}export default ResourceErrors;export type{ResourceError,ResourceErrorType};
@@ -1,16 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class ResourceErrors extends resource_1.ApiResource {
5
- isResourceError(resource) {
6
- return resource.type && (resource.type === ResourceErrors.TYPE);
7
- }
8
- relationship(id) {
9
- return ((id === null) || (typeof id === 'string')) ? { id, type: ResourceErrors.TYPE } : { id: id.id, type: ResourceErrors.TYPE };
10
- }
11
- type() {
12
- return ResourceErrors.TYPE;
13
- }
14
- }
15
- ResourceErrors.TYPE = 'resource_errors';
16
- exports.default = ResourceErrors;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ResourceErrors extends resource_1.ApiResource{isResourceError(e){return e.type&&e.type===ResourceErrors.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ResourceErrors.TYPE}:{id:e.id,type:ResourceErrors.TYPE}}type(){return ResourceErrors.TYPE}}ResourceErrors.TYPE="resource_errors",exports.default=ResourceErrors;
@@ -1,52 +1 @@
1
- import { ApiResource } from '../resource';
2
- import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
3
- import type { QueryParamsRetrieve } from '../query';
4
- import type { Return, ReturnType } from './returns';
5
- import type { LineItem, LineItemType } from './line_items';
6
- type ReturnLineItemType = 'return_line_items';
7
- type ReturnLineItemRel = ResourceRel & {
8
- type: ReturnLineItemType;
9
- };
10
- type ReturnRel = ResourceRel & {
11
- type: ReturnType;
12
- };
13
- type LineItemRel = ResourceRel & {
14
- type: LineItemType;
15
- };
16
- interface ReturnLineItem extends Resource {
17
- readonly type: ReturnLineItemType;
18
- sku_code?: string | null;
19
- bundle_code?: string | null;
20
- quantity: number;
21
- name?: string | null;
22
- image_url?: string | null;
23
- return_reason?: Record<string, any> | null;
24
- restocked_at?: string | null;
25
- return?: Return | null;
26
- line_item?: LineItem | null;
27
- }
28
- interface ReturnLineItemCreate extends ResourceCreate {
29
- quantity: number;
30
- return_reason?: Record<string, any> | null;
31
- return: ReturnRel;
32
- line_item: LineItemRel;
33
- }
34
- interface ReturnLineItemUpdate extends ResourceUpdate {
35
- quantity?: number | null;
36
- _restock?: boolean | null;
37
- return_reason?: Record<string, any> | null;
38
- }
39
- declare class ReturnLineItems extends ApiResource<ReturnLineItem> {
40
- static readonly TYPE: ReturnLineItemType;
41
- create(resource: ReturnLineItemCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ReturnLineItem>;
42
- update(resource: ReturnLineItemUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ReturnLineItem>;
43
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
44
- return(returnLineItemId: string | ReturnLineItem, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
45
- line_item(returnLineItemId: string | ReturnLineItem, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
46
- _restock(id: string | ReturnLineItem, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ReturnLineItem>;
47
- isReturnLineItem(resource: any): resource is ReturnLineItem;
48
- relationship(id: string | ResourceId | null): ReturnLineItemRel;
49
- type(): ReturnLineItemType;
50
- }
51
- export default ReturnLineItems;
52
- export type { ReturnLineItem, ReturnLineItemCreate, ReturnLineItemUpdate, ReturnLineItemType };
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel}from'../resource';import type{QueryParamsRetrieve}from'../query';import type{Return,ReturnType}from'./returns';import type{LineItem,LineItemType}from'./line_items';type ReturnLineItemType='return_line_items';type ReturnLineItemRel=ResourceRel&{type:ReturnLineItemType;};type ReturnRel=ResourceRel&{type:ReturnType;};type LineItemRel=ResourceRel&{type:LineItemType;};interface ReturnLineItem extends Resource{readonly type:ReturnLineItemType;sku_code?:string|null;bundle_code?:string|null;quantity:number;name?:string|null;image_url?:string|null;return_reason?:Record<string,any>|null;restocked_at?:string|null;return?:Return|null;line_item?:LineItem|null;}interface ReturnLineItemCreate extends ResourceCreate{quantity:number;return_reason?:Record<string,any>|null;return:ReturnRel;line_item:LineItemRel;}interface ReturnLineItemUpdate extends ResourceUpdate{quantity?:number|null;_restock?:boolean|null;return_reason?:Record<string,any>|null;}declare class ReturnLineItems extends ApiResource<ReturnLineItem>{static readonly TYPE:ReturnLineItemType;create(resource:ReturnLineItemCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ReturnLineItem>;update(resource:ReturnLineItemUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ReturnLineItem>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;return(returnLineItemId:string|ReturnLineItem,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;line_item(returnLineItemId:string|ReturnLineItem,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<LineItem>;_restock(id:string|ReturnLineItem,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ReturnLineItem>;isReturnLineItem(resource:any):resource is ReturnLineItem;relationship(id:string|ResourceId|null):ReturnLineItemRel;type():ReturnLineItemType;}export default ReturnLineItems;export type{ReturnLineItem,ReturnLineItemCreate,ReturnLineItemUpdate,ReturnLineItemType};
@@ -1,36 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class ReturnLineItems extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: ReturnLineItems.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: ReturnLineItems.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: ReturnLineItems.TYPE } : id, options);
13
- }
14
- async return(returnLineItemId, params, options) {
15
- const _returnLineItemId = returnLineItemId.id || returnLineItemId;
16
- return this.resources.fetch({ type: 'returns' }, `return_line_items/${_returnLineItemId}/return`, params, options);
17
- }
18
- async line_item(returnLineItemId, params, options) {
19
- const _returnLineItemId = returnLineItemId.id || returnLineItemId;
20
- return this.resources.fetch({ type: 'line_items' }, `return_line_items/${_returnLineItemId}/line_item`, params, options);
21
- }
22
- async _restock(id, params, options) {
23
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: ReturnLineItems.TYPE, _restock: true }, params, options);
24
- }
25
- isReturnLineItem(resource) {
26
- return resource.type && (resource.type === ReturnLineItems.TYPE);
27
- }
28
- relationship(id) {
29
- return ((id === null) || (typeof id === 'string')) ? { id, type: ReturnLineItems.TYPE } : { id: id.id, type: ReturnLineItems.TYPE };
30
- }
31
- type() {
32
- return ReturnLineItems.TYPE;
33
- }
34
- }
35
- ReturnLineItems.TYPE = 'return_line_items';
36
- exports.default = ReturnLineItems;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ReturnLineItems extends resource_1.ApiResource{async create(e,t,r){return this.resources.create({...e,type:ReturnLineItems.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ReturnLineItems.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ReturnLineItems.TYPE}:e,t)}async return(e,t,r){const s=e.id||e;return this.resources.fetch({type:"returns"},`return_line_items/${s}/return`,t,r)}async line_item(e,t,r){const s=e.id||e;return this.resources.fetch({type:"line_items"},`return_line_items/${s}/line_item`,t,r)}async _restock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ReturnLineItems.TYPE,_restock:!0},t,r)}isReturnLineItem(e){return e.type&&e.type===ReturnLineItems.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ReturnLineItems.TYPE}:{id:e.id,type:ReturnLineItems.TYPE}}type(){return ReturnLineItems.TYPE}}ReturnLineItems.TYPE="return_line_items",exports.default=ReturnLineItems;
@@ -1,96 +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 { Customer } from './customers';
6
- import type { StockLocation, StockLocationType } from './stock_locations';
7
- import type { Address } from './addresses';
8
- import type { ReturnLineItem } from './return_line_items';
9
- import type { Attachment } from './attachments';
10
- import type { Event } from './events';
11
- import type { Tag, TagType } from './tags';
12
- import type { Version } from './versions';
13
- type ReturnType = 'returns';
14
- type ReturnRel = ResourceRel & {
15
- type: ReturnType;
16
- };
17
- type OrderRel = ResourceRel & {
18
- type: OrderType;
19
- };
20
- type StockLocationRel = ResourceRel & {
21
- type: StockLocationType;
22
- };
23
- type TagRel = ResourceRel & {
24
- type: TagType;
25
- };
26
- interface Return extends Resource {
27
- readonly type: ReturnType;
28
- number?: string | null;
29
- status: 'draft' | 'requested' | 'approved' | 'cancelled' | 'shipped' | 'rejected' | 'received';
30
- customer_email?: string | null;
31
- skus_count?: number | null;
32
- approved_at?: string | null;
33
- cancelled_at?: string | null;
34
- shipped_at?: string | null;
35
- rejected_at?: string | null;
36
- received_at?: string | null;
37
- archived_at?: string | null;
38
- order?: Order | null;
39
- customer?: Customer | null;
40
- stock_location?: StockLocation | null;
41
- origin_address?: Address | null;
42
- destination_address?: Address | null;
43
- return_line_items?: ReturnLineItem[] | null;
44
- attachments?: Attachment[] | null;
45
- events?: Event[] | null;
46
- tags?: Tag[] | null;
47
- versions?: Version[] | null;
48
- }
49
- interface ReturnCreate extends ResourceCreate {
50
- order: OrderRel;
51
- stock_location?: StockLocationRel | null;
52
- tags?: TagRel[] | null;
53
- }
54
- interface ReturnUpdate extends ResourceUpdate {
55
- _request?: boolean | null;
56
- _approve?: boolean | null;
57
- _cancel?: boolean | null;
58
- _ship?: boolean | null;
59
- _reject?: boolean | null;
60
- _receive?: boolean | null;
61
- _restock?: boolean | null;
62
- _archive?: boolean | null;
63
- _unarchive?: boolean | null;
64
- stock_location?: StockLocationRel | null;
65
- tags?: TagRel[] | null;
66
- }
67
- declare class Returns extends ApiResource<Return> {
68
- static readonly TYPE: ReturnType;
69
- create(resource: ReturnCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
70
- update(resource: ReturnUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
71
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
72
- order(returnId: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
73
- customer(returnId: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
74
- stock_location(returnId: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
75
- origin_address(returnId: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
76
- destination_address(returnId: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
77
- return_line_items(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ReturnLineItem>>;
78
- attachments(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
79
- events(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
80
- tags(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
81
- versions(returnId: string | Return, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
82
- _request(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
83
- _approve(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
84
- _cancel(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
85
- _ship(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
86
- _reject(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
87
- _receive(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
88
- _restock(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
89
- _archive(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
90
- _unarchive(id: string | Return, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
91
- isReturn(resource: any): resource is Return;
92
- relationship(id: string | ResourceId | null): ReturnRel;
93
- type(): ReturnType;
94
- }
95
- export default Returns;
96
- export type { Return, ReturnCreate, ReturnUpdate, ReturnType };
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{Customer}from'./customers';import type{StockLocation,StockLocationType}from'./stock_locations';import type{Address}from'./addresses';import type{ReturnLineItem}from'./return_line_items';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type ReturnType='returns';type ReturnRel=ResourceRel&{type:ReturnType;};type OrderRel=ResourceRel&{type:OrderType;};type StockLocationRel=ResourceRel&{type:StockLocationType;};type TagRel=ResourceRel&{type:TagType;};interface Return extends Resource{readonly type:ReturnType;number?:string|null;status:'draft'|'requested'|'approved'|'cancelled'|'shipped'|'rejected'|'received';customer_email?:string|null;skus_count?:number|null;approved_at?:string|null;cancelled_at?:string|null;shipped_at?:string|null;rejected_at?:string|null;received_at?:string|null;archived_at?:string|null;order?:Order|null;customer?:Customer|null;stock_location?:StockLocation|null;origin_address?:Address|null;destination_address?:Address|null;return_line_items?:ReturnLineItem[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface ReturnCreate extends ResourceCreate{order:OrderRel;stock_location?:StockLocationRel|null;tags?:TagRel[]|null;}interface ReturnUpdate extends ResourceUpdate{_request?:boolean|null;_approve?:boolean|null;_cancel?:boolean|null;_ship?:boolean|null;_reject?:boolean|null;_receive?:boolean|null;_restock?:boolean|null;_archive?:boolean|null;_unarchive?:boolean|null;stock_location?:StockLocationRel|null;tags?:TagRel[]|null;}declare class Returns extends ApiResource<Return>{static readonly TYPE:ReturnType;create(resource:ReturnCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;update(resource:ReturnUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(returnId:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;customer(returnId:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;stock_location(returnId:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;origin_address(returnId:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;destination_address(returnId:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;return_line_items(returnId:string|Return,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ReturnLineItem>>;attachments(returnId:string|Return,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(returnId:string|Return,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(returnId:string|Return,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(returnId:string|Return,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_request(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_approve(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_cancel(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_ship(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_reject(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_receive(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_restock(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_archive(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;_unarchive(id:string|Return,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Return>;isReturn(resource:any):resource is Return;relationship(id:string|ResourceId|null):ReturnRel;type():ReturnType;}export default Returns;export type{Return,ReturnCreate,ReturnUpdate,ReturnType};
@@ -1,92 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Returns extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: Returns.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: Returns.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: Returns.TYPE } : id, options);
13
- }
14
- async order(returnId, params, options) {
15
- const _returnId = returnId.id || returnId;
16
- return this.resources.fetch({ type: 'orders' }, `returns/${_returnId}/order`, params, options);
17
- }
18
- async customer(returnId, params, options) {
19
- const _returnId = returnId.id || returnId;
20
- return this.resources.fetch({ type: 'customers' }, `returns/${_returnId}/customer`, params, options);
21
- }
22
- async stock_location(returnId, params, options) {
23
- const _returnId = returnId.id || returnId;
24
- return this.resources.fetch({ type: 'stock_locations' }, `returns/${_returnId}/stock_location`, params, options);
25
- }
26
- async origin_address(returnId, params, options) {
27
- const _returnId = returnId.id || returnId;
28
- return this.resources.fetch({ type: 'addresses' }, `returns/${_returnId}/origin_address`, params, options);
29
- }
30
- async destination_address(returnId, params, options) {
31
- const _returnId = returnId.id || returnId;
32
- return this.resources.fetch({ type: 'addresses' }, `returns/${_returnId}/destination_address`, params, options);
33
- }
34
- async return_line_items(returnId, params, options) {
35
- const _returnId = returnId.id || returnId;
36
- return this.resources.fetch({ type: 'return_line_items' }, `returns/${_returnId}/return_line_items`, params, options);
37
- }
38
- async attachments(returnId, params, options) {
39
- const _returnId = returnId.id || returnId;
40
- return this.resources.fetch({ type: 'attachments' }, `returns/${_returnId}/attachments`, params, options);
41
- }
42
- async events(returnId, params, options) {
43
- const _returnId = returnId.id || returnId;
44
- return this.resources.fetch({ type: 'events' }, `returns/${_returnId}/events`, params, options);
45
- }
46
- async tags(returnId, params, options) {
47
- const _returnId = returnId.id || returnId;
48
- return this.resources.fetch({ type: 'tags' }, `returns/${_returnId}/tags`, params, options);
49
- }
50
- async versions(returnId, params, options) {
51
- const _returnId = returnId.id || returnId;
52
- return this.resources.fetch({ type: 'versions' }, `returns/${_returnId}/versions`, params, options);
53
- }
54
- async _request(id, params, options) {
55
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _request: true }, params, options);
56
- }
57
- async _approve(id, params, options) {
58
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _approve: true }, params, options);
59
- }
60
- async _cancel(id, params, options) {
61
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _cancel: true }, params, options);
62
- }
63
- async _ship(id, params, options) {
64
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _ship: true }, params, options);
65
- }
66
- async _reject(id, params, options) {
67
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _reject: true }, params, options);
68
- }
69
- async _receive(id, params, options) {
70
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _receive: true }, params, options);
71
- }
72
- async _restock(id, params, options) {
73
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _restock: true }, params, options);
74
- }
75
- async _archive(id, params, options) {
76
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _archive: true }, params, options);
77
- }
78
- async _unarchive(id, params, options) {
79
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: Returns.TYPE, _unarchive: true }, params, options);
80
- }
81
- isReturn(resource) {
82
- return resource.type && (resource.type === Returns.TYPE);
83
- }
84
- relationship(id) {
85
- return ((id === null) || (typeof id === 'string')) ? { id, type: Returns.TYPE } : { id: id.id, type: Returns.TYPE };
86
- }
87
- type() {
88
- return Returns.TYPE;
89
- }
90
- }
91
- Returns.TYPE = 'returns';
92
- exports.default = Returns;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Returns extends resource_1.ApiResource{async create(e,t,r){return this.resources.create({...e,type:Returns.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Returns.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Returns.TYPE}:e,t)}async order(e,t,r){const s=e.id||e;return this.resources.fetch({type:"orders"},`returns/${s}/order`,t,r)}async customer(e,t,r){const s=e.id||e;return this.resources.fetch({type:"customers"},`returns/${s}/customer`,t,r)}async stock_location(e,t,r){const s=e.id||e;return this.resources.fetch({type:"stock_locations"},`returns/${s}/stock_location`,t,r)}async origin_address(e,t,r){const s=e.id||e;return this.resources.fetch({type:"addresses"},`returns/${s}/origin_address`,t,r)}async destination_address(e,t,r){const s=e.id||e;return this.resources.fetch({type:"addresses"},`returns/${s}/destination_address`,t,r)}async return_line_items(e,t,r){const s=e.id||e;return this.resources.fetch({type:"return_line_items"},`returns/${s}/return_line_items`,t,r)}async attachments(e,t,r){const s=e.id||e;return this.resources.fetch({type:"attachments"},`returns/${s}/attachments`,t,r)}async events(e,t,r){const s=e.id||e;return this.resources.fetch({type:"events"},`returns/${s}/events`,t,r)}async tags(e,t,r){const s=e.id||e;return this.resources.fetch({type:"tags"},`returns/${s}/tags`,t,r)}async versions(e,t,r){const s=e.id||e;return this.resources.fetch({type:"versions"},`returns/${s}/versions`,t,r)}async _request(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_request:!0},t,r)}async _approve(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_approve:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_cancel:!0},t,r)}async _ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_ship:!0},t,r)}async _reject(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_reject:!0},t,r)}async _receive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_receive:!0},t,r)}async _restock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_restock:!0},t,r)}async _archive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_archive:!0},t,r)}async _unarchive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Returns.TYPE,_unarchive:!0},t,r)}isReturn(e){return e.type&&e.type===Returns.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Returns.TYPE}:{id:e.id,type:Returns.TYPE}}type(){return Returns.TYPE}}Returns.TYPE="returns",exports.default=Returns;
@@ -1,46 +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 { SatispayPayment, SatispayPaymentType } from './satispay_payments';
7
- type SatispayGatewayType = 'satispay_gateways';
8
- type SatispayGatewayRel = ResourceRel & {
9
- type: SatispayGatewayType;
10
- };
11
- type SatispayPaymentRel = ResourceRel & {
12
- type: SatispayPaymentType;
13
- };
14
- interface SatispayGateway extends Resource {
15
- readonly type: SatispayGatewayType;
16
- name: string;
17
- token: string;
18
- key_id: string;
19
- webhook_endpoint_url?: string | null;
20
- payment_methods?: PaymentMethod[] | null;
21
- versions?: Version[] | null;
22
- satispay_payments?: SatispayPayment[] | null;
23
- }
24
- interface SatispayGatewayCreate extends ResourceCreate {
25
- name: string;
26
- token: string;
27
- satispay_payments?: SatispayPaymentRel[] | null;
28
- }
29
- interface SatispayGatewayUpdate extends ResourceUpdate {
30
- name?: string | null;
31
- satispay_payments?: SatispayPaymentRel[] | null;
32
- }
33
- declare class SatispayGateways extends ApiResource<SatispayGateway> {
34
- static readonly TYPE: SatispayGatewayType;
35
- create(resource: SatispayGatewayCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SatispayGateway>;
36
- update(resource: SatispayGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SatispayGateway>;
37
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
38
- payment_methods(satispayGatewayId: string | SatispayGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
39
- versions(satispayGatewayId: string | SatispayGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
40
- satispay_payments(satispayGatewayId: string | SatispayGateway, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<SatispayPayment>>;
41
- isSatispayGateway(resource: any): resource is SatispayGateway;
42
- relationship(id: string | ResourceId | null): SatispayGatewayRel;
43
- type(): SatispayGatewayType;
44
- }
45
- export default SatispayGateways;
46
- export type { SatispayGateway, SatispayGatewayCreate, SatispayGatewayUpdate, SatispayGatewayType };
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{SatispayPayment,SatispayPaymentType}from'./satispay_payments';type SatispayGatewayType='satispay_gateways';type SatispayGatewayRel=ResourceRel&{type:SatispayGatewayType;};type SatispayPaymentRel=ResourceRel&{type:SatispayPaymentType;};interface SatispayGateway extends Resource{readonly type:SatispayGatewayType;name:string;token:string;key_id:string;webhook_endpoint_url?:string|null;payment_methods?:PaymentMethod[]|null;versions?:Version[]|null;satispay_payments?:SatispayPayment[]|null;}interface SatispayGatewayCreate extends ResourceCreate{name:string;token:string;satispay_payments?:SatispayPaymentRel[]|null;}interface SatispayGatewayUpdate extends ResourceUpdate{name?:string|null;satispay_payments?:SatispayPaymentRel[]|null;}declare class SatispayGateways extends ApiResource<SatispayGateway>{static readonly TYPE:SatispayGatewayType;create(resource:SatispayGatewayCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SatispayGateway>;update(resource:SatispayGatewayUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SatispayGateway>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;payment_methods(satispayGatewayId:string|SatispayGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;versions(satispayGatewayId:string|SatispayGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;satispay_payments(satispayGatewayId:string|SatispayGateway,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<SatispayPayment>>;isSatispayGateway(resource:any):resource is SatispayGateway;relationship(id:string|ResourceId|null):SatispayGatewayRel;type():SatispayGatewayType;}export default SatispayGateways;export type{SatispayGateway,SatispayGatewayCreate,SatispayGatewayUpdate,SatispayGatewayType};
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class SatispayGateways extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: SatispayGateways.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: SatispayGateways.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: SatispayGateways.TYPE } : id, options);
13
- }
14
- async payment_methods(satispayGatewayId, params, options) {
15
- const _satispayGatewayId = satispayGatewayId.id || satispayGatewayId;
16
- return this.resources.fetch({ type: 'payment_methods' }, `satispay_gateways/${_satispayGatewayId}/payment_methods`, params, options);
17
- }
18
- async versions(satispayGatewayId, params, options) {
19
- const _satispayGatewayId = satispayGatewayId.id || satispayGatewayId;
20
- return this.resources.fetch({ type: 'versions' }, `satispay_gateways/${_satispayGatewayId}/versions`, params, options);
21
- }
22
- async satispay_payments(satispayGatewayId, params, options) {
23
- const _satispayGatewayId = satispayGatewayId.id || satispayGatewayId;
24
- return this.resources.fetch({ type: 'satispay_payments' }, `satispay_gateways/${_satispayGatewayId}/satispay_payments`, params, options);
25
- }
26
- isSatispayGateway(resource) {
27
- return resource.type && (resource.type === SatispayGateways.TYPE);
28
- }
29
- relationship(id) {
30
- return ((id === null) || (typeof id === 'string')) ? { id, type: SatispayGateways.TYPE } : { id: id.id, type: SatispayGateways.TYPE };
31
- }
32
- type() {
33
- return SatispayGateways.TYPE;
34
- }
35
- }
36
- SatispayGateways.TYPE = 'satispay_gateways';
37
- exports.default = SatispayGateways;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class SatispayGateways extends resource_1.ApiResource{async create(e,t,s){return this.resources.create({...e,type:SatispayGateways.TYPE},t,s)}async update(e,t,s){return this.resources.update({...e,type:SatispayGateways.TYPE},t,s)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:SatispayGateways.TYPE}:e,t)}async payment_methods(e,t,s){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`satispay_gateways/${r}/payment_methods`,t,s)}async versions(e,t,s){const r=e.id||e;return this.resources.fetch({type:"versions"},`satispay_gateways/${r}/versions`,t,s)}async satispay_payments(e,t,s){const r=e.id||e;return this.resources.fetch({type:"satispay_payments"},`satispay_gateways/${r}/satispay_payments`,t,s)}isSatispayGateway(e){return e.type&&e.type===SatispayGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:SatispayGateways.TYPE}:{id:e.id,type:SatispayGateways.TYPE}}type(){return SatispayGateways.TYPE}}SatispayGateways.TYPE="satispay_gateways",exports.default=SatispayGateways;
@@ -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 { Order, OrderType } from './orders';
5
- import type { PaymentGateway } from './payment_gateways';
6
- import type { Version } from './versions';
7
- type SatispayPaymentType = 'satispay_payments';
8
- type SatispayPaymentRel = ResourceRel & {
9
- type: SatispayPaymentType;
10
- };
11
- type OrderRel = ResourceRel & {
12
- type: OrderType;
13
- };
14
- interface SatispayPayment extends Resource {
15
- readonly type: SatispayPaymentType;
16
- payment_id?: string | null;
17
- flow?: string | null;
18
- status?: string | null;
19
- redirect_url?: string | null;
20
- payment_url?: string | null;
21
- payment_response?: Record<string, any> | null;
22
- order?: Order | null;
23
- payment_gateway?: PaymentGateway | null;
24
- versions?: Version[] | null;
25
- }
26
- interface SatispayPaymentCreate extends ResourceCreate {
27
- flow?: string | null;
28
- redirect_url?: string | null;
29
- order: OrderRel;
30
- }
31
- interface SatispayPaymentUpdate extends ResourceUpdate {
32
- redirect_url?: string | null;
33
- _refresh?: boolean | null;
34
- order?: OrderRel | null;
35
- }
36
- declare class SatispayPayments extends ApiResource<SatispayPayment> {
37
- static readonly TYPE: SatispayPaymentType;
38
- create(resource: SatispayPaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SatispayPayment>;
39
- update(resource: SatispayPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SatispayPayment>;
40
- delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
41
- order(satispayPaymentId: string | SatispayPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
42
- payment_gateway(satispayPaymentId: string | SatispayPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
43
- versions(satispayPaymentId: string | SatispayPayment, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
44
- _refresh(id: string | SatispayPayment, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SatispayPayment>;
45
- isSatispayPayment(resource: any): resource is SatispayPayment;
46
- relationship(id: string | ResourceId | null): SatispayPaymentRel;
47
- type(): SatispayPaymentType;
48
- }
49
- export default SatispayPayments;
50
- export type { SatispayPayment, SatispayPaymentCreate, SatispayPaymentUpdate, SatispayPaymentType };
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 SatispayPaymentType='satispay_payments';type SatispayPaymentRel=ResourceRel&{type:SatispayPaymentType;};type OrderRel=ResourceRel&{type:OrderType;};interface SatispayPayment extends Resource{readonly type:SatispayPaymentType;payment_id?:string|null;flow?:string|null;status?:string|null;redirect_url?:string|null;payment_url?:string|null;payment_response?:Record<string,any>|null;order?:Order|null;payment_gateway?:PaymentGateway|null;versions?:Version[]|null;}interface SatispayPaymentCreate extends ResourceCreate{flow?:string|null;redirect_url?:string|null;order:OrderRel;}interface SatispayPaymentUpdate extends ResourceUpdate{redirect_url?:string|null;_refresh?:boolean|null;order?:OrderRel|null;}declare class SatispayPayments extends ApiResource<SatispayPayment>{static readonly TYPE:SatispayPaymentType;create(resource:SatispayPaymentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SatispayPayment>;update(resource:SatispayPaymentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SatispayPayment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(satispayPaymentId:string|SatispayPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;payment_gateway(satispayPaymentId:string|SatispayPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;versions(satispayPaymentId:string|SatispayPayment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_refresh(id:string|SatispayPayment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<SatispayPayment>;isSatispayPayment(resource:any):resource is SatispayPayment;relationship(id:string|ResourceId|null):SatispayPaymentRel;type():SatispayPaymentType;}export default SatispayPayments;export type{SatispayPayment,SatispayPaymentCreate,SatispayPaymentUpdate,SatispayPaymentType};
@@ -1,40 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class SatispayPayments extends resource_1.ApiResource {
5
- async create(resource, params, options) {
6
- return this.resources.create({ ...resource, type: SatispayPayments.TYPE }, params, options);
7
- }
8
- async update(resource, params, options) {
9
- return this.resources.update({ ...resource, type: SatispayPayments.TYPE }, params, options);
10
- }
11
- async delete(id, options) {
12
- await this.resources.delete((typeof id === 'string') ? { id, type: SatispayPayments.TYPE } : id, options);
13
- }
14
- async order(satispayPaymentId, params, options) {
15
- const _satispayPaymentId = satispayPaymentId.id || satispayPaymentId;
16
- return this.resources.fetch({ type: 'orders' }, `satispay_payments/${_satispayPaymentId}/order`, params, options);
17
- }
18
- async payment_gateway(satispayPaymentId, params, options) {
19
- const _satispayPaymentId = satispayPaymentId.id || satispayPaymentId;
20
- return this.resources.fetch({ type: 'payment_gateways' }, `satispay_payments/${_satispayPaymentId}/payment_gateway`, params, options);
21
- }
22
- async versions(satispayPaymentId, params, options) {
23
- const _satispayPaymentId = satispayPaymentId.id || satispayPaymentId;
24
- return this.resources.fetch({ type: 'versions' }, `satispay_payments/${_satispayPaymentId}/versions`, params, options);
25
- }
26
- async _refresh(id, params, options) {
27
- return this.resources.update({ id: (typeof id === 'string') ? id : id.id, type: SatispayPayments.TYPE, _refresh: true }, params, options);
28
- }
29
- isSatispayPayment(resource) {
30
- return resource.type && (resource.type === SatispayPayments.TYPE);
31
- }
32
- relationship(id) {
33
- return ((id === null) || (typeof id === 'string')) ? { id, type: SatispayPayments.TYPE } : { id: id.id, type: SatispayPayments.TYPE };
34
- }
35
- type() {
36
- return SatispayPayments.TYPE;
37
- }
38
- }
39
- SatispayPayments.TYPE = 'satispay_payments';
40
- exports.default = SatispayPayments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class SatispayPayments extends resource_1.ApiResource{async create(e,r,t){return this.resources.create({...e,type:SatispayPayments.TYPE},r,t)}async update(e,r,t){return this.resources.update({...e,type:SatispayPayments.TYPE},r,t)}async delete(e,r){await this.resources.delete(typeof e=="string"?{id:e,type:SatispayPayments.TYPE}:e,r)}async order(e,r,t){const s=e.id||e;return this.resources.fetch({type:"orders"},`satispay_payments/${s}/order`,r,t)}async payment_gateway(e,r,t){const s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`satispay_payments/${s}/payment_gateway`,r,t)}async versions(e,r,t){const s=e.id||e;return this.resources.fetch({type:"versions"},`satispay_payments/${s}/versions`,r,t)}async _refresh(e,r,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:SatispayPayments.TYPE,_refresh:!0},r,t)}isSatispayPayment(e){return e.type&&e.type===SatispayPayments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:SatispayPayments.TYPE}:{id:e.id,type:SatispayPayments.TYPE}}type(){return SatispayPayments.TYPE}}SatispayPayments.TYPE="satispay_payments",exports.default=SatispayPayments;