@medusajs/js-sdk 1.0.0-rc-20241016093905 → 1.0.0-rc-20241022152047

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. package/dist/admin/api-key.d.ts +150 -1
  2. package/dist/admin/api-key.d.ts.map +1 -1
  3. package/dist/admin/api-key.js +146 -0
  4. package/dist/admin/api-key.js.map +1 -1
  5. package/dist/admin/campaign.d.ts +141 -0
  6. package/dist/admin/campaign.d.ts.map +1 -1
  7. package/dist/admin/campaign.js +138 -0
  8. package/dist/admin/campaign.js.map +1 -1
  9. package/dist/admin/claim.d.ts +548 -20
  10. package/dist/admin/claim.d.ts.map +1 -1
  11. package/dist/admin/claim.js +526 -7
  12. package/dist/admin/claim.js.map +1 -1
  13. package/dist/admin/currency.d.ts +86 -1
  14. package/dist/admin/currency.d.ts.map +1 -1
  15. package/dist/admin/currency.js +84 -2
  16. package/dist/admin/currency.js.map +1 -1
  17. package/dist/admin/customer-group.d.ts +158 -2
  18. package/dist/admin/customer-group.d.ts.map +1 -1
  19. package/dist/admin/customer-group.js +153 -0
  20. package/dist/admin/customer-group.js.map +1 -1
  21. package/dist/admin/customer.d.ts +141 -13
  22. package/dist/admin/customer.d.ts.map +1 -1
  23. package/dist/admin/customer.js +133 -0
  24. package/dist/admin/customer.js.map +1 -1
  25. package/dist/admin/exchange.d.ts +477 -20
  26. package/dist/admin/exchange.d.ts.map +1 -1
  27. package/dist/admin/exchange.js +458 -30
  28. package/dist/admin/exchange.js.map +1 -1
  29. package/dist/admin/fulfillment-provider.d.ts +53 -0
  30. package/dist/admin/fulfillment-provider.d.ts.map +1 -1
  31. package/dist/admin/fulfillment-provider.js +50 -0
  32. package/dist/admin/fulfillment-provider.js.map +1 -1
  33. package/dist/admin/fulfillment-set.d.ts +128 -0
  34. package/dist/admin/fulfillment-set.d.ts.map +1 -1
  35. package/dist/admin/fulfillment-set.js +125 -0
  36. package/dist/admin/fulfillment-set.js.map +1 -1
  37. package/dist/admin/fulfillment.d.ts +80 -0
  38. package/dist/admin/fulfillment.d.ts.map +1 -1
  39. package/dist/admin/fulfillment.js +78 -0
  40. package/dist/admin/fulfillment.js.map +1 -1
  41. package/dist/admin/inventory-item.d.ts +258 -1
  42. package/dist/admin/inventory-item.d.ts.map +1 -1
  43. package/dist/admin/inventory-item.js +254 -0
  44. package/dist/admin/inventory-item.js.map +1 -1
  45. package/dist/admin/invite.d.ts +176 -15
  46. package/dist/admin/invite.d.ts.map +1 -1
  47. package/dist/admin/invite.js +165 -0
  48. package/dist/admin/invite.js.map +1 -1
  49. package/dist/admin/notification.d.ts +6 -0
  50. package/dist/admin/notification.d.ts.map +1 -1
  51. package/dist/admin/notification.js +3 -0
  52. package/dist/admin/notification.js.map +1 -1
  53. package/dist/admin/order-edit.d.ts +6 -0
  54. package/dist/admin/order-edit.d.ts.map +1 -1
  55. package/dist/admin/order-edit.js +3 -0
  56. package/dist/admin/order-edit.js.map +1 -1
  57. package/dist/admin/order.d.ts +7 -0
  58. package/dist/admin/order.d.ts.map +1 -1
  59. package/dist/admin/order.js +9 -0
  60. package/dist/admin/order.js.map +1 -1
  61. package/dist/admin/payment-collection.d.ts +6 -0
  62. package/dist/admin/payment-collection.d.ts.map +1 -1
  63. package/dist/admin/payment-collection.js +3 -0
  64. package/dist/admin/payment-collection.js.map +1 -1
  65. package/dist/admin/payment.d.ts +6 -0
  66. package/dist/admin/payment.d.ts.map +1 -1
  67. package/dist/admin/payment.js +3 -0
  68. package/dist/admin/payment.js.map +1 -1
  69. package/dist/admin/price-list.d.ts +6 -0
  70. package/dist/admin/price-list.d.ts.map +1 -1
  71. package/dist/admin/price-list.js +3 -0
  72. package/dist/admin/price-list.js.map +1 -1
  73. package/dist/admin/price-preference.d.ts +6 -0
  74. package/dist/admin/price-preference.d.ts.map +1 -1
  75. package/dist/admin/price-preference.js +3 -0
  76. package/dist/admin/price-preference.js.map +1 -1
  77. package/dist/admin/product-category.d.ts +6 -0
  78. package/dist/admin/product-category.d.ts.map +1 -1
  79. package/dist/admin/product-category.js +3 -0
  80. package/dist/admin/product-category.js.map +1 -1
  81. package/dist/admin/product-collection.d.ts +6 -0
  82. package/dist/admin/product-collection.d.ts.map +1 -1
  83. package/dist/admin/product-collection.js +3 -0
  84. package/dist/admin/product-collection.js.map +1 -1
  85. package/dist/admin/product-tag.d.ts +6 -0
  86. package/dist/admin/product-tag.d.ts.map +1 -1
  87. package/dist/admin/product-tag.js +3 -0
  88. package/dist/admin/product-tag.js.map +1 -1
  89. package/dist/admin/product-type.d.ts +6 -0
  90. package/dist/admin/product-type.d.ts.map +1 -1
  91. package/dist/admin/product-type.js +3 -0
  92. package/dist/admin/product-type.js.map +1 -1
  93. package/dist/admin/product-variant.d.ts +6 -0
  94. package/dist/admin/product-variant.d.ts.map +1 -1
  95. package/dist/admin/product-variant.js +3 -0
  96. package/dist/admin/product-variant.js.map +1 -1
  97. package/dist/admin/product.d.ts +6 -0
  98. package/dist/admin/product.d.ts.map +1 -1
  99. package/dist/admin/product.js +3 -0
  100. package/dist/admin/product.js.map +1 -1
  101. package/dist/admin/promotion.d.ts +6 -0
  102. package/dist/admin/promotion.d.ts.map +1 -1
  103. package/dist/admin/promotion.js +3 -0
  104. package/dist/admin/promotion.js.map +1 -1
  105. package/dist/admin/refund-reasons.d.ts +6 -0
  106. package/dist/admin/refund-reasons.d.ts.map +1 -1
  107. package/dist/admin/refund-reasons.js +3 -0
  108. package/dist/admin/refund-reasons.js.map +1 -1
  109. package/dist/admin/region.d.ts +6 -0
  110. package/dist/admin/region.d.ts.map +1 -1
  111. package/dist/admin/region.js +3 -0
  112. package/dist/admin/region.js.map +1 -1
  113. package/dist/admin/reservation.d.ts +6 -0
  114. package/dist/admin/reservation.d.ts.map +1 -1
  115. package/dist/admin/reservation.js +3 -0
  116. package/dist/admin/reservation.js.map +1 -1
  117. package/dist/admin/return-reason.d.ts +6 -0
  118. package/dist/admin/return-reason.d.ts.map +1 -1
  119. package/dist/admin/return-reason.js +3 -0
  120. package/dist/admin/return-reason.js.map +1 -1
  121. package/dist/admin/return.d.ts +6 -0
  122. package/dist/admin/return.d.ts.map +1 -1
  123. package/dist/admin/return.js +3 -0
  124. package/dist/admin/return.js.map +1 -1
  125. package/dist/admin/sales-channel.d.ts +6 -0
  126. package/dist/admin/sales-channel.d.ts.map +1 -1
  127. package/dist/admin/sales-channel.js +3 -0
  128. package/dist/admin/sales-channel.js.map +1 -1
  129. package/dist/admin/shipping-option.d.ts +6 -0
  130. package/dist/admin/shipping-option.d.ts.map +1 -1
  131. package/dist/admin/shipping-option.js +3 -0
  132. package/dist/admin/shipping-option.js.map +1 -1
  133. package/dist/admin/shipping-profile.d.ts +6 -0
  134. package/dist/admin/shipping-profile.d.ts.map +1 -1
  135. package/dist/admin/shipping-profile.js +3 -0
  136. package/dist/admin/shipping-profile.js.map +1 -1
  137. package/dist/admin/stock-location.d.ts +6 -0
  138. package/dist/admin/stock-location.d.ts.map +1 -1
  139. package/dist/admin/stock-location.js +3 -0
  140. package/dist/admin/stock-location.js.map +1 -1
  141. package/dist/admin/store.d.ts +6 -0
  142. package/dist/admin/store.d.ts.map +1 -1
  143. package/dist/admin/store.js +3 -0
  144. package/dist/admin/store.js.map +1 -1
  145. package/dist/admin/tax-rate.d.ts +6 -0
  146. package/dist/admin/tax-rate.d.ts.map +1 -1
  147. package/dist/admin/tax-rate.js +3 -0
  148. package/dist/admin/tax-rate.js.map +1 -1
  149. package/dist/admin/tax-region.d.ts +6 -0
  150. package/dist/admin/tax-region.d.ts.map +1 -1
  151. package/dist/admin/tax-region.js +3 -0
  152. package/dist/admin/tax-region.js.map +1 -1
  153. package/dist/admin/upload.d.ts +6 -0
  154. package/dist/admin/upload.d.ts.map +1 -1
  155. package/dist/admin/upload.js +3 -0
  156. package/dist/admin/upload.js.map +1 -1
  157. package/dist/admin/user.d.ts +6 -0
  158. package/dist/admin/user.d.ts.map +1 -1
  159. package/dist/admin/user.js +3 -0
  160. package/dist/admin/user.js.map +1 -1
  161. package/dist/admin/workflow-execution.d.ts +6 -0
  162. package/dist/admin/workflow-execution.d.ts.map +1 -1
  163. package/dist/admin/workflow-execution.js +3 -0
  164. package/dist/admin/workflow-execution.js.map +1 -1
  165. package/dist/auth/index.d.ts +156 -0
  166. package/dist/auth/index.d.ts.map +1 -1
  167. package/dist/auth/index.js +152 -1
  168. package/dist/auth/index.js.map +1 -1
  169. package/dist/client.d.ts +1 -1
  170. package/dist/client.d.ts.map +1 -1
  171. package/dist/client.js +2 -1
  172. package/dist/client.js.map +1 -1
  173. package/dist/esm/admin/api-key.d.ts +150 -1
  174. package/dist/esm/admin/api-key.d.ts.map +1 -1
  175. package/dist/esm/admin/api-key.js +146 -0
  176. package/dist/esm/admin/api-key.js.map +1 -1
  177. package/dist/esm/admin/campaign.d.ts +141 -0
  178. package/dist/esm/admin/campaign.d.ts.map +1 -1
  179. package/dist/esm/admin/campaign.js +138 -0
  180. package/dist/esm/admin/campaign.js.map +1 -1
  181. package/dist/esm/admin/claim.d.ts +548 -20
  182. package/dist/esm/admin/claim.d.ts.map +1 -1
  183. package/dist/esm/admin/claim.js +526 -9
  184. package/dist/esm/admin/claim.js.map +1 -1
  185. package/dist/esm/admin/currency.d.ts +86 -1
  186. package/dist/esm/admin/currency.d.ts.map +1 -1
  187. package/dist/esm/admin/currency.js +84 -2
  188. package/dist/esm/admin/currency.js.map +1 -1
  189. package/dist/esm/admin/customer-group.d.ts +158 -2
  190. package/dist/esm/admin/customer-group.d.ts.map +1 -1
  191. package/dist/esm/admin/customer-group.js +153 -0
  192. package/dist/esm/admin/customer-group.js.map +1 -1
  193. package/dist/esm/admin/customer.d.ts +141 -13
  194. package/dist/esm/admin/customer.d.ts.map +1 -1
  195. package/dist/esm/admin/customer.js +133 -0
  196. package/dist/esm/admin/customer.js.map +1 -1
  197. package/dist/esm/admin/exchange.d.ts +477 -20
  198. package/dist/esm/admin/exchange.d.ts.map +1 -1
  199. package/dist/esm/admin/exchange.js +458 -38
  200. package/dist/esm/admin/exchange.js.map +1 -1
  201. package/dist/esm/admin/fulfillment-provider.d.ts +53 -0
  202. package/dist/esm/admin/fulfillment-provider.d.ts.map +1 -1
  203. package/dist/esm/admin/fulfillment-provider.js +50 -0
  204. package/dist/esm/admin/fulfillment-provider.js.map +1 -1
  205. package/dist/esm/admin/fulfillment-set.d.ts +128 -0
  206. package/dist/esm/admin/fulfillment-set.d.ts.map +1 -1
  207. package/dist/esm/admin/fulfillment-set.js +125 -0
  208. package/dist/esm/admin/fulfillment-set.js.map +1 -1
  209. package/dist/esm/admin/fulfillment.d.ts +80 -0
  210. package/dist/esm/admin/fulfillment.d.ts.map +1 -1
  211. package/dist/esm/admin/fulfillment.js +78 -0
  212. package/dist/esm/admin/fulfillment.js.map +1 -1
  213. package/dist/esm/admin/inventory-item.d.ts +258 -1
  214. package/dist/esm/admin/inventory-item.d.ts.map +1 -1
  215. package/dist/esm/admin/inventory-item.js +254 -0
  216. package/dist/esm/admin/inventory-item.js.map +1 -1
  217. package/dist/esm/admin/invite.d.ts +176 -15
  218. package/dist/esm/admin/invite.d.ts.map +1 -1
  219. package/dist/esm/admin/invite.js +165 -0
  220. package/dist/esm/admin/invite.js.map +1 -1
  221. package/dist/esm/admin/notification.d.ts +6 -0
  222. package/dist/esm/admin/notification.d.ts.map +1 -1
  223. package/dist/esm/admin/notification.js +3 -0
  224. package/dist/esm/admin/notification.js.map +1 -1
  225. package/dist/esm/admin/order-edit.d.ts +6 -0
  226. package/dist/esm/admin/order-edit.d.ts.map +1 -1
  227. package/dist/esm/admin/order-edit.js +3 -0
  228. package/dist/esm/admin/order-edit.js.map +1 -1
  229. package/dist/esm/admin/order.d.ts +7 -0
  230. package/dist/esm/admin/order.d.ts.map +1 -1
  231. package/dist/esm/admin/order.js +11 -0
  232. package/dist/esm/admin/order.js.map +1 -1
  233. package/dist/esm/admin/payment-collection.d.ts +6 -0
  234. package/dist/esm/admin/payment-collection.d.ts.map +1 -1
  235. package/dist/esm/admin/payment-collection.js +3 -0
  236. package/dist/esm/admin/payment-collection.js.map +1 -1
  237. package/dist/esm/admin/payment.d.ts +6 -0
  238. package/dist/esm/admin/payment.d.ts.map +1 -1
  239. package/dist/esm/admin/payment.js +3 -0
  240. package/dist/esm/admin/payment.js.map +1 -1
  241. package/dist/esm/admin/price-list.d.ts +6 -0
  242. package/dist/esm/admin/price-list.d.ts.map +1 -1
  243. package/dist/esm/admin/price-list.js +3 -0
  244. package/dist/esm/admin/price-list.js.map +1 -1
  245. package/dist/esm/admin/price-preference.d.ts +6 -0
  246. package/dist/esm/admin/price-preference.d.ts.map +1 -1
  247. package/dist/esm/admin/price-preference.js +3 -0
  248. package/dist/esm/admin/price-preference.js.map +1 -1
  249. package/dist/esm/admin/product-category.d.ts +6 -0
  250. package/dist/esm/admin/product-category.d.ts.map +1 -1
  251. package/dist/esm/admin/product-category.js +3 -0
  252. package/dist/esm/admin/product-category.js.map +1 -1
  253. package/dist/esm/admin/product-collection.d.ts +6 -0
  254. package/dist/esm/admin/product-collection.d.ts.map +1 -1
  255. package/dist/esm/admin/product-collection.js +3 -0
  256. package/dist/esm/admin/product-collection.js.map +1 -1
  257. package/dist/esm/admin/product-tag.d.ts +6 -0
  258. package/dist/esm/admin/product-tag.d.ts.map +1 -1
  259. package/dist/esm/admin/product-tag.js +3 -0
  260. package/dist/esm/admin/product-tag.js.map +1 -1
  261. package/dist/esm/admin/product-type.d.ts +6 -0
  262. package/dist/esm/admin/product-type.d.ts.map +1 -1
  263. package/dist/esm/admin/product-type.js +3 -0
  264. package/dist/esm/admin/product-type.js.map +1 -1
  265. package/dist/esm/admin/product-variant.d.ts +6 -0
  266. package/dist/esm/admin/product-variant.d.ts.map +1 -1
  267. package/dist/esm/admin/product-variant.js +3 -0
  268. package/dist/esm/admin/product-variant.js.map +1 -1
  269. package/dist/esm/admin/product.d.ts +6 -0
  270. package/dist/esm/admin/product.d.ts.map +1 -1
  271. package/dist/esm/admin/product.js +3 -0
  272. package/dist/esm/admin/product.js.map +1 -1
  273. package/dist/esm/admin/promotion.d.ts +6 -0
  274. package/dist/esm/admin/promotion.d.ts.map +1 -1
  275. package/dist/esm/admin/promotion.js +3 -0
  276. package/dist/esm/admin/promotion.js.map +1 -1
  277. package/dist/esm/admin/refund-reasons.d.ts +6 -0
  278. package/dist/esm/admin/refund-reasons.d.ts.map +1 -1
  279. package/dist/esm/admin/refund-reasons.js +3 -0
  280. package/dist/esm/admin/refund-reasons.js.map +1 -1
  281. package/dist/esm/admin/region.d.ts +6 -0
  282. package/dist/esm/admin/region.d.ts.map +1 -1
  283. package/dist/esm/admin/region.js +3 -0
  284. package/dist/esm/admin/region.js.map +1 -1
  285. package/dist/esm/admin/reservation.d.ts +6 -0
  286. package/dist/esm/admin/reservation.d.ts.map +1 -1
  287. package/dist/esm/admin/reservation.js +3 -0
  288. package/dist/esm/admin/reservation.js.map +1 -1
  289. package/dist/esm/admin/return-reason.d.ts +6 -0
  290. package/dist/esm/admin/return-reason.d.ts.map +1 -1
  291. package/dist/esm/admin/return-reason.js +3 -0
  292. package/dist/esm/admin/return-reason.js.map +1 -1
  293. package/dist/esm/admin/return.d.ts +6 -0
  294. package/dist/esm/admin/return.d.ts.map +1 -1
  295. package/dist/esm/admin/return.js +3 -0
  296. package/dist/esm/admin/return.js.map +1 -1
  297. package/dist/esm/admin/sales-channel.d.ts +6 -0
  298. package/dist/esm/admin/sales-channel.d.ts.map +1 -1
  299. package/dist/esm/admin/sales-channel.js +3 -0
  300. package/dist/esm/admin/sales-channel.js.map +1 -1
  301. package/dist/esm/admin/shipping-option.d.ts +6 -0
  302. package/dist/esm/admin/shipping-option.d.ts.map +1 -1
  303. package/dist/esm/admin/shipping-option.js +3 -0
  304. package/dist/esm/admin/shipping-option.js.map +1 -1
  305. package/dist/esm/admin/shipping-profile.d.ts +6 -0
  306. package/dist/esm/admin/shipping-profile.d.ts.map +1 -1
  307. package/dist/esm/admin/shipping-profile.js +3 -0
  308. package/dist/esm/admin/shipping-profile.js.map +1 -1
  309. package/dist/esm/admin/stock-location.d.ts +6 -0
  310. package/dist/esm/admin/stock-location.d.ts.map +1 -1
  311. package/dist/esm/admin/stock-location.js +3 -0
  312. package/dist/esm/admin/stock-location.js.map +1 -1
  313. package/dist/esm/admin/store.d.ts +6 -0
  314. package/dist/esm/admin/store.d.ts.map +1 -1
  315. package/dist/esm/admin/store.js +3 -0
  316. package/dist/esm/admin/store.js.map +1 -1
  317. package/dist/esm/admin/tax-rate.d.ts +6 -0
  318. package/dist/esm/admin/tax-rate.d.ts.map +1 -1
  319. package/dist/esm/admin/tax-rate.js +3 -0
  320. package/dist/esm/admin/tax-rate.js.map +1 -1
  321. package/dist/esm/admin/tax-region.d.ts +6 -0
  322. package/dist/esm/admin/tax-region.d.ts.map +1 -1
  323. package/dist/esm/admin/tax-region.js +3 -0
  324. package/dist/esm/admin/tax-region.js.map +1 -1
  325. package/dist/esm/admin/upload.d.ts +6 -0
  326. package/dist/esm/admin/upload.d.ts.map +1 -1
  327. package/dist/esm/admin/upload.js +3 -0
  328. package/dist/esm/admin/upload.js.map +1 -1
  329. package/dist/esm/admin/user.d.ts +6 -0
  330. package/dist/esm/admin/user.d.ts.map +1 -1
  331. package/dist/esm/admin/user.js +3 -0
  332. package/dist/esm/admin/user.js.map +1 -1
  333. package/dist/esm/admin/workflow-execution.d.ts +6 -0
  334. package/dist/esm/admin/workflow-execution.d.ts.map +1 -1
  335. package/dist/esm/admin/workflow-execution.js +3 -0
  336. package/dist/esm/admin/workflow-execution.js.map +1 -1
  337. package/dist/esm/auth/index.d.ts +156 -0
  338. package/dist/esm/auth/index.d.ts.map +1 -1
  339. package/dist/esm/auth/index.js +152 -1
  340. package/dist/esm/auth/index.js.map +1 -1
  341. package/dist/esm/client.d.ts +1 -1
  342. package/dist/esm/client.d.ts.map +1 -1
  343. package/dist/esm/client.js +2 -1
  344. package/dist/esm/client.js.map +1 -1
  345. package/dist/esm/store/index.d.ts +973 -83
  346. package/dist/esm/store/index.d.ts.map +1 -1
  347. package/dist/esm/store/index.js +946 -0
  348. package/dist/esm/store/index.js.map +1 -1
  349. package/dist/esm/types.d.ts +6 -1
  350. package/dist/esm/types.d.ts.map +1 -1
  351. package/dist/store/index.d.ts +973 -83
  352. package/dist/store/index.d.ts.map +1 -1
  353. package/dist/store/index.js +946 -0
  354. package/dist/store/index.js.map +1 -1
  355. package/dist/types.d.ts +6 -1
  356. package/dist/types.d.ts.map +1 -1
  357. package/package.json +2 -2
@@ -8,9 +8,58 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  export class Claim {
11
+ /**
12
+ * @ignore
13
+ */
11
14
  constructor(client) {
12
15
  this.client = client;
13
16
  }
17
+ /**
18
+ * This method retrieves a paginated list of claims. It sends a request to the
19
+ * [List Claims](https://docs.medusajs.com/v2/api/admin#claims_getclaims) API route.
20
+ *
21
+ * @param query - Filters and pagination configurations.
22
+ * @param headers - Headers to pass in the request.
23
+ * @returns The paginated list of claims.
24
+ *
25
+ * @example
26
+ * To retrieve the list of claims:
27
+ *
28
+ * ```ts
29
+ * sdk.admin.claim.list()
30
+ * .then(({ claims, count, limit, offset }) => {
31
+ * console.log(claims)
32
+ * })
33
+ * ```
34
+ *
35
+ * To configure the pagination, pass the `limit` and `offset` query parameters.
36
+ *
37
+ * For example, to retrieve only 10 items and skip 10 items:
38
+ *
39
+ * ```ts
40
+ * sdk.admin.claim.list({
41
+ * limit: 10,
42
+ * offset: 10
43
+ * })
44
+ * .then(({ claims, count, limit, offset }) => {
45
+ * console.log(claims)
46
+ * })
47
+ * ```
48
+ *
49
+ * Using the `fields` query parameter, you can specify the fields and relations to retrieve
50
+ * in each claim:
51
+ *
52
+ * ```ts
53
+ * sdk.admin.claim.list({
54
+ * fields: "id,*additional_items"
55
+ * })
56
+ * .then(({ claims, count, limit, offset }) => {
57
+ * console.log(claims)
58
+ * })
59
+ * ```
60
+ *
61
+ * Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
62
+ */
14
63
  list(query, headers) {
15
64
  return __awaiter(this, void 0, void 0, function* () {
16
65
  return yield this.client.fetch(`/admin/claims`, {
@@ -19,6 +68,38 @@ export class Claim {
19
68
  });
20
69
  });
21
70
  }
71
+ /**
72
+ * This method retrieves a claim. It sends a request to the
73
+ * [Get Claim](https://docs.medusajs.com/v2/api/admin#claims_getclaimsid) API route.
74
+ *
75
+ * @param id - The claim's ID.
76
+ * @param query - Configure the fields to retrieve in the claim.
77
+ * @param headers - Headers to pass in the request
78
+ * @returns The claim's details.
79
+ *
80
+ * @example
81
+ * To retrieve a claim by its ID:
82
+ *
83
+ * ```ts
84
+ * sdk.admin.claim.retrieve("claim_123")
85
+ * .then(({ claim }) => {
86
+ * console.log(claim)
87
+ * })
88
+ * ```
89
+ *
90
+ * To specify the fields and relations to retrieve:
91
+ *
92
+ * ```ts
93
+ * sdk.admin.claim.retrieve("claim_123", {
94
+ * fields: "id,*additional_items"
95
+ * })
96
+ * .then(({ claim }) => {
97
+ * console.log(claim)
98
+ * })
99
+ * ```
100
+ *
101
+ * Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
102
+ */
22
103
  retrieve(id, query, headers) {
23
104
  return __awaiter(this, void 0, void 0, function* () {
24
105
  return yield this.client.fetch(`/admin/claims/${id}`, {
@@ -27,6 +108,24 @@ export class Claim {
27
108
  });
28
109
  });
29
110
  }
111
+ /**
112
+ * This method creates a claim. It sends a request to the
113
+ * [Create Claim](https://docs.medusajs.com/v2/api/admin#claims_postclaims) API route.
114
+ *
115
+ * @param body - The claim's details.
116
+ * @param query - Configure the fields to retrieve in the claim.
117
+ * @param headers - Headers to pass in the request
118
+ * @returns The claim and order's details.
119
+ *
120
+ * @example
121
+ * sdk.admin.claim.create({
122
+ * type: "refund",
123
+ * order_id: "order_123",
124
+ * })
125
+ * .then(({ claim }) => {
126
+ * console.log(claim)
127
+ * })
128
+ */
30
129
  create(body, query, headers) {
31
130
  return __awaiter(this, void 0, void 0, function* () {
32
131
  return yield this.client.fetch(`/admin/claims`, {
@@ -37,6 +136,21 @@ export class Claim {
37
136
  });
38
137
  });
39
138
  }
139
+ /**
140
+ * This method cancels a claim. It sends a request to the
141
+ * [Cancel Claim](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidcancel) API route.
142
+ *
143
+ * @param id - The claim's ID.
144
+ * @param query - Configure the fields to retrieve in the claim.
145
+ * @param headers - Headers to pass in the request
146
+ * @returns The claim's details.
147
+ *
148
+ * @example
149
+ * sdk.admin.claim.cancel("claim_123")
150
+ * .then(({ claim }) => {
151
+ * console.log(claim)
152
+ * })
153
+ */
40
154
  cancel(id, query, headers) {
41
155
  return __awaiter(this, void 0, void 0, function* () {
42
156
  return yield this.client.fetch(`/admin/claims/${id}/cancel`, {
@@ -46,15 +160,29 @@ export class Claim {
46
160
  });
47
161
  });
48
162
  }
49
- delete(id, query, headers) {
50
- return __awaiter(this, void 0, void 0, function* () {
51
- return yield this.client.fetch(`/admin/claims/${id}`, {
52
- method: "DELETE",
53
- headers,
54
- query,
55
- });
56
- });
57
- }
163
+ /**
164
+ * This method adds items to the claim. It sends a request to the
165
+ * [Add Items](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidclaimitems) API route.
166
+ *
167
+ * @param id - The ID of the claim to add the items to.
168
+ * @param body - The items' details.
169
+ * @param query - Configure the fields to retrieve in the claim.
170
+ * @param headers - Headers to pass in the request
171
+ * @returns The claim's details with a preview of the order when the claim is applied.
172
+ *
173
+ * @example
174
+ * sdk.admin.claim.addItems("claim_123", {
175
+ * items: [
176
+ * {
177
+ * id: "orli_123",
178
+ * quantity: 1
179
+ * }
180
+ * ]
181
+ * })
182
+ * .then(({ claim }) => {
183
+ * console.log(claim)
184
+ * })
185
+ */
58
186
  addItems(id, body, query, headers) {
59
187
  return __awaiter(this, void 0, void 0, function* () {
60
188
  return yield this.client.fetch(`/admin/claims/${id}/claim-items`, {
@@ -65,6 +193,32 @@ export class Claim {
65
193
  });
66
194
  });
67
195
  }
196
+ /**
197
+ * This method updates a claim item by the ID of the item's `WRITE_OFF_ITEM` action. It
198
+ * sends a request to the [Update Claim Item](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidclaimitemsaction_id) API route.
199
+ *
200
+ * Every item has an `actions` property, whose value is an array of actions.
201
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
202
+ *
203
+ * @param id - The claim's ID.
204
+ * @param actionId - The id of the order item's `WRITE_OFF_ITEM` action.
205
+ * @param body - The details to update.
206
+ * @param query - Configure the fields to retrieve in the claim.
207
+ * @param headers - Headers to pass in the request
208
+ * @returns The claim's details with a preview of the order when the claim is applied.
209
+ *
210
+ * @example
211
+ * sdk.admin.claim.updateItem(
212
+ * "claim_123",
213
+ * "ordchact_123",
214
+ * {
215
+ * quantity: 1
216
+ * }
217
+ * )
218
+ * .then(({ claim }) => {
219
+ * console.log(claim)
220
+ * })
221
+ */
68
222
  updateItem(id, actionId, body, query, headers) {
69
223
  return __awaiter(this, void 0, void 0, function* () {
70
224
  return yield this.client.fetch(`/admin/claims/${id}/claim-items/${actionId}`, {
@@ -75,6 +229,29 @@ export class Claim {
75
229
  });
76
230
  });
77
231
  }
232
+ /**
233
+ * This method removes a claim item from a claim by the ID of the item's `WRITE_OFF_ITEM` action.
234
+ * It sends a request to the [Remove Claim Item](https://docs.medusajs.com/v2/api/admin#claims_deleteclaimsidclaimitemsaction_id)
235
+ * API route.
236
+ *
237
+ * Every item has an `actions` property, whose value is an array of actions.
238
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
239
+ *
240
+ * @param id - The claim's ID.
241
+ * @param actionId - The id of the order item's `WRITE_OFF_ITEM` action.
242
+ * @param query - Configure the fields to retrieve in the claim.
243
+ * @param headers - Headers to pass in the request
244
+ * @returns The claim's details with a preview of the order when the claim is applied.
245
+ *
246
+ * @example
247
+ * sdk.admin.claim.removeItem(
248
+ * "claim_123",
249
+ * "ordchact_123",
250
+ * )
251
+ * .then(({ claim }) => {
252
+ * console.log(claim)
253
+ * })
254
+ */
78
255
  removeItem(id, actionId, query, headers) {
79
256
  return __awaiter(this, void 0, void 0, function* () {
80
257
  return yield this.client.fetch(`/admin/claims/${id}/claim-items/${actionId}`, {
@@ -84,6 +261,34 @@ export class Claim {
84
261
  });
85
262
  });
86
263
  }
264
+ /**
265
+ * This method adds inbound (or return) items to the claim. These inbound items will have a `RETURN_ITEM` action.
266
+ *
267
+ * This method sends a request to the [Add Inbound Items](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidinbounditems)
268
+ * API route.
269
+ *
270
+ * @param id - The ID of the claim to add the inbound items to.
271
+ * @param body - The inbound items' details.
272
+ * @param query - Configure the fields to retrieve in the return.
273
+ * @param headers - Headers to pass in the request
274
+ * @returns The details of the return associated with the claim, with a preview of the order when the claim is applied.
275
+ *
276
+ * @example
277
+ * sdk.admin.claim.addInboundItems(
278
+ * "claim_123",
279
+ * {
280
+ * items: [
281
+ * {
282
+ * id: "orli_123",
283
+ * quantity: 1
284
+ * }
285
+ * ]
286
+ * },
287
+ * )
288
+ * .then(({ return: returnData }) => {
289
+ * console.log(returnData)
290
+ * })
291
+ */
87
292
  addInboundItems(id, body, query, headers) {
88
293
  return __awaiter(this, void 0, void 0, function* () {
89
294
  return yield this.client.fetch(`/admin/claims/${id}/inbound/items`, {
@@ -94,6 +299,33 @@ export class Claim {
94
299
  });
95
300
  });
96
301
  }
302
+ /**
303
+ * This method updates an inbound (or return) item of a claim using the ID of the item's `RETURN_ITEM` action.
304
+ * It sends a request to the [Update Inbound Item](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidinbounditemsaction_id)
305
+ * API route.
306
+ *
307
+ * Every item has an `actions` property, whose value is an array of actions.
308
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
309
+ *
310
+ * @param id - The claim's ID.
311
+ * @param actionId - The id of the return item's `RETURN_ITEM` action.
312
+ * @param body - The details to update in the inbound item.
313
+ * @param query - Configure the fields to retrieve in the return.
314
+ * @param headers - Headers to pass in the request
315
+ * @returns The details of the return associated wth the claim, with a preview of the order when the claim is applied.
316
+ *
317
+ * @example
318
+ * sdk.admin.claim.updateInboundItem(
319
+ * "claim_123",
320
+ * "ordchact_123",
321
+ * {
322
+ * quantity: 1
323
+ * },
324
+ * )
325
+ * .then(({ return: returnData }) => {
326
+ * console.log(returnData)
327
+ * })
328
+ */
97
329
  updateInboundItem(id, actionId, body, query, headers) {
98
330
  return __awaiter(this, void 0, void 0, function* () {
99
331
  return yield this.client.fetch(`/admin/claims/${id}/inbound/items/${actionId}`, {
@@ -104,6 +336,29 @@ export class Claim {
104
336
  });
105
337
  });
106
338
  }
339
+ /**
340
+ * This method removes an inbound (or return) item from a claim using the ID of the item's `RETURN_ITEM` action.
341
+ * It sends a request to the [Remove Inbound Item](https://docs.medusajs.com/v2/api/admin#claims_deleteclaimsidinbounditemsaction_id)
342
+ * API route.
343
+ *
344
+ * Every item has an `actions` property, whose value is an array of actions.
345
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
346
+ *
347
+ * @param id - The claim's ID.
348
+ * @param actionId - The ID of the return item's `RETURN_ITEM` action.
349
+ * @param query - Configure the fields to retrieve in the return.
350
+ * @param headers - Headers to pass in the request
351
+ * @returns The details of the return associated wth the claim, with a preview of the order when the claim is applied.
352
+ *
353
+ * @example
354
+ * sdk.admin.claim.removeInboundItem(
355
+ * "claim_123",
356
+ * "ordchact_123",
357
+ * )
358
+ * .then(({ return: returnData }) => {
359
+ * console.log(returnData)
360
+ * })
361
+ */
107
362
  removeInboundItem(id, actionId, query, headers) {
108
363
  return __awaiter(this, void 0, void 0, function* () {
109
364
  return yield this.client.fetch(`/admin/claims/${id}/inbound/items/${actionId}`, {
@@ -113,6 +368,31 @@ export class Claim {
113
368
  });
114
369
  });
115
370
  }
371
+ /**
372
+ * This method adds an inbound (or return) shipping method to a claim.
373
+ * The inbound shipping method will have a `SHIPPING_ADD` action.
374
+ *
375
+ * This method sends a request to the [Add Inbound Shipping](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidinboundshippingmethod)
376
+ * API route.
377
+ *
378
+ * @param id - The claim's ID.
379
+ * @param body - The shipping method's details.
380
+ * @param query - Configure the fields to retrieve in the return.
381
+ * @param headers - Headers to pass in the request
382
+ * @returns The details of the return associated wth the claim, with a preview of the order when the claim is applied.
383
+ *
384
+ * @example
385
+ * sdk.admin.claim.addInboundShipping(
386
+ * "claim_123",
387
+ * {
388
+ * shipping_option_id: "so_123",
389
+ * custom_amount: 10
390
+ * },
391
+ * )
392
+ * .then(({ return: returnData }) => {
393
+ * console.log(returnData)
394
+ * })
395
+ */
116
396
  addInboundShipping(id, body, query, headers) {
117
397
  return __awaiter(this, void 0, void 0, function* () {
118
398
  return yield this.client.fetch(`/admin/claims/${id}/inbound/shipping-method`, {
@@ -123,6 +403,33 @@ export class Claim {
123
403
  });
124
404
  });
125
405
  }
406
+ /**
407
+ * This method updates a shipping method for returning items in the claim using the ID of the method's `SHIPPING_ADD` action.
408
+ * It sends a request to the [Update Inbound Shipping](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidinboundshippingmethodaction_id)
409
+ * API route.
410
+ *
411
+ * Every shipping method has an `actions` property, whose value is an array of actions.
412
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
413
+ *
414
+ * @param id - The claim's ID.
415
+ * @param actionId - The id of the shipping method's `SHIPPING_ADD` action.
416
+ * @param body - The details to update in the shipping method
417
+ * @param query - Configure the fields to retrieve in the claim.
418
+ * @param headers - Headers to pass in the request
419
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
420
+ *
421
+ * @example
422
+ * sdk.admin.claim.updateInboundShipping(
423
+ * "claim_123",
424
+ * "ordchact_123",
425
+ * {
426
+ * custom_amount: 10
427
+ * },
428
+ * )
429
+ * .then(({ claim }) => {
430
+ * console.log(claim)
431
+ * })
432
+ */
126
433
  updateInboundShipping(id, actionId, body, query, headers) {
127
434
  return __awaiter(this, void 0, void 0, function* () {
128
435
  return yield this.client.fetch(`/admin/claims/${id}/inbound/shipping-method/${actionId}`, {
@@ -133,6 +440,29 @@ export class Claim {
133
440
  });
134
441
  });
135
442
  }
443
+ /**
444
+ * This method deletes a shipping method for returning items in the claim using the ID of the method's `SHIPPING_ADD` action.
445
+ * It sends a request to the [Remove Inbound Shipping](https://docs.medusajs.com/v2/api/admin#claims_deleteclaimsidinboundshippingmethodaction_id)
446
+ * API route.
447
+ *
448
+ * Every shipping method has an `actions` property, whose value is an array of actions.
449
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
450
+ *
451
+ * @param id - The claim's ID.
452
+ * @param actionId - The id of the shipping method's `SHIPPING_ADD` action.
453
+ * @param query - Configure the fields to retrieve in the return.
454
+ * @param headers - Headers to pass in the request
455
+ * @returns The details of the return associated wth the claim, with a preview of the order when the claim is applied.
456
+ *
457
+ * @example
458
+ * sdk.admin.claim.deleteInboundShipping(
459
+ * "claim_123",
460
+ * "ordchact_123",
461
+ * )
462
+ * .then(({ return: returnData }) => {
463
+ * console.log(returnData)
464
+ * })
465
+ */
136
466
  deleteInboundShipping(id, actionId, query, headers) {
137
467
  return __awaiter(this, void 0, void 0, function* () {
138
468
  return yield this.client.fetch(`/admin/claims/${id}/inbound/shipping-method/${actionId}`, {
@@ -142,6 +472,31 @@ export class Claim {
142
472
  });
143
473
  });
144
474
  }
475
+ /**
476
+ * This method adds outbound (or new) items to a claim. These outbound items will have an `ITEM_ADD` action.
477
+ * It sends a request to the [Add Outbound Items](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidoutbounditems)
478
+ * API route.
479
+ *
480
+ * @param id - The ID of the claim to add the outbound items to.
481
+ * @param body - The items' details.
482
+ * @param query - Configure the fields to retrieve in the claim.
483
+ * @param headers - Headers to pass in the request
484
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
485
+ *
486
+ * @example
487
+ * sdk.admin.claim.addOutboundItems(
488
+ * "claim_123",
489
+ * {
490
+ * items: [{
491
+ * id: "orli_123",
492
+ * quantity: 1
493
+ * }]
494
+ * },
495
+ * )
496
+ * .then(({ claim }) => {
497
+ * console.log(claim)
498
+ * })
499
+ */
145
500
  addOutboundItems(id, body, query, headers) {
146
501
  return __awaiter(this, void 0, void 0, function* () {
147
502
  return yield this.client.fetch(`/admin/claims/${id}/outbound/items`, {
@@ -152,6 +507,33 @@ export class Claim {
152
507
  });
153
508
  });
154
509
  }
510
+ /**
511
+ * This method updates an outbound (or new) item of a claim using the ID of the item's `ITEM_ADD` action.
512
+ * It sends a request to the [Update Outbound Item](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidoutbounditemsaction_id)
513
+ * API route.
514
+ *
515
+ * Every item has an `actions` property, whose value is an array of actions.
516
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
517
+ *
518
+ * @param id - The claim's ID.
519
+ * @param actionId - The id of the new claim item's `ITEM_ADD` action.
520
+ * @param body - The item's details.
521
+ * @param query - Configure the fields to retrieve in the claim.
522
+ * @param headers - Headers to pass in the request
523
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
524
+ *
525
+ * @example
526
+ * sdk.admin.claim.updateOutboundItem(
527
+ * "claim_123",
528
+ * "ordchact_123",
529
+ * {
530
+ * quantity: 1
531
+ * },
532
+ * )
533
+ * .then(({ claim }) => {
534
+ * console.log(claim)
535
+ * })
536
+ */
155
537
  updateOutboundItem(id, actionId, body, query, headers) {
156
538
  return __awaiter(this, void 0, void 0, function* () {
157
539
  return yield this.client.fetch(`/admin/claims/${id}/outbound/items/${actionId}`, {
@@ -162,6 +544,29 @@ export class Claim {
162
544
  });
163
545
  });
164
546
  }
547
+ /**
548
+ * This method removes an outbound (or new) item from a claim using the ID of the item's `ITEM_ADD` action.
549
+ * It sends a request to the [Remove Outbound Item](https://docs.medusajs.com/v2/api/admin#claims_deleteclaimsidoutbounditemsaction_id)
550
+ * API route.
551
+ *
552
+ * Every item has an `actions` property, whose value is an array of actions.
553
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
554
+ *
555
+ * @param id - The claim's ID.
556
+ * @param actionId - The id of the new claim item's `ITEM_ADD` action.
557
+ * @param query - Configure the fields to retrieve in the claim.
558
+ * @param headers - Headers to pass in the request
559
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
560
+ *
561
+ * @example
562
+ * sdk.admin.claim.removeOutboundItem(
563
+ * "claim_123",
564
+ * "ordchact_123",
565
+ * )
566
+ * .then(({ claim }) => {
567
+ * console.log(claim)
568
+ * })
569
+ */
165
570
  removeOutboundItem(id, actionId, query, headers) {
166
571
  return __awaiter(this, void 0, void 0, function* () {
167
572
  return yield this.client.fetch(`/admin/claims/${id}/outbound/items/${actionId}`, {
@@ -171,6 +576,32 @@ export class Claim {
171
576
  });
172
577
  });
173
578
  }
579
+ /**
580
+ * This method adds outbound an outbound shipping method to a claim.
581
+ * The outbound shipping method will have a `SHIPPING_ADD` action.
582
+ *
583
+ * This method sends a request to the
584
+ * [Add Outbound Shipping](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidoutboundshippingmethod)
585
+ * API route.
586
+ *
587
+ * @param id - The claim's ID.
588
+ * @param body - The shipping method's details.
589
+ * @param query - Configure the fields to retrieve in the claim.
590
+ * @param headers - Headers to pass in the request
591
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
592
+ *
593
+ * @example
594
+ * * sdk.admin.claim.addOutboundShipping(
595
+ * "claim_123",
596
+ * {
597
+ * shipping_option_id: "so_123",
598
+ * custom_amount: 10
599
+ * },
600
+ * )
601
+ * .then(({ claim }) => {
602
+ * console.log(claim)
603
+ * })
604
+ */
174
605
  addOutboundShipping(id, body, query, headers) {
175
606
  return __awaiter(this, void 0, void 0, function* () {
176
607
  return yield this.client.fetch(`/admin/claims/${id}/outbound/shipping-method`, {
@@ -181,6 +612,33 @@ export class Claim {
181
612
  });
182
613
  });
183
614
  }
615
+ /**
616
+ * This method updates the shipping method for delivering outbound items in a claim using the ID of the method's `SHIPPING_ADD` action.
617
+ * It sends a request to the [Update Outbound Shipping](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidoutboundshippingmethodaction_id)
618
+ * API route.
619
+ *
620
+ * Every shipping method has an `actions` property, whose value is an array of actions.
621
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
622
+ *
623
+ * @param id - The claim's ID.
624
+ * @param actionId - The id of the shipping method's `SHIPPING_ADD` action.
625
+ * @param body - The shipping method's details.
626
+ * @param query - Configure the fields to retrieve in the claim.
627
+ * @param headers - Headers to pass in the request
628
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
629
+ *
630
+ * @example
631
+ * sdk.admin.claim.updateOutboundShipping(
632
+ * "claim_123",
633
+ * "ordchact_123",
634
+ * {
635
+ * custom_amount: 10
636
+ * },
637
+ * )
638
+ * .then(({ claim }) => {
639
+ * console.log(claim)
640
+ * })
641
+ */
184
642
  updateOutboundShipping(id, actionId, body, query, headers) {
185
643
  return __awaiter(this, void 0, void 0, function* () {
186
644
  return yield this.client.fetch(`/admin/claims/${id}/outbound/shipping-method/${actionId}`, {
@@ -191,6 +649,27 @@ export class Claim {
191
649
  });
192
650
  });
193
651
  }
652
+ /**
653
+ * This method deletes the shipping method for delivering outbound items in the claim using the ID of the method's `SHIPPING_ADD` action.
654
+ *
655
+ * Every shipping method has an `actions` property, whose value is an array of actions.
656
+ * You can check the action's name using its `action` property, and use the value of the `id` property.
657
+ *
658
+ * @param id - The claim's ID.
659
+ * @param actionId - The id of the shipping method's `SHIPPING_ADD` action.
660
+ * @param query - Configure the fields to retrieve in the claim.
661
+ * @param headers - Headers to pass in the request
662
+ * @returns The details of the claim, with a preview of the order when the claim is applied.
663
+ *
664
+ * @example
665
+ * sdk.admin.claim.deleteOutboundShipping(
666
+ * "claim_123",
667
+ * "ordchact_123",
668
+ * )
669
+ * .then(({ claim }) => {
670
+ * console.log(claim)
671
+ * })
672
+ */
194
673
  deleteOutboundShipping(id, actionId, query, headers) {
195
674
  return __awaiter(this, void 0, void 0, function* () {
196
675
  return yield this.client.fetch(`/admin/claims/${id}/outbound/shipping-method/${actionId}`, {
@@ -200,6 +679,26 @@ export class Claim {
200
679
  });
201
680
  });
202
681
  }
682
+ /**
683
+ * This method confirms a claim request, applying its changes on the associated order.
684
+ * It sends a request to the [Confirm Claim Request](https://docs.medusajs.com/v2/api/admin#claims_postclaimsidrequest)
685
+ * API route.
686
+ *
687
+ * @param id - The claim's ID.
688
+ * @param body - The confirmation details.
689
+ * @param query - Configure the fields to retrieve in the claim.
690
+ * @param headers - Headers to pass in the request
691
+ * @returns The details of the claim and its associated return, with a preview of the order when the claim is applied.
692
+ *
693
+ * @example
694
+ * sdk.admin.claim.request(
695
+ * "claim_123",
696
+ * {},
697
+ * )
698
+ * .then(({ claim }) => {
699
+ * console.log(claim)
700
+ * })
701
+ */
203
702
  request(id, body, query, headers) {
204
703
  return __awaiter(this, void 0, void 0, function* () {
205
704
  return yield this.client.fetch(`/admin/claims/${id}/request`, {
@@ -210,6 +709,24 @@ export class Claim {
210
709
  });
211
710
  });
212
711
  }
712
+ /**
713
+ * This method cancels a requested claim. It sends a request to the
714
+ * [Cancel Claim Request](https://docs.medusajs.com/v2/api/admin#claims_deleteclaimsidrequest)
715
+ * API route.
716
+ *
717
+ * @param id - The claim's ID.
718
+ * @param query - Configure the fields to retrieve in the claim.
719
+ * @param headers - Headers to pass in the request
720
+ * @returns The cancelation's details.
721
+ *
722
+ * @example
723
+ * sdk.admin.claim.cancelRequest(
724
+ * "claim_123",
725
+ * )
726
+ * .then(({ deleted }) => {
727
+ * console.log(deleted)
728
+ * })
729
+ */
213
730
  cancelRequest(id, query, headers) {
214
731
  return __awaiter(this, void 0, void 0, function* () {
215
732
  return yield this.client.fetch(`/admin/claims/${id}/request`, {