@medusajs/types 1.12.0-snapshot-20240531102054 → 1.12.0-snapshot-20240701122250

Sign up to get free protection for your applications and to get access to all the features.
Files changed (764) hide show
  1. package/dist/api-key/service.d.ts +24 -24
  2. package/dist/api-key/service.d.ts.map +1 -1
  3. package/dist/auth/common/auth-identity.d.ts +77 -21
  4. package/dist/auth/common/auth-identity.d.ts.map +1 -1
  5. package/dist/auth/common/provider.d.ts +2 -1
  6. package/dist/auth/common/provider.d.ts.map +1 -1
  7. package/dist/auth/provider.d.ts +6 -3
  8. package/dist/auth/provider.d.ts.map +1 -1
  9. package/dist/auth/service.d.ts +30 -30
  10. package/dist/auth/service.d.ts.map +1 -1
  11. package/dist/bundles.d.ts +2 -1
  12. package/dist/bundles.d.ts.map +1 -1
  13. package/dist/bundles.js +3 -2
  14. package/dist/bundles.js.map +1 -1
  15. package/dist/cart/mutations.d.ts +8 -0
  16. package/dist/cart/mutations.d.ts.map +1 -1
  17. package/dist/cart/mutations.js.map +1 -1
  18. package/dist/cart/service.d.ts +30 -52
  19. package/dist/cart/service.d.ts.map +1 -1
  20. package/dist/common/batch.d.ts +3 -3
  21. package/dist/common/batch.d.ts.map +1 -1
  22. package/dist/common/common.d.ts +6 -1
  23. package/dist/common/common.d.ts.map +1 -1
  24. package/dist/currency/service.d.ts +9 -9
  25. package/dist/currency/service.d.ts.map +1 -1
  26. package/dist/customer/mutations.d.ts +27 -26
  27. package/dist/customer/mutations.d.ts.map +1 -1
  28. package/dist/customer/service.d.ts +40 -43
  29. package/dist/customer/service.d.ts.map +1 -1
  30. package/dist/dal/repository-service.d.ts +15 -3
  31. package/dist/dal/repository-service.d.ts.map +1 -1
  32. package/dist/dml/index.d.ts +161 -0
  33. package/dist/dml/index.d.ts.map +1 -0
  34. package/dist/dml/index.js +5 -0
  35. package/dist/dml/index.js.map +1 -0
  36. package/dist/event-bus/common.d.ts +17 -25
  37. package/dist/event-bus/common.d.ts.map +1 -1
  38. package/dist/event-bus/event-bus-module.d.ts +4 -4
  39. package/dist/event-bus/event-bus-module.d.ts.map +1 -1
  40. package/dist/event-bus/event-bus.d.ts +2 -4
  41. package/dist/event-bus/event-bus.d.ts.map +1 -1
  42. package/dist/file/provider.d.ts +1 -8
  43. package/dist/file/provider.d.ts.map +1 -1
  44. package/dist/file/service.d.ts +12 -12
  45. package/dist/file/service.d.ts.map +1 -1
  46. package/dist/fulfillment/mutations/fulfillment.d.ts +3 -1
  47. package/dist/fulfillment/mutations/fulfillment.d.ts.map +1 -1
  48. package/dist/fulfillment/mutations/service-zone.d.ts +3 -3
  49. package/dist/fulfillment/mutations/service-zone.d.ts.map +1 -1
  50. package/dist/fulfillment/mutations/shipping-option.d.ts +0 -22
  51. package/dist/fulfillment/mutations/shipping-option.d.ts.map +1 -1
  52. package/dist/fulfillment/mutations/shipping-profile.d.ts +20 -2
  53. package/dist/fulfillment/mutations/shipping-profile.d.ts.map +1 -1
  54. package/dist/fulfillment/service.d.ts +71 -32
  55. package/dist/fulfillment/service.d.ts.map +1 -1
  56. package/dist/http/currency/admin/entities.d.ts +14 -0
  57. package/dist/http/currency/admin/entities.d.ts.map +1 -0
  58. package/dist/http/{fulfillment/admin/geo-zone.js → currency/admin/entities.js} +1 -1
  59. package/dist/http/currency/admin/entities.js.map +1 -0
  60. package/dist/http/currency/admin/index.d.ts +2 -0
  61. package/dist/http/currency/admin/index.d.ts.map +1 -0
  62. package/dist/http/{tax → currency}/admin/index.js +1 -2
  63. package/dist/http/currency/admin/index.js.map +1 -0
  64. package/dist/http/currency/index.d.ts.map +1 -0
  65. package/dist/http/currency/index.js.map +1 -0
  66. package/dist/http/file/admin.d.ts +5 -0
  67. package/dist/http/file/admin.d.ts.map +1 -0
  68. package/dist/http/{product → file}/admin.js.map +1 -1
  69. package/dist/http/file/common.d.ts +11 -0
  70. package/dist/http/file/common.d.ts.map +1 -0
  71. package/dist/{inventory → http/file}/common.js.map +1 -1
  72. package/dist/http/file/index.d.ts +3 -0
  73. package/dist/http/file/index.d.ts.map +1 -0
  74. package/dist/{inventory/bundle.js → http/file/index.js} +3 -3
  75. package/dist/http/file/index.js.map +1 -0
  76. package/dist/http/file/store.d.ts +4 -0
  77. package/dist/http/file/store.d.ts.map +1 -0
  78. package/dist/http/{product → file}/store.js.map +1 -1
  79. package/dist/http/fulfillment/admin/entitites.d.ts +62 -0
  80. package/dist/http/fulfillment/admin/entitites.d.ts.map +1 -0
  81. package/dist/http/fulfillment/admin/entitites.js +3 -0
  82. package/dist/http/fulfillment/admin/entitites.js.map +1 -0
  83. package/dist/http/fulfillment/admin/index.d.ts +3 -12
  84. package/dist/http/fulfillment/admin/index.d.ts.map +1 -1
  85. package/dist/http/fulfillment/admin/index.js +3 -12
  86. package/dist/http/fulfillment/admin/index.js.map +1 -1
  87. package/dist/http/fulfillment/admin/payloads.d.ts +41 -0
  88. package/dist/http/fulfillment/admin/payloads.d.ts.map +1 -0
  89. package/dist/http/fulfillment/admin/payloads.js +3 -0
  90. package/dist/http/fulfillment/admin/payloads.js.map +1 -0
  91. package/dist/http/fulfillment/admin/responses.d.ts +5 -0
  92. package/dist/http/fulfillment/admin/responses.d.ts.map +1 -0
  93. package/dist/http/fulfillment/admin/responses.js +3 -0
  94. package/dist/http/fulfillment/admin/responses.js.map +1 -0
  95. package/dist/http/fulfillment-provider/admin/entities.d.ts +5 -0
  96. package/dist/http/fulfillment-provider/admin/entities.d.ts.map +1 -0
  97. package/dist/http/fulfillment-provider/admin/entities.js +3 -0
  98. package/dist/http/fulfillment-provider/admin/entities.js.map +1 -0
  99. package/dist/http/fulfillment-provider/admin/index.d.ts +4 -0
  100. package/dist/http/fulfillment-provider/admin/index.d.ts.map +1 -0
  101. package/dist/http/fulfillment-provider/admin/index.js +20 -0
  102. package/dist/http/fulfillment-provider/admin/index.js.map +1 -0
  103. package/dist/http/fulfillment-provider/admin/queries.d.ts +7 -0
  104. package/dist/http/fulfillment-provider/admin/queries.d.ts.map +1 -0
  105. package/dist/http/{pricing/price.js → fulfillment-provider/admin/queries.js} +1 -1
  106. package/dist/http/fulfillment-provider/admin/queries.js.map +1 -0
  107. package/dist/http/fulfillment-provider/admin/responses.d.ts +7 -0
  108. package/dist/http/fulfillment-provider/admin/responses.d.ts.map +1 -0
  109. package/dist/http/{inventory/inventory.js → fulfillment-provider/admin/responses.js} +1 -1
  110. package/dist/http/fulfillment-provider/admin/responses.js.map +1 -0
  111. package/dist/http/fulfillment-provider/index.d.ts +2 -0
  112. package/dist/http/fulfillment-provider/index.d.ts.map +1 -0
  113. package/dist/{region__legacy → http/fulfillment-provider}/index.js +1 -1
  114. package/dist/http/fulfillment-provider/index.js.map +1 -0
  115. package/dist/http/fulfillment-set/admin/entities.d.ts +33 -0
  116. package/dist/http/fulfillment-set/admin/entities.d.ts.map +1 -0
  117. package/dist/http/fulfillment-set/admin/entities.js +3 -0
  118. package/dist/http/fulfillment-set/admin/entities.js.map +1 -0
  119. package/dist/http/fulfillment-set/admin/index.d.ts +4 -0
  120. package/dist/http/fulfillment-set/admin/index.d.ts.map +1 -0
  121. package/dist/http/fulfillment-set/admin/index.js +20 -0
  122. package/dist/http/fulfillment-set/admin/index.js.map +1 -0
  123. package/dist/http/fulfillment-set/admin/payloads.d.ts +56 -0
  124. package/dist/http/fulfillment-set/admin/payloads.d.ts.map +1 -0
  125. package/dist/http/fulfillment-set/admin/payloads.js +3 -0
  126. package/dist/http/fulfillment-set/admin/payloads.js.map +1 -0
  127. package/dist/http/fulfillment-set/admin/queries.d.ts +12 -0
  128. package/dist/http/fulfillment-set/admin/queries.d.ts.map +1 -0
  129. package/dist/http/{product/admin.js → fulfillment-set/admin/queries.js} +1 -1
  130. package/dist/http/fulfillment-set/admin/queries.js.map +1 -0
  131. package/dist/http/fulfillment-set/admin/responses.d.ts +13 -0
  132. package/dist/http/fulfillment-set/admin/responses.d.ts.map +1 -0
  133. package/dist/http/fulfillment-set/admin/responses.js +3 -0
  134. package/dist/http/fulfillment-set/admin/responses.js.map +1 -0
  135. package/dist/http/fulfillment-set/index.d.ts +2 -0
  136. package/dist/http/fulfillment-set/index.d.ts.map +1 -0
  137. package/dist/http/fulfillment-set/index.js +18 -0
  138. package/dist/http/fulfillment-set/index.js.map +1 -0
  139. package/dist/http/index.d.ts +12 -1
  140. package/dist/http/index.d.ts.map +1 -1
  141. package/dist/http/index.js +12 -1
  142. package/dist/http/index.js.map +1 -1
  143. package/dist/http/inventory/{inventory.d.ts → admin/entities.d.ts} +2 -10
  144. package/dist/http/inventory/admin/entities.d.ts.map +1 -0
  145. package/dist/http/inventory/admin/entities.js +3 -0
  146. package/dist/http/inventory/admin/entities.js.map +1 -0
  147. package/dist/http/inventory/admin/index.d.ts +5 -0
  148. package/dist/http/inventory/admin/index.d.ts.map +1 -0
  149. package/dist/http/inventory/admin/index.js +21 -0
  150. package/dist/http/inventory/admin/index.js.map +1 -0
  151. package/dist/http/inventory/admin/payloads.d.ts +19 -0
  152. package/dist/http/inventory/admin/payloads.d.ts.map +1 -0
  153. package/dist/http/inventory/admin/payloads.js +3 -0
  154. package/dist/http/inventory/admin/payloads.js.map +1 -0
  155. package/dist/http/inventory/admin/queries.d.ts +18 -0
  156. package/dist/http/inventory/admin/queries.d.ts.map +1 -0
  157. package/dist/http/inventory/admin/queries.js +3 -0
  158. package/dist/http/inventory/admin/queries.js.map +1 -0
  159. package/dist/http/inventory/admin/responses.d.ts +10 -0
  160. package/dist/http/inventory/admin/responses.d.ts.map +1 -0
  161. package/dist/http/inventory/admin/responses.js +3 -0
  162. package/dist/http/inventory/admin/responses.js.map +1 -0
  163. package/dist/http/inventory/index.d.ts +1 -2
  164. package/dist/http/inventory/index.d.ts.map +1 -1
  165. package/dist/http/inventory/index.js +1 -2
  166. package/dist/http/inventory/index.js.map +1 -1
  167. package/dist/http/inventory-level/admin/entities.d.ts +11 -0
  168. package/dist/http/inventory-level/admin/entities.d.ts.map +1 -0
  169. package/dist/http/inventory-level/admin/entities.js +3 -0
  170. package/dist/http/inventory-level/admin/entities.js.map +1 -0
  171. package/dist/http/inventory-level/admin/index.d.ts +5 -0
  172. package/dist/http/inventory-level/admin/index.d.ts.map +1 -0
  173. package/dist/http/inventory-level/admin/index.js +21 -0
  174. package/dist/http/inventory-level/admin/index.js.map +1 -0
  175. package/dist/http/inventory-level/admin/payloads.d.ts +15 -0
  176. package/dist/http/inventory-level/admin/payloads.d.ts.map +1 -0
  177. package/dist/http/inventory-level/admin/payloads.js +3 -0
  178. package/dist/http/inventory-level/admin/payloads.js.map +1 -0
  179. package/dist/http/inventory-level/admin/queries.d.ts +5 -0
  180. package/dist/http/inventory-level/admin/queries.d.ts.map +1 -0
  181. package/dist/http/inventory-level/admin/queries.js +3 -0
  182. package/dist/http/inventory-level/admin/queries.js.map +1 -0
  183. package/dist/http/inventory-level/admin/responses.d.ts +9 -0
  184. package/dist/http/inventory-level/admin/responses.d.ts.map +1 -0
  185. package/dist/http/inventory-level/admin/responses.js +3 -0
  186. package/dist/http/inventory-level/admin/responses.js.map +1 -0
  187. package/dist/http/inventory-level/index.d.ts +2 -0
  188. package/dist/http/inventory-level/index.d.ts.map +1 -0
  189. package/dist/http/inventory-level/index.js +18 -0
  190. package/dist/http/inventory-level/index.js.map +1 -0
  191. package/dist/http/order/admin.d.ts +15 -1
  192. package/dist/http/order/admin.d.ts.map +1 -1
  193. package/dist/http/order/common.d.ts +2 -0
  194. package/dist/http/order/common.d.ts.map +1 -1
  195. package/dist/http/price-list/admin/entities.d.ts +21 -0
  196. package/dist/http/price-list/admin/entities.d.ts.map +1 -0
  197. package/dist/http/price-list/admin/entities.js +3 -0
  198. package/dist/http/price-list/admin/entities.js.map +1 -0
  199. package/dist/http/price-list/admin/index.d.ts +5 -0
  200. package/dist/http/price-list/admin/index.d.ts.map +1 -0
  201. package/dist/http/price-list/admin/index.js +21 -0
  202. package/dist/http/price-list/admin/index.js.map +1 -0
  203. package/dist/http/price-list/admin/payloads.d.ts +46 -0
  204. package/dist/http/price-list/admin/payloads.d.ts.map +1 -0
  205. package/dist/http/price-list/admin/payloads.js +3 -0
  206. package/dist/http/price-list/admin/payloads.js.map +1 -0
  207. package/dist/http/price-list/admin/queries.d.ts +14 -0
  208. package/dist/http/price-list/admin/queries.d.ts.map +1 -0
  209. package/dist/http/price-list/admin/queries.js +3 -0
  210. package/dist/http/price-list/admin/queries.js.map +1 -0
  211. package/dist/http/price-list/admin/responses.d.ts +12 -0
  212. package/dist/http/price-list/admin/responses.d.ts.map +1 -0
  213. package/dist/http/price-list/admin/responses.js +3 -0
  214. package/dist/http/price-list/admin/responses.js.map +1 -0
  215. package/dist/http/price-list/index.d.ts +2 -0
  216. package/dist/http/price-list/index.d.ts.map +1 -0
  217. package/dist/http/price-list/index.js +18 -0
  218. package/dist/http/price-list/index.js.map +1 -0
  219. package/dist/http/pricing/admin/entities.d.ts +32 -0
  220. package/dist/http/pricing/admin/entities.d.ts.map +1 -0
  221. package/dist/http/pricing/admin/entities.js +3 -0
  222. package/dist/http/pricing/admin/entities.js.map +1 -0
  223. package/dist/http/pricing/admin/index.d.ts +2 -0
  224. package/dist/http/pricing/admin/index.d.ts.map +1 -0
  225. package/dist/http/pricing/admin/index.js +18 -0
  226. package/dist/http/pricing/admin/index.js.map +1 -0
  227. package/dist/http/pricing/index.d.ts +1 -1
  228. package/dist/http/pricing/index.js +1 -1
  229. package/dist/http/product/admin/entitites.d.ts +26 -0
  230. package/dist/http/product/admin/entitites.d.ts.map +1 -0
  231. package/dist/http/product/admin/entitites.js +3 -0
  232. package/dist/http/product/admin/entitites.js.map +1 -0
  233. package/dist/http/product/admin/index.d.ts +5 -0
  234. package/dist/http/product/admin/index.d.ts.map +1 -0
  235. package/dist/http/product/admin/index.js +21 -0
  236. package/dist/http/product/admin/index.js.map +1 -0
  237. package/dist/http/product/admin/payloads.d.ts +152 -0
  238. package/dist/http/product/admin/payloads.d.ts.map +1 -0
  239. package/dist/http/product/admin/payloads.js +3 -0
  240. package/dist/http/product/admin/payloads.js.map +1 -0
  241. package/dist/http/product/admin/queries.d.ts +12 -0
  242. package/dist/http/product/admin/queries.d.ts.map +1 -0
  243. package/dist/http/product/admin/queries.js +3 -0
  244. package/dist/http/product/admin/queries.js.map +1 -0
  245. package/dist/http/product/admin/responses.d.ts +35 -0
  246. package/dist/http/product/admin/responses.d.ts.map +1 -0
  247. package/dist/http/product/admin/responses.js +3 -0
  248. package/dist/http/product/admin/responses.js.map +1 -0
  249. package/dist/http/product/common.d.ts +72 -106
  250. package/dist/http/product/common.d.ts.map +1 -1
  251. package/dist/http/product/store/entitites.d.ts +19 -0
  252. package/dist/http/product/store/entitites.d.ts.map +1 -0
  253. package/dist/http/product/store/entitites.js +3 -0
  254. package/dist/http/product/store/entitites.js.map +1 -0
  255. package/dist/http/product/store/index.d.ts +4 -0
  256. package/dist/http/product/store/index.d.ts.map +1 -0
  257. package/dist/http/product/store/index.js +20 -0
  258. package/dist/http/product/store/index.js.map +1 -0
  259. package/dist/http/product/store/queries.d.ts +13 -0
  260. package/dist/http/product/store/queries.d.ts.map +1 -0
  261. package/dist/http/product/store/queries.js +3 -0
  262. package/dist/http/product/store/queries.js.map +1 -0
  263. package/dist/http/product/store/responses.d.ts +9 -0
  264. package/dist/http/product/store/responses.d.ts.map +1 -0
  265. package/dist/http/product/store/responses.js +3 -0
  266. package/dist/http/product/store/responses.js.map +1 -0
  267. package/dist/http/product-category/admin/entities.d.ts +8 -0
  268. package/dist/http/product-category/admin/entities.d.ts.map +1 -0
  269. package/dist/http/product-category/admin/entities.js +3 -0
  270. package/dist/http/product-category/admin/entities.js.map +1 -0
  271. package/dist/http/product-category/admin/index.d.ts +5 -0
  272. package/dist/http/product-category/admin/index.d.ts.map +1 -0
  273. package/dist/http/product-category/admin/index.js +21 -0
  274. package/dist/http/product-category/admin/index.js.map +1 -0
  275. package/dist/http/product-category/admin/payloads.d.ts +25 -0
  276. package/dist/http/product-category/admin/payloads.d.ts.map +1 -0
  277. package/dist/http/product-category/admin/payloads.js +3 -0
  278. package/dist/http/product-category/admin/payloads.js.map +1 -0
  279. package/dist/http/product-category/admin/queries.d.ts +8 -0
  280. package/dist/http/product-category/admin/queries.d.ts.map +1 -0
  281. package/dist/http/product-category/admin/queries.js +3 -0
  282. package/dist/http/product-category/admin/queries.js.map +1 -0
  283. package/dist/http/product-category/admin/responses.d.ts +12 -0
  284. package/dist/http/product-category/admin/responses.d.ts.map +1 -0
  285. package/dist/http/product-category/admin/responses.js +3 -0
  286. package/dist/http/product-category/admin/responses.js.map +1 -0
  287. package/dist/http/product-category/common.d.ts +31 -7
  288. package/dist/http/product-category/common.d.ts.map +1 -1
  289. package/dist/http/product-category/store/entities.d.ts +6 -0
  290. package/dist/http/product-category/store/entities.d.ts.map +1 -0
  291. package/dist/http/product-category/store/entities.js +3 -0
  292. package/dist/http/product-category/store/entities.js.map +1 -0
  293. package/dist/http/product-category/store/index.d.ts +4 -0
  294. package/dist/http/product-category/store/index.d.ts.map +1 -0
  295. package/dist/http/product-category/store/index.js +20 -0
  296. package/dist/http/product-category/store/index.js.map +1 -0
  297. package/dist/http/product-category/store/queries.d.ts +6 -0
  298. package/dist/http/product-category/store/queries.d.ts.map +1 -0
  299. package/dist/http/product-category/store/queries.js +3 -0
  300. package/dist/http/product-category/store/queries.js.map +1 -0
  301. package/dist/http/product-category/store/responses.d.ts +10 -0
  302. package/dist/http/product-category/store/responses.d.ts.map +1 -0
  303. package/dist/http/product-category/store/responses.js +3 -0
  304. package/dist/http/product-category/store/responses.js.map +1 -0
  305. package/dist/http/product-type/admin/entities.d.ts +4 -0
  306. package/dist/http/product-type/admin/entities.d.ts.map +1 -0
  307. package/dist/http/product-type/admin/entities.js +3 -0
  308. package/dist/http/product-type/admin/entities.js.map +1 -0
  309. package/dist/http/product-type/admin/index.d.ts +5 -0
  310. package/dist/http/product-type/admin/index.d.ts.map +1 -0
  311. package/dist/http/product-type/admin/index.js +21 -0
  312. package/dist/http/product-type/admin/index.js.map +1 -0
  313. package/dist/http/product-type/admin/payloads.d.ts +9 -0
  314. package/dist/http/product-type/admin/payloads.d.ts.map +1 -0
  315. package/dist/http/product-type/admin/payloads.js +3 -0
  316. package/dist/http/product-type/admin/payloads.js.map +1 -0
  317. package/dist/http/product-type/admin/queries.d.ts +13 -0
  318. package/dist/http/product-type/admin/queries.d.ts.map +1 -0
  319. package/dist/http/product-type/admin/queries.js +3 -0
  320. package/dist/http/product-type/admin/queries.js.map +1 -0
  321. package/dist/http/product-type/admin/responses.d.ts +12 -0
  322. package/dist/http/product-type/admin/responses.d.ts.map +1 -0
  323. package/dist/http/product-type/admin/responses.js +3 -0
  324. package/dist/http/product-type/admin/responses.js.map +1 -0
  325. package/dist/http/product-type/common.d.ts +9 -0
  326. package/dist/http/product-type/common.d.ts.map +1 -0
  327. package/dist/{region__legacy → http/product-type}/common.js.map +1 -1
  328. package/dist/http/product-type/index.d.ts +3 -0
  329. package/dist/http/product-type/index.d.ts.map +1 -0
  330. package/dist/http/product-type/index.js +19 -0
  331. package/dist/http/product-type/index.js.map +1 -0
  332. package/dist/http/product-type/store/entities.d.ts +4 -0
  333. package/dist/http/product-type/store/entities.d.ts.map +1 -0
  334. package/dist/http/product-type/store/entities.js +3 -0
  335. package/dist/http/product-type/store/entities.js.map +1 -0
  336. package/dist/http/product-type/store/index.d.ts +2 -0
  337. package/dist/http/product-type/store/index.d.ts.map +1 -0
  338. package/dist/http/product-type/store/index.js +18 -0
  339. package/dist/http/product-type/store/index.js.map +1 -0
  340. package/dist/http/promotion/admin/promotion-rule.d.ts +1 -1
  341. package/dist/http/promotion/admin/promotion-rule.d.ts.map +1 -1
  342. package/dist/http/promotion/admin/rule-attribute-options.d.ts +5 -0
  343. package/dist/http/promotion/admin/rule-attribute-options.d.ts.map +1 -1
  344. package/dist/http/sales-channel/admin/entities.d.ts +11 -0
  345. package/dist/http/sales-channel/admin/entities.d.ts.map +1 -0
  346. package/dist/http/sales-channel/admin/entities.js +3 -0
  347. package/dist/http/sales-channel/admin/entities.js.map +1 -0
  348. package/dist/http/sales-channel/admin/index.d.ts +4 -1
  349. package/dist/http/sales-channel/admin/index.d.ts.map +1 -1
  350. package/dist/http/sales-channel/admin/index.js +4 -1
  351. package/dist/http/sales-channel/admin/index.js.map +1 -1
  352. package/dist/http/sales-channel/admin/payloads.d.ts +17 -0
  353. package/dist/http/sales-channel/admin/payloads.d.ts.map +1 -0
  354. package/dist/http/sales-channel/admin/payloads.js +3 -0
  355. package/dist/http/sales-channel/admin/payloads.js.map +1 -0
  356. package/dist/http/sales-channel/admin/queries.d.ts +15 -0
  357. package/dist/http/sales-channel/admin/queries.d.ts.map +1 -0
  358. package/dist/http/sales-channel/admin/queries.js +3 -0
  359. package/dist/http/sales-channel/admin/queries.js.map +1 -0
  360. package/dist/http/sales-channel/admin/responses.d.ts +11 -0
  361. package/dist/http/sales-channel/admin/responses.d.ts.map +1 -0
  362. package/dist/http/sales-channel/admin/responses.js +3 -0
  363. package/dist/http/sales-channel/admin/responses.js.map +1 -0
  364. package/dist/http/shipping-option/admin/entities.d.ts +54 -0
  365. package/dist/http/shipping-option/admin/entities.d.ts.map +1 -0
  366. package/dist/http/shipping-option/admin/entities.js +3 -0
  367. package/dist/http/shipping-option/admin/entities.js.map +1 -0
  368. package/dist/http/shipping-option/admin/index.d.ts +5 -0
  369. package/dist/http/shipping-option/admin/index.d.ts.map +1 -0
  370. package/dist/http/shipping-option/admin/index.js +21 -0
  371. package/dist/http/shipping-option/admin/index.js.map +1 -0
  372. package/dist/http/shipping-option/admin/payloads.d.ts +60 -0
  373. package/dist/http/shipping-option/admin/payloads.d.ts.map +1 -0
  374. package/dist/http/shipping-option/admin/payloads.js +3 -0
  375. package/dist/http/shipping-option/admin/payloads.js.map +1 -0
  376. package/dist/http/shipping-option/admin/queries.d.ts +14 -0
  377. package/dist/http/shipping-option/admin/queries.d.ts.map +1 -0
  378. package/dist/http/shipping-option/admin/queries.js +3 -0
  379. package/dist/http/shipping-option/admin/queries.js.map +1 -0
  380. package/dist/http/shipping-option/admin/responses.d.ts +20 -0
  381. package/dist/http/shipping-option/admin/responses.d.ts.map +1 -0
  382. package/dist/http/shipping-option/admin/responses.js +3 -0
  383. package/dist/http/shipping-option/admin/responses.js.map +1 -0
  384. package/dist/http/shipping-option/index.d.ts +2 -0
  385. package/dist/http/shipping-option/index.d.ts.map +1 -0
  386. package/dist/http/shipping-option/index.js +18 -0
  387. package/dist/http/shipping-option/index.js.map +1 -0
  388. package/dist/http/shipping-profile/admin/entities.d.ts +10 -0
  389. package/dist/http/shipping-profile/admin/entities.d.ts.map +1 -0
  390. package/dist/http/shipping-profile/admin/entities.js +3 -0
  391. package/dist/http/shipping-profile/admin/entities.js.map +1 -0
  392. package/dist/http/shipping-profile/admin/index.d.ts +5 -0
  393. package/dist/http/shipping-profile/admin/index.d.ts.map +1 -0
  394. package/dist/http/shipping-profile/admin/index.js +21 -0
  395. package/dist/http/shipping-profile/admin/index.js.map +1 -0
  396. package/dist/http/shipping-profile/admin/payloads.d.ts +11 -0
  397. package/dist/http/shipping-profile/admin/payloads.d.ts.map +1 -0
  398. package/dist/http/shipping-profile/admin/payloads.js +3 -0
  399. package/dist/http/shipping-profile/admin/payloads.js.map +1 -0
  400. package/dist/http/shipping-profile/admin/queries.d.ts +14 -0
  401. package/dist/http/shipping-profile/admin/queries.d.ts.map +1 -0
  402. package/dist/http/shipping-profile/admin/queries.js +3 -0
  403. package/dist/http/shipping-profile/admin/queries.js.map +1 -0
  404. package/dist/http/shipping-profile/admin/responses.d.ts +11 -0
  405. package/dist/http/shipping-profile/admin/responses.d.ts.map +1 -0
  406. package/dist/http/shipping-profile/admin/responses.js +3 -0
  407. package/dist/http/shipping-profile/admin/responses.js.map +1 -0
  408. package/dist/http/shipping-profile/index.d.ts +2 -0
  409. package/dist/http/shipping-profile/index.d.ts.map +1 -0
  410. package/dist/http/shipping-profile/index.js +18 -0
  411. package/dist/http/shipping-profile/index.js.map +1 -0
  412. package/dist/http/stock-locations/admin/entities.d.ts +22 -0
  413. package/dist/http/stock-locations/admin/entities.d.ts.map +1 -0
  414. package/dist/http/stock-locations/admin/entities.js +3 -0
  415. package/dist/http/stock-locations/admin/entities.js.map +1 -0
  416. package/dist/http/stock-locations/admin/index.d.ts +5 -0
  417. package/dist/http/stock-locations/admin/index.d.ts.map +1 -0
  418. package/dist/http/stock-locations/admin/index.js +21 -0
  419. package/dist/http/stock-locations/admin/index.js.map +1 -0
  420. package/dist/http/stock-locations/admin/payloads.d.ts +32 -0
  421. package/dist/http/stock-locations/admin/payloads.d.ts.map +1 -0
  422. package/dist/http/stock-locations/admin/payloads.js +3 -0
  423. package/dist/http/stock-locations/admin/payloads.js.map +1 -0
  424. package/dist/http/stock-locations/admin/queries.d.ts +11 -0
  425. package/dist/http/stock-locations/admin/queries.d.ts.map +1 -0
  426. package/dist/http/stock-locations/admin/queries.js +3 -0
  427. package/dist/http/stock-locations/admin/queries.js.map +1 -0
  428. package/dist/http/stock-locations/admin/responses.d.ts +12 -0
  429. package/dist/http/stock-locations/admin/responses.d.ts.map +1 -0
  430. package/dist/http/stock-locations/admin/responses.js +3 -0
  431. package/dist/http/stock-locations/admin/responses.js.map +1 -0
  432. package/dist/http/stock-locations/index.d.ts +1 -1
  433. package/dist/http/stock-locations/index.d.ts.map +1 -1
  434. package/dist/http/stock-locations/index.js +1 -1
  435. package/dist/http/stock-locations/index.js.map +1 -1
  436. package/dist/http/store/admin/entities.d.ts +23 -0
  437. package/dist/http/store/admin/entities.d.ts.map +1 -0
  438. package/dist/http/store/admin/entities.js +3 -0
  439. package/dist/http/store/admin/entities.js.map +1 -0
  440. package/dist/http/store/admin/index.d.ts +5 -0
  441. package/dist/http/store/admin/index.d.ts.map +1 -0
  442. package/dist/http/store/admin/index.js +21 -0
  443. package/dist/http/store/admin/index.js.map +1 -0
  444. package/dist/http/store/admin/payloads.d.ts +14 -0
  445. package/dist/http/store/admin/payloads.d.ts.map +1 -0
  446. package/dist/http/store/admin/payloads.js +3 -0
  447. package/dist/http/store/admin/payloads.js.map +1 -0
  448. package/dist/http/store/admin/queries.d.ts +10 -0
  449. package/dist/http/store/admin/queries.d.ts.map +1 -0
  450. package/dist/http/store/admin/queries.js +3 -0
  451. package/dist/http/store/admin/queries.js.map +1 -0
  452. package/dist/http/store/admin/responses.d.ts +10 -0
  453. package/dist/http/store/admin/responses.d.ts.map +1 -0
  454. package/dist/http/store/admin/responses.js +3 -0
  455. package/dist/http/store/admin/responses.js.map +1 -0
  456. package/dist/http/store/index.d.ts +2 -0
  457. package/dist/http/store/index.d.ts.map +1 -0
  458. package/dist/http/store/index.js +18 -0
  459. package/dist/http/store/index.js.map +1 -0
  460. package/dist/http/tax-rate/admin/entities.d.ts +22 -0
  461. package/dist/http/tax-rate/admin/entities.d.ts.map +1 -0
  462. package/dist/http/tax-rate/admin/entities.js +3 -0
  463. package/dist/http/tax-rate/admin/entities.js.map +1 -0
  464. package/dist/http/tax-rate/admin/index.d.ts +5 -0
  465. package/dist/http/tax-rate/admin/index.d.ts.map +1 -0
  466. package/dist/http/tax-rate/admin/index.js +21 -0
  467. package/dist/http/tax-rate/admin/index.js.map +1 -0
  468. package/dist/http/tax-rate/admin/payloads.d.ts +25 -0
  469. package/dist/http/tax-rate/admin/payloads.d.ts.map +1 -0
  470. package/dist/http/tax-rate/admin/payloads.js +3 -0
  471. package/dist/http/tax-rate/admin/payloads.js.map +1 -0
  472. package/dist/http/tax-rate/admin/queries.d.ts +16 -0
  473. package/dist/http/tax-rate/admin/queries.d.ts.map +1 -0
  474. package/dist/http/tax-rate/admin/queries.js +3 -0
  475. package/dist/http/tax-rate/admin/queries.js.map +1 -0
  476. package/dist/http/tax-rate/admin/responses.d.ts +11 -0
  477. package/dist/http/tax-rate/admin/responses.d.ts.map +1 -0
  478. package/dist/http/tax-rate/admin/responses.js +3 -0
  479. package/dist/http/tax-rate/admin/responses.js.map +1 -0
  480. package/dist/http/tax-rate/index.d.ts +2 -0
  481. package/dist/http/tax-rate/index.d.ts.map +1 -0
  482. package/dist/http/tax-rate/index.js +18 -0
  483. package/dist/http/tax-rate/index.js.map +1 -0
  484. package/dist/http/tax-region/admin/entities.d.ts +21 -0
  485. package/dist/http/tax-region/admin/entities.d.ts.map +1 -0
  486. package/dist/http/tax-region/admin/entities.js +3 -0
  487. package/dist/http/tax-region/admin/entities.js.map +1 -0
  488. package/dist/http/tax-region/admin/index.d.ts +5 -0
  489. package/dist/http/tax-region/admin/index.d.ts.map +1 -0
  490. package/dist/http/tax-region/admin/index.js +21 -0
  491. package/dist/http/tax-region/admin/index.js.map +1 -0
  492. package/dist/http/tax-region/admin/payloads.d.ts +14 -0
  493. package/dist/http/tax-region/admin/payloads.d.ts.map +1 -0
  494. package/dist/http/tax-region/admin/payloads.js +3 -0
  495. package/dist/http/tax-region/admin/payloads.js.map +1 -0
  496. package/dist/http/tax-region/admin/queries.d.ts +14 -0
  497. package/dist/http/tax-region/admin/queries.d.ts.map +1 -0
  498. package/dist/http/tax-region/admin/queries.js +3 -0
  499. package/dist/http/tax-region/admin/queries.js.map +1 -0
  500. package/dist/http/tax-region/admin/responses.d.ts +11 -0
  501. package/dist/http/tax-region/admin/responses.d.ts.map +1 -0
  502. package/dist/http/tax-region/admin/responses.js +3 -0
  503. package/dist/http/tax-region/admin/responses.js.map +1 -0
  504. package/dist/http/tax-region/index.d.ts +2 -0
  505. package/dist/http/tax-region/index.d.ts.map +1 -0
  506. package/dist/http/tax-region/index.js +18 -0
  507. package/dist/http/tax-region/index.js.map +1 -0
  508. package/dist/index.d.ts +1 -1
  509. package/dist/index.d.ts.map +1 -1
  510. package/dist/index.js +1 -1
  511. package/dist/index.js.map +1 -1
  512. package/dist/inventory/common/reservation-item.d.ts +5 -1
  513. package/dist/inventory/common/reservation-item.d.ts.map +1 -1
  514. package/dist/inventory/index.d.ts +1 -2
  515. package/dist/inventory/index.d.ts.map +1 -1
  516. package/dist/inventory/index.js +1 -15
  517. package/dist/inventory/index.js.map +1 -1
  518. package/dist/inventory/mutations/inventory-level.d.ts +0 -4
  519. package/dist/inventory/mutations/inventory-level.d.ts.map +1 -1
  520. package/dist/inventory/mutations/reservation-item.d.ts +11 -7
  521. package/dist/inventory/mutations/reservation-item.d.ts.map +1 -1
  522. package/dist/inventory/service.d.ts +671 -640
  523. package/dist/inventory/service.d.ts.map +1 -1
  524. package/dist/joiner/index.d.ts +5 -2
  525. package/dist/joiner/index.d.ts.map +1 -1
  526. package/dist/modules-sdk/index.d.ts +17 -11
  527. package/dist/modules-sdk/index.d.ts.map +1 -1
  528. package/dist/modules-sdk/index.js +1 -1
  529. package/dist/modules-sdk/index.js.map +1 -1
  530. package/dist/modules-sdk/{internal-module-service.d.ts → medusa-internal-service.d.ts} +22 -18
  531. package/dist/modules-sdk/medusa-internal-service.d.ts.map +1 -0
  532. package/dist/{http/fulfillment/admin/fulfillment-label.js → modules-sdk/medusa-internal-service.js} +1 -1
  533. package/dist/modules-sdk/medusa-internal-service.js.map +1 -0
  534. package/dist/notification/provider.d.ts +0 -6
  535. package/dist/notification/provider.d.ts.map +1 -1
  536. package/dist/notification/service.d.ts +15 -15
  537. package/dist/notification/service.d.ts.map +1 -1
  538. package/dist/order/common.d.ts +57 -4
  539. package/dist/order/common.d.ts.map +1 -1
  540. package/dist/order/mutations.d.ts +74 -53
  541. package/dist/order/mutations.d.ts.map +1 -1
  542. package/dist/order/service.d.ts +44 -30
  543. package/dist/order/service.d.ts.map +1 -1
  544. package/dist/payment/common.d.ts +2 -2
  545. package/dist/payment/common.d.ts.map +1 -1
  546. package/dist/pricing/common/index.d.ts +0 -2
  547. package/dist/pricing/common/index.d.ts.map +1 -1
  548. package/dist/pricing/common/index.js +0 -2
  549. package/dist/pricing/common/index.js.map +1 -1
  550. package/dist/pricing/common/money-amount.d.ts +2 -2
  551. package/dist/pricing/common/money-amount.d.ts.map +1 -1
  552. package/dist/pricing/common/price-list.d.ts +25 -125
  553. package/dist/pricing/common/price-list.d.ts.map +1 -1
  554. package/dist/pricing/common/price-rule.d.ts +8 -16
  555. package/dist/pricing/common/price-rule.d.ts.map +1 -1
  556. package/dist/pricing/common/price-set.d.ts +6 -55
  557. package/dist/pricing/common/price-set.d.ts.map +1 -1
  558. package/dist/pricing/service.d.ts +31 -324
  559. package/dist/pricing/service.d.ts.map +1 -1
  560. package/dist/pricing/workflows.d.ts +5 -5
  561. package/dist/pricing/workflows.d.ts.map +1 -1
  562. package/dist/product/common.d.ts +99 -79
  563. package/dist/product/common.d.ts.map +1 -1
  564. package/dist/product/service.d.ts +429 -207
  565. package/dist/product/service.d.ts.map +1 -1
  566. package/dist/promotion/common/application-method.d.ts +1 -1
  567. package/dist/promotion/common/application-method.d.ts.map +1 -1
  568. package/dist/promotion/common/promotion.d.ts +4 -0
  569. package/dist/promotion/common/promotion.d.ts.map +1 -1
  570. package/dist/promotion/mutations.d.ts +6 -6
  571. package/dist/promotion/mutations.d.ts.map +1 -1
  572. package/dist/promotion/service.d.ts +29 -29
  573. package/dist/promotion/service.d.ts.map +1 -1
  574. package/dist/region/common.d.ts.map +1 -1
  575. package/dist/region/mutations.d.ts +4 -3
  576. package/dist/region/mutations.d.ts.map +1 -1
  577. package/dist/region/service.d.ts +31 -31
  578. package/dist/region/service.d.ts.map +1 -1
  579. package/dist/sales-channel/mutations.d.ts +5 -4
  580. package/dist/sales-channel/mutations.d.ts.map +1 -1
  581. package/dist/sales-channel/service.d.ts +28 -28
  582. package/dist/sales-channel/service.d.ts.map +1 -1
  583. package/dist/shared-context.d.ts +3 -4
  584. package/dist/shared-context.d.ts.map +1 -1
  585. package/dist/stock-location/common.d.ts +12 -17
  586. package/dist/stock-location/common.d.ts.map +1 -1
  587. package/dist/stock-location/index.d.ts +0 -1
  588. package/dist/stock-location/index.d.ts.map +1 -1
  589. package/dist/stock-location/index.js +0 -1
  590. package/dist/stock-location/index.js.map +1 -1
  591. package/dist/stock-location/service.d.ts +193 -180
  592. package/dist/stock-location/service.d.ts.map +1 -1
  593. package/dist/store/common/store.d.ts +31 -5
  594. package/dist/store/common/store.d.ts.map +1 -1
  595. package/dist/store/mutations/store.d.ts +14 -40
  596. package/dist/store/mutations/store.d.ts.map +1 -1
  597. package/dist/store/service.d.ts +32 -37
  598. package/dist/store/service.d.ts.map +1 -1
  599. package/dist/tax/mutations.d.ts +7 -6
  600. package/dist/tax/mutations.d.ts.map +1 -1
  601. package/dist/tax/service.d.ts +35 -35
  602. package/dist/tax/service.d.ts.map +1 -1
  603. package/dist/user/service.d.ts +22 -22
  604. package/dist/user/service.d.ts.map +1 -1
  605. package/dist/workflow/fulfillment/service-zones.d.ts +1 -1
  606. package/dist/workflow/fulfillment/service-zones.d.ts.map +1 -1
  607. package/dist/workflow/order/cancel-fulfillment.d.ts +6 -0
  608. package/dist/workflow/order/cancel-fulfillment.d.ts.map +1 -0
  609. package/dist/{http/fulfillment/admin/fulfillment-item.js → workflow/order/cancel-fulfillment.js} +1 -1
  610. package/dist/workflow/order/cancel-fulfillment.js.map +1 -0
  611. package/dist/workflow/order/cancel-order.d.ts +5 -0
  612. package/dist/workflow/order/cancel-order.d.ts.map +1 -0
  613. package/dist/{http/fulfillment/admin/service-zone.js → workflow/order/cancel-order.js} +1 -1
  614. package/dist/workflow/order/cancel-order.js.map +1 -0
  615. package/dist/workflow/order/create-fulfillment.d.ts +2 -2
  616. package/dist/workflow/order/create-fulfillment.d.ts.map +1 -1
  617. package/dist/workflow/order/create-return-order.d.ts +8 -7
  618. package/dist/workflow/order/create-return-order.d.ts.map +1 -1
  619. package/dist/workflow/order/create-shipment.d.ts +2 -1
  620. package/dist/workflow/order/create-shipment.d.ts.map +1 -1
  621. package/dist/workflow/order/index.d.ts +3 -0
  622. package/dist/workflow/order/index.d.ts.map +1 -1
  623. package/dist/workflow/order/index.js +3 -0
  624. package/dist/workflow/order/index.js.map +1 -1
  625. package/dist/workflow/order/receive-return.d.ts +17 -0
  626. package/dist/workflow/order/receive-return.d.ts.map +1 -0
  627. package/dist/{http/fulfillment/admin/fulfillment.js → workflow/order/receive-return.js} +1 -1
  628. package/dist/workflow/order/receive-return.js.map +1 -0
  629. package/dist/workflow/price-list/create-price-list.d.ts +1 -2
  630. package/dist/workflow/price-list/create-price-list.d.ts.map +1 -1
  631. package/dist/workflow/product-category/index.d.ts +6 -6
  632. package/dist/workflow/product-category/index.d.ts.map +1 -1
  633. package/dist/workflow/reservation/create-reservations.d.ts +3 -3
  634. package/dist/workflow/reservation/create-reservations.d.ts.map +1 -1
  635. package/dist/workflow/reservation/update-reservations.d.ts +3 -3
  636. package/dist/workflow/reservation/update-reservations.d.ts.map +1 -1
  637. package/dist/workflows/products/mutations.d.ts +2 -2
  638. package/dist/workflows/products/mutations.d.ts.map +1 -1
  639. package/dist/workflows-sdk/service.d.ts +2 -2
  640. package/dist/workflows-sdk/service.d.ts.map +1 -1
  641. package/package.json +1 -2
  642. package/dist/http/fulfillment/admin/fulfillment-address.d.ts +0 -19
  643. package/dist/http/fulfillment/admin/fulfillment-address.d.ts.map +0 -1
  644. package/dist/http/fulfillment/admin/fulfillment-address.js +0 -3
  645. package/dist/http/fulfillment/admin/fulfillment-address.js.map +0 -1
  646. package/dist/http/fulfillment/admin/fulfillment-item.d.ts +0 -14
  647. package/dist/http/fulfillment/admin/fulfillment-item.d.ts.map +0 -1
  648. package/dist/http/fulfillment/admin/fulfillment-item.js.map +0 -1
  649. package/dist/http/fulfillment/admin/fulfillment-label.d.ts +0 -11
  650. package/dist/http/fulfillment/admin/fulfillment-label.d.ts.map +0 -1
  651. package/dist/http/fulfillment/admin/fulfillment-label.js.map +0 -1
  652. package/dist/http/fulfillment/admin/fulfillment-provider.d.ts +0 -9
  653. package/dist/http/fulfillment/admin/fulfillment-provider.d.ts.map +0 -1
  654. package/dist/http/fulfillment/admin/fulfillment-provider.js +0 -3
  655. package/dist/http/fulfillment/admin/fulfillment-provider.js.map +0 -1
  656. package/dist/http/fulfillment/admin/fulfillment-set.d.ts +0 -15
  657. package/dist/http/fulfillment/admin/fulfillment-set.d.ts.map +0 -1
  658. package/dist/http/fulfillment/admin/fulfillment-set.js +0 -3
  659. package/dist/http/fulfillment/admin/fulfillment-set.js.map +0 -1
  660. package/dist/http/fulfillment/admin/fulfillment.d.ts +0 -27
  661. package/dist/http/fulfillment/admin/fulfillment.d.ts.map +0 -1
  662. package/dist/http/fulfillment/admin/fulfillment.js.map +0 -1
  663. package/dist/http/fulfillment/admin/geo-zone.d.ts +0 -14
  664. package/dist/http/fulfillment/admin/geo-zone.d.ts.map +0 -1
  665. package/dist/http/fulfillment/admin/geo-zone.js.map +0 -1
  666. package/dist/http/fulfillment/admin/service-zone.d.ts +0 -21
  667. package/dist/http/fulfillment/admin/service-zone.d.ts.map +0 -1
  668. package/dist/http/fulfillment/admin/service-zone.js.map +0 -1
  669. package/dist/http/fulfillment/admin/shipping-option-rule.d.ts +0 -13
  670. package/dist/http/fulfillment/admin/shipping-option-rule.d.ts.map +0 -1
  671. package/dist/http/fulfillment/admin/shipping-option-rule.js +0 -3
  672. package/dist/http/fulfillment/admin/shipping-option-rule.js.map +0 -1
  673. package/dist/http/fulfillment/admin/shipping-option-type.d.ts +0 -11
  674. package/dist/http/fulfillment/admin/shipping-option-type.d.ts.map +0 -1
  675. package/dist/http/fulfillment/admin/shipping-option-type.js +0 -3
  676. package/dist/http/fulfillment/admin/shipping-option-type.js.map +0 -1
  677. package/dist/http/fulfillment/admin/shipping-option.d.ts +0 -38
  678. package/dist/http/fulfillment/admin/shipping-option.d.ts.map +0 -1
  679. package/dist/http/fulfillment/admin/shipping-option.js +0 -3
  680. package/dist/http/fulfillment/admin/shipping-option.js.map +0 -1
  681. package/dist/http/fulfillment/admin/shipping-profile.d.ts +0 -19
  682. package/dist/http/fulfillment/admin/shipping-profile.d.ts.map +0 -1
  683. package/dist/http/fulfillment/admin/shipping-profile.js +0 -3
  684. package/dist/http/fulfillment/admin/shipping-profile.js.map +0 -1
  685. package/dist/http/inventory/inventory-level.d.ts +0 -20
  686. package/dist/http/inventory/inventory-level.d.ts.map +0 -1
  687. package/dist/http/inventory/inventory-level.js +0 -3
  688. package/dist/http/inventory/inventory-level.js.map +0 -1
  689. package/dist/http/inventory/inventory.d.ts.map +0 -1
  690. package/dist/http/inventory/inventory.js.map +0 -1
  691. package/dist/http/pricing/price.d.ts +0 -8
  692. package/dist/http/pricing/price.d.ts.map +0 -1
  693. package/dist/http/pricing/price.js.map +0 -1
  694. package/dist/http/product/admin.d.ts +0 -99
  695. package/dist/http/product/admin.d.ts.map +0 -1
  696. package/dist/http/product/store.d.ts +0 -33
  697. package/dist/http/product/store.d.ts.map +0 -1
  698. package/dist/http/product/store.js +0 -3
  699. package/dist/http/product-category/admin.d.ts +0 -9
  700. package/dist/http/product-category/admin.d.ts.map +0 -1
  701. package/dist/http/product-category/admin.js.map +0 -1
  702. package/dist/http/product-category/store.d.ts +0 -9
  703. package/dist/http/product-category/store.d.ts.map +0 -1
  704. package/dist/http/product-category/store.js.map +0 -1
  705. package/dist/http/sales-channel/admin/sales-channel.d.ts +0 -16
  706. package/dist/http/sales-channel/admin/sales-channel.d.ts.map +0 -1
  707. package/dist/http/sales-channel/admin/sales-channel.js +0 -3
  708. package/dist/http/sales-channel/admin/sales-channel.js.map +0 -1
  709. package/dist/http/stock-locations/common.d.ts +0 -28
  710. package/dist/http/stock-locations/common.d.ts.map +0 -1
  711. package/dist/http/stock-locations/common.js.map +0 -1
  712. package/dist/http/tax/admin/index.d.ts +0 -3
  713. package/dist/http/tax/admin/index.d.ts.map +0 -1
  714. package/dist/http/tax/admin/index.js.map +0 -1
  715. package/dist/http/tax/admin/tax-rates.d.ts +0 -28
  716. package/dist/http/tax/admin/tax-rates.d.ts.map +0 -1
  717. package/dist/http/tax/admin/tax-rates.js +0 -3
  718. package/dist/http/tax/admin/tax-rates.js.map +0 -1
  719. package/dist/http/tax/admin/tax-regions.d.ts +0 -28
  720. package/dist/http/tax/admin/tax-regions.d.ts.map +0 -1
  721. package/dist/http/tax/admin/tax-regions.js +0 -3
  722. package/dist/http/tax/admin/tax-regions.js.map +0 -1
  723. package/dist/http/tax/index.d.ts.map +0 -1
  724. package/dist/http/tax/index.js.map +0 -1
  725. package/dist/inventory/bundle.d.ts +0 -3
  726. package/dist/inventory/bundle.d.ts.map +0 -1
  727. package/dist/inventory/bundle.js.map +0 -1
  728. package/dist/inventory/common.d.ts +0 -494
  729. package/dist/inventory/common.d.ts.map +0 -1
  730. package/dist/inventory/service-next.d.ts +0 -914
  731. package/dist/inventory/service-next.d.ts.map +0 -1
  732. package/dist/inventory/service-next.js +0 -3
  733. package/dist/inventory/service-next.js.map +0 -1
  734. package/dist/modules-sdk/internal-module-service.d.ts.map +0 -1
  735. package/dist/modules-sdk/internal-module-service.js +0 -3
  736. package/dist/modules-sdk/internal-module-service.js.map +0 -1
  737. package/dist/modules-sdk/module-service.d.ts +0 -1
  738. package/dist/modules-sdk/module-service.d.ts.map +0 -1
  739. package/dist/modules-sdk/module-service.js +0 -1
  740. package/dist/modules-sdk/module-service.js.map +0 -1
  741. package/dist/pricing/common/price-set-rule-type.d.ts +0 -24
  742. package/dist/pricing/common/price-set-rule-type.d.ts.map +0 -1
  743. package/dist/pricing/common/price-set-rule-type.js +0 -3
  744. package/dist/pricing/common/price-set-rule-type.js.map +0 -1
  745. package/dist/pricing/common/rule-type.d.ts +0 -102
  746. package/dist/pricing/common/rule-type.d.ts.map +0 -1
  747. package/dist/pricing/common/rule-type.js +0 -3
  748. package/dist/pricing/common/rule-type.js.map +0 -1
  749. package/dist/region__legacy/common.d.ts +0 -44
  750. package/dist/region__legacy/common.d.ts.map +0 -1
  751. package/dist/region__legacy/common.js +0 -3
  752. package/dist/region__legacy/index.d.ts +0 -2
  753. package/dist/region__legacy/index.d.ts.map +0 -1
  754. package/dist/region__legacy/index.js.map +0 -1
  755. package/dist/stock-location/service-next.d.ts +0 -279
  756. package/dist/stock-location/service-next.d.ts.map +0 -1
  757. package/dist/stock-location/service-next.js +0 -3
  758. package/dist/stock-location/service-next.js.map +0 -1
  759. /package/dist/http/{tax → currency}/index.d.ts +0 -0
  760. /package/dist/http/{tax → currency}/index.js +0 -0
  761. /package/dist/http/{product-category → file}/admin.js +0 -0
  762. /package/dist/http/{stock-locations → file}/common.js +0 -0
  763. /package/dist/http/{product-category → file}/store.js +0 -0
  764. /package/dist/{inventory → http/product-type}/common.js +0 -0
@@ -1,3 +1,13 @@
1
+ export interface CreateStoreCurrencyDTO {
2
+ /**
3
+ * The currency code of the store currency.
4
+ */
5
+ currency_code: string;
6
+ /**
7
+ * Whether the currency is the default one for the store.
8
+ */
9
+ is_default?: boolean;
10
+ }
1
11
  /**
2
12
  * The store to be created.
3
13
  */
@@ -9,11 +19,7 @@ export interface CreateStoreDTO {
9
19
  /**
10
20
  * The supported currency codes of the store.
11
21
  */
12
- supported_currency_codes?: string[];
13
- /**
14
- * The default currency code of the store.
15
- */
16
- default_currency_code?: string;
22
+ supported_currencies?: CreateStoreCurrencyDTO[];
17
23
  /**
18
24
  * The associated default sales channel's ID.
19
25
  */
@@ -34,39 +40,11 @@ export interface CreateStoreDTO {
34
40
  /**
35
41
  * The attributes in the store to be created or updated.
36
42
  */
37
- export interface UpsertStoreDTO {
43
+ export interface UpsertStoreDTO extends UpdateStoreDTO {
38
44
  /**
39
- * The ID of the store.
45
+ * The ID of the store when doing an update.
40
46
  */
41
47
  id?: string;
42
- /**
43
- * The name of the store.
44
- */
45
- name?: string;
46
- /**
47
- * The supported currency codes of the store.
48
- */
49
- supported_currency_codes?: string[];
50
- /**
51
- * The default currency code of the store.
52
- */
53
- default_currency_code?: string;
54
- /**
55
- * The associated default sales channel's ID.
56
- */
57
- default_sales_channel_id?: string;
58
- /**
59
- * The associated default region's ID.
60
- */
61
- default_region_id?: string;
62
- /**
63
- * The associated default location's ID.
64
- */
65
- default_location_id?: string;
66
- /**
67
- * Holds custom data in key-value pairs.
68
- */
69
- metadata?: Record<string, any>;
70
48
  }
71
49
  /**
72
50
  * The attributes to update in the store.
@@ -79,11 +57,7 @@ export interface UpdateStoreDTO {
79
57
  /**
80
58
  * The supported currency codes of the store.
81
59
  */
82
- supported_currency_codes?: string[];
83
- /**
84
- * The default currency code of the store.
85
- */
86
- default_currency_code?: string;
60
+ supported_currencies?: CreateStoreCurrencyDTO[];
87
61
  /**
88
62
  * The associated default sales channel's ID.
89
63
  */
@@ -1 +1 @@
1
- {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/store/mutations/store.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAA;IAEnC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAE9B;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAEjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAA;IAEnC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAE9B;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAEjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAA;IAEnC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAE9B;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAEjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B"}
1
+ {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/store/mutations/store.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAA;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,oBAAoB,CAAC,EAAE,sBAAsB,EAAE,CAAA;IAE/C;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAEjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,oBAAoB,CAAC,EAAE,sBAAsB,EAAE,CAAA;IAE/C;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IAEjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B"}
@@ -16,20 +16,18 @@ export interface IStoreModuleService extends IModuleService {
16
16
  * @returns {Promise<StoreDTO[]>} The created stores.
17
17
  *
18
18
  * @example
19
- * const stores = await storeModuleService.create([
19
+ * const stores = await storeModuleService.createStores([
20
20
  * {
21
21
  * name: "Acme",
22
- * supported_currency_codes: ["usd", "eur"],
23
- * default_currency_code: "usd",
22
+ * supported_currencies: [{ currency_code: "usd", is_default: true }, { currency_code: "eur" }],
24
23
  * },
25
24
  * {
26
25
  * name: "Acme 2",
27
- * supported_currency_codes: ["usd"],
28
- * default_currency_code: "usd",
26
+ * supported_currencies: [{currency_code: "usd", is_default: true}],
29
27
  * },
30
28
  * ])
31
29
  */
32
- create(data: CreateStoreDTO[], sharedContext?: Context): Promise<StoreDTO[]>;
30
+ createStores(data: CreateStoreDTO[], sharedContext?: Context): Promise<StoreDTO[]>;
33
31
  /**
34
32
  * This method creates a store.
35
33
  *
@@ -38,13 +36,12 @@ export interface IStoreModuleService extends IModuleService {
38
36
  * @returns {Promise<StoreDTO>} The created store.
39
37
  *
40
38
  * @example
41
- * const store = await storeModuleService.create({
39
+ * const store = await storeModuleService.createStores({
42
40
  * name: "Acme",
43
- * supported_currency_codes: ["usd", "eur"],
44
- * default_currency_code: "usd",
41
+ * supported_currencies: [{ currency_code: "usd", is_default: true }, { currency_code: "eur" }],
45
42
  * })
46
43
  */
47
- create(data: CreateStoreDTO, sharedContext?: Context): Promise<StoreDTO>;
44
+ createStores(data: CreateStoreDTO, sharedContext?: Context): Promise<StoreDTO>;
48
45
  /**
49
46
  * This method updates or creates stores if they don't exist.
50
47
  *
@@ -53,19 +50,18 @@ export interface IStoreModuleService extends IModuleService {
53
50
  * @returns {Promise<StoreDTO[]>} The created or updated stores.
54
51
  *
55
52
  * @example
56
- * const stores = await storeModuleService.upsert([
53
+ * const stores = await storeModuleService.upsertStores([
57
54
  * {
58
55
  * id: "store_123",
59
56
  * name: "Acme",
60
57
  * },
61
58
  * {
62
59
  * name: "Acme 2",
63
- * supported_currency_codes: ["usd"],
64
- * default_currency_code: "usd",
60
+ * supported_currencies: [{currency_code: "usd", is_default: true}],
65
61
  * },
66
62
  * ])
67
63
  */
68
- upsert(data: UpsertStoreDTO[], sharedContext?: Context): Promise<StoreDTO[]>;
64
+ upsertStores(data: UpsertStoreDTO[], sharedContext?: Context): Promise<StoreDTO[]>;
69
65
  /**
70
66
  * This method updates or creates a store if it doesn't exist.
71
67
  *
@@ -74,12 +70,12 @@ export interface IStoreModuleService extends IModuleService {
74
70
  * @returns {Promise<StoreDTO>} The created or updated store.
75
71
  *
76
72
  * @example
77
- * const store = await storeModuleService.upsert({
73
+ * const store = await storeModuleService.upsertStores({
78
74
  * id: "store_123",
79
75
  * name: "Acme",
80
76
  * })
81
77
  */
82
- upsert(data: UpsertStoreDTO, sharedContext?: Context): Promise<StoreDTO>;
78
+ upsertStores(data: UpsertStoreDTO, sharedContext?: Context): Promise<StoreDTO>;
83
79
  /**
84
80
  * This method updates an existing store.
85
81
  *
@@ -89,11 +85,11 @@ export interface IStoreModuleService extends IModuleService {
89
85
  * @returns {Promise<StoreDTO>} The updated store.
90
86
  *
91
87
  * @example
92
- * const store = await storeModuleService.update("store_123", {
88
+ * const store = await storeModuleService.updateStores("store_123", {
93
89
  * name: "Acme",
94
90
  * })
95
91
  */
96
- update(id: string, data: UpdateStoreDTO, sharedContext?: Context): Promise<StoreDTO>;
92
+ updateStores(id: string, data: UpdateStoreDTO, sharedContext?: Context): Promise<StoreDTO>;
97
93
  /**
98
94
  * This method updates existing stores matching the specified filters.
99
95
  *
@@ -103,16 +99,15 @@ export interface IStoreModuleService extends IModuleService {
103
99
  * @returns {Promise<StoreDTO[]>} The updated stores.
104
100
  *
105
101
  * @example
106
- * const store = await storeModuleService.update(
102
+ * const store = await storeModuleService.updateStores(
107
103
  * {
108
104
  * name: ["Acme"],
109
105
  * },
110
106
  * {
111
- * default_currency_code: "usd",
112
107
  * }
113
108
  * )
114
109
  */
115
- update(selector: FilterableStoreProps, data: UpdateStoreDTO, sharedContext?: Context): Promise<StoreDTO[]>;
110
+ updateStores(selector: FilterableStoreProps, data: UpdateStoreDTO, sharedContext?: Context): Promise<StoreDTO[]>;
116
111
  /**
117
112
  * This method deletes stores by their IDs.
118
113
  *
@@ -121,9 +116,9 @@ export interface IStoreModuleService extends IModuleService {
121
116
  * @returns {Promise<void>} Resolves when the stores are deleted successfully.
122
117
  *
123
118
  * @example
124
- * await storeModuleService.delete(["store_123", "store_321"])
119
+ * await storeModuleService.deleteStores(["store_123", "store_321"])
125
120
  */
126
- delete(ids: string[], sharedContext?: Context): Promise<void>;
121
+ deleteStores(ids: string[], sharedContext?: Context): Promise<void>;
127
122
  /**
128
123
  * This method deletes a store by its ID.
129
124
  *
@@ -132,9 +127,9 @@ export interface IStoreModuleService extends IModuleService {
132
127
  * @returns {Promise<void>} Resolves when the store is deleted successfully.
133
128
  *
134
129
  * @example
135
- * await storeModuleService.delete("store_123")
130
+ * await storeModuleService.deleteStores("store_123")
136
131
  */
137
- delete(id: string, sharedContext?: Context): Promise<void>;
132
+ deleteStores(id: string, sharedContext?: Context): Promise<void>;
138
133
  /**
139
134
  * This method retrieves a store by its ID.
140
135
  *
@@ -145,9 +140,9 @@ export interface IStoreModuleService extends IModuleService {
145
140
  * @returns {Promise<StoreDTO>} The retrieved store.
146
141
  *
147
142
  * @example
148
- * const store = await storeModuleService.retrieve("store_123")
143
+ * const store = await storeModuleService.retrieveStore("store_123")
149
144
  */
150
- retrieve(id: string, config?: FindConfig<StoreDTO>, sharedContext?: Context): Promise<StoreDTO>;
145
+ retrieveStore(id: string, config?: FindConfig<StoreDTO>, sharedContext?: Context): Promise<StoreDTO>;
151
146
  /**
152
147
  * This method retrieves a paginated list of stores based on optional filters and configuration.
153
148
  *
@@ -161,7 +156,7 @@ export interface IStoreModuleService extends IModuleService {
161
156
  * To retrieve a list of stores using their IDs:
162
157
  *
163
158
  * ```ts
164
- * const stores = await storeModuleService.list({
159
+ * const stores = await storeModuleService.listStores({
165
160
  * id: ["store_123", "store_321"],
166
161
  * })
167
162
  * ```
@@ -169,7 +164,7 @@ export interface IStoreModuleService extends IModuleService {
169
164
  * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
170
165
  *
171
166
  * ```ts
172
- * const stores = await storeModuleService.list(
167
+ * const stores = await storeModuleService.listStores(
173
168
  * {
174
169
  * id: ["store_123", "store_321"],
175
170
  * },
@@ -180,7 +175,7 @@ export interface IStoreModuleService extends IModuleService {
180
175
  * )
181
176
  * ```
182
177
  */
183
- list(filters?: FilterableStoreProps, config?: FindConfig<StoreDTO>, sharedContext?: Context): Promise<StoreDTO[]>;
178
+ listStores(filters?: FilterableStoreProps, config?: FindConfig<StoreDTO>, sharedContext?: Context): Promise<StoreDTO[]>;
184
179
  /**
185
180
  * This method retrieves a paginated list of stores along with the total count of available stores satisfying the provided filters.
186
181
  *
@@ -194,7 +189,7 @@ export interface IStoreModuleService extends IModuleService {
194
189
  * To retrieve a list of stores using their IDs:
195
190
  *
196
191
  * ```ts
197
- * const [stores, count] = await storeModuleService.listAndCount(
192
+ * const [stores, count] = await storeModuleService.listAndCountStores(
198
193
  * {
199
194
  * id: ["store_123", "store_321"],
200
195
  * }
@@ -204,7 +199,7 @@ export interface IStoreModuleService extends IModuleService {
204
199
  * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
205
200
  *
206
201
  * ```ts
207
- * const [stores, count] = await storeModuleService.listAndCount(
202
+ * const [stores, count] = await storeModuleService.listAndCountStores(
208
203
  * {
209
204
  * id: ["store_123", "store_321"],
210
205
  * },
@@ -215,7 +210,7 @@ export interface IStoreModuleService extends IModuleService {
215
210
  * )
216
211
  * ```
217
212
  */
218
- listAndCount(filters?: FilterableStoreProps, config?: FindConfig<StoreDTO>, sharedContext?: Context): Promise<[StoreDTO[], number]>;
213
+ listAndCountStores(filters?: FilterableStoreProps, config?: FindConfig<StoreDTO>, sharedContext?: Context): Promise<[StoreDTO[], number]>;
219
214
  /**
220
215
  * This method soft deletes a store by its IDs.
221
216
  *
@@ -226,12 +221,12 @@ export interface IStoreModuleService extends IModuleService {
226
221
  * If there are no related records, the promise resolves to `void`.
227
222
  *
228
223
  * @example
229
- * await storeModuleService.softDelete([
224
+ * await storeModuleService.softDeleteStores([
230
225
  * "store_123",
231
226
  * "store_321",
232
227
  * ])
233
228
  */
234
- softDelete<TReturnableLinkableKeys extends string = string>(storeIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
229
+ softDeleteStores<TReturnableLinkableKeys extends string = string>(storeIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
235
230
  /**
236
231
  * This method restores a soft deleted store by its IDs.
237
232
  *
@@ -243,8 +238,8 @@ export interface IStoreModuleService extends IModuleService {
243
238
  * If there are no related records restored, the promise resolves to `void`.
244
239
  *
245
240
  * @example
246
- * await storeModuleService.restore(["store_123", "store_321"])
241
+ * await storeModuleService.restoreStores(["store_123", "store_321"])
247
242
  */
248
- restore<TReturnableLinkableKeys extends string = string>(storeIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
243
+ restoreStores<TReturnableLinkableKeys extends string = string>(storeIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
249
244
  }
250
245
  //# sourceMappingURL=service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../src/store/service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../src/store/service.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ import { MetadataType } from "../common";
1
2
  /**
2
3
  * The tax rate to be created.
3
4
  */
@@ -37,7 +38,7 @@ export interface CreateTaxRateDTO {
37
38
  /**
38
39
  * Holds custom data in key-value pairs.
39
40
  */
40
- metadata?: Record<string, unknown>;
41
+ metadata?: MetadataType;
41
42
  }
42
43
  /**
43
44
  * The attributes in the tax rate to be created or updated.
@@ -75,7 +76,7 @@ export interface UpsertTaxRateDTO {
75
76
  /**
76
77
  * Holds custom data in key-value pairs.
77
78
  */
78
- metadata?: Record<string, unknown> | null;
79
+ metadata?: MetadataType;
79
80
  }
80
81
  /**
81
82
  * The attributes to update in the tax rate.
@@ -120,7 +121,7 @@ export interface UpdateTaxRateDTO {
120
121
  /**
121
122
  * Holds custom data in key-value pairs.
122
123
  */
123
- metadata?: Record<string, unknown>;
124
+ metadata?: MetadataType;
124
125
  }
125
126
  /**
126
127
  * The tax region to be created.
@@ -141,7 +142,7 @@ export interface CreateTaxRegionDTO {
141
142
  /**
142
143
  * Holds custom data in key-value pairs.
143
144
  */
144
- metadata?: Record<string, unknown>;
145
+ metadata?: MetadataType;
145
146
  /**
146
147
  * Who created the tax region. For example, the ID of
147
148
  * the user that created the tax region.
@@ -169,7 +170,7 @@ export interface CreateTaxRegionDTO {
169
170
  /**
170
171
  * Holds custom data in key-value pairs.
171
172
  */
172
- metadata?: Record<string, unknown>;
173
+ metadata?: MetadataType;
173
174
  };
174
175
  }
175
176
  /**
@@ -197,7 +198,7 @@ export interface CreateTaxRateRuleDTO {
197
198
  /**
198
199
  * Holds custom data in key-value pairs.
199
200
  */
200
- metadata?: Record<string, unknown>;
201
+ metadata?: MetadataType;
201
202
  /**
202
203
  * Who created the tax rate rule. For example, the ID of the
203
204
  * user that created it.
@@ -1 +1 @@
1
- {"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/tax/mutations.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAA;IAErB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,aAAa,CAAC,EAAE,CAAA;IAEnD;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;CAC1C;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,aAAa,CAAC,EAAE,CAAA;IAEnD;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAElC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,gBAAgB,CAAC,EAAE;QACjB;;;;;WAKG;QACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QAEpB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QAEpB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAA;QAEZ;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KACnC,CAAA;CACF;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAA;IAEjB;;;;;OAKG;IACH,YAAY,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAElC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC3B"}
1
+ {"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/tax/mutations.ts"],"names":[],"mappings":"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"}
@@ -2,8 +2,8 @@ import { FindConfig } from "../common";
2
2
  import { RestoreReturn, SoftDeleteReturn } from "../dal";
3
3
  import { IModuleService } from "../modules-sdk";
4
4
  import { Context } from "../shared-context";
5
- import { FilterableTaxRegionProps, FilterableTaxRateProps, TaxRateDTO, TaxRegionDTO, TaxRateRuleDTO, FilterableTaxRateRuleProps, TaxableItemDTO, TaxCalculationContext, ItemTaxLineDTO, ShippingTaxLineDTO, TaxableShippingDTO } from "./common";
6
- import { CreateTaxRateRuleDTO, CreateTaxRateDTO, CreateTaxRegionDTO, UpdateTaxRateDTO, UpsertTaxRateDTO } from "./mutations";
5
+ import { FilterableTaxRateProps, FilterableTaxRateRuleProps, FilterableTaxRegionProps, ItemTaxLineDTO, ShippingTaxLineDTO, TaxableItemDTO, TaxableShippingDTO, TaxCalculationContext, TaxRateDTO, TaxRateRuleDTO, TaxRegionDTO } from "./common";
6
+ import { CreateTaxRateDTO, CreateTaxRateRuleDTO, CreateTaxRegionDTO, UpdateTaxRateDTO, UpsertTaxRateDTO } from "./mutations";
7
7
  /**
8
8
  * The main service interface for the Tax Module.
9
9
  */
@@ -21,18 +21,18 @@ export interface ITaxModuleService extends IModuleService {
21
21
  * A simple example that retrieves a tax rate by its ID:
22
22
  *
23
23
  * ```ts
24
- * const taxRate = await taxModuleService.retrieve("txr_123")
24
+ * const taxRate = await taxModuleService.retrieveTaxRate("txr_123")
25
25
  * ```
26
26
  *
27
27
  * To specify relations that should be retrieved:
28
28
  *
29
29
  * ```ts
30
- * const taxRate = await taxModuleService.retrieve("txr_123", {
30
+ * const taxRate = await taxModuleService.retrieveTaxRate("txr_123", {
31
31
  * relations: ["tax_region"],
32
32
  * })
33
33
  * ```
34
34
  */
35
- retrieve(taxRateId: string, config?: FindConfig<TaxRateDTO>, sharedContext?: Context): Promise<TaxRateDTO>;
35
+ retrieveTaxRate(taxRateId: string, config?: FindConfig<TaxRateDTO>, sharedContext?: Context): Promise<TaxRateDTO>;
36
36
  /**
37
37
  * This method retrieves a paginated list of tax rates based on optional filters and configuration.
38
38
  *
@@ -46,7 +46,7 @@ export interface ITaxModuleService extends IModuleService {
46
46
  * To retrieve a list of tax rates using their IDs:
47
47
  *
48
48
  * ```ts
49
- * const taxRates = await taxModuleService.list({
49
+ * const taxRates = await taxModuleService.listTaxRates({
50
50
  * id: ["txr_123", "txr_321"],
51
51
  * })
52
52
  * ```
@@ -54,7 +54,7 @@ export interface ITaxModuleService extends IModuleService {
54
54
  * To specify relations that should be retrieved within the tax rate:
55
55
  *
56
56
  * ```ts
57
- * const taxRates = await taxModuleService.list(
57
+ * const taxRates = await taxModuleService.listTaxRates(
58
58
  * {
59
59
  * id: ["txr_123", "txr_321"],
60
60
  * },
@@ -67,7 +67,7 @@ export interface ITaxModuleService extends IModuleService {
67
67
  * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
68
68
  *
69
69
  * ```ts
70
- * const taxRates = await taxModuleService.list(
70
+ * const taxRates = await taxModuleService.listTaxRates(
71
71
  * {
72
72
  * id: ["txr_123", "txr_321"],
73
73
  * },
@@ -79,7 +79,7 @@ export interface ITaxModuleService extends IModuleService {
79
79
  * )
80
80
  * ```
81
81
  */
82
- list(filters?: FilterableTaxRateProps, config?: FindConfig<TaxRateDTO>, sharedContext?: Context): Promise<TaxRateDTO[]>;
82
+ listTaxRates(filters?: FilterableTaxRateProps, config?: FindConfig<TaxRateDTO>, sharedContext?: Context): Promise<TaxRateDTO[]>;
83
83
  /**
84
84
  * This method retrieves a paginated list of tax rates along with the total count of available tax rates satisfying the provided filters.
85
85
  *
@@ -93,7 +93,7 @@ export interface ITaxModuleService extends IModuleService {
93
93
  * To retrieve a list of tax rates using their IDs:
94
94
  *
95
95
  * ```ts
96
- * const [taxRates, count] = await taxModuleService.listAndCount(
96
+ * const [taxRates, count] = await taxModuleService.listAndCountTaxRates(
97
97
  * {
98
98
  * id: ["txr_123", "txr_321"],
99
99
  * }
@@ -103,7 +103,7 @@ export interface ITaxModuleService extends IModuleService {
103
103
  * To specify relations that should be retrieved within the tax rate:
104
104
  *
105
105
  * ```ts
106
- * const [taxRates, count] = await taxModuleService.listAndCount(
106
+ * const [taxRates, count] = await taxModuleService.listAndCountTaxRates(
107
107
  * {
108
108
  * id: ["txr_123", "txr_321"],
109
109
  * },
@@ -116,7 +116,7 @@ export interface ITaxModuleService extends IModuleService {
116
116
  * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
117
117
  *
118
118
  * ```ts
119
- * const [taxRates, count] = await taxModuleService.listAndCount(
119
+ * const [taxRates, count] = await taxModuleService.listAndCountTaxRates(
120
120
  * {
121
121
  * id: ["txr_123", "txr_321"],
122
122
  * },
@@ -128,7 +128,7 @@ export interface ITaxModuleService extends IModuleService {
128
128
  * )
129
129
  * ```
130
130
  */
131
- listAndCount(filters?: FilterableTaxRateProps, config?: FindConfig<TaxRateDTO>, sharedContext?: Context): Promise<[TaxRateDTO[], number]>;
131
+ listAndCountTaxRates(filters?: FilterableTaxRateProps, config?: FindConfig<TaxRateDTO>, sharedContext?: Context): Promise<[TaxRateDTO[], number]>;
132
132
  /**
133
133
  * This method creates tax rates.
134
134
  *
@@ -137,7 +137,7 @@ export interface ITaxModuleService extends IModuleService {
137
137
  * @returns {Promise<TaxRateDTO[]>} The created tax rates.
138
138
  *
139
139
  * @example
140
- * const taxRates = await taxModuleService.create([
140
+ * const taxRates = await taxModuleService.createTaxRates([
141
141
  * {
142
142
  * tax_region_id: "txreg_123",
143
143
  * name: "Default rate",
@@ -160,7 +160,7 @@ export interface ITaxModuleService extends IModuleService {
160
160
  * },
161
161
  * ])
162
162
  */
163
- create(data: CreateTaxRateDTO[], sharedContext?: Context): Promise<TaxRateDTO[]>;
163
+ createTaxRates(data: CreateTaxRateDTO[], sharedContext?: Context): Promise<TaxRateDTO[]>;
164
164
  /**
165
165
  * This method creates a tax rate.
166
166
  *
@@ -169,13 +169,13 @@ export interface ITaxModuleService extends IModuleService {
169
169
  * @returns {Promise<TaxRateDTO>} The created tax rate.
170
170
  *
171
171
  * @example
172
- * const taxRate = await taxModuleService.create({
172
+ * const taxRate = await taxModuleService.createTaxRates({
173
173
  * tax_region_id: "txreg_123",
174
174
  * name: "Default rate",
175
175
  * rate: 10,
176
176
  * })
177
177
  */
178
- create(data: CreateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO>;
178
+ createTaxRates(data: CreateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO>;
179
179
  /**
180
180
  * This method updates an existing tax rate.
181
181
  *
@@ -185,11 +185,11 @@ export interface ITaxModuleService extends IModuleService {
185
185
  * @returns {Promise<TaxRateDTO>} The updated tax rate.
186
186
  *
187
187
  * @example
188
- * const taxRate = await taxModuleService.update("txr_123", {
188
+ * const taxRate = await taxModuleService.updateTaxRates("txr_123", {
189
189
  * rate: 10,
190
190
  * })
191
191
  */
192
- update(taxRateId: string, data: UpdateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO>;
192
+ updateTaxRates(taxRateId: string, data: UpdateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO>;
193
193
  /**
194
194
  * This method updates existing tax rates.
195
195
  *
@@ -199,14 +199,14 @@ export interface ITaxModuleService extends IModuleService {
199
199
  * @returns {Promise<TaxRateDTO[]>} The updated tax rates.
200
200
  *
201
201
  * @example
202
- * const taxRates = await taxModuleService.update(
202
+ * const taxRates = await taxModuleService.updateTaxRates(
203
203
  * ["txr_123", "txr_321"],
204
204
  * {
205
205
  * rate: 10,
206
206
  * }
207
207
  * )
208
208
  */
209
- update(taxRateIds: string[], data: UpdateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO[]>;
209
+ updateTaxRates(taxRateIds: string[], data: UpdateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO[]>;
210
210
  /**
211
211
  * This method updates existing tax rates matching the specified filters.
212
212
  *
@@ -216,7 +216,7 @@ export interface ITaxModuleService extends IModuleService {
216
216
  * @returns {Promise<TaxRateDTO[]>} The updated tax rates.
217
217
  *
218
218
  * @example
219
- * const taxRates = await taxModuleService.update(
219
+ * const taxRates = await taxModuleService.updateTaxRates(
220
220
  * {
221
221
  * id: ["txr_123", "txr_321"],
222
222
  * },
@@ -225,7 +225,7 @@ export interface ITaxModuleService extends IModuleService {
225
225
  * }
226
226
  * )
227
227
  */
228
- update(selector: FilterableTaxRateProps, data: UpdateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO[]>;
228
+ updateTaxRates(selector: FilterableTaxRateProps, data: UpdateTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO[]>;
229
229
  /**
230
230
  * This method updates or creates a tax rate if it doesn't exist.
231
231
  *
@@ -234,12 +234,12 @@ export interface ITaxModuleService extends IModuleService {
234
234
  * @returns {Promise<TaxRateDTO>} The created or updated tax rate.
235
235
  *
236
236
  * @example
237
- * const taxRate = await taxModuleService.upsert({
237
+ * const taxRate = await taxModuleService.upsertTaxRates({
238
238
  * id: "txr_123",
239
239
  * rate: 10,
240
240
  * })
241
241
  */
242
- upsert(data: UpsertTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO>;
242
+ upsertTaxRates(data: UpsertTaxRateDTO, sharedContext?: Context): Promise<TaxRateDTO>;
243
243
  /**
244
244
  * This method updates or creates tax rates if they don't exist.
245
245
  *
@@ -248,14 +248,14 @@ export interface ITaxModuleService extends IModuleService {
248
248
  * @returns {Promise<TaxRateDTO[]>} The created or updated tax rates.
249
249
  *
250
250
  * @example
251
- * const taxRates = await taxModuleService.upsert([
251
+ * const taxRates = await taxModuleService.upsertTaxRates([
252
252
  * {
253
253
  * id: "txr_123",
254
254
  * rate: 10,
255
255
  * },
256
256
  * ])
257
257
  */
258
- upsert(data: UpsertTaxRateDTO[], sharedContext?: Context): Promise<TaxRateDTO[]>;
258
+ upsertTaxRates(data: UpsertTaxRateDTO[], sharedContext?: Context): Promise<TaxRateDTO[]>;
259
259
  /**
260
260
  * This method deletes tax rates by their IDs.
261
261
  *
@@ -264,9 +264,9 @@ export interface ITaxModuleService extends IModuleService {
264
264
  * @returns {Promise<void>} Resolves when the tax rates are deleted successfully.
265
265
  *
266
266
  * @example
267
- * await taxModuleService.delete(["txr_123", "txr_321"])
267
+ * await taxModuleService.deleteTaxRates(["txr_123", "txr_321"])
268
268
  */
269
- delete(taxRateIds: string[], sharedContext?: Context): Promise<void>;
269
+ deleteTaxRates(taxRateIds: string[], sharedContext?: Context): Promise<void>;
270
270
  /**
271
271
  * This method deletes a tax rate by its ID.
272
272
  *
@@ -275,9 +275,9 @@ export interface ITaxModuleService extends IModuleService {
275
275
  * @returns {Promise<void>} Resolves when the tax rate is deleted successfully.
276
276
  *
277
277
  * @example
278
- * await taxModuleService.delete("txr_123")
278
+ * await taxModuleService.deleteTaxRates("txr_123")
279
279
  */
280
- delete(taxRateId: string, sharedContext?: Context): Promise<void>;
280
+ deleteTaxRates(taxRateId: string, sharedContext?: Context): Promise<void>;
281
281
  /**
282
282
  * This method restores soft deleted tax rates by their IDs.
283
283
  *
@@ -293,9 +293,9 @@ export interface ITaxModuleService extends IModuleService {
293
293
  * If there are no related records restored, the promise resolves to `void`.
294
294
  *
295
295
  * @example
296
- * await taxModuleService.restore(["txr_123", "txr_321"])
296
+ * await taxModuleService.restoreTaxRates(["txr_123", "txr_321"])
297
297
  */
298
- restore<TReturnableLinkableKeys extends string = string>(taxRateIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
298
+ restoreTaxRates<TReturnableLinkableKeys extends string = string>(taxRateIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
299
299
  /**
300
300
  * This method creates a tax region.
301
301
  *
@@ -558,9 +558,9 @@ export interface ITaxModuleService extends IModuleService {
558
558
  * If there are no related records, the promise resolves to `void`.
559
559
  *
560
560
  * @example
561
- * await taxModuleService.softDelete(["txr_123", "txr_321"])
561
+ * await taxModuleService.softDeleteTaxRates(["txr_123", "txr_321"])
562
562
  */
563
- softDelete<TReturnableLinkableKeys extends string = string>(taxRateIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
563
+ softDeleteTaxRates<TReturnableLinkableKeys extends string = string>(taxRateIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
564
564
  /**
565
565
  * This method soft deletes tax regions by their IDs.
566
566
  *