@etohq/types 1.5.1-alpha.4 → 1.5.1-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2018) hide show
  1. package/dist/address/common.d.ts +16 -0
  2. package/dist/address/common.d.ts.map +1 -0
  3. package/dist/address/common.js +3 -0
  4. package/dist/address/common.js.map +1 -0
  5. package/dist/address/index.d.ts +2 -0
  6. package/dist/address/index.d.ts.map +1 -0
  7. package/dist/address/index.js +18 -0
  8. package/dist/address/index.js.map +1 -0
  9. package/dist/caching/index.d.ts +532 -0
  10. package/dist/caching/index.d.ts.map +1 -0
  11. package/dist/caching/index.js +3 -0
  12. package/dist/caching/index.js.map +1 -0
  13. package/dist/cart/common.d.ts +1133 -0
  14. package/dist/cart/common.d.ts.map +1 -0
  15. package/dist/cart/common.js +3 -0
  16. package/dist/cart/common.js.map +1 -0
  17. package/dist/cart/index.d.ts +5 -0
  18. package/dist/cart/index.d.ts.map +1 -0
  19. package/dist/cart/index.js +21 -0
  20. package/dist/cart/index.js.map +1 -0
  21. package/dist/cart/mutations.d.ts +742 -0
  22. package/dist/cart/mutations.d.ts.map +1 -0
  23. package/dist/cart/mutations.js +4 -0
  24. package/dist/cart/mutations.js.map +1 -0
  25. package/dist/cart/service.d.ts +1888 -0
  26. package/dist/cart/service.d.ts.map +1 -0
  27. package/dist/cart/service.js +3 -0
  28. package/dist/cart/service.js.map +1 -0
  29. package/dist/cart/workflows.d.ts +498 -0
  30. package/dist/cart/workflows.d.ts.map +1 -0
  31. package/dist/cart/workflows.js +3 -0
  32. package/dist/cart/workflows.js.map +1 -0
  33. package/dist/common/config-file.d.ts +8 -0
  34. package/dist/common/config-file.d.ts.map +1 -0
  35. package/dist/common/config-file.js +3 -0
  36. package/dist/common/config-file.js.map +1 -0
  37. package/dist/common/index.d.ts +1 -0
  38. package/dist/common/index.d.ts.map +1 -1
  39. package/dist/common/index.js +1 -0
  40. package/dist/common/index.js.map +1 -1
  41. package/dist/common/medusa-cli.d.ts +6 -0
  42. package/dist/common/medusa-cli.d.ts.map +1 -0
  43. package/dist/common/medusa-cli.js +3 -0
  44. package/dist/common/medusa-cli.js.map +1 -0
  45. package/dist/common/medusa-container.d.ts +27 -0
  46. package/dist/common/medusa-container.d.ts.map +1 -0
  47. package/dist/common/medusa-container.js +3 -0
  48. package/dist/common/medusa-container.js.map +1 -0
  49. package/dist/currency/common/currency.d.ts +52 -0
  50. package/dist/currency/common/currency.d.ts.map +1 -0
  51. package/dist/currency/common/currency.js +3 -0
  52. package/dist/currency/common/currency.js.map +1 -0
  53. package/dist/currency/common/index.d.ts +2 -0
  54. package/dist/currency/common/index.d.ts.map +1 -0
  55. package/dist/currency/common/index.js +18 -0
  56. package/dist/currency/common/index.js.map +1 -0
  57. package/dist/currency/index.d.ts +3 -0
  58. package/dist/currency/index.d.ts.map +1 -0
  59. package/dist/currency/index.js +19 -0
  60. package/dist/currency/index.js.map +1 -0
  61. package/dist/currency/service.d.ts +96 -0
  62. package/dist/currency/service.d.ts.map +1 -0
  63. package/dist/currency/service.js +3 -0
  64. package/dist/currency/service.js.map +1 -0
  65. package/dist/customer/common.d.ts +541 -0
  66. package/dist/customer/common.d.ts.map +1 -0
  67. package/dist/customer/common.js +3 -0
  68. package/dist/customer/common.js.map +1 -0
  69. package/dist/customer/index.d.ts +4 -0
  70. package/dist/customer/index.d.ts.map +1 -0
  71. package/dist/customer/index.js +20 -0
  72. package/dist/customer/index.js.map +1 -0
  73. package/dist/customer/mutations.d.ts +308 -0
  74. package/dist/customer/mutations.d.ts.map +1 -0
  75. package/dist/customer/mutations.js +3 -0
  76. package/dist/customer/mutations.js.map +1 -0
  77. package/dist/customer/service.d.ts +966 -0
  78. package/dist/customer/service.d.ts.map +1 -0
  79. package/dist/customer/service.js +3 -0
  80. package/dist/customer/service.js.map +1 -0
  81. package/dist/event-bus/common.d.ts +4 -0
  82. package/dist/event-bus/common.d.ts.map +1 -1
  83. package/dist/event-bus/event-bus-module.d.ts +32 -2
  84. package/dist/event-bus/event-bus-module.d.ts.map +1 -1
  85. package/dist/fulfillment/common/address.d.ts +70 -0
  86. package/dist/fulfillment/common/address.d.ts.map +1 -0
  87. package/dist/fulfillment/common/address.js +3 -0
  88. package/dist/fulfillment/common/address.js.map +1 -0
  89. package/dist/fulfillment/common/cart.d.ts +89 -0
  90. package/dist/fulfillment/common/cart.d.ts.map +1 -0
  91. package/dist/fulfillment/common/cart.js +3 -0
  92. package/dist/fulfillment/common/cart.js.map +1 -0
  93. package/dist/fulfillment/common/fulfillment-item.d.ts +55 -0
  94. package/dist/fulfillment/common/fulfillment-item.d.ts.map +1 -0
  95. package/dist/fulfillment/common/fulfillment-item.js +3 -0
  96. package/dist/fulfillment/common/fulfillment-item.js.map +1 -0
  97. package/dist/fulfillment/common/fulfillment-label.d.ts +43 -0
  98. package/dist/fulfillment/common/fulfillment-label.d.ts.map +1 -0
  99. package/dist/fulfillment/common/fulfillment-label.js +3 -0
  100. package/dist/fulfillment/common/fulfillment-label.js.map +1 -0
  101. package/dist/fulfillment/common/fulfillment-provider.d.ts +45 -0
  102. package/dist/fulfillment/common/fulfillment-provider.d.ts.map +1 -0
  103. package/dist/fulfillment/common/fulfillment-provider.js +3 -0
  104. package/dist/fulfillment/common/fulfillment-provider.js.map +1 -0
  105. package/dist/fulfillment/common/fulfillment-set.d.ts +61 -0
  106. package/dist/fulfillment/common/fulfillment-set.d.ts.map +1 -0
  107. package/dist/fulfillment/common/fulfillment-set.js +3 -0
  108. package/dist/fulfillment/common/fulfillment-set.js.map +1 -0
  109. package/dist/fulfillment/common/fulfillment.d.ts +142 -0
  110. package/dist/fulfillment/common/fulfillment.d.ts.map +1 -0
  111. package/dist/fulfillment/common/fulfillment.js +3 -0
  112. package/dist/fulfillment/common/fulfillment.js.map +1 -0
  113. package/dist/fulfillment/common/geo-zone.d.ts +76 -0
  114. package/dist/fulfillment/common/geo-zone.d.ts.map +1 -0
  115. package/dist/fulfillment/common/geo-zone.js +3 -0
  116. package/dist/fulfillment/common/geo-zone.js.map +1 -0
  117. package/dist/fulfillment/common/index.d.ts +15 -0
  118. package/dist/fulfillment/common/index.d.ts.map +1 -0
  119. package/dist/fulfillment/common/index.js +31 -0
  120. package/dist/fulfillment/common/index.js.map +1 -0
  121. package/dist/fulfillment/common/order.d.ts +899 -0
  122. package/dist/fulfillment/common/order.d.ts.map +1 -0
  123. package/dist/fulfillment/common/order.js +3 -0
  124. package/dist/fulfillment/common/order.js.map +1 -0
  125. package/dist/fulfillment/common/service-zone.d.ts +79 -0
  126. package/dist/fulfillment/common/service-zone.d.ts.map +1 -0
  127. package/dist/fulfillment/common/service-zone.js +3 -0
  128. package/dist/fulfillment/common/service-zone.js.map +1 -0
  129. package/dist/fulfillment/common/shipping-option-rule.d.ts +73 -0
  130. package/dist/fulfillment/common/shipping-option-rule.d.ts.map +1 -0
  131. package/dist/fulfillment/common/shipping-option-rule.js +3 -0
  132. package/dist/fulfillment/common/shipping-option-rule.js.map +1 -0
  133. package/dist/fulfillment/common/shipping-option-type.d.ts +65 -0
  134. package/dist/fulfillment/common/shipping-option-type.d.ts.map +1 -0
  135. package/dist/fulfillment/common/shipping-option-type.js +3 -0
  136. package/dist/fulfillment/common/shipping-option-type.js.map +1 -0
  137. package/dist/fulfillment/common/shipping-option.d.ts +171 -0
  138. package/dist/fulfillment/common/shipping-option.d.ts.map +1 -0
  139. package/dist/fulfillment/common/shipping-option.js +3 -0
  140. package/dist/fulfillment/common/shipping-option.js.map +1 -0
  141. package/dist/fulfillment/common/shipping-profile.d.ts +61 -0
  142. package/dist/fulfillment/common/shipping-profile.d.ts.map +1 -0
  143. package/dist/fulfillment/common/shipping-profile.js +3 -0
  144. package/dist/fulfillment/common/shipping-profile.js.map +1 -0
  145. package/dist/fulfillment/index.d.ts +6 -0
  146. package/dist/fulfillment/index.d.ts.map +1 -0
  147. package/dist/fulfillment/index.js +22 -0
  148. package/dist/fulfillment/index.js.map +1 -0
  149. package/dist/fulfillment/mutations/fulfillment-address.d.ts +54 -0
  150. package/dist/fulfillment/mutations/fulfillment-address.d.ts.map +1 -0
  151. package/dist/fulfillment/mutations/fulfillment-address.js +3 -0
  152. package/dist/fulfillment/mutations/fulfillment-address.js.map +1 -0
  153. package/dist/fulfillment/mutations/fulfillment-item.d.ts +34 -0
  154. package/dist/fulfillment/mutations/fulfillment-item.d.ts.map +1 -0
  155. package/dist/fulfillment/mutations/fulfillment-item.js +3 -0
  156. package/dist/fulfillment/mutations/fulfillment-item.js.map +1 -0
  157. package/dist/fulfillment/mutations/fulfillment-label.d.ts +22 -0
  158. package/dist/fulfillment/mutations/fulfillment-label.d.ts.map +1 -0
  159. package/dist/fulfillment/mutations/fulfillment-label.js +3 -0
  160. package/dist/fulfillment/mutations/fulfillment-label.js.map +1 -0
  161. package/dist/fulfillment/mutations/fulfillment-set.d.ts +45 -0
  162. package/dist/fulfillment/mutations/fulfillment-set.d.ts.map +1 -0
  163. package/dist/fulfillment/mutations/fulfillment-set.js +3 -0
  164. package/dist/fulfillment/mutations/fulfillment-set.js.map +1 -0
  165. package/dist/fulfillment/mutations/fulfillment.d.ts +110 -0
  166. package/dist/fulfillment/mutations/fulfillment.d.ts.map +1 -0
  167. package/dist/fulfillment/mutations/fulfillment.js +3 -0
  168. package/dist/fulfillment/mutations/fulfillment.js.map +1 -0
  169. package/dist/fulfillment/mutations/geo-zone.d.ts +169 -0
  170. package/dist/fulfillment/mutations/geo-zone.d.ts.map +1 -0
  171. package/dist/fulfillment/mutations/geo-zone.js +3 -0
  172. package/dist/fulfillment/mutations/geo-zone.js.map +1 -0
  173. package/dist/fulfillment/mutations/index.d.ts +12 -0
  174. package/dist/fulfillment/mutations/index.d.ts.map +1 -0
  175. package/dist/fulfillment/mutations/index.js +28 -0
  176. package/dist/fulfillment/mutations/index.js.map +1 -0
  177. package/dist/fulfillment/mutations/service-zone.d.ts +46 -0
  178. package/dist/fulfillment/mutations/service-zone.d.ts.map +1 -0
  179. package/dist/fulfillment/mutations/service-zone.js +3 -0
  180. package/dist/fulfillment/mutations/service-zone.js.map +1 -0
  181. package/dist/fulfillment/mutations/shipping-option-rule.d.ts +32 -0
  182. package/dist/fulfillment/mutations/shipping-option-rule.d.ts.map +1 -0
  183. package/dist/fulfillment/mutations/shipping-option-rule.js +3 -0
  184. package/dist/fulfillment/mutations/shipping-option-rule.js.map +1 -0
  185. package/dist/fulfillment/mutations/shipping-option-type.d.ts +32 -0
  186. package/dist/fulfillment/mutations/shipping-option-type.d.ts.map +1 -0
  187. package/dist/fulfillment/mutations/shipping-option-type.js +3 -0
  188. package/dist/fulfillment/mutations/shipping-option-type.js.map +1 -0
  189. package/dist/fulfillment/mutations/shipping-option.d.ts +183 -0
  190. package/dist/fulfillment/mutations/shipping-option.d.ts.map +1 -0
  191. package/dist/fulfillment/mutations/shipping-option.js +3 -0
  192. package/dist/fulfillment/mutations/shipping-option.js.map +1 -0
  193. package/dist/fulfillment/mutations/shipping-profile.d.ts +41 -0
  194. package/dist/fulfillment/mutations/shipping-profile.d.ts.map +1 -0
  195. package/dist/fulfillment/mutations/shipping-profile.js +3 -0
  196. package/dist/fulfillment/mutations/shipping-profile.js.map +1 -0
  197. package/dist/fulfillment/provider.d.ts +131 -0
  198. package/dist/fulfillment/provider.d.ts.map +1 -0
  199. package/dist/fulfillment/provider.js +3 -0
  200. package/dist/fulfillment/provider.js.map +1 -0
  201. package/dist/fulfillment/service.d.ts +2632 -0
  202. package/dist/fulfillment/service.d.ts.map +1 -0
  203. package/dist/fulfillment/service.js +3 -0
  204. package/dist/fulfillment/service.js.map +1 -0
  205. package/dist/fulfillment/workflows.d.ts +243 -0
  206. package/dist/fulfillment/workflows.d.ts.map +1 -0
  207. package/dist/fulfillment/workflows.js +3 -0
  208. package/dist/fulfillment/workflows.js.map +1 -0
  209. package/dist/http/address/entities.d.ts +18 -0
  210. package/dist/http/address/entities.d.ts.map +1 -0
  211. package/dist/http/address/entities.js +3 -0
  212. package/dist/http/address/entities.js.map +1 -0
  213. package/dist/http/address/index.d.ts +2 -0
  214. package/dist/http/address/index.d.ts.map +1 -0
  215. package/dist/http/address/index.js +18 -0
  216. package/dist/http/address/index.js.map +1 -0
  217. package/dist/http/campaign/admin/index.d.ts +4 -0
  218. package/dist/http/campaign/admin/index.d.ts.map +1 -0
  219. package/dist/http/campaign/admin/index.js +20 -0
  220. package/dist/http/campaign/admin/index.js.map +1 -0
  221. package/dist/http/campaign/admin/payloads.d.ts +87 -0
  222. package/dist/http/campaign/admin/payloads.d.ts.map +1 -0
  223. package/dist/http/campaign/admin/payloads.js +3 -0
  224. package/dist/http/campaign/admin/payloads.js.map +1 -0
  225. package/dist/http/campaign/admin/queries.d.ts +14 -0
  226. package/dist/http/campaign/admin/queries.d.ts.map +1 -0
  227. package/dist/http/campaign/admin/queries.js +3 -0
  228. package/dist/http/campaign/admin/queries.js.map +1 -0
  229. package/dist/http/campaign/admin/responses.d.ts +90 -0
  230. package/dist/http/campaign/admin/responses.d.ts.map +1 -0
  231. package/dist/http/campaign/admin/responses.js +3 -0
  232. package/dist/http/campaign/admin/responses.js.map +1 -0
  233. package/dist/http/campaign/index.d.ts +2 -0
  234. package/dist/http/campaign/index.d.ts.map +1 -0
  235. package/dist/http/campaign/index.js +18 -0
  236. package/dist/http/campaign/index.js.map +1 -0
  237. package/dist/http/cart/common.d.ts +704 -0
  238. package/dist/http/cart/common.d.ts.map +1 -0
  239. package/dist/http/cart/common.js +3 -0
  240. package/dist/http/cart/common.js.map +1 -0
  241. package/dist/http/cart/index.d.ts +2 -0
  242. package/dist/http/cart/index.d.ts.map +1 -0
  243. package/dist/http/cart/index.js +18 -0
  244. package/dist/http/cart/index.js.map +1 -0
  245. package/dist/http/cart/store/entities.d.ts +112 -0
  246. package/dist/http/cart/store/entities.d.ts.map +1 -0
  247. package/dist/http/cart/store/entities.js +3 -0
  248. package/dist/http/cart/store/entities.js.map +1 -0
  249. package/dist/http/cart/store/index.d.ts +4 -0
  250. package/dist/http/cart/store/index.d.ts.map +1 -0
  251. package/dist/http/cart/store/index.js +20 -0
  252. package/dist/http/cart/store/index.js.map +1 -0
  253. package/dist/http/cart/store/payloads.d.ts +191 -0
  254. package/dist/http/cart/store/payloads.d.ts.map +1 -0
  255. package/dist/http/cart/store/payloads.js +3 -0
  256. package/dist/http/cart/store/payloads.js.map +1 -0
  257. package/dist/http/cart/store/responses.d.ts +48 -0
  258. package/dist/http/cart/store/responses.d.ts.map +1 -0
  259. package/dist/http/cart/store/responses.js +3 -0
  260. package/dist/http/cart/store/responses.js.map +1 -0
  261. package/dist/http/claim/admin/entities.d.ts +18 -0
  262. package/dist/http/claim/admin/entities.d.ts.map +1 -0
  263. package/dist/http/claim/admin/entities.js +3 -0
  264. package/dist/http/claim/admin/entities.js.map +1 -0
  265. package/dist/http/claim/admin/index.d.ts +5 -0
  266. package/dist/http/claim/admin/index.d.ts.map +1 -0
  267. package/dist/http/claim/admin/index.js +21 -0
  268. package/dist/http/claim/admin/index.js.map +1 -0
  269. package/dist/http/claim/admin/payloads.d.ts +142 -0
  270. package/dist/http/claim/admin/payloads.d.ts.map +1 -0
  271. package/dist/http/claim/admin/payloads.js +10 -0
  272. package/dist/http/claim/admin/payloads.js.map +1 -0
  273. package/dist/http/claim/admin/queries.d.ts +50 -0
  274. package/dist/http/claim/admin/queries.d.ts.map +1 -0
  275. package/dist/http/claim/admin/queries.js +3 -0
  276. package/dist/http/claim/admin/queries.js.map +1 -0
  277. package/dist/http/claim/admin/responses.d.ts +54 -0
  278. package/dist/http/claim/admin/responses.d.ts.map +1 -0
  279. package/dist/http/claim/admin/responses.js +3 -0
  280. package/dist/http/claim/admin/responses.js.map +1 -0
  281. package/dist/http/claim/common.d.ts +131 -0
  282. package/dist/http/claim/common.d.ts.map +1 -0
  283. package/dist/http/claim/common.js +3 -0
  284. package/dist/http/claim/common.js.map +1 -0
  285. package/dist/http/claim/index.d.ts +2 -0
  286. package/dist/http/claim/index.d.ts.map +1 -0
  287. package/dist/http/claim/index.js +18 -0
  288. package/dist/http/claim/index.js.map +1 -0
  289. package/dist/http/collection/admin/entities.d.ts +9 -0
  290. package/dist/http/collection/admin/entities.d.ts.map +1 -0
  291. package/dist/http/collection/admin/entities.js +3 -0
  292. package/dist/http/collection/admin/entities.js.map +1 -0
  293. package/dist/http/collection/admin/index.d.ts +5 -0
  294. package/dist/http/collection/admin/index.d.ts.map +1 -0
  295. package/dist/http/collection/admin/index.js +21 -0
  296. package/dist/http/collection/admin/index.js.map +1 -0
  297. package/dist/http/collection/admin/payloads.d.ts +39 -0
  298. package/dist/http/collection/admin/payloads.d.ts.map +1 -0
  299. package/dist/http/collection/admin/payloads.js +3 -0
  300. package/dist/http/collection/admin/payloads.js.map +1 -0
  301. package/dist/http/collection/admin/queries.d.ts +11 -0
  302. package/dist/http/collection/admin/queries.d.ts.map +1 -0
  303. package/dist/http/collection/admin/queries.js +3 -0
  304. package/dist/http/collection/admin/queries.js.map +1 -0
  305. package/dist/http/collection/admin/responses.d.ts +18 -0
  306. package/dist/http/collection/admin/responses.d.ts.map +1 -0
  307. package/dist/http/collection/admin/responses.js +3 -0
  308. package/dist/http/collection/admin/responses.js.map +1 -0
  309. package/dist/http/collection/common.d.ts +66 -0
  310. package/dist/http/collection/common.d.ts.map +1 -0
  311. package/dist/http/collection/common.js +3 -0
  312. package/dist/http/collection/common.js.map +1 -0
  313. package/dist/http/collection/index.d.ts +3 -0
  314. package/dist/http/collection/index.d.ts.map +1 -0
  315. package/dist/http/collection/index.js +19 -0
  316. package/dist/http/collection/index.js.map +1 -0
  317. package/dist/http/collection/store/entities.d.ts +9 -0
  318. package/dist/http/collection/store/entities.d.ts.map +1 -0
  319. package/dist/http/collection/store/entities.js +3 -0
  320. package/dist/http/collection/store/entities.js.map +1 -0
  321. package/dist/http/collection/store/index.d.ts +4 -0
  322. package/dist/http/collection/store/index.d.ts.map +1 -0
  323. package/dist/http/collection/store/index.js +20 -0
  324. package/dist/http/collection/store/index.js.map +1 -0
  325. package/dist/http/collection/store/queries.d.ts +6 -0
  326. package/dist/http/collection/store/queries.d.ts.map +1 -0
  327. package/dist/http/collection/store/queries.js +3 -0
  328. package/dist/http/collection/store/queries.js.map +1 -0
  329. package/dist/http/collection/store/responses.d.ts +15 -0
  330. package/dist/http/collection/store/responses.d.ts.map +1 -0
  331. package/dist/http/collection/store/responses.js +3 -0
  332. package/dist/http/collection/store/responses.js.map +1 -0
  333. package/dist/http/currency/admin/entities.d.ts +4 -0
  334. package/dist/http/currency/admin/entities.d.ts.map +1 -0
  335. package/dist/http/currency/admin/entities.js +3 -0
  336. package/dist/http/currency/admin/entities.js.map +1 -0
  337. package/dist/http/currency/admin/index.d.ts +4 -0
  338. package/dist/http/currency/admin/index.d.ts.map +1 -0
  339. package/dist/http/currency/admin/index.js +20 -0
  340. package/dist/http/currency/admin/index.js.map +1 -0
  341. package/dist/http/currency/admin/queries.d.ts +15 -0
  342. package/dist/http/currency/admin/queries.d.ts.map +1 -0
  343. package/dist/http/currency/admin/queries.js +3 -0
  344. package/dist/http/currency/admin/queries.js.map +1 -0
  345. package/dist/http/currency/admin/responses.d.ts +16 -0
  346. package/dist/http/currency/admin/responses.d.ts.map +1 -0
  347. package/dist/http/currency/admin/responses.js +3 -0
  348. package/dist/http/currency/admin/responses.js.map +1 -0
  349. package/dist/http/currency/store/entities.d.ts +4 -0
  350. package/dist/http/currency/store/entities.d.ts.map +1 -0
  351. package/dist/http/currency/store/entities.js +3 -0
  352. package/dist/http/currency/store/entities.js.map +1 -0
  353. package/dist/http/currency/store/index.d.ts +4 -0
  354. package/dist/http/currency/store/index.d.ts.map +1 -0
  355. package/dist/http/currency/store/index.js +20 -0
  356. package/dist/http/currency/store/index.js.map +1 -0
  357. package/dist/http/currency/store/queries.d.ts +7 -0
  358. package/dist/http/currency/store/queries.d.ts.map +1 -0
  359. package/dist/http/currency/store/queries.js +3 -0
  360. package/dist/http/currency/store/queries.js.map +1 -0
  361. package/dist/http/currency/store/responses.d.ts +10 -0
  362. package/dist/http/currency/store/responses.d.ts.map +1 -0
  363. package/dist/http/currency/store/responses.js +3 -0
  364. package/dist/http/currency/store/responses.js.map +1 -0
  365. package/dist/http/customer/admin/entities.d.ts +19 -0
  366. package/dist/http/customer/admin/entities.d.ts.map +1 -0
  367. package/dist/http/customer/admin/entities.js +3 -0
  368. package/dist/http/customer/admin/entities.js.map +1 -0
  369. package/dist/http/customer/admin/index.d.ts +5 -0
  370. package/dist/http/customer/admin/index.d.ts.map +1 -0
  371. package/dist/http/customer/admin/index.js +21 -0
  372. package/dist/http/customer/admin/index.js.map +1 -0
  373. package/dist/http/customer/admin/payloads.d.ts +10 -0
  374. package/dist/http/customer/admin/payloads.d.ts.map +1 -0
  375. package/dist/http/customer/admin/payloads.js +3 -0
  376. package/dist/http/customer/admin/payloads.js.map +1 -0
  377. package/dist/http/customer/admin/queries.d.ts +15 -0
  378. package/dist/http/customer/admin/queries.d.ts.map +1 -0
  379. package/dist/http/customer/admin/queries.js +3 -0
  380. package/dist/http/customer/admin/queries.js.map +1 -0
  381. package/dist/http/customer/admin/responses.d.ts +24 -0
  382. package/dist/http/customer/admin/responses.d.ts.map +1 -0
  383. package/dist/http/customer/admin/responses.js +3 -0
  384. package/dist/http/customer/admin/responses.js.map +1 -0
  385. package/dist/http/customer/common.d.ts +406 -0
  386. package/dist/http/customer/common.d.ts.map +1 -0
  387. package/dist/http/customer/common.js +3 -0
  388. package/dist/http/customer/common.js.map +1 -0
  389. package/dist/http/customer/index.d.ts +3 -0
  390. package/dist/http/customer/index.d.ts.map +1 -0
  391. package/dist/http/customer/index.js +19 -0
  392. package/dist/http/customer/index.js.map +1 -0
  393. package/dist/http/customer/store/entities.d.ts +10 -0
  394. package/dist/http/customer/store/entities.d.ts.map +1 -0
  395. package/dist/http/customer/store/entities.js +3 -0
  396. package/dist/http/customer/store/entities.js.map +1 -0
  397. package/dist/http/customer/store/index.d.ts +5 -0
  398. package/dist/http/customer/store/index.d.ts.map +1 -0
  399. package/dist/http/customer/store/index.js +21 -0
  400. package/dist/http/customer/store/index.js.map +1 -0
  401. package/dist/http/customer/store/payloads.d.ts +10 -0
  402. package/dist/http/customer/store/payloads.d.ts.map +1 -0
  403. package/dist/http/customer/store/payloads.js +3 -0
  404. package/dist/http/customer/store/payloads.js.map +1 -0
  405. package/dist/http/customer/store/queries.d.ts +6 -0
  406. package/dist/http/customer/store/queries.d.ts.map +1 -0
  407. package/dist/http/customer/store/queries.js +3 -0
  408. package/dist/http/customer/store/queries.js.map +1 -0
  409. package/dist/http/customer/store/responses.d.ts +23 -0
  410. package/dist/http/customer/store/responses.d.ts.map +1 -0
  411. package/dist/http/customer/store/responses.js +3 -0
  412. package/dist/http/customer/store/responses.js.map +1 -0
  413. package/dist/http/customer-group/admin/entities.d.ts +9 -0
  414. package/dist/http/customer-group/admin/entities.d.ts.map +1 -0
  415. package/dist/http/customer-group/admin/entities.js +3 -0
  416. package/dist/http/customer-group/admin/entities.js.map +1 -0
  417. package/dist/http/customer-group/admin/index.d.ts +5 -0
  418. package/dist/http/customer-group/admin/index.d.ts.map +1 -0
  419. package/dist/http/customer-group/admin/index.js +21 -0
  420. package/dist/http/customer-group/admin/index.js.map +1 -0
  421. package/dist/http/customer-group/admin/payloads.d.ts +21 -0
  422. package/dist/http/customer-group/admin/payloads.d.ts.map +1 -0
  423. package/dist/http/customer-group/admin/payloads.js +3 -0
  424. package/dist/http/customer-group/admin/payloads.js.map +1 -0
  425. package/dist/http/customer-group/admin/queries.d.ts +87 -0
  426. package/dist/http/customer-group/admin/queries.d.ts.map +1 -0
  427. package/dist/http/customer-group/admin/queries.js +3 -0
  428. package/dist/http/customer-group/admin/queries.js.map +1 -0
  429. package/dist/http/customer-group/admin/responses.d.ts +15 -0
  430. package/dist/http/customer-group/admin/responses.d.ts.map +1 -0
  431. package/dist/http/customer-group/admin/responses.js +3 -0
  432. package/dist/http/customer-group/admin/responses.js.map +1 -0
  433. package/dist/http/customer-group/common.d.ts +28 -0
  434. package/dist/http/customer-group/common.d.ts.map +1 -0
  435. package/dist/http/customer-group/common.js +3 -0
  436. package/dist/http/customer-group/common.js.map +1 -0
  437. package/dist/http/customer-group/index.d.ts +2 -0
  438. package/dist/http/customer-group/index.d.ts.map +1 -0
  439. package/dist/http/customer-group/index.js +18 -0
  440. package/dist/http/customer-group/index.js.map +1 -0
  441. package/dist/http/draft-order/admin/entities.d.ts +6 -0
  442. package/dist/http/draft-order/admin/entities.d.ts.map +1 -0
  443. package/dist/http/draft-order/admin/entities.js +3 -0
  444. package/dist/http/draft-order/admin/entities.js.map +1 -0
  445. package/dist/http/draft-order/admin/index.d.ts +5 -0
  446. package/dist/http/draft-order/admin/index.d.ts.map +1 -0
  447. package/dist/http/draft-order/admin/index.js +21 -0
  448. package/dist/http/draft-order/admin/index.js.map +1 -0
  449. package/dist/http/draft-order/admin/payloads.d.ts +252 -0
  450. package/dist/http/draft-order/admin/payloads.d.ts.map +1 -0
  451. package/dist/http/draft-order/admin/payloads.js +3 -0
  452. package/dist/http/draft-order/admin/payloads.js.map +1 -0
  453. package/dist/http/draft-order/admin/queries.d.ts +35 -0
  454. package/dist/http/draft-order/admin/queries.d.ts.map +1 -0
  455. package/dist/http/draft-order/admin/queries.js +3 -0
  456. package/dist/http/draft-order/admin/queries.js.map +1 -0
  457. package/dist/http/draft-order/admin/responses.d.ts +22 -0
  458. package/dist/http/draft-order/admin/responses.d.ts.map +1 -0
  459. package/dist/http/draft-order/admin/responses.js +3 -0
  460. package/dist/http/draft-order/admin/responses.js.map +1 -0
  461. package/dist/http/draft-order/index.d.ts +2 -0
  462. package/dist/http/draft-order/index.d.ts.map +1 -0
  463. package/dist/http/draft-order/index.js +18 -0
  464. package/dist/http/draft-order/index.js.map +1 -0
  465. package/dist/http/exchange/admin/entities.d.ts +4 -0
  466. package/dist/http/exchange/admin/entities.d.ts.map +1 -0
  467. package/dist/http/exchange/admin/entities.js +3 -0
  468. package/dist/http/exchange/admin/entities.js.map +1 -0
  469. package/dist/http/exchange/admin/index.d.ts +5 -0
  470. package/dist/http/exchange/admin/index.d.ts.map +1 -0
  471. package/dist/http/exchange/admin/index.js +21 -0
  472. package/dist/http/exchange/admin/index.js.map +1 -0
  473. package/dist/http/exchange/admin/payloads.d.ts +162 -0
  474. package/dist/http/exchange/admin/payloads.d.ts.map +1 -0
  475. package/dist/http/exchange/admin/payloads.js +3 -0
  476. package/dist/http/exchange/admin/payloads.js.map +1 -0
  477. package/dist/http/exchange/admin/queries.d.ts +51 -0
  478. package/dist/http/exchange/admin/queries.d.ts.map +1 -0
  479. package/dist/http/exchange/admin/queries.js +3 -0
  480. package/dist/http/exchange/admin/queries.js.map +1 -0
  481. package/dist/http/exchange/admin/responses.d.ts +50 -0
  482. package/dist/http/exchange/admin/responses.d.ts.map +1 -0
  483. package/dist/http/exchange/admin/responses.js +3 -0
  484. package/dist/http/exchange/admin/responses.js.map +1 -0
  485. package/dist/http/exchange/common.d.ts +155 -0
  486. package/dist/http/exchange/common.d.ts.map +1 -0
  487. package/dist/http/exchange/common.js +3 -0
  488. package/dist/http/exchange/common.js.map +1 -0
  489. package/dist/http/exchange/index.d.ts +2 -0
  490. package/dist/http/exchange/index.d.ts.map +1 -0
  491. package/dist/http/exchange/index.js +18 -0
  492. package/dist/http/exchange/index.js.map +1 -0
  493. package/dist/http/fulfillment/admin/entitites.d.ts +201 -0
  494. package/dist/http/fulfillment/admin/entitites.d.ts.map +1 -0
  495. package/dist/http/fulfillment/admin/entitites.js +3 -0
  496. package/dist/http/fulfillment/admin/entitites.js.map +1 -0
  497. package/dist/http/fulfillment/admin/index.d.ts +4 -0
  498. package/dist/http/fulfillment/admin/index.d.ts.map +1 -0
  499. package/dist/http/fulfillment/admin/index.js +20 -0
  500. package/dist/http/fulfillment/admin/index.js.map +1 -0
  501. package/dist/http/fulfillment/admin/payloads.d.ts +153 -0
  502. package/dist/http/fulfillment/admin/payloads.d.ts.map +1 -0
  503. package/dist/http/fulfillment/admin/payloads.js +3 -0
  504. package/dist/http/fulfillment/admin/payloads.js.map +1 -0
  505. package/dist/http/fulfillment/admin/responses.d.ts +8 -0
  506. package/dist/http/fulfillment/admin/responses.d.ts.map +1 -0
  507. package/dist/http/fulfillment/admin/responses.js +3 -0
  508. package/dist/http/fulfillment/admin/responses.js.map +1 -0
  509. package/dist/http/fulfillment/index.d.ts +3 -0
  510. package/dist/http/fulfillment/index.d.ts.map +1 -0
  511. package/dist/http/fulfillment/index.js +19 -0
  512. package/dist/http/fulfillment/index.js.map +1 -0
  513. package/dist/http/fulfillment/store/index.d.ts +186 -0
  514. package/dist/http/fulfillment/store/index.d.ts.map +1 -0
  515. package/dist/http/fulfillment/store/index.js +3 -0
  516. package/dist/http/fulfillment/store/index.js.map +1 -0
  517. package/dist/http/fulfillment-provider/admin/entities.d.ts +6 -0
  518. package/dist/http/fulfillment-provider/admin/entities.d.ts.map +1 -0
  519. package/dist/http/fulfillment-provider/admin/entities.js +3 -0
  520. package/dist/http/fulfillment-provider/admin/entities.js.map +1 -0
  521. package/dist/http/fulfillment-provider/admin/index.d.ts +4 -0
  522. package/dist/http/fulfillment-provider/admin/index.d.ts.map +1 -0
  523. package/dist/http/fulfillment-provider/admin/index.js +20 -0
  524. package/dist/http/fulfillment-provider/admin/index.js.map +1 -0
  525. package/dist/http/fulfillment-provider/admin/queries.d.ts +21 -0
  526. package/dist/http/fulfillment-provider/admin/queries.d.ts.map +1 -0
  527. package/dist/http/fulfillment-provider/admin/queries.js +3 -0
  528. package/dist/http/fulfillment-provider/admin/queries.js.map +1 -0
  529. package/dist/http/fulfillment-provider/admin/responses.d.ts +17 -0
  530. package/dist/http/fulfillment-provider/admin/responses.d.ts.map +1 -0
  531. package/dist/http/fulfillment-provider/admin/responses.js +3 -0
  532. package/dist/http/fulfillment-provider/admin/responses.js.map +1 -0
  533. package/dist/http/fulfillment-provider/common.d.ts +21 -0
  534. package/dist/http/fulfillment-provider/common.d.ts.map +1 -0
  535. package/dist/http/fulfillment-provider/common.js +3 -0
  536. package/dist/http/fulfillment-provider/common.js.map +1 -0
  537. package/dist/http/fulfillment-provider/index.d.ts +2 -0
  538. package/dist/http/fulfillment-provider/index.d.ts.map +1 -0
  539. package/dist/http/fulfillment-provider/index.js +18 -0
  540. package/dist/http/fulfillment-provider/index.js.map +1 -0
  541. package/dist/http/fulfillment-set/admin/entities.d.ts +120 -0
  542. package/dist/http/fulfillment-set/admin/entities.d.ts.map +1 -0
  543. package/dist/http/fulfillment-set/admin/entities.js +3 -0
  544. package/dist/http/fulfillment-set/admin/entities.js.map +1 -0
  545. package/dist/http/fulfillment-set/admin/index.d.ts +5 -0
  546. package/dist/http/fulfillment-set/admin/index.d.ts.map +1 -0
  547. package/dist/http/fulfillment-set/admin/index.js +21 -0
  548. package/dist/http/fulfillment-set/admin/index.js.map +1 -0
  549. package/dist/http/fulfillment-set/admin/payloads.d.ts +122 -0
  550. package/dist/http/fulfillment-set/admin/payloads.d.ts.map +1 -0
  551. package/dist/http/fulfillment-set/admin/payloads.js +3 -0
  552. package/dist/http/fulfillment-set/admin/payloads.js.map +1 -0
  553. package/dist/http/fulfillment-set/admin/queries.d.ts +12 -0
  554. package/dist/http/fulfillment-set/admin/queries.d.ts.map +1 -0
  555. package/dist/http/fulfillment-set/admin/queries.js +3 -0
  556. package/dist/http/fulfillment-set/admin/queries.js.map +1 -0
  557. package/dist/http/fulfillment-set/admin/responses.d.ts +19 -0
  558. package/dist/http/fulfillment-set/admin/responses.d.ts.map +1 -0
  559. package/dist/http/fulfillment-set/admin/responses.js +3 -0
  560. package/dist/http/fulfillment-set/admin/responses.js.map +1 -0
  561. package/dist/http/fulfillment-set/index.d.ts +2 -0
  562. package/dist/http/fulfillment-set/index.d.ts.map +1 -0
  563. package/dist/http/fulfillment-set/index.js +18 -0
  564. package/dist/http/fulfillment-set/index.js.map +1 -0
  565. package/dist/http/index/admin/payload.d.ts +4 -0
  566. package/dist/http/index/admin/payload.d.ts.map +1 -0
  567. package/dist/http/index/admin/payload.js +3 -0
  568. package/dist/http/index/admin/payload.js.map +1 -0
  569. package/dist/http/index/admin/responses.d.ts +5 -0
  570. package/dist/http/index/admin/responses.d.ts.map +1 -0
  571. package/dist/http/index/admin/responses.js +3 -0
  572. package/dist/http/index/admin/responses.js.map +1 -0
  573. package/dist/http/index/index.d.ts +3 -0
  574. package/dist/http/index/index.d.ts.map +1 -0
  575. package/dist/http/index/index.js +19 -0
  576. package/dist/http/index/index.js.map +1 -0
  577. package/dist/http/inventory/admin/entities.d.ts +117 -0
  578. package/dist/http/inventory/admin/entities.d.ts.map +1 -0
  579. package/dist/http/inventory/admin/entities.js +3 -0
  580. package/dist/http/inventory/admin/entities.js.map +1 -0
  581. package/dist/http/inventory/admin/index.d.ts +5 -0
  582. package/dist/http/inventory/admin/index.d.ts.map +1 -0
  583. package/dist/http/inventory/admin/index.js +21 -0
  584. package/dist/http/inventory/admin/index.js.map +1 -0
  585. package/dist/http/inventory/admin/payloads.d.ts +61 -0
  586. package/dist/http/inventory/admin/payloads.d.ts.map +1 -0
  587. package/dist/http/inventory/admin/payloads.js +3 -0
  588. package/dist/http/inventory/admin/payloads.js.map +1 -0
  589. package/dist/http/inventory/admin/queries.d.ts +58 -0
  590. package/dist/http/inventory/admin/queries.d.ts.map +1 -0
  591. package/dist/http/inventory/admin/queries.js +3 -0
  592. package/dist/http/inventory/admin/queries.js.map +1 -0
  593. package/dist/http/inventory/admin/responses.d.ts +17 -0
  594. package/dist/http/inventory/admin/responses.d.ts.map +1 -0
  595. package/dist/http/inventory/admin/responses.js +3 -0
  596. package/dist/http/inventory/admin/responses.js.map +1 -0
  597. package/dist/http/inventory/index.d.ts +2 -0
  598. package/dist/http/inventory/index.d.ts.map +1 -0
  599. package/dist/http/inventory/index.js +18 -0
  600. package/dist/http/inventory/index.js.map +1 -0
  601. package/dist/http/inventory-level/admin/entities.d.ts +39 -0
  602. package/dist/http/inventory-level/admin/entities.d.ts.map +1 -0
  603. package/dist/http/inventory-level/admin/entities.js +3 -0
  604. package/dist/http/inventory-level/admin/entities.js.map +1 -0
  605. package/dist/http/inventory-level/admin/index.d.ts +5 -0
  606. package/dist/http/inventory-level/admin/index.d.ts.map +1 -0
  607. package/dist/http/inventory-level/admin/index.js +21 -0
  608. package/dist/http/inventory-level/admin/index.js.map +1 -0
  609. package/dist/http/inventory-level/admin/payloads.d.ts +104 -0
  610. package/dist/http/inventory-level/admin/payloads.d.ts.map +1 -0
  611. package/dist/http/inventory-level/admin/payloads.js +3 -0
  612. package/dist/http/inventory-level/admin/payloads.js.map +1 -0
  613. package/dist/http/inventory-level/admin/queries.d.ts +9 -0
  614. package/dist/http/inventory-level/admin/queries.d.ts.map +1 -0
  615. package/dist/http/inventory-level/admin/queries.js +3 -0
  616. package/dist/http/inventory-level/admin/queries.js.map +1 -0
  617. package/dist/http/inventory-level/admin/responses.d.ts +37 -0
  618. package/dist/http/inventory-level/admin/responses.d.ts.map +1 -0
  619. package/dist/http/inventory-level/admin/responses.js +3 -0
  620. package/dist/http/inventory-level/admin/responses.js.map +1 -0
  621. package/dist/http/inventory-level/index.d.ts +2 -0
  622. package/dist/http/inventory-level/index.d.ts.map +1 -0
  623. package/dist/http/inventory-level/index.js +18 -0
  624. package/dist/http/inventory-level/index.js.map +1 -0
  625. package/dist/http/locale/admin/entities.d.ts +4 -0
  626. package/dist/http/locale/admin/entities.d.ts.map +1 -0
  627. package/dist/http/locale/admin/entities.js +3 -0
  628. package/dist/http/locale/admin/entities.js.map +1 -0
  629. package/dist/http/locale/admin/index.d.ts +4 -0
  630. package/dist/http/locale/admin/index.d.ts.map +1 -0
  631. package/dist/http/locale/admin/index.js +20 -0
  632. package/dist/http/locale/admin/index.js.map +1 -0
  633. package/dist/http/locale/admin/queries.d.ts +18 -0
  634. package/dist/http/locale/admin/queries.d.ts.map +1 -0
  635. package/dist/http/locale/admin/queries.js +3 -0
  636. package/dist/http/locale/admin/queries.js.map +1 -0
  637. package/dist/http/locale/admin/responses.d.ts +16 -0
  638. package/dist/http/locale/admin/responses.d.ts.map +1 -0
  639. package/dist/http/locale/admin/responses.js +3 -0
  640. package/dist/http/locale/admin/responses.js.map +1 -0
  641. package/dist/http/locale/common.d.ts +29 -0
  642. package/dist/http/locale/common.d.ts.map +1 -0
  643. package/dist/http/locale/common.js +3 -0
  644. package/dist/http/locale/common.js.map +1 -0
  645. package/dist/http/locale/index.d.ts +4 -0
  646. package/dist/http/locale/index.d.ts.map +1 -0
  647. package/dist/http/locale/index.js +20 -0
  648. package/dist/http/locale/index.js.map +1 -0
  649. package/dist/http/locale/store/entities.d.ts +4 -0
  650. package/dist/http/locale/store/entities.d.ts.map +1 -0
  651. package/dist/http/locale/store/entities.js +3 -0
  652. package/dist/http/locale/store/entities.js.map +1 -0
  653. package/dist/http/locale/store/index.d.ts +3 -0
  654. package/dist/http/locale/store/index.d.ts.map +1 -0
  655. package/dist/http/locale/store/index.js +19 -0
  656. package/dist/http/locale/store/index.js.map +1 -0
  657. package/dist/http/locale/store/responses.d.ts +8 -0
  658. package/dist/http/locale/store/responses.d.ts.map +1 -0
  659. package/dist/http/locale/store/responses.js +3 -0
  660. package/dist/http/locale/store/responses.js.map +1 -0
  661. package/dist/http/order/admin/entities.d.ts +163 -0
  662. package/dist/http/order/admin/entities.d.ts.map +1 -0
  663. package/dist/http/order/admin/entities.js +3 -0
  664. package/dist/http/order/admin/entities.js.map +1 -0
  665. package/dist/http/order/admin/index.d.ts +5 -0
  666. package/dist/http/order/admin/index.d.ts.map +1 -0
  667. package/dist/http/order/admin/index.js +21 -0
  668. package/dist/http/order/admin/index.js.map +1 -0
  669. package/dist/http/order/admin/payload.d.ts +190 -0
  670. package/dist/http/order/admin/payload.d.ts.map +1 -0
  671. package/dist/http/order/admin/payload.js +3 -0
  672. package/dist/http/order/admin/payload.js.map +1 -0
  673. package/dist/http/order/admin/queries.d.ts +72 -0
  674. package/dist/http/order/admin/queries.d.ts.map +1 -0
  675. package/dist/http/order/admin/queries.js +3 -0
  676. package/dist/http/order/admin/queries.js.map +1 -0
  677. package/dist/http/order/admin/responses.d.ts +45 -0
  678. package/dist/http/order/admin/responses.d.ts.map +1 -0
  679. package/dist/http/order/admin/responses.js +3 -0
  680. package/dist/http/order/admin/responses.js.map +1 -0
  681. package/dist/http/order/common.d.ts +1082 -0
  682. package/dist/http/order/common.d.ts.map +1 -0
  683. package/dist/http/order/common.js +3 -0
  684. package/dist/http/order/common.js.map +1 -0
  685. package/dist/http/order/index.d.ts +3 -0
  686. package/dist/http/order/index.d.ts.map +1 -0
  687. package/dist/http/order/index.js +19 -0
  688. package/dist/http/order/index.js.map +1 -0
  689. package/dist/http/order/store/entities.d.ts +83 -0
  690. package/dist/http/order/store/entities.d.ts.map +1 -0
  691. package/dist/http/order/store/entities.js +3 -0
  692. package/dist/http/order/store/entities.js.map +1 -0
  693. package/dist/http/order/store/index.d.ts +5 -0
  694. package/dist/http/order/store/index.d.ts.map +1 -0
  695. package/dist/http/order/store/index.js +21 -0
  696. package/dist/http/order/store/index.js.map +1 -0
  697. package/dist/http/order/store/payloads.d.ts +13 -0
  698. package/dist/http/order/store/payloads.d.ts.map +1 -0
  699. package/dist/http/order/store/payloads.js +3 -0
  700. package/dist/http/order/store/payloads.js.map +1 -0
  701. package/dist/http/order/store/queries.d.ts +14 -0
  702. package/dist/http/order/store/queries.d.ts.map +1 -0
  703. package/dist/http/order/store/queries.js +3 -0
  704. package/dist/http/order/store/queries.js.map +1 -0
  705. package/dist/http/order/store/responses.d.ts +15 -0
  706. package/dist/http/order/store/responses.d.ts.map +1 -0
  707. package/dist/http/order/store/responses.js +3 -0
  708. package/dist/http/order/store/responses.js.map +1 -0
  709. package/dist/http/order-edit/admin/index.d.ts +3 -0
  710. package/dist/http/order-edit/admin/index.d.ts.map +1 -0
  711. package/dist/http/order-edit/admin/index.js +19 -0
  712. package/dist/http/order-edit/admin/index.js.map +1 -0
  713. package/dist/http/order-edit/admin/payloads.d.ts +60 -0
  714. package/dist/http/order-edit/admin/payloads.d.ts.map +1 -0
  715. package/dist/http/order-edit/admin/payloads.js +3 -0
  716. package/dist/http/order-edit/admin/payloads.js.map +1 -0
  717. package/dist/http/order-edit/admin/responses.d.ts +16 -0
  718. package/dist/http/order-edit/admin/responses.d.ts.map +1 -0
  719. package/dist/http/order-edit/admin/responses.js +3 -0
  720. package/dist/http/order-edit/admin/responses.js.map +1 -0
  721. package/dist/http/order-edit/common.d.ts +10 -0
  722. package/dist/http/order-edit/common.d.ts.map +1 -0
  723. package/dist/http/order-edit/common.js +3 -0
  724. package/dist/http/order-edit/common.js.map +1 -0
  725. package/dist/http/order-edit/index.d.ts +3 -0
  726. package/dist/http/order-edit/index.d.ts.map +1 -0
  727. package/dist/http/order-edit/index.js +19 -0
  728. package/dist/http/order-edit/index.js.map +1 -0
  729. package/dist/http/payment/store/entities.d.ts +20 -0
  730. package/dist/http/payment/store/entities.d.ts.map +1 -0
  731. package/dist/http/payment/store/entities.js +3 -0
  732. package/dist/http/payment/store/entities.js.map +1 -0
  733. package/dist/http/payment/store/index.d.ts +5 -0
  734. package/dist/http/payment/store/index.d.ts.map +1 -0
  735. package/dist/http/payment/store/index.js +21 -0
  736. package/dist/http/payment/store/index.js.map +1 -0
  737. package/dist/http/payment/store/payloads.d.ts +17 -0
  738. package/dist/http/payment/store/payloads.d.ts.map +1 -0
  739. package/dist/http/payment/store/payloads.js +3 -0
  740. package/dist/http/payment/store/payloads.js.map +1 -0
  741. package/dist/http/payment/store/queries.d.ts +13 -0
  742. package/dist/http/payment/store/queries.d.ts.map +1 -0
  743. package/dist/http/payment/store/queries.js +3 -0
  744. package/dist/http/payment/store/queries.js.map +1 -0
  745. package/dist/http/payment/store/responses.d.ts +15 -0
  746. package/dist/http/payment/store/responses.d.ts.map +1 -0
  747. package/dist/http/payment/store/responses.js +3 -0
  748. package/dist/http/payment/store/responses.js.map +1 -0
  749. package/dist/http/price-list/admin/entities.d.ts +63 -0
  750. package/dist/http/price-list/admin/entities.d.ts.map +1 -0
  751. package/dist/http/price-list/admin/entities.js +3 -0
  752. package/dist/http/price-list/admin/entities.js.map +1 -0
  753. package/dist/http/price-list/admin/index.d.ts +5 -0
  754. package/dist/http/price-list/admin/index.d.ts.map +1 -0
  755. package/dist/http/price-list/admin/index.js +21 -0
  756. package/dist/http/price-list/admin/index.js.map +1 -0
  757. package/dist/http/price-list/admin/payloads.d.ts +148 -0
  758. package/dist/http/price-list/admin/payloads.d.ts.map +1 -0
  759. package/dist/http/price-list/admin/payloads.js +3 -0
  760. package/dist/http/price-list/admin/payloads.js.map +1 -0
  761. package/dist/http/price-list/admin/queries.d.ts +34 -0
  762. package/dist/http/price-list/admin/queries.d.ts.map +1 -0
  763. package/dist/http/price-list/admin/queries.js +3 -0
  764. package/dist/http/price-list/admin/queries.js.map +1 -0
  765. package/dist/http/price-list/admin/responses.d.ts +41 -0
  766. package/dist/http/price-list/admin/responses.d.ts.map +1 -0
  767. package/dist/http/price-list/admin/responses.js +3 -0
  768. package/dist/http/price-list/admin/responses.js.map +1 -0
  769. package/dist/http/price-list/index.d.ts +2 -0
  770. package/dist/http/price-list/index.d.ts.map +1 -0
  771. package/dist/http/price-list/index.js +18 -0
  772. package/dist/http/price-list/index.js.map +1 -0
  773. package/dist/http/pricing/admin/entities.d.ts +104 -0
  774. package/dist/http/pricing/admin/entities.d.ts.map +1 -0
  775. package/dist/http/pricing/admin/entities.js +3 -0
  776. package/dist/http/pricing/admin/entities.js.map +1 -0
  777. package/dist/http/pricing/admin/index.d.ts +5 -0
  778. package/dist/http/pricing/admin/index.d.ts.map +1 -0
  779. package/dist/http/pricing/admin/index.js +21 -0
  780. package/dist/http/pricing/admin/index.js.map +1 -0
  781. package/dist/http/pricing/admin/payloads.d.ts +39 -0
  782. package/dist/http/pricing/admin/payloads.d.ts.map +1 -0
  783. package/dist/http/pricing/admin/payloads.js +3 -0
  784. package/dist/http/pricing/admin/payloads.js.map +1 -0
  785. package/dist/http/pricing/admin/queries.d.ts +23 -0
  786. package/dist/http/pricing/admin/queries.d.ts.map +1 -0
  787. package/dist/http/pricing/admin/queries.js +3 -0
  788. package/dist/http/pricing/admin/queries.js.map +1 -0
  789. package/dist/http/pricing/admin/responses.d.ts +18 -0
  790. package/dist/http/pricing/admin/responses.d.ts.map +1 -0
  791. package/dist/http/pricing/admin/responses.js +3 -0
  792. package/dist/http/pricing/admin/responses.js.map +1 -0
  793. package/dist/http/pricing/common.d.ts +103 -0
  794. package/dist/http/pricing/common.d.ts.map +1 -0
  795. package/dist/http/pricing/common.js +3 -0
  796. package/dist/http/pricing/common.js.map +1 -0
  797. package/dist/http/pricing/index.d.ts +3 -0
  798. package/dist/http/pricing/index.d.ts.map +1 -0
  799. package/dist/http/pricing/index.js +19 -0
  800. package/dist/http/pricing/index.js.map +1 -0
  801. package/dist/http/pricing/store/entities.d.ts +52 -0
  802. package/dist/http/pricing/store/entities.d.ts.map +1 -0
  803. package/dist/http/pricing/store/entities.js +3 -0
  804. package/dist/http/pricing/store/entities.js.map +1 -0
  805. package/dist/http/pricing/store/index.d.ts +2 -0
  806. package/dist/http/pricing/store/index.d.ts.map +1 -0
  807. package/dist/http/pricing/store/index.js +18 -0
  808. package/dist/http/pricing/store/index.js.map +1 -0
  809. package/dist/http/product/admin/entitites.d.ts +136 -0
  810. package/dist/http/product/admin/entitites.d.ts.map +1 -0
  811. package/dist/http/product/admin/entitites.js +3 -0
  812. package/dist/http/product/admin/entitites.js.map +1 -0
  813. package/dist/http/product/admin/index.d.ts +5 -0
  814. package/dist/http/product/admin/index.d.ts.map +1 -0
  815. package/dist/http/product/admin/index.js +21 -0
  816. package/dist/http/product/admin/index.js.map +1 -0
  817. package/dist/http/product/admin/payloads.d.ts +619 -0
  818. package/dist/http/product/admin/payloads.d.ts.map +1 -0
  819. package/dist/http/product/admin/payloads.js +3 -0
  820. package/dist/http/product/admin/payloads.js.map +1 -0
  821. package/dist/http/product/admin/queries.d.ts +71 -0
  822. package/dist/http/product/admin/queries.d.ts.map +1 -0
  823. package/dist/http/product/admin/queries.js +3 -0
  824. package/dist/http/product/admin/queries.js.map +1 -0
  825. package/dist/http/product/admin/responses.d.ts +109 -0
  826. package/dist/http/product/admin/responses.d.ts.map +1 -0
  827. package/dist/http/product/admin/responses.js +3 -0
  828. package/dist/http/product/admin/responses.js.map +1 -0
  829. package/dist/http/product/common.d.ts +436 -0
  830. package/dist/http/product/common.d.ts.map +1 -0
  831. package/dist/http/product/common.js +3 -0
  832. package/dist/http/product/common.js.map +1 -0
  833. package/dist/http/product/index.d.ts +3 -0
  834. package/dist/http/product/index.d.ts.map +1 -0
  835. package/dist/http/product/index.js +19 -0
  836. package/dist/http/product/index.js.map +1 -0
  837. package/dist/http/product/store/entitites.d.ts +65 -0
  838. package/dist/http/product/store/entitites.d.ts.map +1 -0
  839. package/dist/http/product/store/entitites.js +3 -0
  840. package/dist/http/product/store/entitites.js.map +1 -0
  841. package/dist/http/product/store/index.d.ts +4 -0
  842. package/dist/http/product/store/index.d.ts.map +1 -0
  843. package/dist/http/product/store/index.js +20 -0
  844. package/dist/http/product/store/index.js.map +1 -0
  845. package/dist/http/product/store/queries.d.ts +57 -0
  846. package/dist/http/product/store/queries.d.ts.map +1 -0
  847. package/dist/http/product/store/queries.js +3 -0
  848. package/dist/http/product/store/queries.js.map +1 -0
  849. package/dist/http/product/store/responses.d.ts +27 -0
  850. package/dist/http/product/store/responses.d.ts.map +1 -0
  851. package/dist/http/product/store/responses.js +3 -0
  852. package/dist/http/product/store/responses.js.map +1 -0
  853. package/dist/http/product-category/admin/entities.d.ts +22 -0
  854. package/dist/http/product-category/admin/entities.d.ts.map +1 -0
  855. package/dist/http/product-category/admin/entities.js +3 -0
  856. package/dist/http/product-category/admin/entities.js.map +1 -0
  857. package/dist/http/product-category/admin/index.d.ts +5 -0
  858. package/dist/http/product-category/admin/index.d.ts.map +1 -0
  859. package/dist/http/product-category/admin/index.js +21 -0
  860. package/dist/http/product-category/admin/index.js.map +1 -0
  861. package/dist/http/product-category/admin/payloads.d.ts +85 -0
  862. package/dist/http/product-category/admin/payloads.d.ts.map +1 -0
  863. package/dist/http/product-category/admin/payloads.js +3 -0
  864. package/dist/http/product-category/admin/payloads.js.map +1 -0
  865. package/dist/http/product-category/admin/queries.d.ts +14 -0
  866. package/dist/http/product-category/admin/queries.d.ts.map +1 -0
  867. package/dist/http/product-category/admin/queries.js +3 -0
  868. package/dist/http/product-category/admin/queries.js.map +1 -0
  869. package/dist/http/product-category/admin/responses.d.ts +18 -0
  870. package/dist/http/product-category/admin/responses.d.ts.map +1 -0
  871. package/dist/http/product-category/admin/responses.js +3 -0
  872. package/dist/http/product-category/admin/responses.js.map +1 -0
  873. package/dist/http/product-category/common.d.ts +135 -0
  874. package/dist/http/product-category/common.d.ts.map +1 -0
  875. package/dist/http/product-category/common.js +3 -0
  876. package/dist/http/product-category/common.js.map +1 -0
  877. package/dist/http/product-category/index.d.ts +3 -0
  878. package/dist/http/product-category/index.d.ts.map +1 -0
  879. package/dist/http/product-category/index.js +19 -0
  880. package/dist/http/product-category/index.js.map +1 -0
  881. package/dist/http/product-category/store/entities.d.ts +17 -0
  882. package/dist/http/product-category/store/entities.d.ts.map +1 -0
  883. package/dist/http/product-category/store/entities.js +3 -0
  884. package/dist/http/product-category/store/entities.js.map +1 -0
  885. package/dist/http/product-category/store/index.d.ts +4 -0
  886. package/dist/http/product-category/store/index.d.ts.map +1 -0
  887. package/dist/http/product-category/store/index.js +20 -0
  888. package/dist/http/product-category/store/index.js.map +1 -0
  889. package/dist/http/product-category/store/queries.d.ts +6 -0
  890. package/dist/http/product-category/store/queries.d.ts.map +1 -0
  891. package/dist/http/product-category/store/queries.js +3 -0
  892. package/dist/http/product-category/store/queries.js.map +1 -0
  893. package/dist/http/product-category/store/responses.d.ts +16 -0
  894. package/dist/http/product-category/store/responses.d.ts.map +1 -0
  895. package/dist/http/product-category/store/responses.js +3 -0
  896. package/dist/http/product-category/store/responses.js.map +1 -0
  897. package/dist/http/product-tag/admin/entities.d.ts +9 -0
  898. package/dist/http/product-tag/admin/entities.d.ts.map +1 -0
  899. package/dist/http/product-tag/admin/entities.js +3 -0
  900. package/dist/http/product-tag/admin/entities.js.map +1 -0
  901. package/dist/http/product-tag/admin/index.d.ts +5 -0
  902. package/dist/http/product-tag/admin/index.d.ts.map +1 -0
  903. package/dist/http/product-tag/admin/index.js +21 -0
  904. package/dist/http/product-tag/admin/index.js.map +1 -0
  905. package/dist/http/product-tag/admin/payloads.d.ts +21 -0
  906. package/dist/http/product-tag/admin/payloads.d.ts.map +1 -0
  907. package/dist/http/product-tag/admin/payloads.js +3 -0
  908. package/dist/http/product-tag/admin/payloads.js.map +1 -0
  909. package/dist/http/product-tag/admin/queries.d.ts +12 -0
  910. package/dist/http/product-tag/admin/queries.d.ts.map +1 -0
  911. package/dist/http/product-tag/admin/queries.js +3 -0
  912. package/dist/http/product-tag/admin/queries.js.map +1 -0
  913. package/dist/http/product-tag/admin/responses.d.ts +18 -0
  914. package/dist/http/product-tag/admin/responses.d.ts.map +1 -0
  915. package/dist/http/product-tag/admin/responses.js +3 -0
  916. package/dist/http/product-tag/admin/responses.js.map +1 -0
  917. package/dist/http/product-tag/common.d.ts +51 -0
  918. package/dist/http/product-tag/common.d.ts.map +1 -0
  919. package/dist/http/product-tag/common.js +3 -0
  920. package/dist/http/product-tag/common.js.map +1 -0
  921. package/dist/http/product-tag/index.d.ts +3 -0
  922. package/dist/http/product-tag/index.d.ts.map +1 -0
  923. package/dist/http/product-tag/index.js +19 -0
  924. package/dist/http/product-tag/index.js.map +1 -0
  925. package/dist/http/product-tag/store/entities.d.ts +4 -0
  926. package/dist/http/product-tag/store/entities.d.ts.map +1 -0
  927. package/dist/http/product-tag/store/entities.js +3 -0
  928. package/dist/http/product-tag/store/entities.js.map +1 -0
  929. package/dist/http/product-tag/store/index.d.ts +4 -0
  930. package/dist/http/product-tag/store/index.d.ts.map +1 -0
  931. package/dist/http/product-tag/store/index.js +20 -0
  932. package/dist/http/product-tag/store/index.js.map +1 -0
  933. package/dist/http/product-tag/store/queries.d.ts +8 -0
  934. package/dist/http/product-tag/store/queries.d.ts.map +1 -0
  935. package/dist/http/product-tag/store/queries.js +3 -0
  936. package/dist/http/product-tag/store/queries.js.map +1 -0
  937. package/dist/http/product-tag/store/responses.d.ts +16 -0
  938. package/dist/http/product-tag/store/responses.d.ts.map +1 -0
  939. package/dist/http/product-tag/store/responses.js +3 -0
  940. package/dist/http/product-tag/store/responses.js.map +1 -0
  941. package/dist/http/product-type/admin/entities.d.ts +9 -0
  942. package/dist/http/product-type/admin/entities.d.ts.map +1 -0
  943. package/dist/http/product-type/admin/entities.js +3 -0
  944. package/dist/http/product-type/admin/entities.js.map +1 -0
  945. package/dist/http/product-type/admin/index.d.ts +5 -0
  946. package/dist/http/product-type/admin/index.d.ts.map +1 -0
  947. package/dist/http/product-type/admin/index.js +21 -0
  948. package/dist/http/product-type/admin/index.js.map +1 -0
  949. package/dist/http/product-type/admin/payloads.d.ts +21 -0
  950. package/dist/http/product-type/admin/payloads.d.ts.map +1 -0
  951. package/dist/http/product-type/admin/payloads.js +3 -0
  952. package/dist/http/product-type/admin/payloads.js.map +1 -0
  953. package/dist/http/product-type/admin/queries.d.ts +31 -0
  954. package/dist/http/product-type/admin/queries.d.ts.map +1 -0
  955. package/dist/http/product-type/admin/queries.js +3 -0
  956. package/dist/http/product-type/admin/queries.js.map +1 -0
  957. package/dist/http/product-type/admin/responses.d.ts +18 -0
  958. package/dist/http/product-type/admin/responses.d.ts.map +1 -0
  959. package/dist/http/product-type/admin/responses.js +3 -0
  960. package/dist/http/product-type/admin/responses.js.map +1 -0
  961. package/dist/http/product-type/common.d.ts +51 -0
  962. package/dist/http/product-type/common.d.ts.map +1 -0
  963. package/dist/http/product-type/common.js +3 -0
  964. package/dist/http/product-type/common.js.map +1 -0
  965. package/dist/http/product-type/index.d.ts +3 -0
  966. package/dist/http/product-type/index.d.ts.map +1 -0
  967. package/dist/http/product-type/index.js +19 -0
  968. package/dist/http/product-type/index.js.map +1 -0
  969. package/dist/http/product-type/store/entities.d.ts +4 -0
  970. package/dist/http/product-type/store/entities.d.ts.map +1 -0
  971. package/dist/http/product-type/store/entities.js +3 -0
  972. package/dist/http/product-type/store/entities.js.map +1 -0
  973. package/dist/http/product-type/store/index.d.ts +4 -0
  974. package/dist/http/product-type/store/index.d.ts.map +1 -0
  975. package/dist/http/product-type/store/index.js +20 -0
  976. package/dist/http/product-type/store/index.js.map +1 -0
  977. package/dist/http/product-type/store/queries.d.ts +8 -0
  978. package/dist/http/product-type/store/queries.d.ts.map +1 -0
  979. package/dist/http/product-type/store/queries.js +3 -0
  980. package/dist/http/product-type/store/queries.js.map +1 -0
  981. package/dist/http/product-type/store/responses.d.ts +16 -0
  982. package/dist/http/product-type/store/responses.d.ts.map +1 -0
  983. package/dist/http/product-type/store/responses.js +3 -0
  984. package/dist/http/product-type/store/responses.js.map +1 -0
  985. package/dist/http/promotion/admin/entities.d.ts +39 -0
  986. package/dist/http/promotion/admin/entities.d.ts.map +1 -0
  987. package/dist/http/promotion/admin/entities.js +3 -0
  988. package/dist/http/promotion/admin/entities.js.map +1 -0
  989. package/dist/http/promotion/admin/index.d.ts +5 -0
  990. package/dist/http/promotion/admin/index.d.ts.map +1 -0
  991. package/dist/http/promotion/admin/index.js +21 -0
  992. package/dist/http/promotion/admin/index.js.map +1 -0
  993. package/dist/http/promotion/admin/payloads.d.ts +242 -0
  994. package/dist/http/promotion/admin/payloads.d.ts.map +1 -0
  995. package/dist/http/promotion/admin/payloads.js +3 -0
  996. package/dist/http/promotion/admin/payloads.js.map +1 -0
  997. package/dist/http/promotion/admin/queries.d.ts +103 -0
  998. package/dist/http/promotion/admin/queries.d.ts.map +1 -0
  999. package/dist/http/promotion/admin/queries.js +3 -0
  1000. package/dist/http/promotion/admin/queries.js.map +1 -0
  1001. package/dist/http/promotion/admin/responses.d.ts +56 -0
  1002. package/dist/http/promotion/admin/responses.d.ts.map +1 -0
  1003. package/dist/http/promotion/admin/responses.js +3 -0
  1004. package/dist/http/promotion/admin/responses.js.map +1 -0
  1005. package/dist/http/promotion/common.d.ts +129 -0
  1006. package/dist/http/promotion/common.d.ts.map +1 -0
  1007. package/dist/http/promotion/common.js +3 -0
  1008. package/dist/http/promotion/common.js.map +1 -0
  1009. package/dist/http/promotion/index.d.ts +3 -0
  1010. package/dist/http/promotion/index.d.ts.map +1 -0
  1011. package/dist/http/promotion/index.js +19 -0
  1012. package/dist/http/promotion/index.js.map +1 -0
  1013. package/dist/http/promotion/store.d.ts +4 -0
  1014. package/dist/http/promotion/store.d.ts.map +1 -0
  1015. package/dist/http/promotion/store.js +3 -0
  1016. package/dist/http/promotion/store.js.map +1 -0
  1017. package/dist/http/refund-reason/admin/entities.d.ts +4 -0
  1018. package/dist/http/refund-reason/admin/entities.d.ts.map +1 -0
  1019. package/dist/http/refund-reason/admin/entities.js +3 -0
  1020. package/dist/http/refund-reason/admin/entities.js.map +1 -0
  1021. package/dist/http/refund-reason/admin/index.d.ts +5 -0
  1022. package/dist/http/refund-reason/admin/index.d.ts.map +1 -0
  1023. package/dist/http/refund-reason/admin/index.js +21 -0
  1024. package/dist/http/refund-reason/admin/index.js.map +1 -0
  1025. package/dist/http/refund-reason/admin/payloads.d.ts +30 -0
  1026. package/dist/http/refund-reason/admin/payloads.d.ts.map +1 -0
  1027. package/dist/http/refund-reason/admin/payloads.js +3 -0
  1028. package/dist/http/refund-reason/admin/payloads.js.map +1 -0
  1029. package/dist/http/refund-reason/admin/queries.d.ts +8 -0
  1030. package/dist/http/refund-reason/admin/queries.d.ts.map +1 -0
  1031. package/dist/http/refund-reason/admin/queries.js +3 -0
  1032. package/dist/http/refund-reason/admin/queries.js.map +1 -0
  1033. package/dist/http/refund-reason/admin/responses.d.ts +18 -0
  1034. package/dist/http/refund-reason/admin/responses.d.ts.map +1 -0
  1035. package/dist/http/refund-reason/admin/responses.js +3 -0
  1036. package/dist/http/refund-reason/admin/responses.js.map +1 -0
  1037. package/dist/http/refund-reason/common.d.ts +65 -0
  1038. package/dist/http/refund-reason/common.d.ts.map +1 -0
  1039. package/dist/http/refund-reason/common.js +3 -0
  1040. package/dist/http/refund-reason/common.js.map +1 -0
  1041. package/dist/http/refund-reason/index.d.ts +2 -0
  1042. package/dist/http/refund-reason/index.d.ts.map +1 -0
  1043. package/dist/http/refund-reason/index.js +18 -0
  1044. package/dist/http/refund-reason/index.js.map +1 -0
  1045. package/dist/http/region/admin/entities.d.ts +10 -0
  1046. package/dist/http/region/admin/entities.d.ts.map +1 -0
  1047. package/dist/http/region/admin/entities.js +3 -0
  1048. package/dist/http/region/admin/entities.js.map +1 -0
  1049. package/dist/http/region/admin/index.d.ts +5 -0
  1050. package/dist/http/region/admin/index.d.ts.map +1 -0
  1051. package/dist/http/region/admin/index.js +21 -0
  1052. package/dist/http/region/admin/index.js.map +1 -0
  1053. package/dist/http/region/admin/payloads.d.ts +87 -0
  1054. package/dist/http/region/admin/payloads.d.ts.map +1 -0
  1055. package/dist/http/region/admin/payloads.js +3 -0
  1056. package/dist/http/region/admin/payloads.js.map +1 -0
  1057. package/dist/http/region/admin/queries.d.ts +36 -0
  1058. package/dist/http/region/admin/queries.d.ts.map +1 -0
  1059. package/dist/http/region/admin/queries.js +3 -0
  1060. package/dist/http/region/admin/queries.js.map +1 -0
  1061. package/dist/http/region/admin/responses.d.ts +16 -0
  1062. package/dist/http/region/admin/responses.d.ts.map +1 -0
  1063. package/dist/http/region/admin/responses.js +3 -0
  1064. package/dist/http/region/admin/responses.js.map +1 -0
  1065. package/dist/http/region/common.d.ts +107 -0
  1066. package/dist/http/region/common.d.ts.map +1 -0
  1067. package/dist/http/region/common.js +3 -0
  1068. package/dist/http/region/common.js.map +1 -0
  1069. package/dist/http/region/index.d.ts +3 -0
  1070. package/dist/http/region/index.d.ts.map +1 -0
  1071. package/dist/http/region/index.js +19 -0
  1072. package/dist/http/region/index.js.map +1 -0
  1073. package/dist/http/region/store/entities.d.ts +6 -0
  1074. package/dist/http/region/store/entities.d.ts.map +1 -0
  1075. package/dist/http/region/store/entities.js +3 -0
  1076. package/dist/http/region/store/entities.js.map +1 -0
  1077. package/dist/http/region/store/index.d.ts +4 -0
  1078. package/dist/http/region/store/index.d.ts.map +1 -0
  1079. package/dist/http/region/store/index.js +20 -0
  1080. package/dist/http/region/store/index.js.map +1 -0
  1081. package/dist/http/region/store/queries.d.ts +7 -0
  1082. package/dist/http/region/store/queries.d.ts.map +1 -0
  1083. package/dist/http/region/store/queries.js +3 -0
  1084. package/dist/http/region/store/queries.js.map +1 -0
  1085. package/dist/http/region/store/responses.d.ts +15 -0
  1086. package/dist/http/region/store/responses.d.ts.map +1 -0
  1087. package/dist/http/region/store/responses.js +3 -0
  1088. package/dist/http/region/store/responses.js.map +1 -0
  1089. package/dist/http/reservation/admin/entities.d.ts +56 -0
  1090. package/dist/http/reservation/admin/entities.d.ts.map +1 -0
  1091. package/dist/http/reservation/admin/entities.js +3 -0
  1092. package/dist/http/reservation/admin/entities.js.map +1 -0
  1093. package/dist/http/reservation/admin/index.d.ts +5 -0
  1094. package/dist/http/reservation/admin/index.d.ts.map +1 -0
  1095. package/dist/http/reservation/admin/index.js +21 -0
  1096. package/dist/http/reservation/admin/index.js.map +1 -0
  1097. package/dist/http/reservation/admin/payloads.d.ts +47 -0
  1098. package/dist/http/reservation/admin/payloads.d.ts.map +1 -0
  1099. package/dist/http/reservation/admin/payloads.js +3 -0
  1100. package/dist/http/reservation/admin/payloads.js.map +1 -0
  1101. package/dist/http/reservation/admin/queries.d.ts +51 -0
  1102. package/dist/http/reservation/admin/queries.d.ts.map +1 -0
  1103. package/dist/http/reservation/admin/queries.js +3 -0
  1104. package/dist/http/reservation/admin/queries.js.map +1 -0
  1105. package/dist/http/reservation/admin/responses.d.ts +16 -0
  1106. package/dist/http/reservation/admin/responses.d.ts.map +1 -0
  1107. package/dist/http/reservation/admin/responses.js +3 -0
  1108. package/dist/http/reservation/admin/responses.js.map +1 -0
  1109. package/dist/http/reservation/index.d.ts +2 -0
  1110. package/dist/http/reservation/index.d.ts.map +1 -0
  1111. package/dist/http/reservation/index.js +18 -0
  1112. package/dist/http/reservation/index.js.map +1 -0
  1113. package/dist/http/return/admin/entities.d.ts +10 -0
  1114. package/dist/http/return/admin/entities.d.ts.map +1 -0
  1115. package/dist/http/return/admin/entities.js +3 -0
  1116. package/dist/http/return/admin/entities.js.map +1 -0
  1117. package/dist/http/return/admin/index.d.ts +5 -0
  1118. package/dist/http/return/admin/index.d.ts.map +1 -0
  1119. package/dist/http/return/admin/index.js +21 -0
  1120. package/dist/http/return/admin/index.js.map +1 -0
  1121. package/dist/http/return/admin/payloads.d.ts +252 -0
  1122. package/dist/http/return/admin/payloads.d.ts.map +1 -0
  1123. package/dist/http/return/admin/payloads.js +3 -0
  1124. package/dist/http/return/admin/payloads.js.map +1 -0
  1125. package/dist/http/return/admin/queries.d.ts +25 -0
  1126. package/dist/http/return/admin/queries.d.ts.map +1 -0
  1127. package/dist/http/return/admin/queries.js +3 -0
  1128. package/dist/http/return/admin/queries.js.map +1 -0
  1129. package/dist/http/return/admin/responses.d.ts +26 -0
  1130. package/dist/http/return/admin/responses.d.ts.map +1 -0
  1131. package/dist/http/return/admin/responses.js +3 -0
  1132. package/dist/http/return/admin/responses.js.map +1 -0
  1133. package/dist/http/return/common.d.ts +102 -0
  1134. package/dist/http/return/common.d.ts.map +1 -0
  1135. package/dist/http/return/common.js +3 -0
  1136. package/dist/http/return/common.js.map +1 -0
  1137. package/dist/http/return/index.d.ts +3 -0
  1138. package/dist/http/return/index.d.ts.map +1 -0
  1139. package/dist/http/return/index.js +19 -0
  1140. package/dist/http/return/index.js.map +1 -0
  1141. package/dist/http/return/store/entities.d.ts +7 -0
  1142. package/dist/http/return/store/entities.d.ts.map +1 -0
  1143. package/dist/http/return/store/entities.js +3 -0
  1144. package/dist/http/return/store/entities.js.map +1 -0
  1145. package/dist/http/return/store/index.d.ts +4 -0
  1146. package/dist/http/return/store/index.d.ts.map +1 -0
  1147. package/dist/http/return/store/index.js +20 -0
  1148. package/dist/http/return/store/index.js.map +1 -0
  1149. package/dist/http/return/store/payloads.d.ts +20 -0
  1150. package/dist/http/return/store/payloads.d.ts.map +1 -0
  1151. package/dist/http/return/store/payloads.js +3 -0
  1152. package/dist/http/return/store/payloads.js.map +1 -0
  1153. package/dist/http/return/store/responses.d.ts +5 -0
  1154. package/dist/http/return/store/responses.d.ts.map +1 -0
  1155. package/dist/http/return/store/responses.js +3 -0
  1156. package/dist/http/return/store/responses.js.map +1 -0
  1157. package/dist/http/return-reason/admin/entities.d.ts +4 -0
  1158. package/dist/http/return-reason/admin/entities.d.ts.map +1 -0
  1159. package/dist/http/return-reason/admin/entities.js +3 -0
  1160. package/dist/http/return-reason/admin/entities.js.map +1 -0
  1161. package/dist/http/return-reason/admin/index.d.ts +5 -0
  1162. package/dist/http/return-reason/admin/index.d.ts.map +1 -0
  1163. package/dist/http/return-reason/admin/index.js +21 -0
  1164. package/dist/http/return-reason/admin/index.js.map +1 -0
  1165. package/dist/http/return-reason/admin/payloads.d.ts +34 -0
  1166. package/dist/http/return-reason/admin/payloads.d.ts.map +1 -0
  1167. package/dist/http/return-reason/admin/payloads.js +3 -0
  1168. package/dist/http/return-reason/admin/payloads.js.map +1 -0
  1169. package/dist/http/return-reason/admin/queries.d.ts +12 -0
  1170. package/dist/http/return-reason/admin/queries.d.ts.map +1 -0
  1171. package/dist/http/return-reason/admin/queries.js +3 -0
  1172. package/dist/http/return-reason/admin/queries.js.map +1 -0
  1173. package/dist/http/return-reason/admin/responses.d.ts +18 -0
  1174. package/dist/http/return-reason/admin/responses.d.ts.map +1 -0
  1175. package/dist/http/return-reason/admin/responses.js +3 -0
  1176. package/dist/http/return-reason/admin/responses.js.map +1 -0
  1177. package/dist/http/return-reason/common.d.ts +49 -0
  1178. package/dist/http/return-reason/common.d.ts.map +1 -0
  1179. package/dist/http/return-reason/common.js +3 -0
  1180. package/dist/http/return-reason/common.js.map +1 -0
  1181. package/dist/http/return-reason/index.d.ts +3 -0
  1182. package/dist/http/return-reason/index.d.ts.map +1 -0
  1183. package/dist/http/return-reason/index.js +19 -0
  1184. package/dist/http/return-reason/index.js.map +1 -0
  1185. package/dist/http/return-reason/store/entities.d.ts +4 -0
  1186. package/dist/http/return-reason/store/entities.d.ts.map +1 -0
  1187. package/dist/http/return-reason/store/entities.js +3 -0
  1188. package/dist/http/return-reason/store/entities.js.map +1 -0
  1189. package/dist/http/return-reason/store/index.d.ts +3 -0
  1190. package/dist/http/return-reason/store/index.d.ts.map +1 -0
  1191. package/dist/http/return-reason/store/index.js +19 -0
  1192. package/dist/http/return-reason/store/index.js.map +1 -0
  1193. package/dist/http/return-reason/store/responses.d.ts +9 -0
  1194. package/dist/http/return-reason/store/responses.d.ts.map +1 -0
  1195. package/dist/http/return-reason/store/responses.js +3 -0
  1196. package/dist/http/return-reason/store/responses.js.map +1 -0
  1197. package/dist/http/sales-channel/admin/entities.d.ts +35 -0
  1198. package/dist/http/sales-channel/admin/entities.d.ts.map +1 -0
  1199. package/dist/http/sales-channel/admin/entities.js +3 -0
  1200. package/dist/http/sales-channel/admin/entities.js.map +1 -0
  1201. package/dist/http/sales-channel/admin/index.d.ts +5 -0
  1202. package/dist/http/sales-channel/admin/index.d.ts.map +1 -0
  1203. package/dist/http/sales-channel/admin/index.js +21 -0
  1204. package/dist/http/sales-channel/admin/index.js.map +1 -0
  1205. package/dist/http/sales-channel/admin/payloads.d.ts +49 -0
  1206. package/dist/http/sales-channel/admin/payloads.d.ts.map +1 -0
  1207. package/dist/http/sales-channel/admin/payloads.js +3 -0
  1208. package/dist/http/sales-channel/admin/payloads.js.map +1 -0
  1209. package/dist/http/sales-channel/admin/queries.d.ts +47 -0
  1210. package/dist/http/sales-channel/admin/queries.d.ts.map +1 -0
  1211. package/dist/http/sales-channel/admin/queries.js +3 -0
  1212. package/dist/http/sales-channel/admin/queries.js.map +1 -0
  1213. package/dist/http/sales-channel/admin/responses.d.ts +17 -0
  1214. package/dist/http/sales-channel/admin/responses.d.ts.map +1 -0
  1215. package/dist/http/sales-channel/admin/responses.js +3 -0
  1216. package/dist/http/sales-channel/admin/responses.js.map +1 -0
  1217. package/dist/http/sales-channel/index.d.ts +2 -0
  1218. package/dist/http/sales-channel/index.d.ts.map +1 -0
  1219. package/dist/http/sales-channel/index.js +18 -0
  1220. package/dist/http/sales-channel/index.js.map +1 -0
  1221. package/dist/http/shipping-option/admin/entities.d.ts +249 -0
  1222. package/dist/http/shipping-option/admin/entities.d.ts.map +1 -0
  1223. package/dist/http/shipping-option/admin/entities.js +3 -0
  1224. package/dist/http/shipping-option/admin/entities.js.map +1 -0
  1225. package/dist/http/shipping-option/admin/index.d.ts +5 -0
  1226. package/dist/http/shipping-option/admin/index.d.ts.map +1 -0
  1227. package/dist/http/shipping-option/admin/index.js +21 -0
  1228. package/dist/http/shipping-option/admin/index.js.map +1 -0
  1229. package/dist/http/shipping-option/admin/payloads.d.ts +281 -0
  1230. package/dist/http/shipping-option/admin/payloads.d.ts.map +1 -0
  1231. package/dist/http/shipping-option/admin/payloads.js +3 -0
  1232. package/dist/http/shipping-option/admin/payloads.js.map +1 -0
  1233. package/dist/http/shipping-option/admin/queries.d.ts +83 -0
  1234. package/dist/http/shipping-option/admin/queries.d.ts.map +1 -0
  1235. package/dist/http/shipping-option/admin/queries.js +3 -0
  1236. package/dist/http/shipping-option/admin/queries.js.map +1 -0
  1237. package/dist/http/shipping-option/admin/responses.d.ts +33 -0
  1238. package/dist/http/shipping-option/admin/responses.d.ts.map +1 -0
  1239. package/dist/http/shipping-option/admin/responses.js +3 -0
  1240. package/dist/http/shipping-option/admin/responses.js.map +1 -0
  1241. package/dist/http/shipping-option/index.d.ts +3 -0
  1242. package/dist/http/shipping-option/index.d.ts.map +1 -0
  1243. package/dist/http/shipping-option/index.js +19 -0
  1244. package/dist/http/shipping-option/index.js.map +1 -0
  1245. package/dist/http/shipping-option/store/entities.d.ts +28 -0
  1246. package/dist/http/shipping-option/store/entities.d.ts.map +1 -0
  1247. package/dist/http/shipping-option/store/entities.js +3 -0
  1248. package/dist/http/shipping-option/store/entities.js.map +1 -0
  1249. package/dist/http/shipping-option/store/index.d.ts +5 -0
  1250. package/dist/http/shipping-option/store/index.d.ts.map +1 -0
  1251. package/dist/http/shipping-option/store/index.js +21 -0
  1252. package/dist/http/shipping-option/store/index.js.map +1 -0
  1253. package/dist/http/shipping-option/store/payloads.d.ts +17 -0
  1254. package/dist/http/shipping-option/store/payloads.d.ts.map +1 -0
  1255. package/dist/http/shipping-option/store/payloads.js +3 -0
  1256. package/dist/http/shipping-option/store/payloads.js.map +1 -0
  1257. package/dist/http/shipping-option/store/queries.d.ts +14 -0
  1258. package/dist/http/shipping-option/store/queries.d.ts.map +1 -0
  1259. package/dist/http/shipping-option/store/queries.js +3 -0
  1260. package/dist/http/shipping-option/store/queries.js.map +1 -0
  1261. package/dist/http/shipping-option/store/responses.d.ts +20 -0
  1262. package/dist/http/shipping-option/store/responses.d.ts.map +1 -0
  1263. package/dist/http/shipping-option/store/responses.js +3 -0
  1264. package/dist/http/shipping-option/store/responses.js.map +1 -0
  1265. package/dist/http/shipping-profile/admin/entities.d.ts +31 -0
  1266. package/dist/http/shipping-profile/admin/entities.d.ts.map +1 -0
  1267. package/dist/http/shipping-profile/admin/entities.js +3 -0
  1268. package/dist/http/shipping-profile/admin/entities.js.map +1 -0
  1269. package/dist/http/shipping-profile/admin/index.d.ts +5 -0
  1270. package/dist/http/shipping-profile/admin/index.d.ts.map +1 -0
  1271. package/dist/http/shipping-profile/admin/index.js +21 -0
  1272. package/dist/http/shipping-profile/admin/index.js.map +1 -0
  1273. package/dist/http/shipping-profile/admin/payloads.d.ts +29 -0
  1274. package/dist/http/shipping-profile/admin/payloads.d.ts.map +1 -0
  1275. package/dist/http/shipping-profile/admin/payloads.js +3 -0
  1276. package/dist/http/shipping-profile/admin/payloads.js.map +1 -0
  1277. package/dist/http/shipping-profile/admin/queries.d.ts +41 -0
  1278. package/dist/http/shipping-profile/admin/queries.d.ts.map +1 -0
  1279. package/dist/http/shipping-profile/admin/queries.js +3 -0
  1280. package/dist/http/shipping-profile/admin/queries.js.map +1 -0
  1281. package/dist/http/shipping-profile/admin/responses.d.ts +17 -0
  1282. package/dist/http/shipping-profile/admin/responses.d.ts.map +1 -0
  1283. package/dist/http/shipping-profile/admin/responses.js +3 -0
  1284. package/dist/http/shipping-profile/admin/responses.js.map +1 -0
  1285. package/dist/http/shipping-profile/index.d.ts +2 -0
  1286. package/dist/http/shipping-profile/index.d.ts.map +1 -0
  1287. package/dist/http/shipping-profile/index.js +18 -0
  1288. package/dist/http/shipping-profile/index.js.map +1 -0
  1289. package/dist/http/stock-locations/admin/entities.d.ts +45 -0
  1290. package/dist/http/stock-locations/admin/entities.d.ts.map +1 -0
  1291. package/dist/http/stock-locations/admin/entities.js +3 -0
  1292. package/dist/http/stock-locations/admin/entities.js.map +1 -0
  1293. package/dist/http/stock-locations/admin/index.d.ts +5 -0
  1294. package/dist/http/stock-locations/admin/index.d.ts.map +1 -0
  1295. package/dist/http/stock-locations/admin/index.js +21 -0
  1296. package/dist/http/stock-locations/admin/index.js.map +1 -0
  1297. package/dist/http/stock-locations/admin/payloads.d.ts +101 -0
  1298. package/dist/http/stock-locations/admin/payloads.d.ts.map +1 -0
  1299. package/dist/http/stock-locations/admin/payloads.js +3 -0
  1300. package/dist/http/stock-locations/admin/payloads.js.map +1 -0
  1301. package/dist/http/stock-locations/admin/queries.d.ts +37 -0
  1302. package/dist/http/stock-locations/admin/queries.d.ts.map +1 -0
  1303. package/dist/http/stock-locations/admin/queries.js +3 -0
  1304. package/dist/http/stock-locations/admin/queries.js.map +1 -0
  1305. package/dist/http/stock-locations/admin/responses.d.ts +18 -0
  1306. package/dist/http/stock-locations/admin/responses.d.ts.map +1 -0
  1307. package/dist/http/stock-locations/admin/responses.js +3 -0
  1308. package/dist/http/stock-locations/admin/responses.js.map +1 -0
  1309. package/dist/http/stock-locations/index.d.ts +2 -0
  1310. package/dist/http/stock-locations/index.d.ts.map +1 -0
  1311. package/dist/http/stock-locations/index.js +18 -0
  1312. package/dist/http/stock-locations/index.js.map +1 -0
  1313. package/dist/http/store/admin/entities.d.ts +115 -0
  1314. package/dist/http/store/admin/entities.d.ts.map +1 -0
  1315. package/dist/http/store/admin/entities.js +3 -0
  1316. package/dist/http/store/admin/entities.js.map +1 -0
  1317. package/dist/http/store/admin/index.d.ts +5 -0
  1318. package/dist/http/store/admin/index.d.ts.map +1 -0
  1319. package/dist/http/store/admin/index.js +21 -0
  1320. package/dist/http/store/admin/index.js.map +1 -0
  1321. package/dist/http/store/admin/payloads.d.ts +67 -0
  1322. package/dist/http/store/admin/payloads.d.ts.map +1 -0
  1323. package/dist/http/store/admin/payloads.js +3 -0
  1324. package/dist/http/store/admin/payloads.js.map +1 -0
  1325. package/dist/http/store/admin/queries.d.ts +19 -0
  1326. package/dist/http/store/admin/queries.d.ts.map +1 -0
  1327. package/dist/http/store/admin/queries.js +3 -0
  1328. package/dist/http/store/admin/queries.js.map +1 -0
  1329. package/dist/http/store/admin/responses.d.ts +16 -0
  1330. package/dist/http/store/admin/responses.d.ts.map +1 -0
  1331. package/dist/http/store/admin/responses.js +3 -0
  1332. package/dist/http/store/admin/responses.js.map +1 -0
  1333. package/dist/http/store/index.d.ts +2 -0
  1334. package/dist/http/store/index.d.ts.map +1 -0
  1335. package/dist/http/store/index.js +18 -0
  1336. package/dist/http/store/index.js.map +1 -0
  1337. package/dist/http/tax-provider/admin/entities.d.ts +11 -0
  1338. package/dist/http/tax-provider/admin/entities.d.ts.map +1 -0
  1339. package/dist/http/tax-provider/admin/entities.js +3 -0
  1340. package/dist/http/tax-provider/admin/entities.js.map +1 -0
  1341. package/dist/http/tax-provider/admin/index.d.ts +4 -0
  1342. package/dist/http/tax-provider/admin/index.d.ts.map +1 -0
  1343. package/dist/http/tax-provider/admin/index.js +20 -0
  1344. package/dist/http/tax-provider/admin/index.js.map +1 -0
  1345. package/dist/http/tax-provider/admin/queries.d.ts +13 -0
  1346. package/dist/http/tax-provider/admin/queries.d.ts.map +1 -0
  1347. package/dist/http/tax-provider/admin/queries.js +3 -0
  1348. package/dist/http/tax-provider/admin/queries.js.map +1 -0
  1349. package/dist/http/tax-provider/admin/responses.d.ts +9 -0
  1350. package/dist/http/tax-provider/admin/responses.d.ts.map +1 -0
  1351. package/dist/http/tax-provider/admin/responses.js +3 -0
  1352. package/dist/http/tax-provider/admin/responses.js.map +1 -0
  1353. package/dist/http/tax-provider/index.d.ts +2 -0
  1354. package/dist/http/tax-provider/index.d.ts.map +1 -0
  1355. package/dist/http/tax-provider/index.js +18 -0
  1356. package/dist/http/tax-provider/index.js.map +1 -0
  1357. package/dist/http/tax-rate/admin/entities.d.ts +76 -0
  1358. package/dist/http/tax-rate/admin/entities.d.ts.map +1 -0
  1359. package/dist/http/tax-rate/admin/entities.js +3 -0
  1360. package/dist/http/tax-rate/admin/entities.js.map +1 -0
  1361. package/dist/http/tax-rate/admin/index.d.ts +5 -0
  1362. package/dist/http/tax-rate/admin/index.d.ts.map +1 -0
  1363. package/dist/http/tax-rate/admin/index.js +21 -0
  1364. package/dist/http/tax-rate/admin/index.js.map +1 -0
  1365. package/dist/http/tax-rate/admin/payloads.d.ts +81 -0
  1366. package/dist/http/tax-rate/admin/payloads.d.ts.map +1 -0
  1367. package/dist/http/tax-rate/admin/payloads.js +3 -0
  1368. package/dist/http/tax-rate/admin/payloads.js.map +1 -0
  1369. package/dist/http/tax-rate/admin/queries.d.ts +45 -0
  1370. package/dist/http/tax-rate/admin/queries.d.ts.map +1 -0
  1371. package/dist/http/tax-rate/admin/queries.js +3 -0
  1372. package/dist/http/tax-rate/admin/queries.js.map +1 -0
  1373. package/dist/http/tax-rate/admin/responses.d.ts +18 -0
  1374. package/dist/http/tax-rate/admin/responses.d.ts.map +1 -0
  1375. package/dist/http/tax-rate/admin/responses.js +3 -0
  1376. package/dist/http/tax-rate/admin/responses.js.map +1 -0
  1377. package/dist/http/tax-rate/index.d.ts +2 -0
  1378. package/dist/http/tax-rate/index.d.ts.map +1 -0
  1379. package/dist/http/tax-rate/index.js +18 -0
  1380. package/dist/http/tax-rate/index.js.map +1 -0
  1381. package/dist/http/tax-region/admin/entities.d.ts +62 -0
  1382. package/dist/http/tax-region/admin/entities.d.ts.map +1 -0
  1383. package/dist/http/tax-region/admin/entities.js +3 -0
  1384. package/dist/http/tax-region/admin/entities.js.map +1 -0
  1385. package/dist/http/tax-region/admin/index.d.ts +5 -0
  1386. package/dist/http/tax-region/admin/index.d.ts.map +1 -0
  1387. package/dist/http/tax-region/admin/index.js +21 -0
  1388. package/dist/http/tax-region/admin/index.js.map +1 -0
  1389. package/dist/http/tax-region/admin/payloads.d.ts +65 -0
  1390. package/dist/http/tax-region/admin/payloads.d.ts.map +1 -0
  1391. package/dist/http/tax-region/admin/payloads.js +3 -0
  1392. package/dist/http/tax-region/admin/payloads.js.map +1 -0
  1393. package/dist/http/tax-region/admin/queries.d.ts +44 -0
  1394. package/dist/http/tax-region/admin/queries.d.ts.map +1 -0
  1395. package/dist/http/tax-region/admin/queries.js +3 -0
  1396. package/dist/http/tax-region/admin/queries.js.map +1 -0
  1397. package/dist/http/tax-region/admin/responses.d.ts +17 -0
  1398. package/dist/http/tax-region/admin/responses.d.ts.map +1 -0
  1399. package/dist/http/tax-region/admin/responses.js +3 -0
  1400. package/dist/http/tax-region/admin/responses.js.map +1 -0
  1401. package/dist/http/tax-region/index.d.ts +2 -0
  1402. package/dist/http/tax-region/index.d.ts.map +1 -0
  1403. package/dist/http/tax-region/index.js +18 -0
  1404. package/dist/http/tax-region/index.js.map +1 -0
  1405. package/dist/http/translations/admin/entities.d.ts +81 -0
  1406. package/dist/http/translations/admin/entities.d.ts.map +1 -0
  1407. package/dist/http/translations/admin/entities.js +3 -0
  1408. package/dist/http/translations/admin/entities.js.map +1 -0
  1409. package/dist/http/translations/admin/index.d.ts +5 -0
  1410. package/dist/http/translations/admin/index.d.ts.map +1 -0
  1411. package/dist/http/translations/admin/index.js +21 -0
  1412. package/dist/http/translations/admin/index.js.map +1 -0
  1413. package/dist/http/translations/admin/payloads.d.ts +90 -0
  1414. package/dist/http/translations/admin/payloads.d.ts.map +1 -0
  1415. package/dist/http/translations/admin/payloads.js +3 -0
  1416. package/dist/http/translations/admin/payloads.js.map +1 -0
  1417. package/dist/http/translations/admin/queries.d.ts +85 -0
  1418. package/dist/http/translations/admin/queries.d.ts.map +1 -0
  1419. package/dist/http/translations/admin/queries.js +3 -0
  1420. package/dist/http/translations/admin/queries.js.map +1 -0
  1421. package/dist/http/translations/admin/responses.d.ts +152 -0
  1422. package/dist/http/translations/admin/responses.d.ts.map +1 -0
  1423. package/dist/http/translations/admin/responses.js +3 -0
  1424. package/dist/http/translations/admin/responses.js.map +1 -0
  1425. package/dist/http/translations/index.d.ts +2 -0
  1426. package/dist/http/translations/index.d.ts.map +1 -0
  1427. package/dist/http/translations/index.js +18 -0
  1428. package/dist/http/translations/index.js.map +1 -0
  1429. package/dist/http/view-configuration/admin/columns.d.ts +72 -0
  1430. package/dist/http/view-configuration/admin/columns.d.ts.map +1 -0
  1431. package/dist/http/view-configuration/admin/columns.js +3 -0
  1432. package/dist/http/view-configuration/admin/columns.js.map +1 -0
  1433. package/dist/http/view-configuration/admin/index.d.ts +5 -0
  1434. package/dist/http/view-configuration/admin/index.d.ts.map +1 -0
  1435. package/dist/http/view-configuration/admin/index.js +21 -0
  1436. package/dist/http/view-configuration/admin/index.js.map +1 -0
  1437. package/dist/http/view-configuration/admin/payloads.d.ts +103 -0
  1438. package/dist/http/view-configuration/admin/payloads.d.ts.map +1 -0
  1439. package/dist/http/view-configuration/admin/payloads.js +3 -0
  1440. package/dist/http/view-configuration/admin/payloads.js.map +1 -0
  1441. package/dist/http/view-configuration/admin/queries.d.ts +35 -0
  1442. package/dist/http/view-configuration/admin/queries.d.ts.map +1 -0
  1443. package/dist/http/view-configuration/admin/queries.js +3 -0
  1444. package/dist/http/view-configuration/admin/queries.js.map +1 -0
  1445. package/dist/http/view-configuration/admin/responses.d.ts +78 -0
  1446. package/dist/http/view-configuration/admin/responses.d.ts.map +1 -0
  1447. package/dist/http/view-configuration/admin/responses.js +3 -0
  1448. package/dist/http/view-configuration/admin/responses.js.map +1 -0
  1449. package/dist/http/view-configuration/index.d.ts +2 -0
  1450. package/dist/http/view-configuration/index.d.ts.map +1 -0
  1451. package/dist/http/view-configuration/index.js +18 -0
  1452. package/dist/http/view-configuration/index.js.map +1 -0
  1453. package/dist/index-data/service.d.ts +24 -0
  1454. package/dist/index-data/service.d.ts.map +1 -1
  1455. package/dist/inventory/common/index.d.ts +4 -0
  1456. package/dist/inventory/common/index.d.ts.map +1 -0
  1457. package/dist/inventory/common/index.js +20 -0
  1458. package/dist/inventory/common/index.js.map +1 -0
  1459. package/dist/inventory/common/inventory-item.d.ts +114 -0
  1460. package/dist/inventory/common/inventory-item.d.ts.map +1 -0
  1461. package/dist/inventory/common/inventory-item.js +3 -0
  1462. package/dist/inventory/common/inventory-item.js.map +1 -0
  1463. package/dist/inventory/common/inventory-level.d.ts +80 -0
  1464. package/dist/inventory/common/inventory-level.d.ts.map +1 -0
  1465. package/dist/inventory/common/inventory-level.js +3 -0
  1466. package/dist/inventory/common/inventory-level.js.map +1 -0
  1467. package/dist/inventory/common/reservation-item.d.ts +98 -0
  1468. package/dist/inventory/common/reservation-item.d.ts.map +1 -0
  1469. package/dist/inventory/common/reservation-item.js +3 -0
  1470. package/dist/inventory/common/reservation-item.js.map +1 -0
  1471. package/dist/inventory/index.d.ts +4 -0
  1472. package/dist/inventory/index.d.ts.map +1 -0
  1473. package/dist/inventory/index.js +20 -0
  1474. package/dist/inventory/index.js.map +1 -0
  1475. package/dist/inventory/mutations/index.d.ts +4 -0
  1476. package/dist/inventory/mutations/index.d.ts.map +1 -0
  1477. package/dist/inventory/mutations/index.js +20 -0
  1478. package/dist/inventory/mutations/index.js.map +1 -0
  1479. package/dist/inventory/mutations/inventory-item.d.ts +73 -0
  1480. package/dist/inventory/mutations/inventory-item.d.ts.map +1 -0
  1481. package/dist/inventory/mutations/inventory-item.js +3 -0
  1482. package/dist/inventory/mutations/inventory-item.js.map +1 -0
  1483. package/dist/inventory/mutations/inventory-level.d.ts +63 -0
  1484. package/dist/inventory/mutations/inventory-level.d.ts.map +1 -0
  1485. package/dist/inventory/mutations/inventory-level.js +3 -0
  1486. package/dist/inventory/mutations/inventory-level.js.map +1 -0
  1487. package/dist/inventory/mutations/reservation-item.d.ts +81 -0
  1488. package/dist/inventory/mutations/reservation-item.d.ts.map +1 -0
  1489. package/dist/inventory/mutations/reservation-item.js +3 -0
  1490. package/dist/inventory/mutations/reservation-item.js.map +1 -0
  1491. package/dist/inventory/service.d.ts +1034 -0
  1492. package/dist/inventory/service.d.ts.map +1 -0
  1493. package/dist/inventory/service.js +3 -0
  1494. package/dist/inventory/service.js.map +1 -0
  1495. package/dist/joiner/index.d.ts +25 -0
  1496. package/dist/joiner/index.d.ts.map +1 -1
  1497. package/dist/modules-sdk/index.d.ts +1 -0
  1498. package/dist/modules-sdk/index.d.ts.map +1 -1
  1499. package/dist/modules-sdk/medusa-internal-service.d.ts +39 -0
  1500. package/dist/modules-sdk/medusa-internal-service.d.ts.map +1 -0
  1501. package/dist/modules-sdk/medusa-internal-service.js +3 -0
  1502. package/dist/modules-sdk/medusa-internal-service.js.map +1 -0
  1503. package/dist/notification/common.d.ts +8 -0
  1504. package/dist/notification/common.d.ts.map +1 -1
  1505. package/dist/notification/mutations.d.ts +9 -1
  1506. package/dist/notification/mutations.d.ts.map +1 -1
  1507. package/dist/notification/provider.d.ts +4 -0
  1508. package/dist/notification/provider.d.ts.map +1 -1
  1509. package/dist/order/common.d.ts +2515 -0
  1510. package/dist/order/common.d.ts.map +1 -0
  1511. package/dist/order/common.js +3 -0
  1512. package/dist/order/common.js.map +1 -0
  1513. package/dist/order/index.d.ts +5 -0
  1514. package/dist/order/index.d.ts.map +1 -0
  1515. package/dist/order/index.js +21 -0
  1516. package/dist/order/index.js.map +1 -0
  1517. package/dist/order/mutations.d.ts +1933 -0
  1518. package/dist/order/mutations.d.ts.map +1 -0
  1519. package/dist/order/mutations.js +3 -0
  1520. package/dist/order/mutations.js.map +1 -0
  1521. package/dist/order/service.d.ts +4130 -0
  1522. package/dist/order/service.d.ts.map +1 -0
  1523. package/dist/order/service.js +3 -0
  1524. package/dist/order/service.js.map +1 -0
  1525. package/dist/order/workflows.d.ts +8 -0
  1526. package/dist/order/workflows.d.ts.map +1 -0
  1527. package/dist/order/workflows.js +3 -0
  1528. package/dist/order/workflows.js.map +1 -0
  1529. package/dist/pricing/common/index.d.ts +8 -0
  1530. package/dist/pricing/common/index.d.ts.map +1 -0
  1531. package/dist/pricing/common/index.js +24 -0
  1532. package/dist/pricing/common/index.js.map +1 -0
  1533. package/dist/pricing/common/money-amount.d.ts +120 -0
  1534. package/dist/pricing/common/money-amount.d.ts.map +1 -0
  1535. package/dist/pricing/common/money-amount.js +3 -0
  1536. package/dist/pricing/common/money-amount.js.map +1 -0
  1537. package/dist/pricing/common/price-list.d.ts +345 -0
  1538. package/dist/pricing/common/price-list.d.ts.map +1 -0
  1539. package/dist/pricing/common/price-list.js +3 -0
  1540. package/dist/pricing/common/price-list.js.map +1 -0
  1541. package/dist/pricing/common/price-preference.d.ts +90 -0
  1542. package/dist/pricing/common/price-preference.d.ts.map +1 -0
  1543. package/dist/pricing/common/price-preference.js +3 -0
  1544. package/dist/pricing/common/price-preference.js.map +1 -0
  1545. package/dist/pricing/common/price-rule.d.ts +165 -0
  1546. package/dist/pricing/common/price-rule.d.ts.map +1 -0
  1547. package/dist/pricing/common/price-rule.js +3 -0
  1548. package/dist/pricing/common/price-rule.js.map +1 -0
  1549. package/dist/pricing/common/price-set.d.ts +289 -0
  1550. package/dist/pricing/common/price-set.d.ts.map +1 -0
  1551. package/dist/pricing/common/price-set.js +3 -0
  1552. package/dist/pricing/common/price-set.js.map +1 -0
  1553. package/dist/pricing/common/price.d.ts +138 -0
  1554. package/dist/pricing/common/price.d.ts.map +1 -0
  1555. package/dist/pricing/common/price.js +3 -0
  1556. package/dist/pricing/common/price.js.map +1 -0
  1557. package/dist/pricing/common/pricing-context.d.ts +11 -0
  1558. package/dist/pricing/common/pricing-context.d.ts.map +1 -0
  1559. package/dist/pricing/common/pricing-context.js +3 -0
  1560. package/dist/pricing/common/pricing-context.js.map +1 -0
  1561. package/dist/pricing/index.d.ts +4 -0
  1562. package/dist/pricing/index.d.ts.map +1 -0
  1563. package/dist/pricing/index.js +20 -0
  1564. package/dist/pricing/index.js.map +1 -0
  1565. package/dist/pricing/service.d.ts +1601 -0
  1566. package/dist/pricing/service.d.ts.map +1 -0
  1567. package/dist/pricing/service.js +3 -0
  1568. package/dist/pricing/service.js.map +1 -0
  1569. package/dist/pricing/workflows.d.ts +242 -0
  1570. package/dist/pricing/workflows.d.ts.map +1 -0
  1571. package/dist/pricing/workflows.js +3 -0
  1572. package/dist/pricing/workflows.js.map +1 -0
  1573. package/dist/product/common.d.ts +1643 -0
  1574. package/dist/product/common.d.ts.map +1 -0
  1575. package/dist/product/common.js +3 -0
  1576. package/dist/product/common.js.map +1 -0
  1577. package/dist/product/index.d.ts +3 -0
  1578. package/dist/product/index.d.ts.map +1 -0
  1579. package/dist/product/index.js +19 -0
  1580. package/dist/product/index.js.map +1 -0
  1581. package/dist/product/service.d.ts +2429 -0
  1582. package/dist/product/service.d.ts.map +1 -0
  1583. package/dist/product/service.js +3 -0
  1584. package/dist/product/service.js.map +1 -0
  1585. package/dist/product-category/index.d.ts +2 -0
  1586. package/dist/product-category/index.d.ts.map +1 -0
  1587. package/dist/product-category/index.js +18 -0
  1588. package/dist/product-category/index.js.map +1 -0
  1589. package/dist/product-category/repository.d.ts +6 -0
  1590. package/dist/product-category/repository.d.ts.map +1 -0
  1591. package/dist/product-category/repository.js +3 -0
  1592. package/dist/product-category/repository.js.map +1 -0
  1593. package/dist/promotion/common/application-method.d.ts +208 -0
  1594. package/dist/promotion/common/application-method.d.ts.map +1 -0
  1595. package/dist/promotion/common/application-method.js +3 -0
  1596. package/dist/promotion/common/application-method.js.map +1 -0
  1597. package/dist/promotion/common/campaign-budget.d.ts +73 -0
  1598. package/dist/promotion/common/campaign-budget.d.ts.map +1 -0
  1599. package/dist/promotion/common/campaign-budget.js +3 -0
  1600. package/dist/promotion/common/campaign-budget.js.map +1 -0
  1601. package/dist/promotion/common/campaign.d.ts +58 -0
  1602. package/dist/promotion/common/campaign.d.ts.map +1 -0
  1603. package/dist/promotion/common/campaign.js +3 -0
  1604. package/dist/promotion/common/campaign.js.map +1 -0
  1605. package/dist/promotion/common/campaing-budget-usage.d.ts +58 -0
  1606. package/dist/promotion/common/campaing-budget-usage.d.ts.map +1 -0
  1607. package/dist/promotion/common/campaing-budget-usage.js +3 -0
  1608. package/dist/promotion/common/campaing-budget-usage.js.map +1 -0
  1609. package/dist/promotion/common/compute-actions.d.ts +296 -0
  1610. package/dist/promotion/common/compute-actions.d.ts.map +1 -0
  1611. package/dist/promotion/common/compute-actions.js +3 -0
  1612. package/dist/promotion/common/compute-actions.js.map +1 -0
  1613. package/dist/promotion/common/index.d.ts +9 -0
  1614. package/dist/promotion/common/index.d.ts.map +1 -0
  1615. package/dist/promotion/common/index.js +25 -0
  1616. package/dist/promotion/common/index.js.map +1 -0
  1617. package/dist/promotion/common/promotion-rule-value.d.ts +47 -0
  1618. package/dist/promotion/common/promotion-rule-value.d.ts.map +1 -0
  1619. package/dist/promotion/common/promotion-rule-value.js +3 -0
  1620. package/dist/promotion/common/promotion-rule-value.js.map +1 -0
  1621. package/dist/promotion/common/promotion-rule.d.ts +106 -0
  1622. package/dist/promotion/common/promotion-rule.d.ts.map +1 -0
  1623. package/dist/promotion/common/promotion-rule.js +3 -0
  1624. package/dist/promotion/common/promotion-rule.js.map +1 -0
  1625. package/dist/promotion/common/promotion.d.ts +214 -0
  1626. package/dist/promotion/common/promotion.d.ts.map +1 -0
  1627. package/dist/promotion/common/promotion.js +3 -0
  1628. package/dist/promotion/common/promotion.js.map +1 -0
  1629. package/dist/promotion/http.d.ts +16 -0
  1630. package/dist/promotion/http.d.ts.map +1 -0
  1631. package/dist/promotion/http.js +3 -0
  1632. package/dist/promotion/http.js.map +1 -0
  1633. package/dist/promotion/index.d.ts +6 -0
  1634. package/dist/promotion/index.d.ts.map +1 -0
  1635. package/dist/promotion/index.js +22 -0
  1636. package/dist/promotion/index.js.map +1 -0
  1637. package/dist/promotion/mutations.d.ts +140 -0
  1638. package/dist/promotion/mutations.d.ts.map +1 -0
  1639. package/dist/promotion/mutations.js +3 -0
  1640. package/dist/promotion/mutations.js.map +1 -0
  1641. package/dist/promotion/service.d.ts +905 -0
  1642. package/dist/promotion/service.d.ts.map +1 -0
  1643. package/dist/promotion/service.js +3 -0
  1644. package/dist/promotion/service.js.map +1 -0
  1645. package/dist/promotion/workflows.d.ts +55 -0
  1646. package/dist/promotion/workflows.d.ts.map +1 -0
  1647. package/dist/promotion/workflows.js +3 -0
  1648. package/dist/promotion/workflows.js.map +1 -0
  1649. package/dist/region/common.d.ts +135 -0
  1650. package/dist/region/common.d.ts.map +1 -0
  1651. package/dist/region/common.js +3 -0
  1652. package/dist/region/common.js.map +1 -0
  1653. package/dist/region/index.d.ts +4 -0
  1654. package/dist/region/index.d.ts.map +1 -0
  1655. package/dist/region/index.js +20 -0
  1656. package/dist/region/index.js.map +1 -0
  1657. package/dist/region/mutations.d.ts +87 -0
  1658. package/dist/region/mutations.d.ts.map +1 -0
  1659. package/dist/region/mutations.js +3 -0
  1660. package/dist/region/mutations.js.map +1 -0
  1661. package/dist/region/service.d.ts +466 -0
  1662. package/dist/region/service.d.ts.map +1 -0
  1663. package/dist/region/service.js +3 -0
  1664. package/dist/region/service.js.map +1 -0
  1665. package/dist/sales-channel/common.d.ts +69 -0
  1666. package/dist/sales-channel/common.d.ts.map +1 -0
  1667. package/dist/sales-channel/common.js +3 -0
  1668. package/dist/sales-channel/common.js.map +1 -0
  1669. package/dist/sales-channel/index.d.ts +4 -0
  1670. package/dist/sales-channel/index.d.ts.map +1 -0
  1671. package/dist/sales-channel/index.js +20 -0
  1672. package/dist/sales-channel/index.js.map +1 -0
  1673. package/dist/sales-channel/mutations.d.ts +66 -0
  1674. package/dist/sales-channel/mutations.d.ts.map +1 -0
  1675. package/dist/sales-channel/mutations.js +3 -0
  1676. package/dist/sales-channel/mutations.js.map +1 -0
  1677. package/dist/sales-channel/service.d.ts +239 -0
  1678. package/dist/sales-channel/service.d.ts.map +1 -0
  1679. package/dist/sales-channel/service.js +3 -0
  1680. package/dist/sales-channel/service.js.map +1 -0
  1681. package/dist/settings/common.d.ts +151 -0
  1682. package/dist/settings/common.d.ts.map +1 -0
  1683. package/dist/settings/common.js +3 -0
  1684. package/dist/settings/common.js.map +1 -0
  1685. package/dist/settings/index.d.ts +4 -0
  1686. package/dist/settings/index.d.ts.map +1 -0
  1687. package/dist/settings/index.js +20 -0
  1688. package/dist/settings/index.js.map +1 -0
  1689. package/dist/settings/mutations.d.ts +121 -0
  1690. package/dist/settings/mutations.d.ts.map +1 -0
  1691. package/dist/settings/mutations.js +3 -0
  1692. package/dist/settings/mutations.js.map +1 -0
  1693. package/dist/settings/service.d.ts +25 -0
  1694. package/dist/settings/service.d.ts.map +1 -0
  1695. package/dist/settings/service.js +3 -0
  1696. package/dist/settings/service.js.map +1 -0
  1697. package/dist/shared-context.d.ts +9 -0
  1698. package/dist/shared-context.d.ts.map +1 -1
  1699. package/dist/stock-location/common.d.ts +430 -0
  1700. package/dist/stock-location/common.d.ts.map +1 -0
  1701. package/dist/stock-location/common.js +3 -0
  1702. package/dist/stock-location/common.js.map +1 -0
  1703. package/dist/stock-location/index.d.ts +3 -0
  1704. package/dist/stock-location/index.d.ts.map +1 -0
  1705. package/dist/stock-location/index.js +19 -0
  1706. package/dist/stock-location/index.js.map +1 -0
  1707. package/dist/stock-location/service.d.ts +326 -0
  1708. package/dist/stock-location/service.d.ts.map +1 -0
  1709. package/dist/stock-location/service.js +3 -0
  1710. package/dist/stock-location/service.js.map +1 -0
  1711. package/dist/store/common/index.d.ts +2 -0
  1712. package/dist/store/common/index.d.ts.map +1 -0
  1713. package/dist/store/common/index.js +18 -0
  1714. package/dist/store/common/index.js.map +1 -0
  1715. package/dist/store/common/store.d.ts +124 -0
  1716. package/dist/store/common/store.d.ts.map +1 -0
  1717. package/dist/store/common/store.js +3 -0
  1718. package/dist/store/common/store.js.map +1 -0
  1719. package/dist/store/index.d.ts +4 -0
  1720. package/dist/store/index.d.ts.map +1 -0
  1721. package/dist/store/index.js +20 -0
  1722. package/dist/store/index.js.map +1 -0
  1723. package/dist/store/mutations/index.d.ts +2 -0
  1724. package/dist/store/mutations/index.d.ts.map +1 -0
  1725. package/dist/store/mutations/index.js +18 -0
  1726. package/dist/store/mutations/index.js.map +1 -0
  1727. package/dist/store/mutations/store.d.ts +92 -0
  1728. package/dist/store/mutations/store.d.ts.map +1 -0
  1729. package/dist/store/mutations/store.js +3 -0
  1730. package/dist/store/mutations/store.js.map +1 -0
  1731. package/dist/store/service.d.ts +245 -0
  1732. package/dist/store/service.d.ts.map +1 -0
  1733. package/dist/store/service.js +3 -0
  1734. package/dist/store/service.js.map +1 -0
  1735. package/dist/tax/common.d.ts +475 -0
  1736. package/dist/tax/common.d.ts.map +1 -0
  1737. package/dist/tax/common.js +3 -0
  1738. package/dist/tax/common.js.map +1 -0
  1739. package/dist/tax/index.d.ts +5 -0
  1740. package/dist/tax/index.d.ts.map +1 -0
  1741. package/dist/tax/index.js +21 -0
  1742. package/dist/tax/index.js.map +1 -0
  1743. package/dist/tax/mutations.d.ts +262 -0
  1744. package/dist/tax/mutations.d.ts.map +1 -0
  1745. package/dist/tax/mutations.js +3 -0
  1746. package/dist/tax/mutations.js.map +1 -0
  1747. package/dist/tax/provider.d.ts +168 -0
  1748. package/dist/tax/provider.d.ts.map +1 -0
  1749. package/dist/tax/provider.js +3 -0
  1750. package/dist/tax/provider.js.map +1 -0
  1751. package/dist/tax/service.d.ts +775 -0
  1752. package/dist/tax/service.d.ts.map +1 -0
  1753. package/dist/tax/service.js +3 -0
  1754. package/dist/tax/service.js.map +1 -0
  1755. package/dist/translation/common.d.ts +215 -0
  1756. package/dist/translation/common.d.ts.map +1 -0
  1757. package/dist/translation/common.js +3 -0
  1758. package/dist/translation/common.js.map +1 -0
  1759. package/dist/translation/index.d.ts +4 -0
  1760. package/dist/translation/index.d.ts.map +1 -0
  1761. package/dist/translation/index.js +20 -0
  1762. package/dist/translation/index.js.map +1 -0
  1763. package/dist/translation/mutations.d.ts +243 -0
  1764. package/dist/translation/mutations.d.ts.map +1 -0
  1765. package/dist/translation/mutations.js +3 -0
  1766. package/dist/translation/mutations.js.map +1 -0
  1767. package/dist/translation/service.d.ts +795 -0
  1768. package/dist/translation/service.d.ts.map +1 -0
  1769. package/dist/translation/service.js +3 -0
  1770. package/dist/translation/service.js.map +1 -0
  1771. package/dist/tsconfig.tsbuildinfo +1 -1
  1772. package/dist/user/mutations.d.ts +12 -0
  1773. package/dist/user/mutations.d.ts.map +1 -1
  1774. package/dist/workflow/cart/create-cart.d.ts +19 -0
  1775. package/dist/workflow/cart/create-cart.d.ts.map +1 -0
  1776. package/dist/workflow/cart/create-cart.js +3 -0
  1777. package/dist/workflow/cart/create-cart.js.map +1 -0
  1778. package/dist/workflow/cart/index.d.ts +2 -0
  1779. package/dist/workflow/cart/index.d.ts.map +1 -0
  1780. package/dist/workflow/cart/index.js +18 -0
  1781. package/dist/workflow/cart/index.js.map +1 -0
  1782. package/dist/workflow/fulfillment/calculate-shipping-options-prices.d.ts +31 -0
  1783. package/dist/workflow/fulfillment/calculate-shipping-options-prices.d.ts.map +1 -0
  1784. package/dist/workflow/fulfillment/calculate-shipping-options-prices.js +3 -0
  1785. package/dist/workflow/fulfillment/calculate-shipping-options-prices.js.map +1 -0
  1786. package/dist/workflow/fulfillment/create-fulfillment.d.ts +158 -0
  1787. package/dist/workflow/fulfillment/create-fulfillment.d.ts.map +1 -0
  1788. package/dist/workflow/fulfillment/create-fulfillment.js +3 -0
  1789. package/dist/workflow/fulfillment/create-fulfillment.js.map +1 -0
  1790. package/dist/workflow/fulfillment/create-shipment.d.ts +19 -0
  1791. package/dist/workflow/fulfillment/create-shipment.d.ts.map +1 -0
  1792. package/dist/workflow/fulfillment/create-shipment.js +3 -0
  1793. package/dist/workflow/fulfillment/create-shipment.js.map +1 -0
  1794. package/dist/workflow/fulfillment/create-shipping-options.d.ts +116 -0
  1795. package/dist/workflow/fulfillment/create-shipping-options.d.ts.map +1 -0
  1796. package/dist/workflow/fulfillment/create-shipping-options.js +3 -0
  1797. package/dist/workflow/fulfillment/create-shipping-options.js.map +1 -0
  1798. package/dist/workflow/fulfillment/delete-shipping-options.d.ts +10 -0
  1799. package/dist/workflow/fulfillment/delete-shipping-options.d.ts.map +1 -0
  1800. package/dist/workflow/fulfillment/delete-shipping-options.js +3 -0
  1801. package/dist/workflow/fulfillment/delete-shipping-options.js.map +1 -0
  1802. package/dist/workflow/fulfillment/index.d.ts +10 -0
  1803. package/dist/workflow/fulfillment/index.d.ts.map +1 -0
  1804. package/dist/workflow/fulfillment/index.js +26 -0
  1805. package/dist/workflow/fulfillment/index.js.map +1 -0
  1806. package/dist/workflow/fulfillment/service-zones.d.ts +60 -0
  1807. package/dist/workflow/fulfillment/service-zones.d.ts.map +1 -0
  1808. package/dist/workflow/fulfillment/service-zones.js +3 -0
  1809. package/dist/workflow/fulfillment/service-zones.js.map +1 -0
  1810. package/dist/workflow/fulfillment/shipping-profiles.d.ts +46 -0
  1811. package/dist/workflow/fulfillment/shipping-profiles.d.ts.map +1 -0
  1812. package/dist/workflow/fulfillment/shipping-profiles.js +3 -0
  1813. package/dist/workflow/fulfillment/shipping-profiles.js.map +1 -0
  1814. package/dist/workflow/fulfillment/update-fulfillment.d.ts +42 -0
  1815. package/dist/workflow/fulfillment/update-fulfillment.d.ts.map +1 -0
  1816. package/dist/workflow/fulfillment/update-fulfillment.js +3 -0
  1817. package/dist/workflow/fulfillment/update-fulfillment.js.map +1 -0
  1818. package/dist/workflow/fulfillment/update-shipping-options.d.ts +154 -0
  1819. package/dist/workflow/fulfillment/update-shipping-options.d.ts.map +1 -0
  1820. package/dist/workflow/fulfillment/update-shipping-options.js +3 -0
  1821. package/dist/workflow/fulfillment/update-shipping-options.js.map +1 -0
  1822. package/dist/workflow/inventory/create-inventory-items.d.ts +19 -0
  1823. package/dist/workflow/inventory/create-inventory-items.d.ts.map +1 -0
  1824. package/dist/workflow/inventory/create-inventory-items.js +3 -0
  1825. package/dist/workflow/inventory/create-inventory-items.js.map +1 -0
  1826. package/dist/workflow/inventory/index.d.ts +2 -0
  1827. package/dist/workflow/inventory/index.d.ts.map +1 -0
  1828. package/dist/workflow/inventory/index.js +18 -0
  1829. package/dist/workflow/inventory/index.js.map +1 -0
  1830. package/dist/workflow/order/accept-transfer.d.ts +14 -0
  1831. package/dist/workflow/order/accept-transfer.d.ts.map +1 -0
  1832. package/dist/workflow/order/accept-transfer.js +3 -0
  1833. package/dist/workflow/order/accept-transfer.js.map +1 -0
  1834. package/dist/workflow/order/begin-claim-order.d.ts +31 -0
  1835. package/dist/workflow/order/begin-claim-order.d.ts.map +1 -0
  1836. package/dist/workflow/order/begin-claim-order.js +3 -0
  1837. package/dist/workflow/order/begin-claim-order.js.map +1 -0
  1838. package/dist/workflow/order/begin-exchange-order.d.ts +26 -0
  1839. package/dist/workflow/order/begin-exchange-order.d.ts.map +1 -0
  1840. package/dist/workflow/order/begin-exchange-order.js +3 -0
  1841. package/dist/workflow/order/begin-exchange-order.js.map +1 -0
  1842. package/dist/workflow/order/begin-order-edit.d.ts +29 -0
  1843. package/dist/workflow/order/begin-order-edit.d.ts.map +1 -0
  1844. package/dist/workflow/order/begin-order-edit.js +3 -0
  1845. package/dist/workflow/order/begin-order-edit.js.map +1 -0
  1846. package/dist/workflow/order/begin-return-order.d.ts +30 -0
  1847. package/dist/workflow/order/begin-return-order.d.ts.map +1 -0
  1848. package/dist/workflow/order/begin-return-order.js +3 -0
  1849. package/dist/workflow/order/begin-return-order.js.map +1 -0
  1850. package/dist/workflow/order/cancel-claim.d.ts +18 -0
  1851. package/dist/workflow/order/cancel-claim.d.ts.map +1 -0
  1852. package/dist/workflow/order/cancel-claim.js +3 -0
  1853. package/dist/workflow/order/cancel-claim.js.map +1 -0
  1854. package/dist/workflow/order/cancel-exchange.d.ts +18 -0
  1855. package/dist/workflow/order/cancel-exchange.d.ts.map +1 -0
  1856. package/dist/workflow/order/cancel-exchange.js +3 -0
  1857. package/dist/workflow/order/cancel-exchange.js.map +1 -0
  1858. package/dist/workflow/order/cancel-fulfillment.d.ts +19 -0
  1859. package/dist/workflow/order/cancel-fulfillment.d.ts.map +1 -0
  1860. package/dist/workflow/order/cancel-fulfillment.js +3 -0
  1861. package/dist/workflow/order/cancel-fulfillment.js.map +1 -0
  1862. package/dist/workflow/order/cancel-order.d.ts +18 -0
  1863. package/dist/workflow/order/cancel-order.d.ts.map +1 -0
  1864. package/dist/workflow/order/cancel-order.js +3 -0
  1865. package/dist/workflow/order/cancel-order.js.map +1 -0
  1866. package/dist/workflow/order/cancel-return.d.ts +18 -0
  1867. package/dist/workflow/order/cancel-return.d.ts.map +1 -0
  1868. package/dist/workflow/order/cancel-return.js +3 -0
  1869. package/dist/workflow/order/cancel-return.js.map +1 -0
  1870. package/dist/workflow/order/cancel-transfer.d.ts +18 -0
  1871. package/dist/workflow/order/cancel-transfer.d.ts.map +1 -0
  1872. package/dist/workflow/order/cancel-transfer.js +3 -0
  1873. package/dist/workflow/order/cancel-transfer.js.map +1 -0
  1874. package/dist/workflow/order/create-fulfillment.d.ts +65 -0
  1875. package/dist/workflow/order/create-fulfillment.d.ts.map +1 -0
  1876. package/dist/workflow/order/create-fulfillment.js +3 -0
  1877. package/dist/workflow/order/create-fulfillment.js.map +1 -0
  1878. package/dist/workflow/order/create-return-order.d.ts +85 -0
  1879. package/dist/workflow/order/create-return-order.d.ts.map +1 -0
  1880. package/dist/workflow/order/create-return-order.js +3 -0
  1881. package/dist/workflow/order/create-return-order.js.map +1 -0
  1882. package/dist/workflow/order/create-shipment.d.ts +51 -0
  1883. package/dist/workflow/order/create-shipment.d.ts.map +1 -0
  1884. package/dist/workflow/order/create-shipment.js +3 -0
  1885. package/dist/workflow/order/create-shipment.js.map +1 -0
  1886. package/dist/workflow/order/decline-transfer.d.ts +14 -0
  1887. package/dist/workflow/order/decline-transfer.d.ts.map +1 -0
  1888. package/dist/workflow/order/decline-transfer.js +3 -0
  1889. package/dist/workflow/order/decline-transfer.js.map +1 -0
  1890. package/dist/workflow/order/index.d.ts +23 -0
  1891. package/dist/workflow/order/index.d.ts.map +1 -0
  1892. package/dist/workflow/order/index.js +39 -0
  1893. package/dist/workflow/order/index.js.map +1 -0
  1894. package/dist/workflow/order/items.d.ts +323 -0
  1895. package/dist/workflow/order/items.d.ts.map +1 -0
  1896. package/dist/workflow/order/items.js +3 -0
  1897. package/dist/workflow/order/items.js.map +1 -0
  1898. package/dist/workflow/order/receive-return.d.ts +120 -0
  1899. package/dist/workflow/order/receive-return.d.ts.map +1 -0
  1900. package/dist/workflow/order/receive-return.js +3 -0
  1901. package/dist/workflow/order/receive-return.js.map +1 -0
  1902. package/dist/workflow/order/request-item-return.d.ts +140 -0
  1903. package/dist/workflow/order/request-item-return.d.ts.map +1 -0
  1904. package/dist/workflow/order/request-item-return.js +3 -0
  1905. package/dist/workflow/order/request-item-return.js.map +1 -0
  1906. package/dist/workflow/order/request-transfer.d.ts +24 -0
  1907. package/dist/workflow/order/request-transfer.d.ts.map +1 -0
  1908. package/dist/workflow/order/request-transfer.js +3 -0
  1909. package/dist/workflow/order/request-transfer.js.map +1 -0
  1910. package/dist/workflow/order/shipping-method.d.ts +198 -0
  1911. package/dist/workflow/order/shipping-method.d.ts.map +1 -0
  1912. package/dist/workflow/order/shipping-method.js +3 -0
  1913. package/dist/workflow/order/shipping-method.js.map +1 -0
  1914. package/dist/workflow/order/update-order.d.ts +44 -0
  1915. package/dist/workflow/order/update-order.d.ts.map +1 -0
  1916. package/dist/workflow/order/update-order.js +3 -0
  1917. package/dist/workflow/order/update-order.js.map +1 -0
  1918. package/dist/workflow/order/update-return.d.ts +22 -0
  1919. package/dist/workflow/order/update-return.d.ts.map +1 -0
  1920. package/dist/workflow/order/update-return.js +3 -0
  1921. package/dist/workflow/order/update-return.js.map +1 -0
  1922. package/dist/workflow/price-list/create-price-list.d.ts +66 -0
  1923. package/dist/workflow/price-list/create-price-list.d.ts.map +1 -0
  1924. package/dist/workflow/price-list/create-price-list.js +3 -0
  1925. package/dist/workflow/price-list/create-price-list.js.map +1 -0
  1926. package/dist/workflow/price-list/index.d.ts +3 -0
  1927. package/dist/workflow/price-list/index.d.ts.map +1 -0
  1928. package/dist/workflow/price-list/index.js +19 -0
  1929. package/dist/workflow/price-list/index.js.map +1 -0
  1930. package/dist/workflow/price-list/remove-price-list.d.ts +4 -0
  1931. package/dist/workflow/price-list/remove-price-list.d.ts.map +1 -0
  1932. package/dist/workflow/price-list/remove-price-list.js +3 -0
  1933. package/dist/workflow/price-list/remove-price-list.js.map +1 -0
  1934. package/dist/workflow/pricing/index.d.ts +31 -0
  1935. package/dist/workflow/pricing/index.d.ts.map +1 -0
  1936. package/dist/workflow/pricing/index.js +3 -0
  1937. package/dist/workflow/pricing/index.js.map +1 -0
  1938. package/dist/workflow/product/create-product-variants.d.ts +26 -0
  1939. package/dist/workflow/product/create-product-variants.d.ts.map +1 -0
  1940. package/dist/workflow/product/create-product-variants.js +3 -0
  1941. package/dist/workflow/product/create-product-variants.js.map +1 -0
  1942. package/dist/workflow/product/create-products.d.ts +82 -0
  1943. package/dist/workflow/product/create-products.d.ts.map +1 -0
  1944. package/dist/workflow/product/create-products.js +3 -0
  1945. package/dist/workflow/product/create-products.js.map +1 -0
  1946. package/dist/workflow/product/export-products.d.ts +21 -0
  1947. package/dist/workflow/product/export-products.d.ts.map +1 -0
  1948. package/dist/workflow/product/export-products.js +3 -0
  1949. package/dist/workflow/product/export-products.js.map +1 -0
  1950. package/dist/workflow/product/import-products.d.ts +18 -0
  1951. package/dist/workflow/product/import-products.d.ts.map +1 -0
  1952. package/dist/workflow/product/import-products.js +3 -0
  1953. package/dist/workflow/product/import-products.js.map +1 -0
  1954. package/dist/workflow/product/index.d.ts +7 -0
  1955. package/dist/workflow/product/index.d.ts.map +1 -0
  1956. package/dist/workflow/product/index.js +23 -0
  1957. package/dist/workflow/product/index.js.map +1 -0
  1958. package/dist/workflow/product/update-product-variants.d.ts +37 -0
  1959. package/dist/workflow/product/update-product-variants.d.ts.map +1 -0
  1960. package/dist/workflow/product/update-product-variants.js +3 -0
  1961. package/dist/workflow/product/update-product-variants.js.map +1 -0
  1962. package/dist/workflow/product/update-products.d.ts +78 -0
  1963. package/dist/workflow/product/update-products.d.ts.map +1 -0
  1964. package/dist/workflow/product/update-products.js +3 -0
  1965. package/dist/workflow/product/update-products.js.map +1 -0
  1966. package/dist/workflow/product-category/index.d.ts +31 -0
  1967. package/dist/workflow/product-category/index.d.ts.map +1 -0
  1968. package/dist/workflow/product-category/index.js +3 -0
  1969. package/dist/workflow/product-category/index.js.map +1 -0
  1970. package/dist/workflow/region/create-regions.d.ts +26 -0
  1971. package/dist/workflow/region/create-regions.d.ts.map +1 -0
  1972. package/dist/workflow/region/create-regions.js +3 -0
  1973. package/dist/workflow/region/create-regions.js.map +1 -0
  1974. package/dist/workflow/region/index.d.ts +3 -0
  1975. package/dist/workflow/region/index.d.ts.map +1 -0
  1976. package/dist/workflow/region/index.js +19 -0
  1977. package/dist/workflow/region/index.js.map +1 -0
  1978. package/dist/workflow/region/update-regions.d.ts +10 -0
  1979. package/dist/workflow/region/update-regions.d.ts.map +1 -0
  1980. package/dist/workflow/region/update-regions.js +3 -0
  1981. package/dist/workflow/region/update-regions.js.map +1 -0
  1982. package/dist/workflow/reservation/create-reservations.d.ts +15 -0
  1983. package/dist/workflow/reservation/create-reservations.d.ts.map +1 -0
  1984. package/dist/workflow/reservation/create-reservations.js +3 -0
  1985. package/dist/workflow/reservation/create-reservations.js.map +1 -0
  1986. package/dist/workflow/reservation/index.d.ts +3 -0
  1987. package/dist/workflow/reservation/index.d.ts.map +1 -0
  1988. package/dist/workflow/reservation/index.js +19 -0
  1989. package/dist/workflow/reservation/index.js.map +1 -0
  1990. package/dist/workflow/reservation/update-reservations.d.ts +15 -0
  1991. package/dist/workflow/reservation/update-reservations.d.ts.map +1 -0
  1992. package/dist/workflow/reservation/update-reservations.js +3 -0
  1993. package/dist/workflow/reservation/update-reservations.js.map +1 -0
  1994. package/dist/workflow/store/index.d.ts +43 -0
  1995. package/dist/workflow/store/index.d.ts.map +1 -0
  1996. package/dist/workflow/store/index.js +3 -0
  1997. package/dist/workflow/store/index.js.map +1 -0
  1998. package/dist/workflows/index.d.ts +3 -0
  1999. package/dist/workflows/index.d.ts.map +1 -0
  2000. package/dist/workflows/index.js +19 -0
  2001. package/dist/workflows/index.js.map +1 -0
  2002. package/dist/workflows/products/index.d.ts +2 -0
  2003. package/dist/workflows/products/index.d.ts.map +1 -0
  2004. package/dist/workflows/products/index.js +18 -0
  2005. package/dist/workflows/products/index.js.map +1 -0
  2006. package/dist/workflows/products/mutations.d.ts +45 -0
  2007. package/dist/workflows/products/mutations.d.ts.map +1 -0
  2008. package/dist/workflows/products/mutations.js +3 -0
  2009. package/dist/workflows/products/mutations.js.map +1 -0
  2010. package/dist/workflows/stock-locations/index.d.ts +2 -0
  2011. package/dist/workflows/stock-locations/index.d.ts.map +1 -0
  2012. package/dist/workflows/stock-locations/index.js +18 -0
  2013. package/dist/workflows/stock-locations/index.js.map +1 -0
  2014. package/dist/workflows/stock-locations/mutations.d.ts +23 -0
  2015. package/dist/workflows/stock-locations/mutations.d.ts.map +1 -0
  2016. package/dist/workflows/stock-locations/mutations.js +3 -0
  2017. package/dist/workflows/stock-locations/mutations.js.map +1 -0
  2018. package/package.json +6 -26
@@ -0,0 +1,1034 @@
1
+ import { RestoreReturn, SoftDeleteReturn } from "../dal";
2
+ import { FindConfig } from "../common";
3
+ import { IModuleService } from "../modules-sdk";
4
+ import { Context } from "../shared-context";
5
+ import { BigNumberInput, IBigNumber } from "../totals";
6
+ import { FilterableInventoryItemProps, FilterableInventoryLevelProps, FilterableReservationItemProps, InventoryItemDTO, InventoryLevelDTO, ReservationItemDTO } from "./common";
7
+ import { CreateInventoryItemInput, CreateInventoryLevelInput, CreateReservationItemInput, UpdateInventoryItemInput, UpdateInventoryLevelInput, UpdateReservationItemInput } from "./mutations";
8
+ /**
9
+ * The main service interface for the Inventory Module.
10
+ */
11
+ export interface IInventoryService extends IModuleService {
12
+ /**
13
+ * This method retrieves a paginated list of inventory items based on optional filters and configuration.
14
+ *
15
+ * @param {FilterableInventoryItemProps} selector - The filters to apply on the retrieved inventory items.
16
+ * @param {FindConfig<InventoryItemDTO>} config - The configurations determining how the inventory item is retrieved. Its properties, such as `select` or `relations`, accept the
17
+ * attributes or relations associated with a inventory item.
18
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
19
+ * @returns {Promise<InventoryItemDTO[]>} The list of inventory items.
20
+ *
21
+ * @example
22
+ * To retrieve a list of inventory items using their IDs:
23
+ *
24
+ * ```ts
25
+ * const inventoryItems = await inventoryModuleService.listInventoryItems({
26
+ * id: ["iitem_123", "iitem_321"],
27
+ * })
28
+ * ```
29
+ *
30
+ * To specify relations that should be retrieved within the inventory items:
31
+ *
32
+ * :::note
33
+ *
34
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
35
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
36
+ *
37
+ * :::
38
+ *
39
+ * ```ts
40
+ * const inventoryItems = await inventoryModuleService.listInventoryItems(
41
+ * {
42
+ * id: ["iitem_123", "iitem_321"],
43
+ * },
44
+ * {
45
+ * relations: ["location_levels"],
46
+ * }
47
+ * )
48
+ * ```
49
+ *
50
+ * By default, only the first `10` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
51
+ *
52
+ * ```ts
53
+ * const inventoryItems = await inventoryModuleService.listInventoryItems(
54
+ * {
55
+ * id: ["iitem_123", "iitem_321"],
56
+ * },
57
+ * {
58
+ * relations: ["location_levels"],
59
+ * take: 20,
60
+ * skip: 2,
61
+ * }
62
+ * )
63
+ * ```
64
+ */
65
+ listInventoryItems(selector: FilterableInventoryItemProps, config?: FindConfig<InventoryItemDTO>, context?: Context): Promise<InventoryItemDTO[]>;
66
+ /**
67
+ * This method retrieves a paginated list of inventory items along with the total count of available inventory items satisfying the provided filters.
68
+ *
69
+ * @param {FilterableInventoryItemProps} selector - The filters to apply on the retrieved inventory items.
70
+ * @param {FindConfig<InventoryItemDTO>} config - The configurations determining how the inventory item is retrieved. Its properties, such as `select` or `relations`, accept the
71
+ * attributes or relations associated with a inventory item.
72
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
73
+ * @returns {Promise<[InventoryItemDTO[], number]>} The list of inventory items along with their total count.
74
+ *
75
+ * @example
76
+ * To retrieve a list of inventory items using their IDs:
77
+ *
78
+ * ```ts
79
+ * const [inventoryItems, count] =
80
+ * await inventoryModuleService.listAndCountInventoryItems({
81
+ * id: ["iitem_123", "iitem_321"],
82
+ * })
83
+ * ```
84
+ *
85
+ * To specify relations that should be retrieved within the inventory items:
86
+ *
87
+ * :::note
88
+ *
89
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
90
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
91
+ *
92
+ * :::
93
+ *
94
+ * ```ts
95
+ * const [inventoryItems, count] =
96
+ * await inventoryModuleService.listAndCountInventoryItems(
97
+ * {
98
+ * id: ["iitem_123", "iitem_321"],
99
+ * },
100
+ * {
101
+ * relations: ["location_levels"],
102
+ * }
103
+ * )
104
+ * ```
105
+ *
106
+ * By default, only the first `10` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
107
+ *
108
+ * ```ts
109
+ * const [inventoryItems, count] =
110
+ * await inventoryModuleService.listAndCountInventoryItems(
111
+ * {
112
+ * id: ["iitem_123", "iitem_321"],
113
+ * },
114
+ * {
115
+ * relations: ["location_levels"],
116
+ * take: 20,
117
+ * skip: 2,
118
+ * }
119
+ * )
120
+ * ```
121
+ */
122
+ listAndCountInventoryItems(selector: FilterableInventoryItemProps, config?: FindConfig<InventoryItemDTO>, context?: Context): Promise<[InventoryItemDTO[], number]>;
123
+ /**
124
+ * This method retrieves a paginated list of reservation items based on optional filters and configuration.
125
+ *
126
+ * @param {FilterableReservationItemProps} selector - The filters to apply on the retrieved reservation items.
127
+ * @param {FindConfig<ReservationItemDTO>} config - The configurations determining how the reservation item is retrieved. Its properties, such as `select` or `relations`, accept the
128
+ * attributes or relations associated with a reservation item.
129
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
130
+ * @returns {Promise<ReservationItemDTO[]>} The list of reservation items.
131
+ *
132
+ * @example
133
+ * To retrieve a list of reservation items using their IDs:
134
+ *
135
+ * ```ts
136
+ * const reservationItems =
137
+ * await inventoryModuleService.listReservationItems({
138
+ * id: ["resitem_123", "resitem_321"],
139
+ * })
140
+ * ```
141
+ *
142
+ * To specify relations that should be retrieved within the reservation items:
143
+ *
144
+ * :::note
145
+ *
146
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
147
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
148
+ *
149
+ * :::
150
+ *
151
+ * ```ts
152
+ * const reservationItems =
153
+ * await inventoryModuleService.listReservationItems(
154
+ * {
155
+ * id: ["resitem_123", "resitem_321"],
156
+ * },
157
+ * {
158
+ * relations: ["inventory_item"],
159
+ * }
160
+ * )
161
+ * ```
162
+ *
163
+ * By default, only the first `10` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
164
+ *
165
+ * ```ts
166
+ * const reservationItems =
167
+ * await inventoryModuleService.listReservationItems(
168
+ * {
169
+ * id: ["resitem_123", "resitem_321"],
170
+ * },
171
+ * {
172
+ * relations: ["inventory_item"],
173
+ * take: 20,
174
+ * skip: 2,
175
+ * }
176
+ * )
177
+ * ```
178
+ */
179
+ listReservationItems(selector: FilterableReservationItemProps, config?: FindConfig<ReservationItemDTO>, context?: Context): Promise<ReservationItemDTO[]>;
180
+ /**
181
+ * This method retrieves a paginated list of reservation items along with the total count of available reservation items satisfying the provided filters.
182
+ *
183
+ * @param {FilterableReservationItemProps} selector - The filters to apply on the retrieved reservation items.
184
+ * @param {FindConfig<ReservationItemDTO>} config - The configurations determining how the reservation item is retrieved. Its properties, such as `select` or `relations`, accept the
185
+ * attributes or relations associated with a reservation item.
186
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
187
+ * @returns {Promise<[ReservationItemDTO[], number]>} The list of reservation items along with their total count.
188
+ *
189
+ * @example
190
+ * To retrieve a list of reservation items using their IDs:
191
+ *
192
+ * ```ts
193
+ * const [reservationItems, count] =
194
+ * await inventoryModuleService.listAndCountReservationItems({
195
+ * id: ["resitem_123", "resitem_321"],
196
+ * })
197
+ * ```
198
+ *
199
+ * To specify relations that should be retrieved within the reservation items:
200
+ *
201
+ * :::note
202
+ *
203
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
204
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
205
+ *
206
+ * :::
207
+ *
208
+ * ```ts
209
+ * const [reservationItems, count] =
210
+ * await inventoryModuleService.listAndCountReservationItems(
211
+ * {
212
+ * id: ["resitem_123", "resitem_321"],
213
+ * },
214
+ * {
215
+ * relations: ["inventory_item"],
216
+ * }
217
+ * )
218
+ * ```
219
+ *
220
+ * By default, only the first `10` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
221
+ *
222
+ * ```ts
223
+ * const [reservationItems, count] =
224
+ * await inventoryModuleService.listAndCountReservationItems(
225
+ * {
226
+ * id: ["resitem_123", "resitem_321"],
227
+ * },
228
+ * {
229
+ * relations: ["inventory_item"],
230
+ * take: 20,
231
+ * skip: 2,
232
+ * }
233
+ * )
234
+ * ```
235
+ */
236
+ listAndCountReservationItems(selector: FilterableReservationItemProps, config?: FindConfig<ReservationItemDTO>, context?: Context): Promise<[ReservationItemDTO[], number]>;
237
+ /**
238
+ * This method retrieves a paginated list of inventory levels based on optional filters and configuration.
239
+ *
240
+ * @param {FilterableInventoryLevelProps} selector - The filters to apply on the retrieved inventory levels.
241
+ * @param {FindConfig<InventoryLevelDTO>} config - The configurations determining how the inventory level is retrieved. Its properties, such as `select` or `relations`, accept the
242
+ * attributes or relations associated with a inventory level.
243
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
244
+ * @returns {Promise<InventoryLevelDTO[]>} The list of inventory levels.
245
+ *
246
+ * @example
247
+ * To retrieve a list of inventory levels using the IDs of their associated inventory items:
248
+ *
249
+ * ```ts
250
+ * const inventoryLevels =
251
+ * await inventoryModuleService.listInventoryLevels({
252
+ * inventory_item_id: ["iitem_123", "iitem_321"],
253
+ * })
254
+ * ```
255
+ *
256
+ * To specify relations that should be retrieved within the inventory levels:
257
+ *
258
+ * :::note
259
+ *
260
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
261
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
262
+ *
263
+ * :::
264
+ *
265
+ * ```ts
266
+ * const inventoryLevels =
267
+ * await inventoryModuleService.listInventoryLevels(
268
+ * {
269
+ * inventory_item_id: ["iitem_123", "iitem_321"],
270
+ * },
271
+ * {
272
+ * relations: ["inventory_item"],
273
+ * }
274
+ * )
275
+ * ```
276
+ *
277
+ * By default, only the first `10` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
278
+ *
279
+ * ```ts
280
+ * const inventoryLevels =
281
+ * await inventoryModuleService.listInventoryLevels(
282
+ * {
283
+ * inventory_item_id: ["iitem_123", "iitem_321"],
284
+ * },
285
+ * {
286
+ * relations: ["inventory_item"],
287
+ * take: 20,
288
+ * skip: 2,
289
+ * }
290
+ * )
291
+ * ```
292
+ */
293
+ listInventoryLevels(selector: FilterableInventoryLevelProps, config?: FindConfig<InventoryLevelDTO>, context?: Context): Promise<InventoryLevelDTO[]>;
294
+ /**
295
+ * This method retrieves a paginated list of inventory levels along with the total count of available inventory levels satisfying the provided filters.
296
+ *
297
+ * @param {FilterableInventoryLevelProps} selector - The filters to apply on the retrieved inventory levels.
298
+ * @param {FindConfig<InventoryLevelDTO>} config - The configurations determining how the inventory level is retrieved. Its properties, such as `select` or `relations`, accept the
299
+ * attributes or relations associated with a inventory level.
300
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
301
+ * @returns {Promise<[InventoryLevelDTO[], number]>} The list of inventory levels along with their total count.
302
+ *
303
+ * @example
304
+ * To retrieve a list of inventory levels using the IDs of their associated inventory items:
305
+ *
306
+ * ```ts
307
+ * const [inventoryLevels, count] =
308
+ * await inventoryModuleService.listAndCountInventoryLevels(
309
+ * {
310
+ * inventory_item_id: ["iitem_123", "iitem_321"],
311
+ * },
312
+ * {
313
+ * relations: ["inventory_item"],
314
+ * take: 20,
315
+ * skip: 2,
316
+ * }
317
+ * )
318
+ * ```
319
+ *
320
+ * To specify relations that should be retrieved within the inventory levels:
321
+ *
322
+ * :::note
323
+ *
324
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
325
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
326
+ *
327
+ * :::
328
+ *
329
+ * ```ts
330
+ * const [inventoryLevels, count] =
331
+ * await inventoryModuleService.listAndCountInventoryLevels(
332
+ * {
333
+ * inventory_item_id: ["iitem_123", "iitem_321"],
334
+ * },
335
+ * {
336
+ * relations: ["inventory_item"],
337
+ * }
338
+ * )
339
+ * ```
340
+ *
341
+ * By default, only the first `10` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
342
+ *
343
+ * ```ts
344
+ * const [inventoryLevels, count] =
345
+ * await inventoryModuleService.listAndCountInventoryLevels({
346
+ * inventory_item_id: ["iitem_123", "iitem_321"],
347
+ * })
348
+ * ```
349
+ */
350
+ listAndCountInventoryLevels(selector: FilterableInventoryLevelProps, config?: FindConfig<InventoryLevelDTO>, context?: Context): Promise<[InventoryLevelDTO[], number]>;
351
+ /**
352
+ * This method retrieves an inventory item by its ID.
353
+ *
354
+ * @param {string} inventoryItemId - The inventory item's ID.
355
+ * @param {FindConfig<InventoryItemDTO>} config - The configurations determining how the inventory item is retrieved. Its properties, such as `select` or `relations`, accept the
356
+ * attributes or relations associated with a inventory item.
357
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
358
+ * @returns {Promise<InventoryItemDTO>} The retrieved inventory item.
359
+ *
360
+ * @example
361
+ * A simple example that retrieves a inventory item by its ID:
362
+ *
363
+ * ```ts
364
+ * const inventoryItem =
365
+ * await inventoryModuleService.retrieveInventoryItem("iitem_123")
366
+ * ```
367
+ *
368
+ * To specify relations that should be retrieved:
369
+ *
370
+ * :::note
371
+ *
372
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
373
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
374
+ *
375
+ * :::
376
+ *
377
+ * ```ts
378
+ * const inventoryItem = await inventoryModuleService.retrieveInventoryItem(
379
+ * "iitem_123",
380
+ * {
381
+ * relations: ["location_levels"],
382
+ * }
383
+ * )
384
+ * ```
385
+ */
386
+ retrieveInventoryItem(inventoryItemId: string, config?: FindConfig<InventoryItemDTO>, context?: Context): Promise<InventoryItemDTO>;
387
+ /**
388
+ * This method retrieves an inventory level based on its associated inventory item and location.
389
+ *
390
+ * @param {string} inventoryItemId - The inventory item's ID.
391
+ * @param {string} locationId - The location's ID.
392
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
393
+ * @returns {Promise<InventoryLevelDTO>} The retrieved inventory level.
394
+ *
395
+ * @example
396
+ * const inventoryLevel =
397
+ * await inventoryModuleService.retrieveInventoryLevelByItemAndLocation(
398
+ * "iitem_123",
399
+ * "loc_123"
400
+ * )
401
+ */
402
+ retrieveInventoryLevelByItemAndLocation(inventoryItemId: string, locationId: string, context?: Context): Promise<InventoryLevelDTO>;
403
+ /**
404
+ * This method retrieves an inventory level by its ID.
405
+ *
406
+ * @param {string} inventoryLevelId - The inventory level's ID.
407
+ * @param {FindConfig<InventoryLevelDTO>} config - The configurations determining how the inventory level is retrieved. Its properties, such as `select` or `relations`, accept the
408
+ * attributes or relations associated with a inventory level.
409
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
410
+ * @returns {Promise<InventoryLevelDTO>} The retrieved inventory level.
411
+ *
412
+ * @example
413
+ * A simple example that retrieves a inventory level by its ID:
414
+ *
415
+ * ```ts
416
+ * const inventoryLevel =
417
+ * await inventoryModuleService.retrieveInventoryLevel(
418
+ * "iitem_123"
419
+ * )
420
+ * ```
421
+ *
422
+ * To specify relations that should be retrieved:
423
+ *
424
+ * :::note
425
+ *
426
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
427
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
428
+ *
429
+ * :::
430
+ *
431
+ * ```ts
432
+ * const inventoryLevel =
433
+ * await inventoryModuleService.retrieveInventoryLevel(
434
+ * "iitem_123",
435
+ * {
436
+ * relations: ["inventory_item"],
437
+ * }
438
+ * )
439
+ * ```
440
+ */
441
+ retrieveInventoryLevel(inventoryLevelId: string, config?: FindConfig<InventoryLevelDTO>, context?: Context): Promise<InventoryLevelDTO>;
442
+ /**
443
+ * This method retrieves a reservation item by its ID.
444
+ *
445
+ * @param {string} reservationId - The reservation's ID.
446
+ * @param {FindConfig<ReservationItemDTO>} config - The configurations determining how the reservation item is retrieved. Its properties, such as `select` or `relations`, accept the
447
+ * attributes or relations associated with a reservation item.
448
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
449
+ * @returns {Promise<ReservationItemDTO>} The retrieved reservation item.
450
+ *
451
+ * @example
452
+ * A simple example that retrieves a reservation item by its ID:
453
+ *
454
+ * ```ts
455
+ * const reservationItem =
456
+ * await inventoryModuleService.retrieveReservationItem(
457
+ * "resitem"
458
+ * )
459
+ * ```
460
+ *
461
+ * To specify relations that should be retrieved:
462
+ *
463
+ * :::note
464
+ *
465
+ * You can only retrieve data models defined in the same module. To retrieve linked data models
466
+ * from other modules, use [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query) instead.
467
+ *
468
+ * :::
469
+ *
470
+ * ```ts
471
+ * const reservationItem =
472
+ * await inventoryModuleService.retrieveReservationItem(
473
+ * "resitem",
474
+ * {
475
+ * relations: ["inventory_item"],
476
+ * }
477
+ * )
478
+ * ```
479
+ */
480
+ retrieveReservationItem(reservationId: string, config?: FindConfig<ReservationItemDTO>, context?: Context): Promise<ReservationItemDTO>;
481
+ /**
482
+ * This method creates reservation items.
483
+ *
484
+ * @param {CreateReservationItemInput[]} input - The details of the reservation items to be created.
485
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
486
+ * @returns {Promise<ReservationItemDTO[]>} The created reservation items.
487
+ *
488
+ * @example
489
+ * const reservationItems =
490
+ * await inventoryModuleService.createReservationItems([
491
+ * {
492
+ * inventory_item_id: "iitem_123",
493
+ * location_id: "loc_123",
494
+ * quantity: 10,
495
+ * },
496
+ * ])
497
+ */
498
+ createReservationItems(input: CreateReservationItemInput[], context?: Context): Promise<ReservationItemDTO[]>;
499
+ /**
500
+ * This method creates a reservation item.
501
+ *
502
+ * @param {CreateReservationItemInput} input - The details of the reservation item to be created.
503
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
504
+ * @returns {Promise<ReservationItemDTO>} The created reservation item.
505
+ *
506
+ * @example
507
+ * const reservationItem =
508
+ * await inventoryModuleService.createReservationItems({
509
+ * inventory_item_id: "iitem_123",
510
+ * location_id: "loc_123",
511
+ * quantity: 10,
512
+ * })
513
+ */
514
+ createReservationItems(input: CreateReservationItemInput, context?: Context): Promise<ReservationItemDTO>;
515
+ /**
516
+ * This method creates inventory items.
517
+ *
518
+ * @param {CreateInventoryItemInput[]} input - The details of the inventory items to be created.
519
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
520
+ * @returns {Promise<InventoryItemDTO[]>} The created inventory items.
521
+ *
522
+ * @example
523
+ * const inventoryItems = await inventoryModuleService.createInventoryItems([
524
+ * {
525
+ * sku: "SHIRT",
526
+ * },
527
+ * ])
528
+ */
529
+ createInventoryItems(input: CreateInventoryItemInput[], context?: Context): Promise<InventoryItemDTO[]>;
530
+ /**
531
+ * This method creates an inventory item.
532
+ *
533
+ * @param {CreateInventoryItemInput} input - The details of the inventory item to be created.
534
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
535
+ * @returns {Promise<InventoryItemDTO>} The created inventory item.
536
+ *
537
+ * @example
538
+ * const inventoryItem = await inventoryModuleService.createInventoryItems({
539
+ * sku: "SHIRT",
540
+ * })
541
+ */
542
+ createInventoryItems(input: CreateInventoryItemInput, context?: Context): Promise<InventoryItemDTO>;
543
+ /**
544
+ * This method creates inventory levels.
545
+ *
546
+ * @param {CreateInventoryLevelInput[]} data - The details of the inventory levels to be created.
547
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
548
+ * @returns {Promise<InventoryLevelDTO[]>} The created inventory levels.
549
+ *
550
+ * @example
551
+ * const inventoryLevels =
552
+ * await inventoryModuleService.createInventoryLevels([
553
+ * {
554
+ * inventory_item_id: "iitem_123",
555
+ * location_id: "loc_123",
556
+ * stocked_quantity: 10,
557
+ * },
558
+ * {
559
+ * inventory_item_id: "iitem_321",
560
+ * location_id: "loc_321",
561
+ * stocked_quantity: 20,
562
+ * reserved_quantity: 10,
563
+ * },
564
+ * ])
565
+ */
566
+ createInventoryLevels(data: CreateInventoryLevelInput[], context?: Context): Promise<InventoryLevelDTO[]>;
567
+ /**
568
+ * This method creates an inventory level.
569
+ *
570
+ * @param {CreateInventoryLevelInput} data - The details of the inventory level to be created.
571
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
572
+ * @returns {Promise<InventoryLevelDTO>} The created inventory level.
573
+ *
574
+ * @example
575
+ * const inventoryLevels =
576
+ * await inventoryModuleService.createInventoryLevels({
577
+ * inventory_item_id: "iitem_123",
578
+ * location_id: "loc_123",
579
+ * stocked_quantity: 10,
580
+ * })
581
+ */
582
+ createInventoryLevels(data: CreateInventoryLevelInput, context?: Context): Promise<InventoryLevelDTO>;
583
+ /**
584
+ * This method updates existing inventory levels.
585
+ *
586
+ * @param {UpdateInventoryLevelInput[]} updates - The list of The attributes to update in an inventory level. The inventory level is identified by the IDs of its associated inventory item and location.
587
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
588
+ * @returns {Promise<InventoryLevelDTO[]>} The updated inventory levels.
589
+ *
590
+ * @example
591
+ * const inventoryLevels =
592
+ * await inventoryModuleService.updateInventoryLevels([
593
+ * {
594
+ * inventory_item_id: "iitem_123",
595
+ * location_id: "loc_123",
596
+ * id: "ilev_123",
597
+ * stocked_quantity: 20,
598
+ * },
599
+ * ])
600
+ */
601
+ updateInventoryLevels(updates: UpdateInventoryLevelInput[], context?: Context): Promise<InventoryLevelDTO[]>;
602
+ /**
603
+ * This method updates an existing inventory level.
604
+ *
605
+ * @param {UpdateInventoryLevelInput} updates - The attributes to update in an inventory level. The inventory level is identified by the IDs of its associated inventory item and location.
606
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
607
+ * @returns {Promise<InventoryLevelDTO>} The updated inventory level.
608
+ *
609
+ * @example
610
+ * const inventoryLevel =
611
+ * await inventoryModuleService.updateInventoryLevels({
612
+ * inventory_item_id: "iitem_123",
613
+ * location_id: "loc_123",
614
+ * stocked_quantity: 20,
615
+ * })
616
+ */
617
+ updateInventoryLevels(updates: UpdateInventoryLevelInput, context?: Context): Promise<InventoryLevelDTO>;
618
+ /**
619
+ * This method updates an existing inventory item.
620
+ *
621
+ * @param {UpdateInventoryItemInput} input - The attributes to update in the inventory item.
622
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
623
+ * @returns {Promise<InventoryItemDTO>} The updated inventory item.
624
+ *
625
+ * @example
626
+ * const inventoryItem = await inventoryModuleService.updateInventoryItems({
627
+ * id: "iitem_123",
628
+ * title: "Medusa Shirt Inventory",
629
+ * })
630
+ */
631
+ updateInventoryItems(input: UpdateInventoryItemInput, context?: Context): Promise<InventoryItemDTO>;
632
+ /**
633
+ * This method updates existing inventory items.
634
+ *
635
+ * @param {UpdateInventoryItemInput[]} input - The attributes to update in the inventory items.
636
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
637
+ * @returns {Promise<InventoryItemDTO[]>} The updated inventory items.
638
+ *
639
+ * @example
640
+ * const inventoryItems = await inventoryModuleService.updateInventoryItems([
641
+ * {
642
+ * id: "iitem_123",
643
+ * title: "Medusa Shirt Inventory",
644
+ * },
645
+ * {
646
+ * id: "iitem_321",
647
+ * description: "The inventory of Medusa pants",
648
+ * },
649
+ * ])
650
+ */
651
+ updateInventoryItems(input: UpdateInventoryItemInput[], context?: Context): Promise<InventoryItemDTO[]>;
652
+ /**
653
+ * This method updates an existing reservation item.
654
+ *
655
+ * @param {UpdateReservationItemInput} input - The attributes to update in a reservation item.
656
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
657
+ * @returns {Promise<ReservationItemDTO>} The updated reservation item.
658
+ *
659
+ * @example
660
+ * const reservationItem =
661
+ * await inventoryModuleService.updateReservationItems({
662
+ * id: "resitem_123",
663
+ * quantity: 10,
664
+ * })
665
+ */
666
+ updateReservationItems(input: UpdateReservationItemInput, context?: Context): Promise<ReservationItemDTO>;
667
+ /**
668
+ * This method updates existing reservation items.
669
+ *
670
+ * @param {UpdateReservationItemInput[]} input - The attributes to update in the reservation items.
671
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
672
+ * @returns {Promise<ReservationItemDTO[]>} The updated reservation items.
673
+ *
674
+ * @example
675
+ * const reservationItems =
676
+ * await inventoryModuleService.updateReservationItems([
677
+ * {
678
+ * id: "resitem_123",
679
+ * quantity: 10,
680
+ * },
681
+ * ])
682
+ */
683
+ updateReservationItems(input: UpdateReservationItemInput[], context?: Context): Promise<ReservationItemDTO[]>;
684
+ /**
685
+ * This method deletes a reservation item by its associated line item.
686
+ *
687
+ * @param {string | string[]} lineItemId - The line item's ID.
688
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
689
+ * @returns {Promise<void>} Resolves when the reservation item is deleted.
690
+ *
691
+ * @example
692
+ * await inventoryModuleService.deleteReservationItemByLocationId(
693
+ * "cali_123"
694
+ * )
695
+ */
696
+ deleteReservationItemsByLineItem(lineItemId: string | string[], context?: Context): Promise<void>;
697
+ /**
698
+ * This method is used to restore the reservation items associated with a line item or multiple line items that were deleted.
699
+ *
700
+ * @param {string | string[]} lineItemId - The ID(s) of the line item(s).
701
+ * @param {SharedContext} context - A context used to share re9sources, such as transaction manager, between the application and the module.
702
+ * @returns {Promise<void>} Resolves when the reservation items are successfully deleted.
703
+ *
704
+ * @example
705
+ * import {
706
+ * initialize as initializeInventoryModule,
707
+ * } from "@etohq/inventory"
708
+ *
709
+ * async function restoreReservationItemsByLineItem (
710
+ * lineItemIds: string[]
711
+ * ) {
712
+ * const inventoryModule = await initializeInventoryModule({})
713
+ *
714
+ * await inventoryModule.restoreReservationItemsByLineItem(
715
+ * lineItemIds
716
+ * )
717
+ * }
718
+ */
719
+ restoreReservationItemsByLineItem(lineItemId: string | string[], context?: Context): Promise<void>;
720
+ /**
721
+ * This method deletes reservation items by their IDs.
722
+ *
723
+ * @param {string | string[]} reservationItemId - The reservation items' IDs.
724
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
725
+ * @returns {Promise<void>} Resolves when the reservation item is deleted.
726
+ *
727
+ * @example
728
+ * await inventoryModuleService.deleteReservationItems(
729
+ * "resitem_123"
730
+ * )
731
+ */
732
+ deleteReservationItems(reservationItemId: string | string[], context?: Context): Promise<void>;
733
+ /**
734
+ * This method soft deletes reservations by their IDs.
735
+ *
736
+ * @param {string[]} reservationItemIds - The reservations' IDs.
737
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config - An object that is used to specify an entity's related entities that should be soft-deleted when the main entity is soft-deleted.
738
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
739
+ * @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were also soft deleted.
740
+ * If there are no related records, the promise resolves to `void`.
741
+ *
742
+ * @example
743
+ * await inventoryModuleService.softDeleteReservationItems([
744
+ * "ilev_123",
745
+ * ])
746
+ */
747
+ softDeleteReservationItems<TReturnableLinkableKeys extends string = string>(reservationItemIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
748
+ /**
749
+ * This method restores soft deleted reservations by their IDs.
750
+ *
751
+ * @param {string[]} reservationItemIds - The reservations' IDs.
752
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config - Configurations determining which relations to restore along with each of the reservation. You can pass to its `returnLinkableKeys`
753
+ * property any of the reservation's relation attribute names, such as `{type relation name}`.
754
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
755
+ * @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were restored.
756
+ * If there are no related records restored, the promise resolves to `void`.
757
+ *
758
+ * @example
759
+ * await inventoryModuleService.restoreReservationItems([
760
+ * "ilev_123",
761
+ * ])
762
+ */
763
+ restoreReservationItems<TReturnableLinkableKeys extends string = string>(reservationItemIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
764
+ /**
765
+ * This method deletes inventory items by their IDs.
766
+ *
767
+ * @param {string | string[]} inventoryItemId - The inventory item's ID.
768
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
769
+ * @returns {Promise<void>} Resolves when the inventory items are deleted.
770
+ *
771
+ * @example
772
+ * await inventoryModuleService.deleteInventoryItems("iitem_123")
773
+ */
774
+ deleteInventoryItems(inventoryItemId: string | string[], context?: Context): Promise<void>;
775
+ /**
776
+ * This method soft deletes inventory items by their IDs.
777
+ *
778
+ * @param {string[]} inventoryItemIds - The inventory items' IDs.
779
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config - An object that is used to specify an entity's related entities that should be soft-deleted when the main entity is soft-deleted.
780
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
781
+ * @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were also soft deleted, such as the ID of the associated location levels.
782
+ * The object's keys are the ID attribute names of the inventory service next entity's relations, such as `location_level_id`, and its value is an array of strings, each being the ID of a record associated
783
+ * with the inventory item through this relation, such as the IDs of associated location levels.
784
+ *
785
+ * If there are no related records, the promise resolves to `void`.
786
+ *
787
+ * @example
788
+ * await inventoryModuleService.softDeleteInventoryItems(
789
+ * ["iitem_123", "iitem_321"],
790
+ * {
791
+ * returnLinkableKeys: ["location_level"],
792
+ * }
793
+ * )
794
+ */
795
+ softDeleteInventoryItems<TReturnableLinkableKeys extends string = string>(inventoryItemIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
796
+ /**
797
+ * This method restores soft deleted inventory items by their IDs.
798
+ *
799
+ * @param {string[]} inventoryItemIds - The inventory items' IDs.
800
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config - Configurations determining which relations to restore along with each of the inventory items. You can pass to its `returnLinkableKeys`
801
+ * property any of the inventory item's relation attribute names, such as `location_levels`.
802
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
803
+ * @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were restored, such as the ID of associated location levels.
804
+ * The object's keys are the ID attribute names of the inventory item entity's relations, such as `location_level_id`,
805
+ * and its value is an array of strings, each being the ID of the record associated with the inventory item through this relation,
806
+ * such as the IDs of associated location levels.
807
+ *
808
+ * If there are no related records restored, the promise resolves to `void`.
809
+ *
810
+ * @example
811
+ * await inventoryModuleService.restoreInventoryItems(
812
+ * ["iitem_123", "iitem_321"],
813
+ * {
814
+ * returnLinkableKeys: ["location_level"],
815
+ * }
816
+ * )
817
+ */
818
+ restoreInventoryItems<TReturnableLinkableKeys extends string = string>(inventoryItemIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
819
+ /**
820
+ * This method soft deletes inventory item's level by the associated location.
821
+ *
822
+ * @param {string | string[]} locationId - The locations' IDs.
823
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
824
+ * @returns {Promise<[object[], Record<string, unknown[]>]>} An array, where the first item is an array includes the soft-deleted inventory levels,
825
+ * and the second is an object that includes the IDs of related records that were soft-deleted.
826
+ *
827
+ * @example
828
+ * await inventoryModuleService.deleteInventoryItemLevelByLocationId(
829
+ * "loc_123"
830
+ * )
831
+ */
832
+ deleteInventoryItemLevelByLocationId(locationId: string | string[], context?: Context): Promise<[object[], Record<string, unknown[]>]>;
833
+ /**
834
+ * This method deletes reservation items by their associated location.
835
+ *
836
+ * @param {string | string[]} locationId - The location's ID.
837
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
838
+ * @returns {Promise<void>} Resolves when then reservation items are deleted successfully.
839
+ *
840
+ * @example
841
+ * await inventoryModuleService.deleteReservationItemByLocationId(
842
+ * "loc_123"
843
+ * )
844
+ */
845
+ deleteReservationItemByLocationId(locationId: string | string[], context?: Context): Promise<void>;
846
+ /**
847
+ * This method deletes an inventory level by its associated inventory item and location.
848
+ *
849
+ * @param {string} inventoryItemId - The inventory item's ID.
850
+ * @param {string} locationId - The location's ID.
851
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
852
+ * @returns {Promise<void>} Resolves when the inventory level is deleted successfully.
853
+ *
854
+ * @example
855
+ * await inventoryModuleService.deleteInventoryLevel(
856
+ * "iitem_123",
857
+ * "loc_123"
858
+ * )
859
+ */
860
+ deleteInventoryLevel(inventoryItemId: string, locationId: string, context?: Context): Promise<void>;
861
+ /**
862
+ * This method deletes inventory levels by their IDs.
863
+ *
864
+ * @param {string | string[]} inventoryLevelIds - The inventory levels' IDs.
865
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
866
+ * @returns {Promise<void>} Resolves when the inventory levels are deleted.
867
+ *
868
+ * @example
869
+ * await inventoryModuleService.deleteInventoryLevels("ilev_123")
870
+ */
871
+ deleteInventoryLevels(inventoryLevelIds: string | string[], context?: Context): Promise<void>;
872
+ /**
873
+ * This method soft deletes inventory levels by their IDs.
874
+ *
875
+ * @param {string[]} inventoryLevelIds - The inventory levels' IDs.
876
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config - An object that is used to specify an entity's related entities that should be soft-deleted when the main entity is soft-deleted.
877
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
878
+ * @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were also soft deleted.
879
+ * If there are no related records, the promise resolves to `void`.
880
+ *
881
+ * @example
882
+ * await inventoryModuleService.softDeleteInventoryLevels([
883
+ * "ilev_123",
884
+ * ])
885
+ */
886
+ softDeleteInventoryLevels<TReturnableLinkableKeys extends string = string>(inventoryLevelIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
887
+ /**
888
+ * This method restores soft deleted inventory levels by their IDs.
889
+ *
890
+ * @param {string[]} inventoryLevelIds - The inventory levels' IDs.
891
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config - Configurations determining which relations to restore along with each of the inventory level. You can pass to its `returnLinkableKeys`
892
+ * property any of the inventory level's relation attribute names, such as `{type relation name}`.
893
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
894
+ * @returns {Promise<void | Record<string, string[]>>} An object that includes the IDs of related records that were restored.
895
+ * If there are no related records restored, the promise resolves to `void`.
896
+ *
897
+ * @example
898
+ * await inventoryModuleService.restoreInventoryLevels([
899
+ * "ilev_123",
900
+ * ])
901
+ */
902
+ restoreInventoryLevels<TReturnableLinkableKeys extends string = string>(inventoryLevelIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
903
+ /**
904
+ * This method adjusts the inventory quantity of an item in a location.
905
+ *
906
+ * @param data - The adjustments to make.
907
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
908
+ * @returns {Promise<InventoryLevelDTO>} The updated inventory level.
909
+ *
910
+ * @example
911
+ * const inventoryLevel1 =
912
+ * await inventoryModuleService.adjustInventory([
913
+ * // add to the inventory quantity
914
+ * {
915
+ * inventoryItemId: "iitem_123",
916
+ * locationId: "loc_123",
917
+ * adjustment: 5
918
+ * },
919
+ * // subtract from the inventory quantity
920
+ * {
921
+ * inventoryItemId: "iitem_321",
922
+ * locationId: "loc_321",
923
+ * adjustment: -5
924
+ * }
925
+ * ])
926
+ */
927
+ adjustInventory(data: {
928
+ /**
929
+ * The inventory item's ID.
930
+ */
931
+ inventoryItemId: string;
932
+ /**
933
+ * The location's ID.
934
+ */
935
+ locationId: string;
936
+ /**
937
+ * The adjustment to make to the quantity.
938
+ */
939
+ adjustment: BigNumberInput;
940
+ }[], context?: Context): Promise<InventoryLevelDTO[]>;
941
+ /**
942
+ *
943
+ * @param {string} inventoryItemId - The inventory item's ID.
944
+ * @param {string} locationId - The location's ID.
945
+ * @param {number} adjustment - the adjustment to make to the quantity.
946
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
947
+ * @returns {Promise<InventoryLevelDTO>} The updated inventory level.
948
+ *
949
+ * @example
950
+ * // add to the inventory quantity
951
+ * const inventoryLevel1 =
952
+ * await inventoryModuleService.adjustInventory(
953
+ * "iitem_123",
954
+ * "loc_123",
955
+ * 5
956
+ * )
957
+ *
958
+ * // subtract from the inventory quantity
959
+ * const inventoryLevel2 =
960
+ * await inventoryModuleService.adjustInventory(
961
+ * "iitem_123",
962
+ * "loc_123",
963
+ * -5
964
+ * )
965
+ */
966
+ adjustInventory(inventoryItemId: string, locationId: string, adjustment: BigNumberInput, context?: Context): Promise<InventoryLevelDTO>;
967
+ /**
968
+ * This method confirms that a quantity is available of an inventory item in the specified locations.
969
+ *
970
+ * @param {string} inventoryItemId - The inventory item's ID.
971
+ * @param {string[]} locationIds - The locations' IDs.
972
+ * @param {number} quantity - The quantity to confirm its availability.
973
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
974
+ * @returns {Promise<boolean>} Whether the quantity is available.
975
+ *
976
+ * @example
977
+ * const isAvailable =
978
+ * await inventoryModuleService.confirmInventory(
979
+ * "iitem_123",
980
+ * ["loc_123", "loc_321"],
981
+ * 10
982
+ * )
983
+ */
984
+ confirmInventory(inventoryItemId: string, locationIds: string[], quantity: BigNumberInput, context?: Context): Promise<boolean>;
985
+ /**
986
+ * This method retrieves the available quantity of an inventory item in the specified locations.
987
+ *
988
+ * @param {string} inventoryItemId - The inventory item's ID.
989
+ * @param {string[]} locationIds - The locations' IDs.
990
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
991
+ * @returns {Promise<BigNumber>} The available quantity of the item.
992
+ *
993
+ * @example
994
+ * const availableQuantity =
995
+ * await inventoryModuleService.retrieveAvailableQuantity(
996
+ * "iitem_123",
997
+ * ["loc_123", "loc_321"]
998
+ * )
999
+ */
1000
+ retrieveAvailableQuantity(inventoryItemId: string, locationIds: string[], context?: Context): Promise<IBigNumber>;
1001
+ /**
1002
+ * This method retrieves the stocked quantity of an inventory item in the specified location.
1003
+ *
1004
+ * @param {string} inventoryItemId - The inventory item's ID.
1005
+ * @param {string[]} locationIds - The locations' IDs.
1006
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
1007
+ * @returns {Promise<BigNumber>} The stocked quantity of the item.
1008
+ *
1009
+ * @example
1010
+ * const stockedQuantity =
1011
+ * await inventoryModuleService.retrieveStockedQuantity(
1012
+ * "iitem_123",
1013
+ * ["loc_123", "loc_321"]
1014
+ * )
1015
+ */
1016
+ retrieveStockedQuantity(inventoryItemId: string, locationIds: string[], context?: Context): Promise<IBigNumber>;
1017
+ /**
1018
+ * This method retrieves the reserved quantity of an inventory item in the specified location.
1019
+ *
1020
+ * @param {string} inventoryItemId - The inventory item's ID.
1021
+ * @param {string[]} locationIds - The locations' IDs.
1022
+ * @param {Context} context - A context used to share resources, such as transaction manager, between the application and the module.
1023
+ * @returns {Promise<BigNumber>} The reserved quantity of the item.
1024
+ *
1025
+ * @example
1026
+ * const reservedQuantity =
1027
+ * await inventoryModuleService.retrieveReservedQuantity(
1028
+ * "iitem_123",
1029
+ * ["loc_123", "loc_321"]
1030
+ * )
1031
+ */
1032
+ retrieveReservedQuantity(inventoryItemId: string, locationIds: string[], context?: Context): Promise<IBigNumber>;
1033
+ }
1034
+ //# sourceMappingURL=service.d.ts.map