@etohq/types 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2430) 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/admin/extensions.d.ts +28 -0
  10. package/dist/admin/extensions.d.ts.map +1 -0
  11. package/dist/admin/extensions.js +3 -0
  12. package/dist/admin/extensions.js.map +1 -0
  13. package/dist/admin/index.d.ts +2 -0
  14. package/dist/admin/index.d.ts.map +1 -0
  15. package/dist/admin/index.js +18 -0
  16. package/dist/admin/index.js.map +1 -0
  17. package/dist/api-key/common/api-key.d.ts +87 -0
  18. package/dist/api-key/common/api-key.d.ts.map +1 -0
  19. package/dist/api-key/common/api-key.js +3 -0
  20. package/dist/api-key/common/api-key.js.map +1 -0
  21. package/dist/api-key/common/index.d.ts +2 -0
  22. package/dist/api-key/common/index.d.ts.map +1 -0
  23. package/dist/api-key/common/index.js +18 -0
  24. package/dist/api-key/common/index.js.map +1 -0
  25. package/dist/api-key/index.d.ts +4 -0
  26. package/dist/api-key/index.d.ts.map +1 -0
  27. package/dist/api-key/index.js +20 -0
  28. package/dist/api-key/index.js.map +1 -0
  29. package/dist/api-key/mutations/api-key.d.ts +63 -0
  30. package/dist/api-key/mutations/api-key.d.ts.map +1 -0
  31. package/dist/api-key/mutations/api-key.js +3 -0
  32. package/dist/api-key/mutations/api-key.js.map +1 -0
  33. package/dist/api-key/mutations/index.d.ts +2 -0
  34. package/dist/api-key/mutations/index.d.ts.map +1 -0
  35. package/dist/api-key/mutations/index.js +18 -0
  36. package/dist/api-key/mutations/index.js.map +1 -0
  37. package/dist/api-key/service.d.ts +265 -0
  38. package/dist/api-key/service.d.ts.map +1 -0
  39. package/dist/api-key/service.js +3 -0
  40. package/dist/api-key/service.js.map +1 -0
  41. package/dist/auth/common/auth-identity.d.ts +190 -0
  42. package/dist/auth/common/auth-identity.d.ts.map +1 -0
  43. package/dist/auth/common/auth-identity.js +3 -0
  44. package/dist/auth/common/auth-identity.js.map +1 -0
  45. package/dist/auth/common/index.d.ts +3 -0
  46. package/dist/auth/common/index.d.ts.map +1 -0
  47. package/dist/auth/common/index.js +19 -0
  48. package/dist/auth/common/index.js.map +1 -0
  49. package/dist/auth/common/provider.d.ts +65 -0
  50. package/dist/auth/common/provider.d.ts.map +1 -0
  51. package/dist/auth/common/provider.js +3 -0
  52. package/dist/auth/common/provider.js.map +1 -0
  53. package/dist/auth/index.d.ts +5 -0
  54. package/dist/auth/index.d.ts.map +1 -0
  55. package/dist/auth/index.js +21 -0
  56. package/dist/auth/index.js.map +1 -0
  57. package/dist/auth/provider.d.ts +30 -0
  58. package/dist/auth/provider.d.ts.map +1 -0
  59. package/dist/auth/provider.js +3 -0
  60. package/dist/auth/provider.js.map +1 -0
  61. package/dist/auth/providers/emailpass.d.ts +8 -0
  62. package/dist/auth/providers/emailpass.d.ts.map +1 -0
  63. package/dist/auth/providers/emailpass.js +3 -0
  64. package/dist/auth/providers/emailpass.js.map +1 -0
  65. package/dist/auth/providers/github.d.ts +6 -0
  66. package/dist/auth/providers/github.d.ts.map +1 -0
  67. package/dist/auth/providers/github.js +3 -0
  68. package/dist/auth/providers/github.js.map +1 -0
  69. package/dist/auth/providers/google.d.ts +6 -0
  70. package/dist/auth/providers/google.d.ts.map +1 -0
  71. package/dist/auth/providers/google.js +3 -0
  72. package/dist/auth/providers/google.js.map +1 -0
  73. package/dist/auth/providers/index.d.ts +4 -0
  74. package/dist/auth/providers/index.d.ts.map +1 -0
  75. package/dist/auth/providers/index.js +20 -0
  76. package/dist/auth/providers/index.js.map +1 -0
  77. package/dist/auth/service.d.ts +355 -0
  78. package/dist/auth/service.d.ts.map +1 -0
  79. package/dist/auth/service.js +3 -0
  80. package/dist/auth/service.js.map +1 -0
  81. package/dist/bundles.d.ts +35 -0
  82. package/dist/bundles.d.ts.map +1 -0
  83. package/dist/bundles.js +61 -0
  84. package/dist/bundles.js.map +1 -0
  85. package/dist/cache/index.d.ts +2 -0
  86. package/dist/cache/index.d.ts.map +1 -0
  87. package/dist/cache/index.js +18 -0
  88. package/dist/cache/index.js.map +1 -0
  89. package/dist/cache/service.d.ts +6 -0
  90. package/dist/cache/service.d.ts.map +1 -0
  91. package/dist/cache/service.js +3 -0
  92. package/dist/cache/service.js.map +1 -0
  93. package/dist/cart/common.d.ts +1040 -0
  94. package/dist/cart/common.d.ts.map +1 -0
  95. package/dist/cart/common.js +3 -0
  96. package/dist/cart/common.js.map +1 -0
  97. package/dist/cart/index.d.ts +5 -0
  98. package/dist/cart/index.d.ts.map +1 -0
  99. package/dist/cart/index.js +21 -0
  100. package/dist/cart/index.js.map +1 -0
  101. package/dist/cart/mutations.d.ts +715 -0
  102. package/dist/cart/mutations.d.ts.map +1 -0
  103. package/dist/cart/mutations.js +4 -0
  104. package/dist/cart/mutations.js.map +1 -0
  105. package/dist/cart/service.d.ts +1705 -0
  106. package/dist/cart/service.d.ts.map +1 -0
  107. package/dist/cart/service.js +3 -0
  108. package/dist/cart/service.js.map +1 -0
  109. package/dist/cart/workflows.d.ts +146 -0
  110. package/dist/cart/workflows.d.ts.map +1 -0
  111. package/dist/cart/workflows.js +3 -0
  112. package/dist/cart/workflows.js.map +1 -0
  113. package/dist/common/batch.d.ts +22 -0
  114. package/dist/common/batch.d.ts.map +1 -0
  115. package/dist/common/batch.js +3 -0
  116. package/dist/common/batch.js.map +1 -0
  117. package/dist/common/camel-case.d.ts +24 -0
  118. package/dist/common/camel-case.d.ts.map +1 -0
  119. package/dist/common/camel-case.js +3 -0
  120. package/dist/common/camel-case.js.map +1 -0
  121. package/dist/common/common.d.ts +254 -0
  122. package/dist/common/common.d.ts.map +1 -0
  123. package/dist/common/common.js +3 -0
  124. package/dist/common/common.js.map +1 -0
  125. package/dist/common/config-module.d.ts +933 -0
  126. package/dist/common/config-module.d.ts.map +1 -0
  127. package/dist/common/config-module.js +3 -0
  128. package/dist/common/config-module.js.map +1 -0
  129. package/dist/common/eto-cli.d.ts +6 -0
  130. package/dist/common/eto-cli.d.ts.map +1 -0
  131. package/dist/common/eto-cli.js +3 -0
  132. package/dist/common/eto-cli.js.map +1 -0
  133. package/dist/common/eto-container.d.ts +27 -0
  134. package/dist/common/eto-container.d.ts.map +1 -0
  135. package/dist/common/eto-container.js +3 -0
  136. package/dist/common/eto-container.js.map +1 -0
  137. package/dist/common/index.d.ts +9 -0
  138. package/dist/common/index.d.ts.map +1 -0
  139. package/dist/common/index.js +25 -0
  140. package/dist/common/index.js.map +1 -0
  141. package/dist/common/rule.d.ts +5 -0
  142. package/dist/common/rule.d.ts.map +1 -0
  143. package/dist/common/rule.js +3 -0
  144. package/dist/common/rule.js.map +1 -0
  145. package/dist/common/with-calculated.d.ts +7 -0
  146. package/dist/common/with-calculated.d.ts.map +1 -0
  147. package/dist/common/with-calculated.js +3 -0
  148. package/dist/common/with-calculated.js.map +1 -0
  149. package/dist/currency/common/currency.d.ts +52 -0
  150. package/dist/currency/common/currency.d.ts.map +1 -0
  151. package/dist/currency/common/currency.js +3 -0
  152. package/dist/currency/common/currency.js.map +1 -0
  153. package/dist/currency/common/index.d.ts +2 -0
  154. package/dist/currency/common/index.d.ts.map +1 -0
  155. package/dist/currency/common/index.js +18 -0
  156. package/dist/currency/common/index.js.map +1 -0
  157. package/dist/currency/index.d.ts +3 -0
  158. package/dist/currency/index.d.ts.map +1 -0
  159. package/dist/currency/index.js +19 -0
  160. package/dist/currency/index.js.map +1 -0
  161. package/dist/currency/service.d.ts +96 -0
  162. package/dist/currency/service.d.ts.map +1 -0
  163. package/dist/currency/service.js +3 -0
  164. package/dist/currency/service.js.map +1 -0
  165. package/dist/customer/common.d.ts +541 -0
  166. package/dist/customer/common.d.ts.map +1 -0
  167. package/dist/customer/common.js +3 -0
  168. package/dist/customer/common.js.map +1 -0
  169. package/dist/customer/index.d.ts +4 -0
  170. package/dist/customer/index.d.ts.map +1 -0
  171. package/dist/customer/index.js +20 -0
  172. package/dist/customer/index.js.map +1 -0
  173. package/dist/customer/mutations.d.ts +308 -0
  174. package/dist/customer/mutations.d.ts.map +1 -0
  175. package/dist/customer/mutations.js +3 -0
  176. package/dist/customer/mutations.js.map +1 -0
  177. package/dist/customer/service.d.ts +910 -0
  178. package/dist/customer/service.d.ts.map +1 -0
  179. package/dist/customer/service.js +3 -0
  180. package/dist/customer/service.js.map +1 -0
  181. package/dist/dal/entity.d.ts +3 -0
  182. package/dist/dal/entity.d.ts.map +1 -0
  183. package/dist/dal/entity.js +3 -0
  184. package/dist/dal/entity.js.map +1 -0
  185. package/dist/dal/index.d.ts +84 -0
  186. package/dist/dal/index.d.ts.map +1 -0
  187. package/dist/dal/index.js +19 -0
  188. package/dist/dal/index.js.map +1 -0
  189. package/dist/dal/repository-service.d.ts +88 -0
  190. package/dist/dal/repository-service.d.ts.map +1 -0
  191. package/dist/dal/repository-service.js +3 -0
  192. package/dist/dal/repository-service.js.map +1 -0
  193. package/dist/dal/utils.d.ts +55 -0
  194. package/dist/dal/utils.d.ts.map +1 -0
  195. package/dist/dal/utils.js +3 -0
  196. package/dist/dal/utils.js.map +1 -0
  197. package/dist/dml/index.d.ts +232 -0
  198. package/dist/dml/index.d.ts.map +1 -0
  199. package/dist/dml/index.js +3 -0
  200. package/dist/dml/index.js.map +1 -0
  201. package/dist/event-bus/common.d.ts +30 -0
  202. package/dist/event-bus/common.d.ts.map +1 -0
  203. package/dist/event-bus/common.js +3 -0
  204. package/dist/event-bus/common.js.map +1 -0
  205. package/dist/event-bus/event-bus-module.d.ts +9 -0
  206. package/dist/event-bus/event-bus-module.d.ts.map +1 -0
  207. package/dist/event-bus/event-bus-module.js +3 -0
  208. package/dist/event-bus/event-bus-module.js.map +1 -0
  209. package/dist/event-bus/event-bus.d.ts +8 -0
  210. package/dist/event-bus/event-bus.d.ts.map +1 -0
  211. package/dist/event-bus/event-bus.js +3 -0
  212. package/dist/event-bus/event-bus.js.map +1 -0
  213. package/dist/event-bus/index.d.ts +4 -0
  214. package/dist/event-bus/index.d.ts.map +1 -0
  215. package/dist/event-bus/index.js +20 -0
  216. package/dist/event-bus/index.js.map +1 -0
  217. package/dist/feature-flag/common.d.ts +31 -0
  218. package/dist/feature-flag/common.d.ts.map +1 -0
  219. package/dist/feature-flag/common.js +3 -0
  220. package/dist/feature-flag/common.js.map +1 -0
  221. package/dist/feature-flag/index.d.ts +2 -0
  222. package/dist/feature-flag/index.d.ts.map +1 -0
  223. package/dist/feature-flag/index.js +18 -0
  224. package/dist/feature-flag/index.js.map +1 -0
  225. package/dist/file/common.d.ts +25 -0
  226. package/dist/file/common.d.ts.map +1 -0
  227. package/dist/file/common.js +3 -0
  228. package/dist/file/common.js.map +1 -0
  229. package/dist/file/index.d.ts +6 -0
  230. package/dist/file/index.d.ts.map +1 -0
  231. package/dist/file/index.js +22 -0
  232. package/dist/file/index.js.map +1 -0
  233. package/dist/file/mutations.d.ts +22 -0
  234. package/dist/file/mutations.d.ts.map +1 -0
  235. package/dist/file/mutations.js +3 -0
  236. package/dist/file/mutations.js.map +1 -0
  237. package/dist/file/provider.d.ts +93 -0
  238. package/dist/file/provider.d.ts.map +1 -0
  239. package/dist/file/provider.js +3 -0
  240. package/dist/file/provider.js.map +1 -0
  241. package/dist/file/providers/index.d.ts +3 -0
  242. package/dist/file/providers/index.d.ts.map +1 -0
  243. package/dist/file/providers/index.js +19 -0
  244. package/dist/file/providers/index.js.map +1 -0
  245. package/dist/file/providers/local.d.ts +6 -0
  246. package/dist/file/providers/local.d.ts.map +1 -0
  247. package/dist/file/providers/local.js +3 -0
  248. package/dist/file/providers/local.js.map +1 -0
  249. package/dist/file/providers/s3.d.ts +14 -0
  250. package/dist/file/providers/s3.d.ts.map +1 -0
  251. package/dist/file/providers/s3.js +3 -0
  252. package/dist/file/providers/s3.js.map +1 -0
  253. package/dist/file/service.d.ts +100 -0
  254. package/dist/file/service.d.ts.map +1 -0
  255. package/dist/file/service.js +3 -0
  256. package/dist/file/service.js.map +1 -0
  257. package/dist/file-service/index.d.ts +91 -0
  258. package/dist/file-service/index.d.ts.map +1 -0
  259. package/dist/file-service/index.js +3 -0
  260. package/dist/file-service/index.js.map +1 -0
  261. package/dist/fulfillment/common/address.d.ts +70 -0
  262. package/dist/fulfillment/common/address.d.ts.map +1 -0
  263. package/dist/fulfillment/common/address.js +3 -0
  264. package/dist/fulfillment/common/address.js.map +1 -0
  265. package/dist/fulfillment/common/cart.d.ts +29 -0
  266. package/dist/fulfillment/common/cart.d.ts.map +1 -0
  267. package/dist/fulfillment/common/cart.js +3 -0
  268. package/dist/fulfillment/common/cart.js.map +1 -0
  269. package/dist/fulfillment/common/fulfillment-item.d.ts +55 -0
  270. package/dist/fulfillment/common/fulfillment-item.d.ts.map +1 -0
  271. package/dist/fulfillment/common/fulfillment-item.js +3 -0
  272. package/dist/fulfillment/common/fulfillment-item.js.map +1 -0
  273. package/dist/fulfillment/common/fulfillment-label.d.ts +43 -0
  274. package/dist/fulfillment/common/fulfillment-label.d.ts.map +1 -0
  275. package/dist/fulfillment/common/fulfillment-label.js +3 -0
  276. package/dist/fulfillment/common/fulfillment-label.js.map +1 -0
  277. package/dist/fulfillment/common/fulfillment-provider.d.ts +45 -0
  278. package/dist/fulfillment/common/fulfillment-provider.d.ts.map +1 -0
  279. package/dist/fulfillment/common/fulfillment-provider.js +3 -0
  280. package/dist/fulfillment/common/fulfillment-provider.js.map +1 -0
  281. package/dist/fulfillment/common/fulfillment-set.d.ts +61 -0
  282. package/dist/fulfillment/common/fulfillment-set.d.ts.map +1 -0
  283. package/dist/fulfillment/common/fulfillment-set.js +3 -0
  284. package/dist/fulfillment/common/fulfillment-set.js.map +1 -0
  285. package/dist/fulfillment/common/fulfillment.d.ts +142 -0
  286. package/dist/fulfillment/common/fulfillment.d.ts.map +1 -0
  287. package/dist/fulfillment/common/fulfillment.js +3 -0
  288. package/dist/fulfillment/common/fulfillment.js.map +1 -0
  289. package/dist/fulfillment/common/geo-zone.d.ts +76 -0
  290. package/dist/fulfillment/common/geo-zone.d.ts.map +1 -0
  291. package/dist/fulfillment/common/geo-zone.js +3 -0
  292. package/dist/fulfillment/common/geo-zone.js.map +1 -0
  293. package/dist/fulfillment/common/index.d.ts +15 -0
  294. package/dist/fulfillment/common/index.d.ts.map +1 -0
  295. package/dist/fulfillment/common/index.js +31 -0
  296. package/dist/fulfillment/common/index.js.map +1 -0
  297. package/dist/fulfillment/common/order.d.ts +969 -0
  298. package/dist/fulfillment/common/order.d.ts.map +1 -0
  299. package/dist/fulfillment/common/order.js +3 -0
  300. package/dist/fulfillment/common/order.js.map +1 -0
  301. package/dist/fulfillment/common/service-zone.d.ts +79 -0
  302. package/dist/fulfillment/common/service-zone.d.ts.map +1 -0
  303. package/dist/fulfillment/common/service-zone.js +3 -0
  304. package/dist/fulfillment/common/service-zone.js.map +1 -0
  305. package/dist/fulfillment/common/shipping-option-rule.d.ts +73 -0
  306. package/dist/fulfillment/common/shipping-option-rule.d.ts.map +1 -0
  307. package/dist/fulfillment/common/shipping-option-rule.js +3 -0
  308. package/dist/fulfillment/common/shipping-option-rule.js.map +1 -0
  309. package/dist/fulfillment/common/shipping-option-type.d.ts +65 -0
  310. package/dist/fulfillment/common/shipping-option-type.d.ts.map +1 -0
  311. package/dist/fulfillment/common/shipping-option-type.js +3 -0
  312. package/dist/fulfillment/common/shipping-option-type.js.map +1 -0
  313. package/dist/fulfillment/common/shipping-option.d.ts +171 -0
  314. package/dist/fulfillment/common/shipping-option.d.ts.map +1 -0
  315. package/dist/fulfillment/common/shipping-option.js +3 -0
  316. package/dist/fulfillment/common/shipping-option.js.map +1 -0
  317. package/dist/fulfillment/common/shipping-profile.d.ts +61 -0
  318. package/dist/fulfillment/common/shipping-profile.d.ts.map +1 -0
  319. package/dist/fulfillment/common/shipping-profile.js +3 -0
  320. package/dist/fulfillment/common/shipping-profile.js.map +1 -0
  321. package/dist/fulfillment/index.d.ts +6 -0
  322. package/dist/fulfillment/index.d.ts.map +1 -0
  323. package/dist/fulfillment/index.js +22 -0
  324. package/dist/fulfillment/index.js.map +1 -0
  325. package/dist/fulfillment/mutations/fulfillment-address.d.ts +54 -0
  326. package/dist/fulfillment/mutations/fulfillment-address.d.ts.map +1 -0
  327. package/dist/fulfillment/mutations/fulfillment-address.js +3 -0
  328. package/dist/fulfillment/mutations/fulfillment-address.js.map +1 -0
  329. package/dist/fulfillment/mutations/fulfillment-item.d.ts +34 -0
  330. package/dist/fulfillment/mutations/fulfillment-item.d.ts.map +1 -0
  331. package/dist/fulfillment/mutations/fulfillment-item.js +3 -0
  332. package/dist/fulfillment/mutations/fulfillment-item.js.map +1 -0
  333. package/dist/fulfillment/mutations/fulfillment-label.d.ts +22 -0
  334. package/dist/fulfillment/mutations/fulfillment-label.d.ts.map +1 -0
  335. package/dist/fulfillment/mutations/fulfillment-label.js +3 -0
  336. package/dist/fulfillment/mutations/fulfillment-label.js.map +1 -0
  337. package/dist/fulfillment/mutations/fulfillment-set.d.ts +45 -0
  338. package/dist/fulfillment/mutations/fulfillment-set.d.ts.map +1 -0
  339. package/dist/fulfillment/mutations/fulfillment-set.js +3 -0
  340. package/dist/fulfillment/mutations/fulfillment-set.js.map +1 -0
  341. package/dist/fulfillment/mutations/fulfillment.d.ts +110 -0
  342. package/dist/fulfillment/mutations/fulfillment.d.ts.map +1 -0
  343. package/dist/fulfillment/mutations/fulfillment.js +3 -0
  344. package/dist/fulfillment/mutations/fulfillment.js.map +1 -0
  345. package/dist/fulfillment/mutations/geo-zone.d.ts +169 -0
  346. package/dist/fulfillment/mutations/geo-zone.d.ts.map +1 -0
  347. package/dist/fulfillment/mutations/geo-zone.js +3 -0
  348. package/dist/fulfillment/mutations/geo-zone.js.map +1 -0
  349. package/dist/fulfillment/mutations/index.d.ts +12 -0
  350. package/dist/fulfillment/mutations/index.d.ts.map +1 -0
  351. package/dist/fulfillment/mutations/index.js +28 -0
  352. package/dist/fulfillment/mutations/index.js.map +1 -0
  353. package/dist/fulfillment/mutations/service-zone.d.ts +46 -0
  354. package/dist/fulfillment/mutations/service-zone.d.ts.map +1 -0
  355. package/dist/fulfillment/mutations/service-zone.js +3 -0
  356. package/dist/fulfillment/mutations/service-zone.js.map +1 -0
  357. package/dist/fulfillment/mutations/shipping-option-rule.d.ts +32 -0
  358. package/dist/fulfillment/mutations/shipping-option-rule.d.ts.map +1 -0
  359. package/dist/fulfillment/mutations/shipping-option-rule.js +3 -0
  360. package/dist/fulfillment/mutations/shipping-option-rule.js.map +1 -0
  361. package/dist/fulfillment/mutations/shipping-option-type.d.ts +31 -0
  362. package/dist/fulfillment/mutations/shipping-option-type.d.ts.map +1 -0
  363. package/dist/fulfillment/mutations/shipping-option-type.js +3 -0
  364. package/dist/fulfillment/mutations/shipping-option-type.js.map +1 -0
  365. package/dist/fulfillment/mutations/shipping-option.d.ts +135 -0
  366. package/dist/fulfillment/mutations/shipping-option.d.ts.map +1 -0
  367. package/dist/fulfillment/mutations/shipping-option.js +3 -0
  368. package/dist/fulfillment/mutations/shipping-option.js.map +1 -0
  369. package/dist/fulfillment/mutations/shipping-profile.d.ts +41 -0
  370. package/dist/fulfillment/mutations/shipping-profile.d.ts.map +1 -0
  371. package/dist/fulfillment/mutations/shipping-profile.js +3 -0
  372. package/dist/fulfillment/mutations/shipping-profile.js.map +1 -0
  373. package/dist/fulfillment/provider.d.ts +124 -0
  374. package/dist/fulfillment/provider.d.ts.map +1 -0
  375. package/dist/fulfillment/provider.js +3 -0
  376. package/dist/fulfillment/provider.js.map +1 -0
  377. package/dist/fulfillment/service.d.ts +2307 -0
  378. package/dist/fulfillment/service.d.ts.map +1 -0
  379. package/dist/fulfillment/service.js +3 -0
  380. package/dist/fulfillment/service.js.map +1 -0
  381. package/dist/fulfillment/workflows.d.ts +11 -0
  382. package/dist/fulfillment/workflows.d.ts.map +1 -0
  383. package/dist/fulfillment/workflows.js +3 -0
  384. package/dist/fulfillment/workflows.js.map +1 -0
  385. package/dist/http/address/entities.d.ts +18 -0
  386. package/dist/http/address/entities.d.ts.map +1 -0
  387. package/dist/http/address/entities.js +3 -0
  388. package/dist/http/address/entities.js.map +1 -0
  389. package/dist/http/address/index.d.ts +2 -0
  390. package/dist/http/address/index.d.ts.map +1 -0
  391. package/dist/http/address/index.js +18 -0
  392. package/dist/http/address/index.js.map +1 -0
  393. package/dist/http/api-key/admin/index.d.ts +4 -0
  394. package/dist/http/api-key/admin/index.d.ts.map +1 -0
  395. package/dist/http/api-key/admin/index.js +20 -0
  396. package/dist/http/api-key/admin/index.js.map +1 -0
  397. package/dist/http/api-key/admin/payloads.d.ts +21 -0
  398. package/dist/http/api-key/admin/payloads.d.ts.map +1 -0
  399. package/dist/http/api-key/admin/payloads.js +3 -0
  400. package/dist/http/api-key/admin/payloads.js.map +1 -0
  401. package/dist/http/api-key/admin/queries.d.ts +42 -0
  402. package/dist/http/api-key/admin/queries.d.ts.map +1 -0
  403. package/dist/http/api-key/admin/queries.js +3 -0
  404. package/dist/http/api-key/admin/queries.js.map +1 -0
  405. package/dist/http/api-key/admin/responses.d.ts +68 -0
  406. package/dist/http/api-key/admin/responses.d.ts.map +1 -0
  407. package/dist/http/api-key/admin/responses.js +3 -0
  408. package/dist/http/api-key/admin/responses.js.map +1 -0
  409. package/dist/http/api-key/index.d.ts +2 -0
  410. package/dist/http/api-key/index.d.ts.map +1 -0
  411. package/dist/http/api-key/index.js +18 -0
  412. package/dist/http/api-key/index.js.map +1 -0
  413. package/dist/http/auth/index.d.ts +2 -0
  414. package/dist/http/auth/index.d.ts.map +1 -0
  415. package/dist/http/auth/index.js +18 -0
  416. package/dist/http/auth/index.js.map +1 -0
  417. package/dist/http/auth/payloads.d.ts +7 -0
  418. package/dist/http/auth/payloads.d.ts.map +1 -0
  419. package/dist/http/auth/payloads.js +3 -0
  420. package/dist/http/auth/payloads.js.map +1 -0
  421. package/dist/http/campaign/admin/index.d.ts +4 -0
  422. package/dist/http/campaign/admin/index.d.ts.map +1 -0
  423. package/dist/http/campaign/admin/index.js +20 -0
  424. package/dist/http/campaign/admin/index.js.map +1 -0
  425. package/dist/http/campaign/admin/payloads.d.ts +102 -0
  426. package/dist/http/campaign/admin/payloads.d.ts.map +1 -0
  427. package/dist/http/campaign/admin/payloads.js +3 -0
  428. package/dist/http/campaign/admin/payloads.js.map +1 -0
  429. package/dist/http/campaign/admin/queries.d.ts +14 -0
  430. package/dist/http/campaign/admin/queries.d.ts.map +1 -0
  431. package/dist/http/campaign/admin/queries.js +3 -0
  432. package/dist/http/campaign/admin/queries.js.map +1 -0
  433. package/dist/http/campaign/admin/responses.d.ts +80 -0
  434. package/dist/http/campaign/admin/responses.d.ts.map +1 -0
  435. package/dist/http/campaign/admin/responses.js +3 -0
  436. package/dist/http/campaign/admin/responses.js.map +1 -0
  437. package/dist/http/campaign/index.d.ts +2 -0
  438. package/dist/http/campaign/index.d.ts.map +1 -0
  439. package/dist/http/campaign/index.js +18 -0
  440. package/dist/http/campaign/index.js.map +1 -0
  441. package/dist/http/cart/common.d.ts +662 -0
  442. package/dist/http/cart/common.d.ts.map +1 -0
  443. package/dist/http/cart/common.js +3 -0
  444. package/dist/http/cart/common.js.map +1 -0
  445. package/dist/http/cart/index.d.ts +2 -0
  446. package/dist/http/cart/index.d.ts.map +1 -0
  447. package/dist/http/cart/index.js +18 -0
  448. package/dist/http/cart/index.js.map +1 -0
  449. package/dist/http/cart/store/entities.d.ts +73 -0
  450. package/dist/http/cart/store/entities.d.ts.map +1 -0
  451. package/dist/http/cart/store/entities.js +3 -0
  452. package/dist/http/cart/store/entities.js.map +1 -0
  453. package/dist/http/cart/store/index.d.ts +4 -0
  454. package/dist/http/cart/store/index.d.ts.map +1 -0
  455. package/dist/http/cart/store/index.js +20 -0
  456. package/dist/http/cart/store/index.js.map +1 -0
  457. package/dist/http/cart/store/payloads.d.ts +159 -0
  458. package/dist/http/cart/store/payloads.d.ts.map +1 -0
  459. package/dist/http/cart/store/payloads.js +3 -0
  460. package/dist/http/cart/store/payloads.js.map +1 -0
  461. package/dist/http/cart/store/responses.d.ts +48 -0
  462. package/dist/http/cart/store/responses.d.ts.map +1 -0
  463. package/dist/http/cart/store/responses.js +3 -0
  464. package/dist/http/cart/store/responses.js.map +1 -0
  465. package/dist/http/claim/admin/entities.d.ts +18 -0
  466. package/dist/http/claim/admin/entities.d.ts.map +1 -0
  467. package/dist/http/claim/admin/entities.js +3 -0
  468. package/dist/http/claim/admin/entities.js.map +1 -0
  469. package/dist/http/claim/admin/index.d.ts +5 -0
  470. package/dist/http/claim/admin/index.d.ts.map +1 -0
  471. package/dist/http/claim/admin/index.js +21 -0
  472. package/dist/http/claim/admin/index.js.map +1 -0
  473. package/dist/http/claim/admin/payloads.d.ts +138 -0
  474. package/dist/http/claim/admin/payloads.d.ts.map +1 -0
  475. package/dist/http/claim/admin/payloads.js +10 -0
  476. package/dist/http/claim/admin/payloads.js.map +1 -0
  477. package/dist/http/claim/admin/queries.d.ts +13 -0
  478. package/dist/http/claim/admin/queries.d.ts.map +1 -0
  479. package/dist/http/claim/admin/queries.js +3 -0
  480. package/dist/http/claim/admin/queries.js.map +1 -0
  481. package/dist/http/claim/admin/responses.d.ts +54 -0
  482. package/dist/http/claim/admin/responses.d.ts.map +1 -0
  483. package/dist/http/claim/admin/responses.js +3 -0
  484. package/dist/http/claim/admin/responses.js.map +1 -0
  485. package/dist/http/claim/common.d.ts +131 -0
  486. package/dist/http/claim/common.d.ts.map +1 -0
  487. package/dist/http/claim/common.js +3 -0
  488. package/dist/http/claim/common.js.map +1 -0
  489. package/dist/http/claim/index.d.ts +2 -0
  490. package/dist/http/claim/index.d.ts.map +1 -0
  491. package/dist/http/claim/index.js +18 -0
  492. package/dist/http/claim/index.js.map +1 -0
  493. package/dist/http/collection/admin/entities.d.ts +4 -0
  494. package/dist/http/collection/admin/entities.d.ts.map +1 -0
  495. package/dist/http/collection/admin/entities.js +3 -0
  496. package/dist/http/collection/admin/entities.js.map +1 -0
  497. package/dist/http/collection/admin/index.d.ts +5 -0
  498. package/dist/http/collection/admin/index.d.ts.map +1 -0
  499. package/dist/http/collection/admin/index.js +21 -0
  500. package/dist/http/collection/admin/index.js.map +1 -0
  501. package/dist/http/collection/admin/payloads.d.ts +39 -0
  502. package/dist/http/collection/admin/payloads.d.ts.map +1 -0
  503. package/dist/http/collection/admin/payloads.js +3 -0
  504. package/dist/http/collection/admin/payloads.js.map +1 -0
  505. package/dist/http/collection/admin/queries.d.ts +11 -0
  506. package/dist/http/collection/admin/queries.d.ts.map +1 -0
  507. package/dist/http/collection/admin/queries.js +3 -0
  508. package/dist/http/collection/admin/queries.js.map +1 -0
  509. package/dist/http/collection/admin/responses.d.ts +18 -0
  510. package/dist/http/collection/admin/responses.d.ts.map +1 -0
  511. package/dist/http/collection/admin/responses.js +3 -0
  512. package/dist/http/collection/admin/responses.js.map +1 -0
  513. package/dist/http/collection/common.d.ts +66 -0
  514. package/dist/http/collection/common.d.ts.map +1 -0
  515. package/dist/http/collection/common.js +3 -0
  516. package/dist/http/collection/common.js.map +1 -0
  517. package/dist/http/collection/index.d.ts +3 -0
  518. package/dist/http/collection/index.d.ts.map +1 -0
  519. package/dist/http/collection/index.js +19 -0
  520. package/dist/http/collection/index.js.map +1 -0
  521. package/dist/http/collection/store/entities.d.ts +9 -0
  522. package/dist/http/collection/store/entities.d.ts.map +1 -0
  523. package/dist/http/collection/store/entities.js +3 -0
  524. package/dist/http/collection/store/entities.js.map +1 -0
  525. package/dist/http/collection/store/index.d.ts +4 -0
  526. package/dist/http/collection/store/index.d.ts.map +1 -0
  527. package/dist/http/collection/store/index.js +20 -0
  528. package/dist/http/collection/store/index.js.map +1 -0
  529. package/dist/http/collection/store/queries.d.ts +4 -0
  530. package/dist/http/collection/store/queries.d.ts.map +1 -0
  531. package/dist/http/collection/store/queries.js +3 -0
  532. package/dist/http/collection/store/queries.js.map +1 -0
  533. package/dist/http/collection/store/responses.d.ts +15 -0
  534. package/dist/http/collection/store/responses.d.ts.map +1 -0
  535. package/dist/http/collection/store/responses.js +3 -0
  536. package/dist/http/collection/store/responses.js.map +1 -0
  537. package/dist/http/common/additional_data.d.ts +8 -0
  538. package/dist/http/common/additional_data.d.ts.map +1 -0
  539. package/dist/http/common/additional_data.js +3 -0
  540. package/dist/http/common/additional_data.js.map +1 -0
  541. package/dist/http/common/index.d.ts +4 -0
  542. package/dist/http/common/index.d.ts.map +1 -0
  543. package/dist/http/common/index.js +20 -0
  544. package/dist/http/common/index.js.map +1 -0
  545. package/dist/http/common/request.d.ts +36 -0
  546. package/dist/http/common/request.d.ts.map +1 -0
  547. package/dist/http/common/request.js +3 -0
  548. package/dist/http/common/request.js.map +1 -0
  549. package/dist/http/common/response.d.ts +44 -0
  550. package/dist/http/common/response.d.ts.map +1 -0
  551. package/dist/http/common/response.js +3 -0
  552. package/dist/http/common/response.js.map +1 -0
  553. package/dist/http/currency/admin/entities.d.ts +4 -0
  554. package/dist/http/currency/admin/entities.d.ts.map +1 -0
  555. package/dist/http/currency/admin/entities.js +3 -0
  556. package/dist/http/currency/admin/entities.js.map +1 -0
  557. package/dist/http/currency/admin/index.d.ts +4 -0
  558. package/dist/http/currency/admin/index.d.ts.map +1 -0
  559. package/dist/http/currency/admin/index.js +20 -0
  560. package/dist/http/currency/admin/index.js.map +1 -0
  561. package/dist/http/currency/admin/queries.d.ts +15 -0
  562. package/dist/http/currency/admin/queries.d.ts.map +1 -0
  563. package/dist/http/currency/admin/queries.js +3 -0
  564. package/dist/http/currency/admin/queries.js.map +1 -0
  565. package/dist/http/currency/admin/responses.d.ts +16 -0
  566. package/dist/http/currency/admin/responses.d.ts.map +1 -0
  567. package/dist/http/currency/admin/responses.js +3 -0
  568. package/dist/http/currency/admin/responses.js.map +1 -0
  569. package/dist/http/currency/common.d.ts +48 -0
  570. package/dist/http/currency/common.d.ts.map +1 -0
  571. package/dist/http/currency/common.js +3 -0
  572. package/dist/http/currency/common.js.map +1 -0
  573. package/dist/http/currency/index.d.ts +4 -0
  574. package/dist/http/currency/index.d.ts.map +1 -0
  575. package/dist/http/currency/index.js +20 -0
  576. package/dist/http/currency/index.js.map +1 -0
  577. package/dist/http/currency/store/entities.d.ts +4 -0
  578. package/dist/http/currency/store/entities.d.ts.map +1 -0
  579. package/dist/http/currency/store/entities.js +3 -0
  580. package/dist/http/currency/store/entities.js.map +1 -0
  581. package/dist/http/currency/store/index.d.ts +4 -0
  582. package/dist/http/currency/store/index.d.ts.map +1 -0
  583. package/dist/http/currency/store/index.js +20 -0
  584. package/dist/http/currency/store/index.js.map +1 -0
  585. package/dist/http/currency/store/queries.d.ts +7 -0
  586. package/dist/http/currency/store/queries.d.ts.map +1 -0
  587. package/dist/http/currency/store/queries.js +3 -0
  588. package/dist/http/currency/store/queries.js.map +1 -0
  589. package/dist/http/currency/store/responses.d.ts +10 -0
  590. package/dist/http/currency/store/responses.d.ts.map +1 -0
  591. package/dist/http/currency/store/responses.js +3 -0
  592. package/dist/http/currency/store/responses.js.map +1 -0
  593. package/dist/http/customer/admin/entities.d.ts +19 -0
  594. package/dist/http/customer/admin/entities.d.ts.map +1 -0
  595. package/dist/http/customer/admin/entities.js +3 -0
  596. package/dist/http/customer/admin/entities.js.map +1 -0
  597. package/dist/http/customer/admin/index.d.ts +5 -0
  598. package/dist/http/customer/admin/index.d.ts.map +1 -0
  599. package/dist/http/customer/admin/index.js +21 -0
  600. package/dist/http/customer/admin/index.js.map +1 -0
  601. package/dist/http/customer/admin/payloads.d.ts +10 -0
  602. package/dist/http/customer/admin/payloads.d.ts.map +1 -0
  603. package/dist/http/customer/admin/payloads.js +3 -0
  604. package/dist/http/customer/admin/payloads.js.map +1 -0
  605. package/dist/http/customer/admin/queries.d.ts +14 -0
  606. package/dist/http/customer/admin/queries.d.ts.map +1 -0
  607. package/dist/http/customer/admin/queries.js +3 -0
  608. package/dist/http/customer/admin/queries.js.map +1 -0
  609. package/dist/http/customer/admin/responses.d.ts +24 -0
  610. package/dist/http/customer/admin/responses.d.ts.map +1 -0
  611. package/dist/http/customer/admin/responses.js +3 -0
  612. package/dist/http/customer/admin/responses.js.map +1 -0
  613. package/dist/http/customer/common.d.ts +406 -0
  614. package/dist/http/customer/common.d.ts.map +1 -0
  615. package/dist/http/customer/common.js +3 -0
  616. package/dist/http/customer/common.js.map +1 -0
  617. package/dist/http/customer/index.d.ts +3 -0
  618. package/dist/http/customer/index.d.ts.map +1 -0
  619. package/dist/http/customer/index.js +19 -0
  620. package/dist/http/customer/index.js.map +1 -0
  621. package/dist/http/customer/store/entities.d.ts +10 -0
  622. package/dist/http/customer/store/entities.d.ts.map +1 -0
  623. package/dist/http/customer/store/entities.js +3 -0
  624. package/dist/http/customer/store/entities.js.map +1 -0
  625. package/dist/http/customer/store/index.d.ts +5 -0
  626. package/dist/http/customer/store/index.d.ts.map +1 -0
  627. package/dist/http/customer/store/index.js +21 -0
  628. package/dist/http/customer/store/index.js.map +1 -0
  629. package/dist/http/customer/store/payloads.d.ts +10 -0
  630. package/dist/http/customer/store/payloads.d.ts.map +1 -0
  631. package/dist/http/customer/store/payloads.js +3 -0
  632. package/dist/http/customer/store/payloads.js.map +1 -0
  633. package/dist/http/customer/store/queries.d.ts +6 -0
  634. package/dist/http/customer/store/queries.d.ts.map +1 -0
  635. package/dist/http/customer/store/queries.js +3 -0
  636. package/dist/http/customer/store/queries.js.map +1 -0
  637. package/dist/http/customer/store/responses.d.ts +23 -0
  638. package/dist/http/customer/store/responses.d.ts.map +1 -0
  639. package/dist/http/customer/store/responses.js +3 -0
  640. package/dist/http/customer/store/responses.js.map +1 -0
  641. package/dist/http/customer-group/admin/entities.d.ts +9 -0
  642. package/dist/http/customer-group/admin/entities.d.ts.map +1 -0
  643. package/dist/http/customer-group/admin/entities.js +3 -0
  644. package/dist/http/customer-group/admin/entities.js.map +1 -0
  645. package/dist/http/customer-group/admin/index.d.ts +5 -0
  646. package/dist/http/customer-group/admin/index.d.ts.map +1 -0
  647. package/dist/http/customer-group/admin/index.js +21 -0
  648. package/dist/http/customer-group/admin/index.js.map +1 -0
  649. package/dist/http/customer-group/admin/payloads.d.ts +21 -0
  650. package/dist/http/customer-group/admin/payloads.d.ts.map +1 -0
  651. package/dist/http/customer-group/admin/payloads.js +3 -0
  652. package/dist/http/customer-group/admin/payloads.js.map +1 -0
  653. package/dist/http/customer-group/admin/queries.d.ts +87 -0
  654. package/dist/http/customer-group/admin/queries.d.ts.map +1 -0
  655. package/dist/http/customer-group/admin/queries.js +3 -0
  656. package/dist/http/customer-group/admin/queries.js.map +1 -0
  657. package/dist/http/customer-group/admin/responses.d.ts +15 -0
  658. package/dist/http/customer-group/admin/responses.d.ts.map +1 -0
  659. package/dist/http/customer-group/admin/responses.js +3 -0
  660. package/dist/http/customer-group/admin/responses.js.map +1 -0
  661. package/dist/http/customer-group/common.d.ts +28 -0
  662. package/dist/http/customer-group/common.d.ts.map +1 -0
  663. package/dist/http/customer-group/common.js +3 -0
  664. package/dist/http/customer-group/common.js.map +1 -0
  665. package/dist/http/customer-group/index.d.ts +2 -0
  666. package/dist/http/customer-group/index.d.ts.map +1 -0
  667. package/dist/http/customer-group/index.js +18 -0
  668. package/dist/http/customer-group/index.js.map +1 -0
  669. package/dist/http/exchange/admin/entities.d.ts +4 -0
  670. package/dist/http/exchange/admin/entities.d.ts.map +1 -0
  671. package/dist/http/exchange/admin/entities.js +3 -0
  672. package/dist/http/exchange/admin/entities.js.map +1 -0
  673. package/dist/http/exchange/admin/index.d.ts +5 -0
  674. package/dist/http/exchange/admin/index.d.ts.map +1 -0
  675. package/dist/http/exchange/admin/index.js +21 -0
  676. package/dist/http/exchange/admin/index.js.map +1 -0
  677. package/dist/http/exchange/admin/payloads.d.ts +134 -0
  678. package/dist/http/exchange/admin/payloads.d.ts.map +1 -0
  679. package/dist/http/exchange/admin/payloads.js +10 -0
  680. package/dist/http/exchange/admin/payloads.js.map +1 -0
  681. package/dist/http/exchange/admin/queries.d.ts +11 -0
  682. package/dist/http/exchange/admin/queries.d.ts.map +1 -0
  683. package/dist/http/exchange/admin/queries.js +3 -0
  684. package/dist/http/exchange/admin/queries.js.map +1 -0
  685. package/dist/http/exchange/admin/responses.d.ts +50 -0
  686. package/dist/http/exchange/admin/responses.d.ts.map +1 -0
  687. package/dist/http/exchange/admin/responses.js +3 -0
  688. package/dist/http/exchange/admin/responses.js.map +1 -0
  689. package/dist/http/exchange/common.d.ts +155 -0
  690. package/dist/http/exchange/common.d.ts.map +1 -0
  691. package/dist/http/exchange/common.js +3 -0
  692. package/dist/http/exchange/common.js.map +1 -0
  693. package/dist/http/exchange/index.d.ts +2 -0
  694. package/dist/http/exchange/index.d.ts.map +1 -0
  695. package/dist/http/exchange/index.js +18 -0
  696. package/dist/http/exchange/index.js.map +1 -0
  697. package/dist/http/file/admin/entities.d.ts +4 -0
  698. package/dist/http/file/admin/entities.d.ts.map +1 -0
  699. package/dist/http/file/admin/entities.js +3 -0
  700. package/dist/http/file/admin/entities.js.map +1 -0
  701. package/dist/http/file/admin/index.d.ts +4 -0
  702. package/dist/http/file/admin/index.d.ts.map +1 -0
  703. package/dist/http/file/admin/index.js +20 -0
  704. package/dist/http/file/admin/index.js.map +1 -0
  705. package/dist/http/file/admin/payloads.d.ts +3 -0
  706. package/dist/http/file/admin/payloads.d.ts.map +1 -0
  707. package/dist/http/file/admin/payloads.js +3 -0
  708. package/dist/http/file/admin/payloads.js.map +1 -0
  709. package/dist/http/file/admin/responses.d.ts +10 -0
  710. package/dist/http/file/admin/responses.d.ts.map +1 -0
  711. package/dist/http/file/admin/responses.js +3 -0
  712. package/dist/http/file/admin/responses.js.map +1 -0
  713. package/dist/http/file/common.d.ts +11 -0
  714. package/dist/http/file/common.d.ts.map +1 -0
  715. package/dist/http/file/common.js +3 -0
  716. package/dist/http/file/common.js.map +1 -0
  717. package/dist/http/file/index.d.ts +3 -0
  718. package/dist/http/file/index.d.ts.map +1 -0
  719. package/dist/http/file/index.js +19 -0
  720. package/dist/http/file/index.js.map +1 -0
  721. package/dist/http/file/store.d.ts +4 -0
  722. package/dist/http/file/store.d.ts.map +1 -0
  723. package/dist/http/file/store.js +3 -0
  724. package/dist/http/file/store.js.map +1 -0
  725. package/dist/http/fulfillment/admin/entitites.d.ts +201 -0
  726. package/dist/http/fulfillment/admin/entitites.d.ts.map +1 -0
  727. package/dist/http/fulfillment/admin/entitites.js +3 -0
  728. package/dist/http/fulfillment/admin/entitites.js.map +1 -0
  729. package/dist/http/fulfillment/admin/index.d.ts +5 -0
  730. package/dist/http/fulfillment/admin/index.d.ts.map +1 -0
  731. package/dist/http/fulfillment/admin/index.js +21 -0
  732. package/dist/http/fulfillment/admin/index.js.map +1 -0
  733. package/dist/http/fulfillment/admin/payloads.d.ts +153 -0
  734. package/dist/http/fulfillment/admin/payloads.d.ts.map +1 -0
  735. package/dist/http/fulfillment/admin/payloads.js +3 -0
  736. package/dist/http/fulfillment/admin/payloads.js.map +1 -0
  737. package/dist/http/fulfillment/admin/queries.d.ts +7 -0
  738. package/dist/http/fulfillment/admin/queries.d.ts.map +1 -0
  739. package/dist/http/fulfillment/admin/queries.js +3 -0
  740. package/dist/http/fulfillment/admin/queries.js.map +1 -0
  741. package/dist/http/fulfillment/admin/responses.d.ts +8 -0
  742. package/dist/http/fulfillment/admin/responses.d.ts.map +1 -0
  743. package/dist/http/fulfillment/admin/responses.js +3 -0
  744. package/dist/http/fulfillment/admin/responses.js.map +1 -0
  745. package/dist/http/fulfillment/index.d.ts +3 -0
  746. package/dist/http/fulfillment/index.d.ts.map +1 -0
  747. package/dist/http/fulfillment/index.js +19 -0
  748. package/dist/http/fulfillment/index.js.map +1 -0
  749. package/dist/http/fulfillment/store/index.d.ts +83 -0
  750. package/dist/http/fulfillment/store/index.d.ts.map +1 -0
  751. package/dist/http/fulfillment/store/index.js +3 -0
  752. package/dist/http/fulfillment/store/index.js.map +1 -0
  753. package/dist/http/fulfillment-provider/admin/entities.d.ts +6 -0
  754. package/dist/http/fulfillment-provider/admin/entities.d.ts.map +1 -0
  755. package/dist/http/fulfillment-provider/admin/entities.js +3 -0
  756. package/dist/http/fulfillment-provider/admin/entities.js.map +1 -0
  757. package/dist/http/fulfillment-provider/admin/index.d.ts +4 -0
  758. package/dist/http/fulfillment-provider/admin/index.d.ts.map +1 -0
  759. package/dist/http/fulfillment-provider/admin/index.js +20 -0
  760. package/dist/http/fulfillment-provider/admin/index.js.map +1 -0
  761. package/dist/http/fulfillment-provider/admin/queries.d.ts +21 -0
  762. package/dist/http/fulfillment-provider/admin/queries.d.ts.map +1 -0
  763. package/dist/http/fulfillment-provider/admin/queries.js +3 -0
  764. package/dist/http/fulfillment-provider/admin/queries.js.map +1 -0
  765. package/dist/http/fulfillment-provider/admin/responses.d.ts +14 -0
  766. package/dist/http/fulfillment-provider/admin/responses.d.ts.map +1 -0
  767. package/dist/http/fulfillment-provider/admin/responses.js +3 -0
  768. package/dist/http/fulfillment-provider/admin/responses.js.map +1 -0
  769. package/dist/http/fulfillment-provider/common.d.ts +21 -0
  770. package/dist/http/fulfillment-provider/common.d.ts.map +1 -0
  771. package/dist/http/fulfillment-provider/common.js +3 -0
  772. package/dist/http/fulfillment-provider/common.js.map +1 -0
  773. package/dist/http/fulfillment-provider/index.d.ts +2 -0
  774. package/dist/http/fulfillment-provider/index.d.ts.map +1 -0
  775. package/dist/http/fulfillment-provider/index.js +18 -0
  776. package/dist/http/fulfillment-provider/index.js.map +1 -0
  777. package/dist/http/fulfillment-set/admin/entities.d.ts +120 -0
  778. package/dist/http/fulfillment-set/admin/entities.d.ts.map +1 -0
  779. package/dist/http/fulfillment-set/admin/entities.js +3 -0
  780. package/dist/http/fulfillment-set/admin/entities.js.map +1 -0
  781. package/dist/http/fulfillment-set/admin/index.d.ts +4 -0
  782. package/dist/http/fulfillment-set/admin/index.d.ts.map +1 -0
  783. package/dist/http/fulfillment-set/admin/index.js +20 -0
  784. package/dist/http/fulfillment-set/admin/index.js.map +1 -0
  785. package/dist/http/fulfillment-set/admin/payloads.d.ts +122 -0
  786. package/dist/http/fulfillment-set/admin/payloads.d.ts.map +1 -0
  787. package/dist/http/fulfillment-set/admin/payloads.js +3 -0
  788. package/dist/http/fulfillment-set/admin/payloads.js.map +1 -0
  789. package/dist/http/fulfillment-set/admin/queries.d.ts +12 -0
  790. package/dist/http/fulfillment-set/admin/queries.d.ts.map +1 -0
  791. package/dist/http/fulfillment-set/admin/queries.js +3 -0
  792. package/dist/http/fulfillment-set/admin/queries.js.map +1 -0
  793. package/dist/http/fulfillment-set/admin/responses.d.ts +19 -0
  794. package/dist/http/fulfillment-set/admin/responses.d.ts.map +1 -0
  795. package/dist/http/fulfillment-set/admin/responses.js +3 -0
  796. package/dist/http/fulfillment-set/admin/responses.js.map +1 -0
  797. package/dist/http/fulfillment-set/index.d.ts +2 -0
  798. package/dist/http/fulfillment-set/index.d.ts.map +1 -0
  799. package/dist/http/fulfillment-set/index.js +18 -0
  800. package/dist/http/fulfillment-set/index.js.map +1 -0
  801. package/dist/http/index.d.ts +44 -0
  802. package/dist/http/index.d.ts.map +1 -0
  803. package/dist/http/index.js +60 -0
  804. package/dist/http/index.js.map +1 -0
  805. package/dist/http/inventory/admin/entities.d.ts +117 -0
  806. package/dist/http/inventory/admin/entities.d.ts.map +1 -0
  807. package/dist/http/inventory/admin/entities.js +3 -0
  808. package/dist/http/inventory/admin/entities.js.map +1 -0
  809. package/dist/http/inventory/admin/index.d.ts +5 -0
  810. package/dist/http/inventory/admin/index.d.ts.map +1 -0
  811. package/dist/http/inventory/admin/index.js +21 -0
  812. package/dist/http/inventory/admin/index.js.map +1 -0
  813. package/dist/http/inventory/admin/payloads.d.ts +61 -0
  814. package/dist/http/inventory/admin/payloads.d.ts.map +1 -0
  815. package/dist/http/inventory/admin/payloads.js +3 -0
  816. package/dist/http/inventory/admin/payloads.js.map +1 -0
  817. package/dist/http/inventory/admin/queries.d.ts +58 -0
  818. package/dist/http/inventory/admin/queries.d.ts.map +1 -0
  819. package/dist/http/inventory/admin/queries.js +3 -0
  820. package/dist/http/inventory/admin/queries.js.map +1 -0
  821. package/dist/http/inventory/admin/responses.d.ts +17 -0
  822. package/dist/http/inventory/admin/responses.d.ts.map +1 -0
  823. package/dist/http/inventory/admin/responses.js +3 -0
  824. package/dist/http/inventory/admin/responses.js.map +1 -0
  825. package/dist/http/inventory/index.d.ts +2 -0
  826. package/dist/http/inventory/index.d.ts.map +1 -0
  827. package/dist/http/inventory/index.js +18 -0
  828. package/dist/http/inventory/index.js.map +1 -0
  829. package/dist/http/inventory-level/admin/entities.d.ts +39 -0
  830. package/dist/http/inventory-level/admin/entities.d.ts.map +1 -0
  831. package/dist/http/inventory-level/admin/entities.js +3 -0
  832. package/dist/http/inventory-level/admin/entities.js.map +1 -0
  833. package/dist/http/inventory-level/admin/index.d.ts +5 -0
  834. package/dist/http/inventory-level/admin/index.d.ts.map +1 -0
  835. package/dist/http/inventory-level/admin/index.js +21 -0
  836. package/dist/http/inventory-level/admin/index.js.map +1 -0
  837. package/dist/http/inventory-level/admin/payloads.d.ts +45 -0
  838. package/dist/http/inventory-level/admin/payloads.d.ts.map +1 -0
  839. package/dist/http/inventory-level/admin/payloads.js +3 -0
  840. package/dist/http/inventory-level/admin/payloads.js.map +1 -0
  841. package/dist/http/inventory-level/admin/queries.d.ts +9 -0
  842. package/dist/http/inventory-level/admin/queries.d.ts.map +1 -0
  843. package/dist/http/inventory-level/admin/queries.js +3 -0
  844. package/dist/http/inventory-level/admin/queries.js.map +1 -0
  845. package/dist/http/inventory-level/admin/responses.d.ts +15 -0
  846. package/dist/http/inventory-level/admin/responses.d.ts.map +1 -0
  847. package/dist/http/inventory-level/admin/responses.js +3 -0
  848. package/dist/http/inventory-level/admin/responses.js.map +1 -0
  849. package/dist/http/inventory-level/index.d.ts +2 -0
  850. package/dist/http/inventory-level/index.d.ts.map +1 -0
  851. package/dist/http/inventory-level/index.js +18 -0
  852. package/dist/http/inventory-level/index.js.map +1 -0
  853. package/dist/http/invite/admin/entities.d.ts +35 -0
  854. package/dist/http/invite/admin/entities.d.ts.map +1 -0
  855. package/dist/http/invite/admin/entities.js +3 -0
  856. package/dist/http/invite/admin/entities.js.map +1 -0
  857. package/dist/http/invite/admin/index.d.ts +5 -0
  858. package/dist/http/invite/admin/index.d.ts.map +1 -0
  859. package/dist/http/invite/admin/index.js +21 -0
  860. package/dist/http/invite/admin/index.js.map +1 -0
  861. package/dist/http/invite/admin/payloads.d.ts +25 -0
  862. package/dist/http/invite/admin/payloads.d.ts.map +1 -0
  863. package/dist/http/invite/admin/payloads.js +3 -0
  864. package/dist/http/invite/admin/payloads.js.map +1 -0
  865. package/dist/http/invite/admin/queries.d.ts +11 -0
  866. package/dist/http/invite/admin/queries.d.ts.map +1 -0
  867. package/dist/http/invite/admin/queries.js +3 -0
  868. package/dist/http/invite/admin/queries.js.map +1 -0
  869. package/dist/http/invite/admin/responses.d.ts +28 -0
  870. package/dist/http/invite/admin/responses.d.ts.map +1 -0
  871. package/dist/http/invite/admin/responses.js +3 -0
  872. package/dist/http/invite/admin/responses.js.map +1 -0
  873. package/dist/http/invite/index.d.ts +2 -0
  874. package/dist/http/invite/index.d.ts.map +1 -0
  875. package/dist/http/invite/index.js +18 -0
  876. package/dist/http/invite/index.js.map +1 -0
  877. package/dist/http/notification/admin/entities.d.ts +68 -0
  878. package/dist/http/notification/admin/entities.d.ts.map +1 -0
  879. package/dist/http/notification/admin/entities.js +3 -0
  880. package/dist/http/notification/admin/entities.js.map +1 -0
  881. package/dist/http/notification/admin/index.d.ts +4 -0
  882. package/dist/http/notification/admin/index.d.ts.map +1 -0
  883. package/dist/http/notification/admin/index.js +20 -0
  884. package/dist/http/notification/admin/index.js.map +1 -0
  885. package/dist/http/notification/admin/queries.d.ts +19 -0
  886. package/dist/http/notification/admin/queries.d.ts.map +1 -0
  887. package/dist/http/notification/admin/queries.js +3 -0
  888. package/dist/http/notification/admin/queries.js.map +1 -0
  889. package/dist/http/notification/admin/responses.d.ts +16 -0
  890. package/dist/http/notification/admin/responses.d.ts.map +1 -0
  891. package/dist/http/notification/admin/responses.js +3 -0
  892. package/dist/http/notification/admin/responses.js.map +1 -0
  893. package/dist/http/notification/index.d.ts +2 -0
  894. package/dist/http/notification/index.d.ts.map +1 -0
  895. package/dist/http/notification/index.js +18 -0
  896. package/dist/http/notification/index.js.map +1 -0
  897. package/dist/http/order/admin/entities.d.ts +154 -0
  898. package/dist/http/order/admin/entities.d.ts.map +1 -0
  899. package/dist/http/order/admin/entities.js +3 -0
  900. package/dist/http/order/admin/entities.js.map +1 -0
  901. package/dist/http/order/admin/index.d.ts +5 -0
  902. package/dist/http/order/admin/index.d.ts.map +1 -0
  903. package/dist/http/order/admin/index.js +21 -0
  904. package/dist/http/order/admin/index.js.map +1 -0
  905. package/dist/http/order/admin/payload.d.ts +142 -0
  906. package/dist/http/order/admin/payload.d.ts.map +1 -0
  907. package/dist/http/order/admin/payload.js +3 -0
  908. package/dist/http/order/admin/payload.js.map +1 -0
  909. package/dist/http/order/admin/queries.d.ts +65 -0
  910. package/dist/http/order/admin/queries.d.ts.map +1 -0
  911. package/dist/http/order/admin/queries.js +3 -0
  912. package/dist/http/order/admin/queries.js.map +1 -0
  913. package/dist/http/order/admin/responses.d.ts +39 -0
  914. package/dist/http/order/admin/responses.d.ts.map +1 -0
  915. package/dist/http/order/admin/responses.js +3 -0
  916. package/dist/http/order/admin/responses.js.map +1 -0
  917. package/dist/http/order/common.d.ts +1091 -0
  918. package/dist/http/order/common.d.ts.map +1 -0
  919. package/dist/http/order/common.js +3 -0
  920. package/dist/http/order/common.js.map +1 -0
  921. package/dist/http/order/index.d.ts +3 -0
  922. package/dist/http/order/index.d.ts.map +1 -0
  923. package/dist/http/order/index.js +19 -0
  924. package/dist/http/order/index.js.map +1 -0
  925. package/dist/http/order/store/entities.d.ts +83 -0
  926. package/dist/http/order/store/entities.d.ts.map +1 -0
  927. package/dist/http/order/store/entities.js +3 -0
  928. package/dist/http/order/store/entities.js.map +1 -0
  929. package/dist/http/order/store/index.d.ts +5 -0
  930. package/dist/http/order/store/index.d.ts.map +1 -0
  931. package/dist/http/order/store/index.js +21 -0
  932. package/dist/http/order/store/index.js.map +1 -0
  933. package/dist/http/order/store/payloads.d.ts +13 -0
  934. package/dist/http/order/store/payloads.d.ts.map +1 -0
  935. package/dist/http/order/store/payloads.js +3 -0
  936. package/dist/http/order/store/payloads.js.map +1 -0
  937. package/dist/http/order/store/queries.d.ts +14 -0
  938. package/dist/http/order/store/queries.d.ts.map +1 -0
  939. package/dist/http/order/store/queries.js +3 -0
  940. package/dist/http/order/store/queries.js.map +1 -0
  941. package/dist/http/order/store/responses.d.ts +15 -0
  942. package/dist/http/order/store/responses.d.ts.map +1 -0
  943. package/dist/http/order/store/responses.js +3 -0
  944. package/dist/http/order/store/responses.js.map +1 -0
  945. package/dist/http/order-edit/admin/index.d.ts +3 -0
  946. package/dist/http/order-edit/admin/index.d.ts.map +1 -0
  947. package/dist/http/order-edit/admin/index.js +19 -0
  948. package/dist/http/order-edit/admin/index.js.map +1 -0
  949. package/dist/http/order-edit/admin/payloads.d.ts +60 -0
  950. package/dist/http/order-edit/admin/payloads.d.ts.map +1 -0
  951. package/dist/http/order-edit/admin/payloads.js +3 -0
  952. package/dist/http/order-edit/admin/payloads.js.map +1 -0
  953. package/dist/http/order-edit/admin/responses.d.ts +16 -0
  954. package/dist/http/order-edit/admin/responses.d.ts.map +1 -0
  955. package/dist/http/order-edit/admin/responses.js +3 -0
  956. package/dist/http/order-edit/admin/responses.js.map +1 -0
  957. package/dist/http/order-edit/common.d.ts +10 -0
  958. package/dist/http/order-edit/common.d.ts.map +1 -0
  959. package/dist/http/order-edit/common.js +3 -0
  960. package/dist/http/order-edit/common.js.map +1 -0
  961. package/dist/http/order-edit/index.d.ts +3 -0
  962. package/dist/http/order-edit/index.d.ts.map +1 -0
  963. package/dist/http/order-edit/index.js +19 -0
  964. package/dist/http/order-edit/index.js.map +1 -0
  965. package/dist/http/payment/admin/entities.d.ts +46 -0
  966. package/dist/http/payment/admin/entities.d.ts.map +1 -0
  967. package/dist/http/payment/admin/entities.js +3 -0
  968. package/dist/http/payment/admin/entities.js.map +1 -0
  969. package/dist/http/payment/admin/index.d.ts +5 -0
  970. package/dist/http/payment/admin/index.d.ts.map +1 -0
  971. package/dist/http/payment/admin/index.js +21 -0
  972. package/dist/http/payment/admin/index.js.map +1 -0
  973. package/dist/http/payment/admin/payloads.d.ts +41 -0
  974. package/dist/http/payment/admin/payloads.d.ts.map +1 -0
  975. package/dist/http/payment/admin/payloads.js +3 -0
  976. package/dist/http/payment/admin/payloads.js.map +1 -0
  977. package/dist/http/payment/admin/queries.d.ts +49 -0
  978. package/dist/http/payment/admin/queries.d.ts.map +1 -0
  979. package/dist/http/payment/admin/queries.js +3 -0
  980. package/dist/http/payment/admin/queries.js.map +1 -0
  981. package/dist/http/payment/admin/responses.d.ts +45 -0
  982. package/dist/http/payment/admin/responses.d.ts.map +1 -0
  983. package/dist/http/payment/admin/responses.js +3 -0
  984. package/dist/http/payment/admin/responses.js.map +1 -0
  985. package/dist/http/payment/common.d.ts +389 -0
  986. package/dist/http/payment/common.d.ts.map +1 -0
  987. package/dist/http/payment/common.js +3 -0
  988. package/dist/http/payment/common.js.map +1 -0
  989. package/dist/http/payment/index.d.ts +3 -0
  990. package/dist/http/payment/index.d.ts.map +1 -0
  991. package/dist/http/payment/index.js +19 -0
  992. package/dist/http/payment/index.js.map +1 -0
  993. package/dist/http/payment/store/entities.d.ts +20 -0
  994. package/dist/http/payment/store/entities.d.ts.map +1 -0
  995. package/dist/http/payment/store/entities.js +3 -0
  996. package/dist/http/payment/store/entities.js.map +1 -0
  997. package/dist/http/payment/store/index.d.ts +5 -0
  998. package/dist/http/payment/store/index.d.ts.map +1 -0
  999. package/dist/http/payment/store/index.js +21 -0
  1000. package/dist/http/payment/store/index.js.map +1 -0
  1001. package/dist/http/payment/store/payloads.d.ts +22 -0
  1002. package/dist/http/payment/store/payloads.d.ts.map +1 -0
  1003. package/dist/http/payment/store/payloads.js +3 -0
  1004. package/dist/http/payment/store/payloads.js.map +1 -0
  1005. package/dist/http/payment/store/queries.d.ts +12 -0
  1006. package/dist/http/payment/store/queries.d.ts.map +1 -0
  1007. package/dist/http/payment/store/queries.js +3 -0
  1008. package/dist/http/payment/store/queries.js.map +1 -0
  1009. package/dist/http/payment/store/responses.d.ts +15 -0
  1010. package/dist/http/payment/store/responses.d.ts.map +1 -0
  1011. package/dist/http/payment/store/responses.js +3 -0
  1012. package/dist/http/payment/store/responses.js.map +1 -0
  1013. package/dist/http/price-list/admin/entities.d.ts +63 -0
  1014. package/dist/http/price-list/admin/entities.d.ts.map +1 -0
  1015. package/dist/http/price-list/admin/entities.js +3 -0
  1016. package/dist/http/price-list/admin/entities.js.map +1 -0
  1017. package/dist/http/price-list/admin/index.d.ts +5 -0
  1018. package/dist/http/price-list/admin/index.d.ts.map +1 -0
  1019. package/dist/http/price-list/admin/index.js +21 -0
  1020. package/dist/http/price-list/admin/index.js.map +1 -0
  1021. package/dist/http/price-list/admin/payloads.d.ts +148 -0
  1022. package/dist/http/price-list/admin/payloads.d.ts.map +1 -0
  1023. package/dist/http/price-list/admin/payloads.js +3 -0
  1024. package/dist/http/price-list/admin/payloads.js.map +1 -0
  1025. package/dist/http/price-list/admin/queries.d.ts +32 -0
  1026. package/dist/http/price-list/admin/queries.d.ts.map +1 -0
  1027. package/dist/http/price-list/admin/queries.js +3 -0
  1028. package/dist/http/price-list/admin/queries.js.map +1 -0
  1029. package/dist/http/price-list/admin/responses.d.ts +37 -0
  1030. package/dist/http/price-list/admin/responses.d.ts.map +1 -0
  1031. package/dist/http/price-list/admin/responses.js +3 -0
  1032. package/dist/http/price-list/admin/responses.js.map +1 -0
  1033. package/dist/http/price-list/index.d.ts +2 -0
  1034. package/dist/http/price-list/index.d.ts.map +1 -0
  1035. package/dist/http/price-list/index.js +18 -0
  1036. package/dist/http/price-list/index.js.map +1 -0
  1037. package/dist/http/pricing/admin/entities.d.ts +104 -0
  1038. package/dist/http/pricing/admin/entities.d.ts.map +1 -0
  1039. package/dist/http/pricing/admin/entities.js +3 -0
  1040. package/dist/http/pricing/admin/entities.js.map +1 -0
  1041. package/dist/http/pricing/admin/index.d.ts +5 -0
  1042. package/dist/http/pricing/admin/index.d.ts.map +1 -0
  1043. package/dist/http/pricing/admin/index.js +21 -0
  1044. package/dist/http/pricing/admin/index.js.map +1 -0
  1045. package/dist/http/pricing/admin/payloads.d.ts +39 -0
  1046. package/dist/http/pricing/admin/payloads.d.ts.map +1 -0
  1047. package/dist/http/pricing/admin/payloads.js +3 -0
  1048. package/dist/http/pricing/admin/payloads.js.map +1 -0
  1049. package/dist/http/pricing/admin/queries.d.ts +23 -0
  1050. package/dist/http/pricing/admin/queries.d.ts.map +1 -0
  1051. package/dist/http/pricing/admin/queries.js +3 -0
  1052. package/dist/http/pricing/admin/queries.js.map +1 -0
  1053. package/dist/http/pricing/admin/responses.d.ts +18 -0
  1054. package/dist/http/pricing/admin/responses.d.ts.map +1 -0
  1055. package/dist/http/pricing/admin/responses.js +3 -0
  1056. package/dist/http/pricing/admin/responses.js.map +1 -0
  1057. package/dist/http/pricing/common.d.ts +95 -0
  1058. package/dist/http/pricing/common.d.ts.map +1 -0
  1059. package/dist/http/pricing/common.js +3 -0
  1060. package/dist/http/pricing/common.js.map +1 -0
  1061. package/dist/http/pricing/index.d.ts +3 -0
  1062. package/dist/http/pricing/index.d.ts.map +1 -0
  1063. package/dist/http/pricing/index.js +19 -0
  1064. package/dist/http/pricing/index.js.map +1 -0
  1065. package/dist/http/pricing/store/entities.d.ts +52 -0
  1066. package/dist/http/pricing/store/entities.d.ts.map +1 -0
  1067. package/dist/http/pricing/store/entities.js +3 -0
  1068. package/dist/http/pricing/store/entities.js.map +1 -0
  1069. package/dist/http/pricing/store/index.d.ts +2 -0
  1070. package/dist/http/pricing/store/index.d.ts.map +1 -0
  1071. package/dist/http/pricing/store/index.js +18 -0
  1072. package/dist/http/pricing/store/index.js.map +1 -0
  1073. package/dist/http/product/admin/entitites.d.ts +83 -0
  1074. package/dist/http/product/admin/entitites.d.ts.map +1 -0
  1075. package/dist/http/product/admin/entitites.js +3 -0
  1076. package/dist/http/product/admin/entitites.js.map +1 -0
  1077. package/dist/http/product/admin/index.d.ts +5 -0
  1078. package/dist/http/product/admin/index.d.ts.map +1 -0
  1079. package/dist/http/product/admin/index.js +21 -0
  1080. package/dist/http/product/admin/index.js.map +1 -0
  1081. package/dist/http/product/admin/payloads.d.ts +544 -0
  1082. package/dist/http/product/admin/payloads.d.ts.map +1 -0
  1083. package/dist/http/product/admin/payloads.js +3 -0
  1084. package/dist/http/product/admin/payloads.js.map +1 -0
  1085. package/dist/http/product/admin/queries.d.ts +47 -0
  1086. package/dist/http/product/admin/queries.d.ts.map +1 -0
  1087. package/dist/http/product/admin/queries.js +3 -0
  1088. package/dist/http/product/admin/queries.js.map +1 -0
  1089. package/dist/http/product/admin/responses.d.ts +87 -0
  1090. package/dist/http/product/admin/responses.d.ts.map +1 -0
  1091. package/dist/http/product/admin/responses.js +3 -0
  1092. package/dist/http/product/admin/responses.js.map +1 -0
  1093. package/dist/http/product/common.d.ts +423 -0
  1094. package/dist/http/product/common.d.ts.map +1 -0
  1095. package/dist/http/product/common.js +3 -0
  1096. package/dist/http/product/common.js.map +1 -0
  1097. package/dist/http/product/index.d.ts +3 -0
  1098. package/dist/http/product/index.d.ts.map +1 -0
  1099. package/dist/http/product/index.js +19 -0
  1100. package/dist/http/product/index.js.map +1 -0
  1101. package/dist/http/product/store/entitites.d.ts +65 -0
  1102. package/dist/http/product/store/entitites.d.ts.map +1 -0
  1103. package/dist/http/product/store/entitites.js +3 -0
  1104. package/dist/http/product/store/entitites.js.map +1 -0
  1105. package/dist/http/product/store/index.d.ts +4 -0
  1106. package/dist/http/product/store/index.d.ts.map +1 -0
  1107. package/dist/http/product/store/index.js +20 -0
  1108. package/dist/http/product/store/index.js.map +1 -0
  1109. package/dist/http/product/store/queries.d.ts +37 -0
  1110. package/dist/http/product/store/queries.d.ts.map +1 -0
  1111. package/dist/http/product/store/queries.js +3 -0
  1112. package/dist/http/product/store/queries.js.map +1 -0
  1113. package/dist/http/product/store/responses.d.ts +15 -0
  1114. package/dist/http/product/store/responses.d.ts.map +1 -0
  1115. package/dist/http/product/store/responses.js +3 -0
  1116. package/dist/http/product/store/responses.js.map +1 -0
  1117. package/dist/http/product-category/admin/entities.d.ts +17 -0
  1118. package/dist/http/product-category/admin/entities.d.ts.map +1 -0
  1119. package/dist/http/product-category/admin/entities.js +3 -0
  1120. package/dist/http/product-category/admin/entities.js.map +1 -0
  1121. package/dist/http/product-category/admin/index.d.ts +5 -0
  1122. package/dist/http/product-category/admin/index.d.ts.map +1 -0
  1123. package/dist/http/product-category/admin/index.js +21 -0
  1124. package/dist/http/product-category/admin/index.js.map +1 -0
  1125. package/dist/http/product-category/admin/payloads.d.ts +85 -0
  1126. package/dist/http/product-category/admin/payloads.d.ts.map +1 -0
  1127. package/dist/http/product-category/admin/payloads.js +3 -0
  1128. package/dist/http/product-category/admin/payloads.js.map +1 -0
  1129. package/dist/http/product-category/admin/queries.d.ts +14 -0
  1130. package/dist/http/product-category/admin/queries.d.ts.map +1 -0
  1131. package/dist/http/product-category/admin/queries.js +3 -0
  1132. package/dist/http/product-category/admin/queries.js.map +1 -0
  1133. package/dist/http/product-category/admin/responses.d.ts +18 -0
  1134. package/dist/http/product-category/admin/responses.d.ts.map +1 -0
  1135. package/dist/http/product-category/admin/responses.js +3 -0
  1136. package/dist/http/product-category/admin/responses.js.map +1 -0
  1137. package/dist/http/product-category/common.d.ts +135 -0
  1138. package/dist/http/product-category/common.d.ts.map +1 -0
  1139. package/dist/http/product-category/common.js +3 -0
  1140. package/dist/http/product-category/common.js.map +1 -0
  1141. package/dist/http/product-category/index.d.ts +3 -0
  1142. package/dist/http/product-category/index.d.ts.map +1 -0
  1143. package/dist/http/product-category/index.js +19 -0
  1144. package/dist/http/product-category/index.js.map +1 -0
  1145. package/dist/http/product-category/store/entities.d.ts +17 -0
  1146. package/dist/http/product-category/store/entities.d.ts.map +1 -0
  1147. package/dist/http/product-category/store/entities.js +3 -0
  1148. package/dist/http/product-category/store/entities.js.map +1 -0
  1149. package/dist/http/product-category/store/index.d.ts +4 -0
  1150. package/dist/http/product-category/store/index.d.ts.map +1 -0
  1151. package/dist/http/product-category/store/index.js +20 -0
  1152. package/dist/http/product-category/store/index.js.map +1 -0
  1153. package/dist/http/product-category/store/queries.d.ts +6 -0
  1154. package/dist/http/product-category/store/queries.d.ts.map +1 -0
  1155. package/dist/http/product-category/store/queries.js +3 -0
  1156. package/dist/http/product-category/store/queries.js.map +1 -0
  1157. package/dist/http/product-category/store/responses.d.ts +16 -0
  1158. package/dist/http/product-category/store/responses.d.ts.map +1 -0
  1159. package/dist/http/product-category/store/responses.js +3 -0
  1160. package/dist/http/product-category/store/responses.js.map +1 -0
  1161. package/dist/http/product-tag/admin/entities.d.ts +4 -0
  1162. package/dist/http/product-tag/admin/entities.d.ts.map +1 -0
  1163. package/dist/http/product-tag/admin/entities.js +3 -0
  1164. package/dist/http/product-tag/admin/entities.js.map +1 -0
  1165. package/dist/http/product-tag/admin/index.d.ts +5 -0
  1166. package/dist/http/product-tag/admin/index.d.ts.map +1 -0
  1167. package/dist/http/product-tag/admin/index.js +21 -0
  1168. package/dist/http/product-tag/admin/index.js.map +1 -0
  1169. package/dist/http/product-tag/admin/payloads.d.ts +21 -0
  1170. package/dist/http/product-tag/admin/payloads.d.ts.map +1 -0
  1171. package/dist/http/product-tag/admin/payloads.js +3 -0
  1172. package/dist/http/product-tag/admin/payloads.js.map +1 -0
  1173. package/dist/http/product-tag/admin/queries.d.ts +12 -0
  1174. package/dist/http/product-tag/admin/queries.d.ts.map +1 -0
  1175. package/dist/http/product-tag/admin/queries.js +3 -0
  1176. package/dist/http/product-tag/admin/queries.js.map +1 -0
  1177. package/dist/http/product-tag/admin/responses.d.ts +18 -0
  1178. package/dist/http/product-tag/admin/responses.d.ts.map +1 -0
  1179. package/dist/http/product-tag/admin/responses.js +3 -0
  1180. package/dist/http/product-tag/admin/responses.js.map +1 -0
  1181. package/dist/http/product-tag/common.d.ts +51 -0
  1182. package/dist/http/product-tag/common.d.ts.map +1 -0
  1183. package/dist/http/product-tag/common.js +3 -0
  1184. package/dist/http/product-tag/common.js.map +1 -0
  1185. package/dist/http/product-tag/index.d.ts +3 -0
  1186. package/dist/http/product-tag/index.d.ts.map +1 -0
  1187. package/dist/http/product-tag/index.js +19 -0
  1188. package/dist/http/product-tag/index.js.map +1 -0
  1189. package/dist/http/product-tag/store/entities.d.ts +4 -0
  1190. package/dist/http/product-tag/store/entities.d.ts.map +1 -0
  1191. package/dist/http/product-tag/store/entities.js +3 -0
  1192. package/dist/http/product-tag/store/entities.js.map +1 -0
  1193. package/dist/http/product-tag/store/index.d.ts +3 -0
  1194. package/dist/http/product-tag/store/index.d.ts.map +1 -0
  1195. package/dist/http/product-tag/store/index.js +19 -0
  1196. package/dist/http/product-tag/store/index.js.map +1 -0
  1197. package/dist/http/product-tag/store/queries.d.ts +8 -0
  1198. package/dist/http/product-tag/store/queries.d.ts.map +1 -0
  1199. package/dist/http/product-tag/store/queries.js +3 -0
  1200. package/dist/http/product-tag/store/queries.js.map +1 -0
  1201. package/dist/http/product-type/admin/entities.d.ts +4 -0
  1202. package/dist/http/product-type/admin/entities.d.ts.map +1 -0
  1203. package/dist/http/product-type/admin/entities.js +3 -0
  1204. package/dist/http/product-type/admin/entities.js.map +1 -0
  1205. package/dist/http/product-type/admin/index.d.ts +5 -0
  1206. package/dist/http/product-type/admin/index.d.ts.map +1 -0
  1207. package/dist/http/product-type/admin/index.js +21 -0
  1208. package/dist/http/product-type/admin/index.js.map +1 -0
  1209. package/dist/http/product-type/admin/payloads.d.ts +21 -0
  1210. package/dist/http/product-type/admin/payloads.d.ts.map +1 -0
  1211. package/dist/http/product-type/admin/payloads.js +3 -0
  1212. package/dist/http/product-type/admin/payloads.js.map +1 -0
  1213. package/dist/http/product-type/admin/queries.d.ts +31 -0
  1214. package/dist/http/product-type/admin/queries.d.ts.map +1 -0
  1215. package/dist/http/product-type/admin/queries.js +3 -0
  1216. package/dist/http/product-type/admin/queries.js.map +1 -0
  1217. package/dist/http/product-type/admin/responses.d.ts +18 -0
  1218. package/dist/http/product-type/admin/responses.d.ts.map +1 -0
  1219. package/dist/http/product-type/admin/responses.js +3 -0
  1220. package/dist/http/product-type/admin/responses.js.map +1 -0
  1221. package/dist/http/product-type/common.d.ts +27 -0
  1222. package/dist/http/product-type/common.d.ts.map +1 -0
  1223. package/dist/http/product-type/common.js +3 -0
  1224. package/dist/http/product-type/common.js.map +1 -0
  1225. package/dist/http/product-type/index.d.ts +3 -0
  1226. package/dist/http/product-type/index.d.ts.map +1 -0
  1227. package/dist/http/product-type/index.js +19 -0
  1228. package/dist/http/product-type/index.js.map +1 -0
  1229. package/dist/http/product-type/store/entities.d.ts +4 -0
  1230. package/dist/http/product-type/store/entities.d.ts.map +1 -0
  1231. package/dist/http/product-type/store/entities.js +3 -0
  1232. package/dist/http/product-type/store/entities.js.map +1 -0
  1233. package/dist/http/product-type/store/index.d.ts +2 -0
  1234. package/dist/http/product-type/store/index.d.ts.map +1 -0
  1235. package/dist/http/product-type/store/index.js +18 -0
  1236. package/dist/http/product-type/store/index.js.map +1 -0
  1237. package/dist/http/promotion/admin/entities.d.ts +19 -0
  1238. package/dist/http/promotion/admin/entities.d.ts.map +1 -0
  1239. package/dist/http/promotion/admin/entities.js +3 -0
  1240. package/dist/http/promotion/admin/entities.js.map +1 -0
  1241. package/dist/http/promotion/admin/index.d.ts +5 -0
  1242. package/dist/http/promotion/admin/index.d.ts.map +1 -0
  1243. package/dist/http/promotion/admin/index.js +21 -0
  1244. package/dist/http/promotion/admin/index.js.map +1 -0
  1245. package/dist/http/promotion/admin/payloads.d.ts +69 -0
  1246. package/dist/http/promotion/admin/payloads.d.ts.map +1 -0
  1247. package/dist/http/promotion/admin/payloads.js +3 -0
  1248. package/dist/http/promotion/admin/payloads.js.map +1 -0
  1249. package/dist/http/promotion/admin/queries.d.ts +30 -0
  1250. package/dist/http/promotion/admin/queries.d.ts.map +1 -0
  1251. package/dist/http/promotion/admin/queries.js +3 -0
  1252. package/dist/http/promotion/admin/queries.js.map +1 -0
  1253. package/dist/http/promotion/admin/responses.d.ts +41 -0
  1254. package/dist/http/promotion/admin/responses.d.ts.map +1 -0
  1255. package/dist/http/promotion/admin/responses.js +3 -0
  1256. package/dist/http/promotion/admin/responses.js.map +1 -0
  1257. package/dist/http/promotion/common.d.ts +72 -0
  1258. package/dist/http/promotion/common.d.ts.map +1 -0
  1259. package/dist/http/promotion/common.js +3 -0
  1260. package/dist/http/promotion/common.js.map +1 -0
  1261. package/dist/http/promotion/index.d.ts +3 -0
  1262. package/dist/http/promotion/index.d.ts.map +1 -0
  1263. package/dist/http/promotion/index.js +19 -0
  1264. package/dist/http/promotion/index.js.map +1 -0
  1265. package/dist/http/promotion/store.d.ts +4 -0
  1266. package/dist/http/promotion/store.d.ts.map +1 -0
  1267. package/dist/http/promotion/store.js +3 -0
  1268. package/dist/http/promotion/store.js.map +1 -0
  1269. package/dist/http/region/admin/entities.d.ts +7 -0
  1270. package/dist/http/region/admin/entities.d.ts.map +1 -0
  1271. package/dist/http/region/admin/entities.js +3 -0
  1272. package/dist/http/region/admin/entities.js.map +1 -0
  1273. package/dist/http/region/admin/index.d.ts +5 -0
  1274. package/dist/http/region/admin/index.d.ts.map +1 -0
  1275. package/dist/http/region/admin/index.js +21 -0
  1276. package/dist/http/region/admin/index.js.map +1 -0
  1277. package/dist/http/region/admin/payloads.d.ts +19 -0
  1278. package/dist/http/region/admin/payloads.d.ts.map +1 -0
  1279. package/dist/http/region/admin/payloads.js +3 -0
  1280. package/dist/http/region/admin/payloads.js.map +1 -0
  1281. package/dist/http/region/admin/queries.d.ts +15 -0
  1282. package/dist/http/region/admin/queries.d.ts.map +1 -0
  1283. package/dist/http/region/admin/queries.js +3 -0
  1284. package/dist/http/region/admin/queries.js.map +1 -0
  1285. package/dist/http/region/admin/responses.d.ts +10 -0
  1286. package/dist/http/region/admin/responses.d.ts.map +1 -0
  1287. package/dist/http/region/admin/responses.js +3 -0
  1288. package/dist/http/region/admin/responses.js.map +1 -0
  1289. package/dist/http/region/common.d.ts +107 -0
  1290. package/dist/http/region/common.d.ts.map +1 -0
  1291. package/dist/http/region/common.js +3 -0
  1292. package/dist/http/region/common.js.map +1 -0
  1293. package/dist/http/region/index.d.ts +3 -0
  1294. package/dist/http/region/index.d.ts.map +1 -0
  1295. package/dist/http/region/index.js +19 -0
  1296. package/dist/http/region/index.js.map +1 -0
  1297. package/dist/http/region/store/entities.d.ts +6 -0
  1298. package/dist/http/region/store/entities.d.ts.map +1 -0
  1299. package/dist/http/region/store/entities.js +3 -0
  1300. package/dist/http/region/store/entities.js.map +1 -0
  1301. package/dist/http/region/store/index.d.ts +4 -0
  1302. package/dist/http/region/store/index.d.ts.map +1 -0
  1303. package/dist/http/region/store/index.js +20 -0
  1304. package/dist/http/region/store/index.js.map +1 -0
  1305. package/dist/http/region/store/queries.d.ts +6 -0
  1306. package/dist/http/region/store/queries.d.ts.map +1 -0
  1307. package/dist/http/region/store/queries.js +3 -0
  1308. package/dist/http/region/store/queries.js.map +1 -0
  1309. package/dist/http/region/store/responses.d.ts +15 -0
  1310. package/dist/http/region/store/responses.d.ts.map +1 -0
  1311. package/dist/http/region/store/responses.js +3 -0
  1312. package/dist/http/region/store/responses.js.map +1 -0
  1313. package/dist/http/reservation/admin/entities.d.ts +17 -0
  1314. package/dist/http/reservation/admin/entities.d.ts.map +1 -0
  1315. package/dist/http/reservation/admin/entities.js +3 -0
  1316. package/dist/http/reservation/admin/entities.js.map +1 -0
  1317. package/dist/http/reservation/admin/index.d.ts +5 -0
  1318. package/dist/http/reservation/admin/index.d.ts.map +1 -0
  1319. package/dist/http/reservation/admin/index.js +21 -0
  1320. package/dist/http/reservation/admin/index.js.map +1 -0
  1321. package/dist/http/reservation/admin/payloads.d.ts +15 -0
  1322. package/dist/http/reservation/admin/payloads.d.ts.map +1 -0
  1323. package/dist/http/reservation/admin/payloads.js +3 -0
  1324. package/dist/http/reservation/admin/payloads.js.map +1 -0
  1325. package/dist/http/reservation/admin/queries.d.ts +17 -0
  1326. package/dist/http/reservation/admin/queries.d.ts.map +1 -0
  1327. package/dist/http/reservation/admin/queries.js +3 -0
  1328. package/dist/http/reservation/admin/queries.js.map +1 -0
  1329. package/dist/http/reservation/admin/responses.d.ts +10 -0
  1330. package/dist/http/reservation/admin/responses.d.ts.map +1 -0
  1331. package/dist/http/reservation/admin/responses.js +3 -0
  1332. package/dist/http/reservation/admin/responses.js.map +1 -0
  1333. package/dist/http/reservation/index.d.ts +2 -0
  1334. package/dist/http/reservation/index.d.ts.map +1 -0
  1335. package/dist/http/reservation/index.js +18 -0
  1336. package/dist/http/reservation/index.js.map +1 -0
  1337. package/dist/http/return/admin/entities.d.ts +7 -0
  1338. package/dist/http/return/admin/entities.d.ts.map +1 -0
  1339. package/dist/http/return/admin/entities.js +3 -0
  1340. package/dist/http/return/admin/entities.js.map +1 -0
  1341. package/dist/http/return/admin/index.d.ts +5 -0
  1342. package/dist/http/return/admin/index.d.ts.map +1 -0
  1343. package/dist/http/return/admin/index.js +21 -0
  1344. package/dist/http/return/admin/index.js.map +1 -0
  1345. package/dist/http/return/admin/payloads.d.ts +78 -0
  1346. package/dist/http/return/admin/payloads.d.ts.map +1 -0
  1347. package/dist/http/return/admin/payloads.js +3 -0
  1348. package/dist/http/return/admin/payloads.js.map +1 -0
  1349. package/dist/http/return/admin/queries.d.ts +10 -0
  1350. package/dist/http/return/admin/queries.d.ts.map +1 -0
  1351. package/dist/http/return/admin/queries.js +3 -0
  1352. package/dist/http/return/admin/queries.js.map +1 -0
  1353. package/dist/http/return/admin/responses.d.ts +20 -0
  1354. package/dist/http/return/admin/responses.d.ts.map +1 -0
  1355. package/dist/http/return/admin/responses.js +3 -0
  1356. package/dist/http/return/admin/responses.js.map +1 -0
  1357. package/dist/http/return/common.d.ts +29 -0
  1358. package/dist/http/return/common.d.ts.map +1 -0
  1359. package/dist/http/return/common.js +3 -0
  1360. package/dist/http/return/common.js.map +1 -0
  1361. package/dist/http/return/index.d.ts +3 -0
  1362. package/dist/http/return/index.d.ts.map +1 -0
  1363. package/dist/http/return/index.js +19 -0
  1364. package/dist/http/return/index.js.map +1 -0
  1365. package/dist/http/return/store/entities.d.ts +7 -0
  1366. package/dist/http/return/store/entities.d.ts.map +1 -0
  1367. package/dist/http/return/store/entities.js +3 -0
  1368. package/dist/http/return/store/entities.js.map +1 -0
  1369. package/dist/http/return/store/index.d.ts +4 -0
  1370. package/dist/http/return/store/index.d.ts.map +1 -0
  1371. package/dist/http/return/store/index.js +20 -0
  1372. package/dist/http/return/store/index.js.map +1 -0
  1373. package/dist/http/return/store/payloads.d.ts +20 -0
  1374. package/dist/http/return/store/payloads.d.ts.map +1 -0
  1375. package/dist/http/return/store/payloads.js +3 -0
  1376. package/dist/http/return/store/payloads.js.map +1 -0
  1377. package/dist/http/return/store/responses.d.ts +5 -0
  1378. package/dist/http/return/store/responses.d.ts.map +1 -0
  1379. package/dist/http/return/store/responses.js +3 -0
  1380. package/dist/http/return/store/responses.js.map +1 -0
  1381. package/dist/http/return-reason/admin/entities.d.ts +4 -0
  1382. package/dist/http/return-reason/admin/entities.d.ts.map +1 -0
  1383. package/dist/http/return-reason/admin/entities.js +3 -0
  1384. package/dist/http/return-reason/admin/entities.js.map +1 -0
  1385. package/dist/http/return-reason/admin/index.d.ts +5 -0
  1386. package/dist/http/return-reason/admin/index.d.ts.map +1 -0
  1387. package/dist/http/return-reason/admin/index.js +21 -0
  1388. package/dist/http/return-reason/admin/index.js.map +1 -0
  1389. package/dist/http/return-reason/admin/payloads.d.ts +13 -0
  1390. package/dist/http/return-reason/admin/payloads.d.ts.map +1 -0
  1391. package/dist/http/return-reason/admin/payloads.js +3 -0
  1392. package/dist/http/return-reason/admin/payloads.js.map +1 -0
  1393. package/dist/http/return-reason/admin/queries.d.ts +9 -0
  1394. package/dist/http/return-reason/admin/queries.d.ts.map +1 -0
  1395. package/dist/http/return-reason/admin/queries.js +3 -0
  1396. package/dist/http/return-reason/admin/queries.js.map +1 -0
  1397. package/dist/http/return-reason/admin/responses.d.ts +12 -0
  1398. package/dist/http/return-reason/admin/responses.d.ts.map +1 -0
  1399. package/dist/http/return-reason/admin/responses.js +3 -0
  1400. package/dist/http/return-reason/admin/responses.js.map +1 -0
  1401. package/dist/http/return-reason/common.d.ts +22 -0
  1402. package/dist/http/return-reason/common.d.ts.map +1 -0
  1403. package/dist/http/return-reason/common.js +3 -0
  1404. package/dist/http/return-reason/common.js.map +1 -0
  1405. package/dist/http/return-reason/index.d.ts +3 -0
  1406. package/dist/http/return-reason/index.d.ts.map +1 -0
  1407. package/dist/http/return-reason/index.js +19 -0
  1408. package/dist/http/return-reason/index.js.map +1 -0
  1409. package/dist/http/return-reason/store/entities.d.ts +4 -0
  1410. package/dist/http/return-reason/store/entities.d.ts.map +1 -0
  1411. package/dist/http/return-reason/store/entities.js +3 -0
  1412. package/dist/http/return-reason/store/entities.js.map +1 -0
  1413. package/dist/http/return-reason/store/index.d.ts +3 -0
  1414. package/dist/http/return-reason/store/index.d.ts.map +1 -0
  1415. package/dist/http/return-reason/store/index.js +19 -0
  1416. package/dist/http/return-reason/store/index.js.map +1 -0
  1417. package/dist/http/return-reason/store/responses.d.ts +9 -0
  1418. package/dist/http/return-reason/store/responses.d.ts.map +1 -0
  1419. package/dist/http/return-reason/store/responses.js +3 -0
  1420. package/dist/http/return-reason/store/responses.js.map +1 -0
  1421. package/dist/http/sales-channel/admin/entities.d.ts +11 -0
  1422. package/dist/http/sales-channel/admin/entities.d.ts.map +1 -0
  1423. package/dist/http/sales-channel/admin/entities.js +3 -0
  1424. package/dist/http/sales-channel/admin/entities.js.map +1 -0
  1425. package/dist/http/sales-channel/admin/index.d.ts +5 -0
  1426. package/dist/http/sales-channel/admin/index.d.ts.map +1 -0
  1427. package/dist/http/sales-channel/admin/index.js +21 -0
  1428. package/dist/http/sales-channel/admin/index.js.map +1 -0
  1429. package/dist/http/sales-channel/admin/payloads.d.ts +17 -0
  1430. package/dist/http/sales-channel/admin/payloads.d.ts.map +1 -0
  1431. package/dist/http/sales-channel/admin/payloads.js +3 -0
  1432. package/dist/http/sales-channel/admin/payloads.js.map +1 -0
  1433. package/dist/http/sales-channel/admin/queries.d.ts +15 -0
  1434. package/dist/http/sales-channel/admin/queries.d.ts.map +1 -0
  1435. package/dist/http/sales-channel/admin/queries.js +3 -0
  1436. package/dist/http/sales-channel/admin/queries.js.map +1 -0
  1437. package/dist/http/sales-channel/admin/responses.d.ts +11 -0
  1438. package/dist/http/sales-channel/admin/responses.d.ts.map +1 -0
  1439. package/dist/http/sales-channel/admin/responses.js +3 -0
  1440. package/dist/http/sales-channel/admin/responses.js.map +1 -0
  1441. package/dist/http/sales-channel/index.d.ts +2 -0
  1442. package/dist/http/sales-channel/index.d.ts.map +1 -0
  1443. package/dist/http/sales-channel/index.js +18 -0
  1444. package/dist/http/sales-channel/index.js.map +1 -0
  1445. package/dist/http/shipping-option/admin/entities.d.ts +62 -0
  1446. package/dist/http/shipping-option/admin/entities.d.ts.map +1 -0
  1447. package/dist/http/shipping-option/admin/entities.js +3 -0
  1448. package/dist/http/shipping-option/admin/entities.js.map +1 -0
  1449. package/dist/http/shipping-option/admin/index.d.ts +5 -0
  1450. package/dist/http/shipping-option/admin/index.d.ts.map +1 -0
  1451. package/dist/http/shipping-option/admin/index.js +21 -0
  1452. package/dist/http/shipping-option/admin/index.js.map +1 -0
  1453. package/dist/http/shipping-option/admin/payloads.d.ts +69 -0
  1454. package/dist/http/shipping-option/admin/payloads.d.ts.map +1 -0
  1455. package/dist/http/shipping-option/admin/payloads.js +3 -0
  1456. package/dist/http/shipping-option/admin/payloads.js.map +1 -0
  1457. package/dist/http/shipping-option/admin/queries.d.ts +17 -0
  1458. package/dist/http/shipping-option/admin/queries.d.ts.map +1 -0
  1459. package/dist/http/shipping-option/admin/queries.js +3 -0
  1460. package/dist/http/shipping-option/admin/queries.js.map +1 -0
  1461. package/dist/http/shipping-option/admin/responses.d.ts +12 -0
  1462. package/dist/http/shipping-option/admin/responses.d.ts.map +1 -0
  1463. package/dist/http/shipping-option/admin/responses.js +3 -0
  1464. package/dist/http/shipping-option/admin/responses.js.map +1 -0
  1465. package/dist/http/shipping-option/index.d.ts +3 -0
  1466. package/dist/http/shipping-option/index.d.ts.map +1 -0
  1467. package/dist/http/shipping-option/index.js +19 -0
  1468. package/dist/http/shipping-option/index.js.map +1 -0
  1469. package/dist/http/shipping-option/store/entities.d.ts +28 -0
  1470. package/dist/http/shipping-option/store/entities.d.ts.map +1 -0
  1471. package/dist/http/shipping-option/store/entities.js +3 -0
  1472. package/dist/http/shipping-option/store/entities.js.map +1 -0
  1473. package/dist/http/shipping-option/store/index.d.ts +5 -0
  1474. package/dist/http/shipping-option/store/index.d.ts.map +1 -0
  1475. package/dist/http/shipping-option/store/index.js +21 -0
  1476. package/dist/http/shipping-option/store/index.js.map +1 -0
  1477. package/dist/http/shipping-option/store/payloads.d.ts +5 -0
  1478. package/dist/http/shipping-option/store/payloads.d.ts.map +1 -0
  1479. package/dist/http/shipping-option/store/payloads.js +3 -0
  1480. package/dist/http/shipping-option/store/payloads.js.map +1 -0
  1481. package/dist/http/shipping-option/store/queries.d.ts +14 -0
  1482. package/dist/http/shipping-option/store/queries.d.ts.map +1 -0
  1483. package/dist/http/shipping-option/store/queries.js +3 -0
  1484. package/dist/http/shipping-option/store/queries.js.map +1 -0
  1485. package/dist/http/shipping-option/store/responses.d.ts +8 -0
  1486. package/dist/http/shipping-option/store/responses.d.ts.map +1 -0
  1487. package/dist/http/shipping-option/store/responses.js +3 -0
  1488. package/dist/http/shipping-option/store/responses.js.map +1 -0
  1489. package/dist/http/shipping-profile/admin/entities.d.ts +10 -0
  1490. package/dist/http/shipping-profile/admin/entities.d.ts.map +1 -0
  1491. package/dist/http/shipping-profile/admin/entities.js +3 -0
  1492. package/dist/http/shipping-profile/admin/entities.js.map +1 -0
  1493. package/dist/http/shipping-profile/admin/index.d.ts +5 -0
  1494. package/dist/http/shipping-profile/admin/index.d.ts.map +1 -0
  1495. package/dist/http/shipping-profile/admin/index.js +21 -0
  1496. package/dist/http/shipping-profile/admin/index.js.map +1 -0
  1497. package/dist/http/shipping-profile/admin/payloads.d.ts +11 -0
  1498. package/dist/http/shipping-profile/admin/payloads.d.ts.map +1 -0
  1499. package/dist/http/shipping-profile/admin/payloads.js +3 -0
  1500. package/dist/http/shipping-profile/admin/payloads.js.map +1 -0
  1501. package/dist/http/shipping-profile/admin/queries.d.ts +14 -0
  1502. package/dist/http/shipping-profile/admin/queries.d.ts.map +1 -0
  1503. package/dist/http/shipping-profile/admin/queries.js +3 -0
  1504. package/dist/http/shipping-profile/admin/queries.js.map +1 -0
  1505. package/dist/http/shipping-profile/admin/responses.d.ts +11 -0
  1506. package/dist/http/shipping-profile/admin/responses.d.ts.map +1 -0
  1507. package/dist/http/shipping-profile/admin/responses.js +3 -0
  1508. package/dist/http/shipping-profile/admin/responses.js.map +1 -0
  1509. package/dist/http/shipping-profile/index.d.ts +2 -0
  1510. package/dist/http/shipping-profile/index.d.ts.map +1 -0
  1511. package/dist/http/shipping-profile/index.js +18 -0
  1512. package/dist/http/shipping-profile/index.js.map +1 -0
  1513. package/dist/http/stock-locations/admin/entities.d.ts +24 -0
  1514. package/dist/http/stock-locations/admin/entities.d.ts.map +1 -0
  1515. package/dist/http/stock-locations/admin/entities.js +3 -0
  1516. package/dist/http/stock-locations/admin/entities.js.map +1 -0
  1517. package/dist/http/stock-locations/admin/index.d.ts +5 -0
  1518. package/dist/http/stock-locations/admin/index.d.ts.map +1 -0
  1519. package/dist/http/stock-locations/admin/index.js +21 -0
  1520. package/dist/http/stock-locations/admin/index.js.map +1 -0
  1521. package/dist/http/stock-locations/admin/payloads.d.ts +32 -0
  1522. package/dist/http/stock-locations/admin/payloads.d.ts.map +1 -0
  1523. package/dist/http/stock-locations/admin/payloads.js +3 -0
  1524. package/dist/http/stock-locations/admin/payloads.js.map +1 -0
  1525. package/dist/http/stock-locations/admin/queries.d.ts +15 -0
  1526. package/dist/http/stock-locations/admin/queries.d.ts.map +1 -0
  1527. package/dist/http/stock-locations/admin/queries.js +3 -0
  1528. package/dist/http/stock-locations/admin/queries.js.map +1 -0
  1529. package/dist/http/stock-locations/admin/responses.d.ts +12 -0
  1530. package/dist/http/stock-locations/admin/responses.d.ts.map +1 -0
  1531. package/dist/http/stock-locations/admin/responses.js +3 -0
  1532. package/dist/http/stock-locations/admin/responses.js.map +1 -0
  1533. package/dist/http/stock-locations/index.d.ts +2 -0
  1534. package/dist/http/stock-locations/index.d.ts.map +1 -0
  1535. package/dist/http/stock-locations/index.js +18 -0
  1536. package/dist/http/stock-locations/index.js.map +1 -0
  1537. package/dist/http/store/admin/entities.d.ts +23 -0
  1538. package/dist/http/store/admin/entities.d.ts.map +1 -0
  1539. package/dist/http/store/admin/entities.js +3 -0
  1540. package/dist/http/store/admin/entities.js.map +1 -0
  1541. package/dist/http/store/admin/index.d.ts +5 -0
  1542. package/dist/http/store/admin/index.d.ts.map +1 -0
  1543. package/dist/http/store/admin/index.js +21 -0
  1544. package/dist/http/store/admin/index.js.map +1 -0
  1545. package/dist/http/store/admin/payloads.d.ts +15 -0
  1546. package/dist/http/store/admin/payloads.d.ts.map +1 -0
  1547. package/dist/http/store/admin/payloads.js +3 -0
  1548. package/dist/http/store/admin/payloads.js.map +1 -0
  1549. package/dist/http/store/admin/queries.d.ts +10 -0
  1550. package/dist/http/store/admin/queries.d.ts.map +1 -0
  1551. package/dist/http/store/admin/queries.js +3 -0
  1552. package/dist/http/store/admin/queries.js.map +1 -0
  1553. package/dist/http/store/admin/responses.d.ts +10 -0
  1554. package/dist/http/store/admin/responses.d.ts.map +1 -0
  1555. package/dist/http/store/admin/responses.js +3 -0
  1556. package/dist/http/store/admin/responses.js.map +1 -0
  1557. package/dist/http/store/index.d.ts +2 -0
  1558. package/dist/http/store/index.d.ts.map +1 -0
  1559. package/dist/http/store/index.js +18 -0
  1560. package/dist/http/store/index.js.map +1 -0
  1561. package/dist/http/tax-rate/admin/entities.d.ts +22 -0
  1562. package/dist/http/tax-rate/admin/entities.d.ts.map +1 -0
  1563. package/dist/http/tax-rate/admin/entities.js +3 -0
  1564. package/dist/http/tax-rate/admin/entities.js.map +1 -0
  1565. package/dist/http/tax-rate/admin/index.d.ts +5 -0
  1566. package/dist/http/tax-rate/admin/index.d.ts.map +1 -0
  1567. package/dist/http/tax-rate/admin/index.js +21 -0
  1568. package/dist/http/tax-rate/admin/index.js.map +1 -0
  1569. package/dist/http/tax-rate/admin/payloads.d.ts +25 -0
  1570. package/dist/http/tax-rate/admin/payloads.d.ts.map +1 -0
  1571. package/dist/http/tax-rate/admin/payloads.js +3 -0
  1572. package/dist/http/tax-rate/admin/payloads.js.map +1 -0
  1573. package/dist/http/tax-rate/admin/queries.d.ts +15 -0
  1574. package/dist/http/tax-rate/admin/queries.d.ts.map +1 -0
  1575. package/dist/http/tax-rate/admin/queries.js +3 -0
  1576. package/dist/http/tax-rate/admin/queries.js.map +1 -0
  1577. package/dist/http/tax-rate/admin/responses.d.ts +12 -0
  1578. package/dist/http/tax-rate/admin/responses.d.ts.map +1 -0
  1579. package/dist/http/tax-rate/admin/responses.js +3 -0
  1580. package/dist/http/tax-rate/admin/responses.js.map +1 -0
  1581. package/dist/http/tax-rate/index.d.ts +2 -0
  1582. package/dist/http/tax-rate/index.d.ts.map +1 -0
  1583. package/dist/http/tax-rate/index.js +18 -0
  1584. package/dist/http/tax-rate/index.js.map +1 -0
  1585. package/dist/http/tax-region/admin/entities.d.ts +16 -0
  1586. package/dist/http/tax-region/admin/entities.d.ts.map +1 -0
  1587. package/dist/http/tax-region/admin/entities.js +3 -0
  1588. package/dist/http/tax-region/admin/entities.js.map +1 -0
  1589. package/dist/http/tax-region/admin/index.d.ts +5 -0
  1590. package/dist/http/tax-region/admin/index.d.ts.map +1 -0
  1591. package/dist/http/tax-region/admin/index.js +21 -0
  1592. package/dist/http/tax-region/admin/index.js.map +1 -0
  1593. package/dist/http/tax-region/admin/payloads.d.ts +14 -0
  1594. package/dist/http/tax-region/admin/payloads.d.ts.map +1 -0
  1595. package/dist/http/tax-region/admin/payloads.js +3 -0
  1596. package/dist/http/tax-region/admin/payloads.js.map +1 -0
  1597. package/dist/http/tax-region/admin/queries.d.ts +16 -0
  1598. package/dist/http/tax-region/admin/queries.d.ts.map +1 -0
  1599. package/dist/http/tax-region/admin/queries.js +3 -0
  1600. package/dist/http/tax-region/admin/queries.js.map +1 -0
  1601. package/dist/http/tax-region/admin/responses.d.ts +11 -0
  1602. package/dist/http/tax-region/admin/responses.d.ts.map +1 -0
  1603. package/dist/http/tax-region/admin/responses.js +3 -0
  1604. package/dist/http/tax-region/admin/responses.js.map +1 -0
  1605. package/dist/http/tax-region/index.d.ts +2 -0
  1606. package/dist/http/tax-region/index.d.ts.map +1 -0
  1607. package/dist/http/tax-region/index.js +18 -0
  1608. package/dist/http/tax-region/index.js.map +1 -0
  1609. package/dist/http/user/admin/entities.d.ts +12 -0
  1610. package/dist/http/user/admin/entities.d.ts.map +1 -0
  1611. package/dist/http/user/admin/entities.js +3 -0
  1612. package/dist/http/user/admin/entities.js.map +1 -0
  1613. package/dist/http/user/admin/index.d.ts +5 -0
  1614. package/dist/http/user/admin/index.d.ts.map +1 -0
  1615. package/dist/http/user/admin/index.js +21 -0
  1616. package/dist/http/user/admin/index.js.map +1 -0
  1617. package/dist/http/user/admin/payloads.d.ts +13 -0
  1618. package/dist/http/user/admin/payloads.d.ts.map +1 -0
  1619. package/dist/http/user/admin/payloads.js +3 -0
  1620. package/dist/http/user/admin/payloads.js.map +1 -0
  1621. package/dist/http/user/admin/queries.d.ts +15 -0
  1622. package/dist/http/user/admin/queries.d.ts.map +1 -0
  1623. package/dist/http/user/admin/queries.js +3 -0
  1624. package/dist/http/user/admin/queries.js.map +1 -0
  1625. package/dist/http/user/admin/responses.d.ts +12 -0
  1626. package/dist/http/user/admin/responses.d.ts.map +1 -0
  1627. package/dist/http/user/admin/responses.js +3 -0
  1628. package/dist/http/user/admin/responses.js.map +1 -0
  1629. package/dist/http/user/index.d.ts +2 -0
  1630. package/dist/http/user/index.d.ts.map +1 -0
  1631. package/dist/http/user/index.js +18 -0
  1632. package/dist/http/user/index.js.map +1 -0
  1633. package/dist/http/workflow-execution/admin/entities.d.ts +62 -0
  1634. package/dist/http/workflow-execution/admin/entities.d.ts.map +1 -0
  1635. package/dist/http/workflow-execution/admin/entities.js +3 -0
  1636. package/dist/http/workflow-execution/admin/entities.js.map +1 -0
  1637. package/dist/http/workflow-execution/admin/index.d.ts +4 -0
  1638. package/dist/http/workflow-execution/admin/index.d.ts.map +1 -0
  1639. package/dist/http/workflow-execution/admin/index.js +20 -0
  1640. package/dist/http/workflow-execution/admin/index.js.map +1 -0
  1641. package/dist/http/workflow-execution/admin/queries.d.ts +6 -0
  1642. package/dist/http/workflow-execution/admin/queries.d.ts.map +1 -0
  1643. package/dist/http/workflow-execution/admin/queries.js +3 -0
  1644. package/dist/http/workflow-execution/admin/queries.js.map +1 -0
  1645. package/dist/http/workflow-execution/admin/responses.d.ts +13 -0
  1646. package/dist/http/workflow-execution/admin/responses.d.ts.map +1 -0
  1647. package/dist/http/workflow-execution/admin/responses.js +3 -0
  1648. package/dist/http/workflow-execution/admin/responses.js.map +1 -0
  1649. package/dist/http/workflow-execution/index.d.ts +2 -0
  1650. package/dist/http/workflow-execution/index.d.ts.map +1 -0
  1651. package/dist/http/workflow-execution/index.js +18 -0
  1652. package/dist/http/workflow-execution/index.js.map +1 -0
  1653. package/dist/index-data/common.d.ts +72 -0
  1654. package/dist/index-data/common.d.ts.map +1 -0
  1655. package/dist/index-data/common.js +3 -0
  1656. package/dist/index-data/common.js.map +1 -0
  1657. package/dist/index-data/index-operator-map.d.ts +13 -0
  1658. package/dist/index-data/index-operator-map.d.ts.map +1 -0
  1659. package/dist/index-data/index-operator-map.js +3 -0
  1660. package/dist/index-data/index-operator-map.js.map +1 -0
  1661. package/dist/index-data/index-service-entry-points.d.ts +6 -0
  1662. package/dist/index-data/index-service-entry-points.d.ts.map +1 -0
  1663. package/dist/index-data/index-service-entry-points.js +3 -0
  1664. package/dist/index-data/index-service-entry-points.js.map +1 -0
  1665. package/dist/index-data/index.d.ts +6 -0
  1666. package/dist/index-data/index.d.ts.map +1 -0
  1667. package/dist/index-data/index.js +22 -0
  1668. package/dist/index-data/index.js.map +1 -0
  1669. package/dist/index-data/query-config/common.d.ts +9 -0
  1670. package/dist/index-data/query-config/common.d.ts.map +1 -0
  1671. package/dist/index-data/query-config/common.js +3 -0
  1672. package/dist/index-data/query-config/common.js.map +1 -0
  1673. package/dist/index-data/query-config/index.d.ts +5 -0
  1674. package/dist/index-data/query-config/index.d.ts.map +1 -0
  1675. package/dist/index-data/query-config/index.js +21 -0
  1676. package/dist/index-data/query-config/index.js.map +1 -0
  1677. package/dist/index-data/query-config/query-input-config-fields.d.ts +24 -0
  1678. package/dist/index-data/query-config/query-input-config-fields.d.ts.map +1 -0
  1679. package/dist/index-data/query-config/query-input-config-fields.js +3 -0
  1680. package/dist/index-data/query-config/query-input-config-fields.js.map +1 -0
  1681. package/dist/index-data/query-config/query-input-config-filters.d.ts +23 -0
  1682. package/dist/index-data/query-config/query-input-config-filters.d.ts.map +1 -0
  1683. package/dist/index-data/query-config/query-input-config-filters.js +3 -0
  1684. package/dist/index-data/query-config/query-input-config-filters.js.map +1 -0
  1685. package/dist/index-data/query-config/query-input-config-order-by.d.ts +23 -0
  1686. package/dist/index-data/query-config/query-input-config-order-by.d.ts.map +1 -0
  1687. package/dist/index-data/query-config/query-input-config-order-by.js +3 -0
  1688. package/dist/index-data/query-config/query-input-config-order-by.js.map +1 -0
  1689. package/dist/index-data/query-config/query-input-config.d.ts +26 -0
  1690. package/dist/index-data/query-config/query-input-config.d.ts.map +1 -0
  1691. package/dist/index-data/query-config/query-input-config.js +3 -0
  1692. package/dist/index-data/query-config/query-input-config.js.map +1 -0
  1693. package/dist/index-data/service.d.ts +17 -0
  1694. package/dist/index-data/service.d.ts.map +1 -0
  1695. package/dist/index-data/service.js +3 -0
  1696. package/dist/index-data/service.js.map +1 -0
  1697. package/dist/index-data/sotrage-provider.d.ts +12 -0
  1698. package/dist/index-data/sotrage-provider.d.ts.map +1 -0
  1699. package/dist/index-data/sotrage-provider.js +3 -0
  1700. package/dist/index-data/sotrage-provider.js.map +1 -0
  1701. package/dist/index.d.ts +46 -0
  1702. package/dist/index.d.ts.map +1 -0
  1703. package/dist/index.js +62 -0
  1704. package/dist/index.js.map +1 -0
  1705. package/dist/inventory/common/index.d.ts +4 -0
  1706. package/dist/inventory/common/index.d.ts.map +1 -0
  1707. package/dist/inventory/common/index.js +20 -0
  1708. package/dist/inventory/common/index.js.map +1 -0
  1709. package/dist/inventory/common/inventory-item.d.ts +114 -0
  1710. package/dist/inventory/common/inventory-item.d.ts.map +1 -0
  1711. package/dist/inventory/common/inventory-item.js +3 -0
  1712. package/dist/inventory/common/inventory-item.js.map +1 -0
  1713. package/dist/inventory/common/inventory-level.d.ts +80 -0
  1714. package/dist/inventory/common/inventory-level.d.ts.map +1 -0
  1715. package/dist/inventory/common/inventory-level.js +3 -0
  1716. package/dist/inventory/common/inventory-level.js.map +1 -0
  1717. package/dist/inventory/common/reservation-item.d.ts +98 -0
  1718. package/dist/inventory/common/reservation-item.d.ts.map +1 -0
  1719. package/dist/inventory/common/reservation-item.js +3 -0
  1720. package/dist/inventory/common/reservation-item.js.map +1 -0
  1721. package/dist/inventory/index.d.ts +4 -0
  1722. package/dist/inventory/index.d.ts.map +1 -0
  1723. package/dist/inventory/index.js +20 -0
  1724. package/dist/inventory/index.js.map +1 -0
  1725. package/dist/inventory/mutations/index.d.ts +4 -0
  1726. package/dist/inventory/mutations/index.d.ts.map +1 -0
  1727. package/dist/inventory/mutations/index.js +20 -0
  1728. package/dist/inventory/mutations/index.js.map +1 -0
  1729. package/dist/inventory/mutations/inventory-item.d.ts +67 -0
  1730. package/dist/inventory/mutations/inventory-item.d.ts.map +1 -0
  1731. package/dist/inventory/mutations/inventory-item.js +3 -0
  1732. package/dist/inventory/mutations/inventory-item.js.map +1 -0
  1733. package/dist/inventory/mutations/inventory-level.d.ts +68 -0
  1734. package/dist/inventory/mutations/inventory-level.d.ts.map +1 -0
  1735. package/dist/inventory/mutations/inventory-level.js +3 -0
  1736. package/dist/inventory/mutations/inventory-level.js.map +1 -0
  1737. package/dist/inventory/mutations/reservation-item.d.ts +78 -0
  1738. package/dist/inventory/mutations/reservation-item.d.ts.map +1 -0
  1739. package/dist/inventory/mutations/reservation-item.js +3 -0
  1740. package/dist/inventory/mutations/reservation-item.js.map +1 -0
  1741. package/dist/inventory/service.d.ts +971 -0
  1742. package/dist/inventory/service.d.ts.map +1 -0
  1743. package/dist/inventory/service.js +3 -0
  1744. package/dist/inventory/service.js.map +1 -0
  1745. package/dist/joiner/index.d.ts +103 -0
  1746. package/dist/joiner/index.d.ts.map +1 -0
  1747. package/dist/joiner/index.js +3 -0
  1748. package/dist/joiner/index.js.map +1 -0
  1749. package/dist/link-modules/index.d.ts +3 -0
  1750. package/dist/link-modules/index.d.ts.map +1 -0
  1751. package/dist/link-modules/index.js +19 -0
  1752. package/dist/link-modules/index.js.map +1 -0
  1753. package/dist/link-modules/migrations.d.ts +33 -0
  1754. package/dist/link-modules/migrations.d.ts.map +1 -0
  1755. package/dist/link-modules/migrations.js +3 -0
  1756. package/dist/link-modules/migrations.js.map +1 -0
  1757. package/dist/link-modules/service.d.ts +14 -0
  1758. package/dist/link-modules/service.d.ts.map +1 -0
  1759. package/dist/link-modules/service.js +3 -0
  1760. package/dist/link-modules/service.js.map +1 -0
  1761. package/dist/locking/index.d.ts +36 -0
  1762. package/dist/locking/index.d.ts.map +1 -0
  1763. package/dist/locking/index.js +3 -0
  1764. package/dist/locking/index.js.map +1 -0
  1765. package/dist/logger/index.d.ts +16 -0
  1766. package/dist/logger/index.d.ts.map +1 -0
  1767. package/dist/logger/index.js +3 -0
  1768. package/dist/logger/index.js.map +1 -0
  1769. package/dist/modules-sdk/eto-internal-service.d.ts +39 -0
  1770. package/dist/modules-sdk/eto-internal-service.d.ts.map +1 -0
  1771. package/dist/modules-sdk/eto-internal-service.js +3 -0
  1772. package/dist/modules-sdk/eto-internal-service.js.map +1 -0
  1773. package/dist/modules-sdk/index.d.ts +231 -0
  1774. package/dist/modules-sdk/index.d.ts.map +1 -0
  1775. package/dist/modules-sdk/index.js +23 -0
  1776. package/dist/modules-sdk/index.js.map +1 -0
  1777. package/dist/modules-sdk/module-provider.d.ts +29 -0
  1778. package/dist/modules-sdk/module-provider.d.ts.map +1 -0
  1779. package/dist/modules-sdk/module-provider.js +3 -0
  1780. package/dist/modules-sdk/module-provider.js.map +1 -0
  1781. package/dist/modules-sdk/object-to-remote-query-fields.d.ts +27 -0
  1782. package/dist/modules-sdk/object-to-remote-query-fields.d.ts.map +1 -0
  1783. package/dist/modules-sdk/object-to-remote-query-fields.js +3 -0
  1784. package/dist/modules-sdk/object-to-remote-query-fields.js.map +1 -0
  1785. package/dist/modules-sdk/remote-query-entry-points.d.ts +6 -0
  1786. package/dist/modules-sdk/remote-query-entry-points.d.ts.map +1 -0
  1787. package/dist/modules-sdk/remote-query-entry-points.js +3 -0
  1788. package/dist/modules-sdk/remote-query-entry-points.js.map +1 -0
  1789. package/dist/modules-sdk/remote-query-object-from-string.d.ts +52 -0
  1790. package/dist/modules-sdk/remote-query-object-from-string.d.ts.map +1 -0
  1791. package/dist/modules-sdk/remote-query-object-from-string.js +3 -0
  1792. package/dist/modules-sdk/remote-query-object-from-string.js.map +1 -0
  1793. package/dist/modules-sdk/remote-query.d.ts +90 -0
  1794. package/dist/modules-sdk/remote-query.d.ts.map +1 -0
  1795. package/dist/modules-sdk/remote-query.js +3 -0
  1796. package/dist/modules-sdk/remote-query.js.map +1 -0
  1797. package/dist/modules-sdk/to-remote-query.d.ts +32 -0
  1798. package/dist/modules-sdk/to-remote-query.d.ts.map +1 -0
  1799. package/dist/modules-sdk/to-remote-query.js +3 -0
  1800. package/dist/modules-sdk/to-remote-query.js.map +1 -0
  1801. package/dist/notification/common.d.ts +192 -0
  1802. package/dist/notification/common.d.ts.map +1 -0
  1803. package/dist/notification/common.js +3 -0
  1804. package/dist/notification/common.js.map +1 -0
  1805. package/dist/notification/index.d.ts +6 -0
  1806. package/dist/notification/index.d.ts.map +1 -0
  1807. package/dist/notification/index.js +22 -0
  1808. package/dist/notification/index.js.map +1 -0
  1809. package/dist/notification/mutations.d.ts +54 -0
  1810. package/dist/notification/mutations.d.ts.map +1 -0
  1811. package/dist/notification/mutations.js +3 -0
  1812. package/dist/notification/mutations.js.map +1 -0
  1813. package/dist/notification/provider.d.ts +58 -0
  1814. package/dist/notification/provider.d.ts.map +1 -0
  1815. package/dist/notification/provider.js +3 -0
  1816. package/dist/notification/provider.js.map +1 -0
  1817. package/dist/notification/providers/index.d.ts +3 -0
  1818. package/dist/notification/providers/index.d.ts.map +1 -0
  1819. package/dist/notification/providers/index.js +19 -0
  1820. package/dist/notification/providers/index.js.map +1 -0
  1821. package/dist/notification/providers/logger.d.ts +3 -0
  1822. package/dist/notification/providers/logger.d.ts.map +1 -0
  1823. package/dist/notification/providers/logger.js +3 -0
  1824. package/dist/notification/providers/logger.js.map +1 -0
  1825. package/dist/notification/providers/sendgrid.d.ts +5 -0
  1826. package/dist/notification/providers/sendgrid.d.ts.map +1 -0
  1827. package/dist/notification/providers/sendgrid.js +3 -0
  1828. package/dist/notification/providers/sendgrid.js.map +1 -0
  1829. package/dist/notification/service.d.ts +177 -0
  1830. package/dist/notification/service.d.ts.map +1 -0
  1831. package/dist/notification/service.js +3 -0
  1832. package/dist/notification/service.js.map +1 -0
  1833. package/dist/order/common.d.ts +2513 -0
  1834. package/dist/order/common.d.ts.map +1 -0
  1835. package/dist/order/common.js +3 -0
  1836. package/dist/order/common.js.map +1 -0
  1837. package/dist/order/index.d.ts +5 -0
  1838. package/dist/order/index.d.ts.map +1 -0
  1839. package/dist/order/index.js +21 -0
  1840. package/dist/order/index.js.map +1 -0
  1841. package/dist/order/mutations.d.ts +1845 -0
  1842. package/dist/order/mutations.d.ts.map +1 -0
  1843. package/dist/order/mutations.js +3 -0
  1844. package/dist/order/mutations.js.map +1 -0
  1845. package/dist/order/service.d.ts +3850 -0
  1846. package/dist/order/service.d.ts.map +1 -0
  1847. package/dist/order/service.js +3 -0
  1848. package/dist/order/service.js.map +1 -0
  1849. package/dist/order/workflows.d.ts +8 -0
  1850. package/dist/order/workflows.d.ts.map +1 -0
  1851. package/dist/order/workflows.js +3 -0
  1852. package/dist/order/workflows.js.map +1 -0
  1853. package/dist/payment/common.d.ts +555 -0
  1854. package/dist/payment/common.d.ts.map +1 -0
  1855. package/dist/payment/common.js +3 -0
  1856. package/dist/payment/common.js.map +1 -0
  1857. package/dist/payment/index.d.ts +5 -0
  1858. package/dist/payment/index.d.ts.map +1 -0
  1859. package/dist/payment/index.js +21 -0
  1860. package/dist/payment/index.js.map +1 -0
  1861. package/dist/payment/mutations.d.ts +319 -0
  1862. package/dist/payment/mutations.d.ts.map +1 -0
  1863. package/dist/payment/mutations.js +3 -0
  1864. package/dist/payment/mutations.js.map +1 -0
  1865. package/dist/payment/provider.d.ts +196 -0
  1866. package/dist/payment/provider.d.ts.map +1 -0
  1867. package/dist/payment/provider.js +3 -0
  1868. package/dist/payment/provider.js.map +1 -0
  1869. package/dist/payment/service.d.ts +894 -0
  1870. package/dist/payment/service.d.ts.map +1 -0
  1871. package/dist/payment/service.js +3 -0
  1872. package/dist/payment/service.js.map +1 -0
  1873. package/dist/pricing/common/index.d.ts +8 -0
  1874. package/dist/pricing/common/index.d.ts.map +1 -0
  1875. package/dist/pricing/common/index.js +24 -0
  1876. package/dist/pricing/common/index.js.map +1 -0
  1877. package/dist/pricing/common/money-amount.d.ts +120 -0
  1878. package/dist/pricing/common/money-amount.d.ts.map +1 -0
  1879. package/dist/pricing/common/money-amount.js +3 -0
  1880. package/dist/pricing/common/money-amount.js.map +1 -0
  1881. package/dist/pricing/common/price-list.d.ts +345 -0
  1882. package/dist/pricing/common/price-list.d.ts.map +1 -0
  1883. package/dist/pricing/common/price-list.js +3 -0
  1884. package/dist/pricing/common/price-list.js.map +1 -0
  1885. package/dist/pricing/common/price-preference.d.ts +90 -0
  1886. package/dist/pricing/common/price-preference.d.ts.map +1 -0
  1887. package/dist/pricing/common/price-preference.js +3 -0
  1888. package/dist/pricing/common/price-preference.js.map +1 -0
  1889. package/dist/pricing/common/price-rule.d.ts +140 -0
  1890. package/dist/pricing/common/price-rule.d.ts.map +1 -0
  1891. package/dist/pricing/common/price-rule.js +3 -0
  1892. package/dist/pricing/common/price-rule.js.map +1 -0
  1893. package/dist/pricing/common/price-set.d.ts +289 -0
  1894. package/dist/pricing/common/price-set.d.ts.map +1 -0
  1895. package/dist/pricing/common/price-set.js +3 -0
  1896. package/dist/pricing/common/price-set.js.map +1 -0
  1897. package/dist/pricing/common/price.d.ts +138 -0
  1898. package/dist/pricing/common/price.d.ts.map +1 -0
  1899. package/dist/pricing/common/price.js +3 -0
  1900. package/dist/pricing/common/price.js.map +1 -0
  1901. package/dist/pricing/common/pricing-context.d.ts +11 -0
  1902. package/dist/pricing/common/pricing-context.d.ts.map +1 -0
  1903. package/dist/pricing/common/pricing-context.js +3 -0
  1904. package/dist/pricing/common/pricing-context.js.map +1 -0
  1905. package/dist/pricing/index.d.ts +4 -0
  1906. package/dist/pricing/index.d.ts.map +1 -0
  1907. package/dist/pricing/index.js +20 -0
  1908. package/dist/pricing/index.js.map +1 -0
  1909. package/dist/pricing/service.d.ts +1505 -0
  1910. package/dist/pricing/service.d.ts.map +1 -0
  1911. package/dist/pricing/service.js +3 -0
  1912. package/dist/pricing/service.js.map +1 -0
  1913. package/dist/pricing/workflows.d.ts +71 -0
  1914. package/dist/pricing/workflows.d.ts.map +1 -0
  1915. package/dist/pricing/workflows.js +3 -0
  1916. package/dist/pricing/workflows.js.map +1 -0
  1917. package/dist/product/common.d.ts +1618 -0
  1918. package/dist/product/common.d.ts.map +1 -0
  1919. package/dist/product/common.js +3 -0
  1920. package/dist/product/common.js.map +1 -0
  1921. package/dist/product/index.d.ts +3 -0
  1922. package/dist/product/index.d.ts.map +1 -0
  1923. package/dist/product/index.js +19 -0
  1924. package/dist/product/index.js.map +1 -0
  1925. package/dist/product/service.d.ts +2220 -0
  1926. package/dist/product/service.d.ts.map +1 -0
  1927. package/dist/product/service.js +3 -0
  1928. package/dist/product/service.js.map +1 -0
  1929. package/dist/product-category/index.d.ts +2 -0
  1930. package/dist/product-category/index.d.ts.map +1 -0
  1931. package/dist/product-category/index.js +18 -0
  1932. package/dist/product-category/index.js.map +1 -0
  1933. package/dist/product-category/repository.d.ts +6 -0
  1934. package/dist/product-category/repository.d.ts.map +1 -0
  1935. package/dist/product-category/repository.js +3 -0
  1936. package/dist/product-category/repository.js.map +1 -0
  1937. package/dist/promotion/common/application-method.d.ts +208 -0
  1938. package/dist/promotion/common/application-method.d.ts.map +1 -0
  1939. package/dist/promotion/common/application-method.js +3 -0
  1940. package/dist/promotion/common/application-method.js.map +1 -0
  1941. package/dist/promotion/common/campaign-budget.d.ts +52 -0
  1942. package/dist/promotion/common/campaign-budget.d.ts.map +1 -0
  1943. package/dist/promotion/common/campaign-budget.js +3 -0
  1944. package/dist/promotion/common/campaign-budget.js.map +1 -0
  1945. package/dist/promotion/common/campaign.d.ts +58 -0
  1946. package/dist/promotion/common/campaign.d.ts.map +1 -0
  1947. package/dist/promotion/common/campaign.js +3 -0
  1948. package/dist/promotion/common/campaign.js.map +1 -0
  1949. package/dist/promotion/common/compute-actions.d.ts +199 -0
  1950. package/dist/promotion/common/compute-actions.d.ts.map +1 -0
  1951. package/dist/promotion/common/compute-actions.js +3 -0
  1952. package/dist/promotion/common/compute-actions.js.map +1 -0
  1953. package/dist/promotion/common/index.d.ts +8 -0
  1954. package/dist/promotion/common/index.d.ts.map +1 -0
  1955. package/dist/promotion/common/index.js +24 -0
  1956. package/dist/promotion/common/index.js.map +1 -0
  1957. package/dist/promotion/common/promotion-rule-value.d.ts +47 -0
  1958. package/dist/promotion/common/promotion-rule-value.d.ts.map +1 -0
  1959. package/dist/promotion/common/promotion-rule-value.js +3 -0
  1960. package/dist/promotion/common/promotion-rule-value.js.map +1 -0
  1961. package/dist/promotion/common/promotion-rule.d.ts +106 -0
  1962. package/dist/promotion/common/promotion-rule.d.ts.map +1 -0
  1963. package/dist/promotion/common/promotion-rule.js +3 -0
  1964. package/dist/promotion/common/promotion-rule.js.map +1 -0
  1965. package/dist/promotion/common/promotion.d.ts +150 -0
  1966. package/dist/promotion/common/promotion.d.ts.map +1 -0
  1967. package/dist/promotion/common/promotion.js +3 -0
  1968. package/dist/promotion/common/promotion.js.map +1 -0
  1969. package/dist/promotion/http.d.ts +16 -0
  1970. package/dist/promotion/http.d.ts.map +1 -0
  1971. package/dist/promotion/http.js +3 -0
  1972. package/dist/promotion/http.js.map +1 -0
  1973. package/dist/promotion/index.d.ts +6 -0
  1974. package/dist/promotion/index.d.ts.map +1 -0
  1975. package/dist/promotion/index.js +22 -0
  1976. package/dist/promotion/index.js.map +1 -0
  1977. package/dist/promotion/mutations.d.ts +130 -0
  1978. package/dist/promotion/mutations.d.ts.map +1 -0
  1979. package/dist/promotion/mutations.js +3 -0
  1980. package/dist/promotion/mutations.js.map +1 -0
  1981. package/dist/promotion/service.d.ts +848 -0
  1982. package/dist/promotion/service.d.ts.map +1 -0
  1983. package/dist/promotion/service.js +3 -0
  1984. package/dist/promotion/service.js.map +1 -0
  1985. package/dist/promotion/workflows.d.ts +19 -0
  1986. package/dist/promotion/workflows.d.ts.map +1 -0
  1987. package/dist/promotion/workflows.js +3 -0
  1988. package/dist/promotion/workflows.js.map +1 -0
  1989. package/dist/region/common.d.ts +135 -0
  1990. package/dist/region/common.d.ts.map +1 -0
  1991. package/dist/region/common.js +3 -0
  1992. package/dist/region/common.js.map +1 -0
  1993. package/dist/region/index.d.ts +4 -0
  1994. package/dist/region/index.d.ts.map +1 -0
  1995. package/dist/region/index.js +20 -0
  1996. package/dist/region/index.js.map +1 -0
  1997. package/dist/region/mutations.d.ts +87 -0
  1998. package/dist/region/mutations.d.ts.map +1 -0
  1999. package/dist/region/mutations.js +3 -0
  2000. package/dist/region/mutations.js.map +1 -0
  2001. package/dist/region/service.d.ts +424 -0
  2002. package/dist/region/service.d.ts.map +1 -0
  2003. package/dist/region/service.js +3 -0
  2004. package/dist/region/service.js.map +1 -0
  2005. package/dist/sales-channel/common.d.ts +69 -0
  2006. package/dist/sales-channel/common.d.ts.map +1 -0
  2007. package/dist/sales-channel/common.js +3 -0
  2008. package/dist/sales-channel/common.js.map +1 -0
  2009. package/dist/sales-channel/index.d.ts +4 -0
  2010. package/dist/sales-channel/index.d.ts.map +1 -0
  2011. package/dist/sales-channel/index.js +20 -0
  2012. package/dist/sales-channel/index.js.map +1 -0
  2013. package/dist/sales-channel/mutations.d.ts +66 -0
  2014. package/dist/sales-channel/mutations.d.ts.map +1 -0
  2015. package/dist/sales-channel/mutations.js +3 -0
  2016. package/dist/sales-channel/mutations.js.map +1 -0
  2017. package/dist/sales-channel/service.d.ts +239 -0
  2018. package/dist/sales-channel/service.d.ts.map +1 -0
  2019. package/dist/sales-channel/service.js +3 -0
  2020. package/dist/sales-channel/service.js.map +1 -0
  2021. package/dist/search/index.d.ts +17 -0
  2022. package/dist/search/index.d.ts.map +1 -0
  2023. package/dist/search/index.js +19 -0
  2024. package/dist/search/index.js.map +1 -0
  2025. package/dist/search/interface.d.ts +63 -0
  2026. package/dist/search/interface.d.ts.map +1 -0
  2027. package/dist/search/interface.js +3 -0
  2028. package/dist/search/interface.js.map +1 -0
  2029. package/dist/search/settings.d.ts +15 -0
  2030. package/dist/search/settings.d.ts.map +1 -0
  2031. package/dist/search/settings.js +3 -0
  2032. package/dist/search/settings.js.map +1 -0
  2033. package/dist/shared-context.d.ts +67 -0
  2034. package/dist/shared-context.d.ts.map +1 -0
  2035. package/dist/shared-context.js +3 -0
  2036. package/dist/shared-context.js.map +1 -0
  2037. package/dist/stock-location/common.d.ts +423 -0
  2038. package/dist/stock-location/common.d.ts.map +1 -0
  2039. package/dist/stock-location/common.js +3 -0
  2040. package/dist/stock-location/common.js.map +1 -0
  2041. package/dist/stock-location/index.d.ts +3 -0
  2042. package/dist/stock-location/index.d.ts.map +1 -0
  2043. package/dist/stock-location/index.js +19 -0
  2044. package/dist/stock-location/index.js.map +1 -0
  2045. package/dist/stock-location/service.d.ts +312 -0
  2046. package/dist/stock-location/service.d.ts.map +1 -0
  2047. package/dist/stock-location/service.js +3 -0
  2048. package/dist/stock-location/service.js.map +1 -0
  2049. package/dist/store/common/index.d.ts +2 -0
  2050. package/dist/store/common/index.d.ts.map +1 -0
  2051. package/dist/store/common/index.js +18 -0
  2052. package/dist/store/common/index.js.map +1 -0
  2053. package/dist/store/common/store.d.ts +94 -0
  2054. package/dist/store/common/store.d.ts.map +1 -0
  2055. package/dist/store/common/store.js +3 -0
  2056. package/dist/store/common/store.js.map +1 -0
  2057. package/dist/store/index.d.ts +4 -0
  2058. package/dist/store/index.d.ts.map +1 -0
  2059. package/dist/store/index.js +20 -0
  2060. package/dist/store/index.js.map +1 -0
  2061. package/dist/store/mutations/index.d.ts +2 -0
  2062. package/dist/store/mutations/index.d.ts.map +1 -0
  2063. package/dist/store/mutations/index.js +18 -0
  2064. package/dist/store/mutations/index.js.map +1 -0
  2065. package/dist/store/mutations/store.d.ts +78 -0
  2066. package/dist/store/mutations/store.d.ts.map +1 -0
  2067. package/dist/store/mutations/store.js +3 -0
  2068. package/dist/store/mutations/store.js.map +1 -0
  2069. package/dist/store/service.d.ts +245 -0
  2070. package/dist/store/service.d.ts.map +1 -0
  2071. package/dist/store/service.js +3 -0
  2072. package/dist/store/service.js.map +1 -0
  2073. package/dist/tax/common.d.ts +443 -0
  2074. package/dist/tax/common.d.ts.map +1 -0
  2075. package/dist/tax/common.js +3 -0
  2076. package/dist/tax/common.js.map +1 -0
  2077. package/dist/tax/index.d.ts +5 -0
  2078. package/dist/tax/index.d.ts.map +1 -0
  2079. package/dist/tax/index.js +21 -0
  2080. package/dist/tax/index.js.map +1 -0
  2081. package/dist/tax/mutations.d.ts +225 -0
  2082. package/dist/tax/mutations.d.ts.map +1 -0
  2083. package/dist/tax/mutations.js +3 -0
  2084. package/dist/tax/mutations.js.map +1 -0
  2085. package/dist/tax/provider.d.ts +162 -0
  2086. package/dist/tax/provider.d.ts.map +1 -0
  2087. package/dist/tax/provider.js +3 -0
  2088. package/dist/tax/provider.js.map +1 -0
  2089. package/dist/tax/service.d.ts +671 -0
  2090. package/dist/tax/service.d.ts.map +1 -0
  2091. package/dist/tax/service.js +3 -0
  2092. package/dist/tax/service.js.map +1 -0
  2093. package/dist/totals/big-number.d.ts +15 -0
  2094. package/dist/totals/big-number.d.ts.map +1 -0
  2095. package/dist/totals/big-number.js +3 -0
  2096. package/dist/totals/big-number.js.map +1 -0
  2097. package/dist/totals/index.d.ts +26 -0
  2098. package/dist/totals/index.d.ts.map +1 -0
  2099. package/dist/totals/index.js +18 -0
  2100. package/dist/totals/index.js.map +1 -0
  2101. package/dist/transaction-base/index.d.ts +2 -0
  2102. package/dist/transaction-base/index.d.ts.map +1 -0
  2103. package/dist/transaction-base/index.js +18 -0
  2104. package/dist/transaction-base/index.js.map +1 -0
  2105. package/dist/transaction-base/transaction-base.d.ts +3 -0
  2106. package/dist/transaction-base/transaction-base.d.ts.map +1 -0
  2107. package/dist/transaction-base/transaction-base.js +3 -0
  2108. package/dist/transaction-base/transaction-base.js.map +1 -0
  2109. package/dist/tsconfig.tsbuildinfo +1 -0
  2110. package/dist/user/common.d.ts +131 -0
  2111. package/dist/user/common.d.ts.map +1 -0
  2112. package/dist/user/common.js +3 -0
  2113. package/dist/user/common.js.map +1 -0
  2114. package/dist/user/index.d.ts +4 -0
  2115. package/dist/user/index.d.ts.map +1 -0
  2116. package/dist/user/index.js +20 -0
  2117. package/dist/user/index.js.map +1 -0
  2118. package/dist/user/mutations.d.ts +61 -0
  2119. package/dist/user/mutations.d.ts.map +1 -0
  2120. package/dist/user/mutations.js +3 -0
  2121. package/dist/user/mutations.js.map +1 -0
  2122. package/dist/user/service.d.ts +426 -0
  2123. package/dist/user/service.d.ts.map +1 -0
  2124. package/dist/user/service.js +3 -0
  2125. package/dist/user/service.js.map +1 -0
  2126. package/dist/workflow/cart/create-cart.d.ts +19 -0
  2127. package/dist/workflow/cart/create-cart.d.ts.map +1 -0
  2128. package/dist/workflow/cart/create-cart.js +3 -0
  2129. package/dist/workflow/cart/create-cart.js.map +1 -0
  2130. package/dist/workflow/cart/index.d.ts +2 -0
  2131. package/dist/workflow/cart/index.d.ts.map +1 -0
  2132. package/dist/workflow/cart/index.js +18 -0
  2133. package/dist/workflow/cart/index.js.map +1 -0
  2134. package/dist/workflow/common.d.ts +11 -0
  2135. package/dist/workflow/common.d.ts.map +1 -0
  2136. package/dist/workflow/common.js +3 -0
  2137. package/dist/workflow/common.js.map +1 -0
  2138. package/dist/workflow/fulfillment/calculate-shipping-options-prices.d.ts +10 -0
  2139. package/dist/workflow/fulfillment/calculate-shipping-options-prices.d.ts.map +1 -0
  2140. package/dist/workflow/fulfillment/calculate-shipping-options-prices.js +3 -0
  2141. package/dist/workflow/fulfillment/calculate-shipping-options-prices.js.map +1 -0
  2142. package/dist/workflow/fulfillment/create-fulfillment.d.ts +155 -0
  2143. package/dist/workflow/fulfillment/create-fulfillment.d.ts.map +1 -0
  2144. package/dist/workflow/fulfillment/create-fulfillment.js +3 -0
  2145. package/dist/workflow/fulfillment/create-fulfillment.js.map +1 -0
  2146. package/dist/workflow/fulfillment/create-shipment.d.ts +19 -0
  2147. package/dist/workflow/fulfillment/create-shipment.d.ts.map +1 -0
  2148. package/dist/workflow/fulfillment/create-shipment.js +3 -0
  2149. package/dist/workflow/fulfillment/create-shipment.js.map +1 -0
  2150. package/dist/workflow/fulfillment/create-shipping-options.d.ts +37 -0
  2151. package/dist/workflow/fulfillment/create-shipping-options.d.ts.map +1 -0
  2152. package/dist/workflow/fulfillment/create-shipping-options.js +3 -0
  2153. package/dist/workflow/fulfillment/create-shipping-options.js.map +1 -0
  2154. package/dist/workflow/fulfillment/delete-shipping-options.d.ts +4 -0
  2155. package/dist/workflow/fulfillment/delete-shipping-options.d.ts.map +1 -0
  2156. package/dist/workflow/fulfillment/delete-shipping-options.js +3 -0
  2157. package/dist/workflow/fulfillment/delete-shipping-options.js.map +1 -0
  2158. package/dist/workflow/fulfillment/index.d.ts +10 -0
  2159. package/dist/workflow/fulfillment/index.d.ts.map +1 -0
  2160. package/dist/workflow/fulfillment/index.js +26 -0
  2161. package/dist/workflow/fulfillment/index.js.map +1 -0
  2162. package/dist/workflow/fulfillment/service-zones.d.ts +21 -0
  2163. package/dist/workflow/fulfillment/service-zones.d.ts.map +1 -0
  2164. package/dist/workflow/fulfillment/service-zones.js +3 -0
  2165. package/dist/workflow/fulfillment/service-zones.js.map +1 -0
  2166. package/dist/workflow/fulfillment/shipping-profiles.d.ts +19 -0
  2167. package/dist/workflow/fulfillment/shipping-profiles.d.ts.map +1 -0
  2168. package/dist/workflow/fulfillment/shipping-profiles.js +3 -0
  2169. package/dist/workflow/fulfillment/shipping-profiles.js.map +1 -0
  2170. package/dist/workflow/fulfillment/update-fulfillment.d.ts +42 -0
  2171. package/dist/workflow/fulfillment/update-fulfillment.d.ts.map +1 -0
  2172. package/dist/workflow/fulfillment/update-fulfillment.js +3 -0
  2173. package/dist/workflow/fulfillment/update-fulfillment.js.map +1 -0
  2174. package/dist/workflow/fulfillment/update-shipping-options.d.ts +44 -0
  2175. package/dist/workflow/fulfillment/update-shipping-options.d.ts.map +1 -0
  2176. package/dist/workflow/fulfillment/update-shipping-options.js +3 -0
  2177. package/dist/workflow/fulfillment/update-shipping-options.js.map +1 -0
  2178. package/dist/workflow/index.d.ts +15 -0
  2179. package/dist/workflow/index.d.ts.map +1 -0
  2180. package/dist/workflow/index.js +41 -0
  2181. package/dist/workflow/index.js.map +1 -0
  2182. package/dist/workflow/inventory/create-inventory-items.d.ts +19 -0
  2183. package/dist/workflow/inventory/create-inventory-items.d.ts.map +1 -0
  2184. package/dist/workflow/inventory/create-inventory-items.js +3 -0
  2185. package/dist/workflow/inventory/create-inventory-items.js.map +1 -0
  2186. package/dist/workflow/inventory/index.d.ts +2 -0
  2187. package/dist/workflow/inventory/index.d.ts.map +1 -0
  2188. package/dist/workflow/inventory/index.js +18 -0
  2189. package/dist/workflow/inventory/index.js.map +1 -0
  2190. package/dist/workflow/invite/accept-invite.d.ts +12 -0
  2191. package/dist/workflow/invite/accept-invite.d.ts.map +1 -0
  2192. package/dist/workflow/invite/accept-invite.js +3 -0
  2193. package/dist/workflow/invite/accept-invite.js.map +1 -0
  2194. package/dist/workflow/invite/create-invite.d.ts +5 -0
  2195. package/dist/workflow/invite/create-invite.d.ts.map +1 -0
  2196. package/dist/workflow/invite/create-invite.js +3 -0
  2197. package/dist/workflow/invite/create-invite.js.map +1 -0
  2198. package/dist/workflow/invite/delete-invite.d.ts +4 -0
  2199. package/dist/workflow/invite/delete-invite.d.ts.map +1 -0
  2200. package/dist/workflow/invite/delete-invite.js +3 -0
  2201. package/dist/workflow/invite/delete-invite.js.map +1 -0
  2202. package/dist/workflow/invite/index.d.ts +5 -0
  2203. package/dist/workflow/invite/index.d.ts.map +1 -0
  2204. package/dist/workflow/invite/index.js +21 -0
  2205. package/dist/workflow/invite/index.js.map +1 -0
  2206. package/dist/workflow/invite/resend-invite.d.ts +4 -0
  2207. package/dist/workflow/invite/resend-invite.d.ts.map +1 -0
  2208. package/dist/workflow/invite/resend-invite.js +3 -0
  2209. package/dist/workflow/invite/resend-invite.js.map +1 -0
  2210. package/dist/workflow/order/accept-transfer.d.ts +5 -0
  2211. package/dist/workflow/order/accept-transfer.d.ts.map +1 -0
  2212. package/dist/workflow/order/accept-transfer.js +3 -0
  2213. package/dist/workflow/order/accept-transfer.js.map +1 -0
  2214. package/dist/workflow/order/begin-claim-order.d.ts +13 -0
  2215. package/dist/workflow/order/begin-claim-order.d.ts.map +1 -0
  2216. package/dist/workflow/order/begin-claim-order.js +3 -0
  2217. package/dist/workflow/order/begin-claim-order.js.map +1 -0
  2218. package/dist/workflow/order/begin-exchange-order.d.ts +11 -0
  2219. package/dist/workflow/order/begin-exchange-order.d.ts.map +1 -0
  2220. package/dist/workflow/order/begin-exchange-order.js +3 -0
  2221. package/dist/workflow/order/begin-exchange-order.js.map +1 -0
  2222. package/dist/workflow/order/begin-order-edit.d.ts +8 -0
  2223. package/dist/workflow/order/begin-order-edit.d.ts.map +1 -0
  2224. package/dist/workflow/order/begin-order-edit.js +3 -0
  2225. package/dist/workflow/order/begin-order-edit.js.map +1 -0
  2226. package/dist/workflow/order/begin-return-order.d.ts +12 -0
  2227. package/dist/workflow/order/begin-return-order.d.ts.map +1 -0
  2228. package/dist/workflow/order/begin-return-order.js +3 -0
  2229. package/dist/workflow/order/begin-return-order.js.map +1 -0
  2230. package/dist/workflow/order/cancel-claim.d.ts +6 -0
  2231. package/dist/workflow/order/cancel-claim.d.ts.map +1 -0
  2232. package/dist/workflow/order/cancel-claim.js +3 -0
  2233. package/dist/workflow/order/cancel-claim.js.map +1 -0
  2234. package/dist/workflow/order/cancel-exchange.d.ts +6 -0
  2235. package/dist/workflow/order/cancel-exchange.d.ts.map +1 -0
  2236. package/dist/workflow/order/cancel-exchange.js +3 -0
  2237. package/dist/workflow/order/cancel-exchange.js.map +1 -0
  2238. package/dist/workflow/order/cancel-fulfillment.d.ts +7 -0
  2239. package/dist/workflow/order/cancel-fulfillment.d.ts.map +1 -0
  2240. package/dist/workflow/order/cancel-fulfillment.js +3 -0
  2241. package/dist/workflow/order/cancel-fulfillment.js.map +1 -0
  2242. package/dist/workflow/order/cancel-order.d.ts +6 -0
  2243. package/dist/workflow/order/cancel-order.d.ts.map +1 -0
  2244. package/dist/workflow/order/cancel-order.js +3 -0
  2245. package/dist/workflow/order/cancel-order.js.map +1 -0
  2246. package/dist/workflow/order/cancel-return.d.ts +6 -0
  2247. package/dist/workflow/order/cancel-return.d.ts.map +1 -0
  2248. package/dist/workflow/order/cancel-return.js +3 -0
  2249. package/dist/workflow/order/cancel-return.js.map +1 -0
  2250. package/dist/workflow/order/cancel-transfer.d.ts +6 -0
  2251. package/dist/workflow/order/cancel-transfer.d.ts.map +1 -0
  2252. package/dist/workflow/order/cancel-transfer.js +3 -0
  2253. package/dist/workflow/order/cancel-transfer.js.map +1 -0
  2254. package/dist/workflow/order/create-fulfillment.d.ts +20 -0
  2255. package/dist/workflow/order/create-fulfillment.d.ts.map +1 -0
  2256. package/dist/workflow/order/create-fulfillment.js +3 -0
  2257. package/dist/workflow/order/create-fulfillment.js.map +1 -0
  2258. package/dist/workflow/order/create-return-order.d.ts +28 -0
  2259. package/dist/workflow/order/create-return-order.d.ts.map +1 -0
  2260. package/dist/workflow/order/create-return-order.js +3 -0
  2261. package/dist/workflow/order/create-return-order.js.map +1 -0
  2262. package/dist/workflow/order/create-shipment.d.ts +18 -0
  2263. package/dist/workflow/order/create-shipment.d.ts.map +1 -0
  2264. package/dist/workflow/order/create-shipment.js +3 -0
  2265. package/dist/workflow/order/create-shipment.js.map +1 -0
  2266. package/dist/workflow/order/decline-transfer.d.ts +5 -0
  2267. package/dist/workflow/order/decline-transfer.d.ts.map +1 -0
  2268. package/dist/workflow/order/decline-transfer.js +3 -0
  2269. package/dist/workflow/order/decline-transfer.js.map +1 -0
  2270. package/dist/workflow/order/index.d.ts +23 -0
  2271. package/dist/workflow/order/index.d.ts.map +1 -0
  2272. package/dist/workflow/order/index.js +39 -0
  2273. package/dist/workflow/order/index.js.map +1 -0
  2274. package/dist/workflow/order/items.d.ts +118 -0
  2275. package/dist/workflow/order/items.d.ts.map +1 -0
  2276. package/dist/workflow/order/items.js +3 -0
  2277. package/dist/workflow/order/items.js.map +1 -0
  2278. package/dist/workflow/order/receive-return.d.ts +36 -0
  2279. package/dist/workflow/order/receive-return.d.ts.map +1 -0
  2280. package/dist/workflow/order/receive-return.js +3 -0
  2281. package/dist/workflow/order/receive-return.js.map +1 -0
  2282. package/dist/workflow/order/request-item-return.d.ts +42 -0
  2283. package/dist/workflow/order/request-item-return.d.ts.map +1 -0
  2284. package/dist/workflow/order/request-item-return.js +3 -0
  2285. package/dist/workflow/order/request-item-return.js.map +1 -0
  2286. package/dist/workflow/order/request-transfer.d.ts +8 -0
  2287. package/dist/workflow/order/request-transfer.d.ts.map +1 -0
  2288. package/dist/workflow/order/request-transfer.js +3 -0
  2289. package/dist/workflow/order/request-transfer.js.map +1 -0
  2290. package/dist/workflow/order/shipping-method.d.ts +54 -0
  2291. package/dist/workflow/order/shipping-method.d.ts.map +1 -0
  2292. package/dist/workflow/order/shipping-method.js +3 -0
  2293. package/dist/workflow/order/shipping-method.js.map +1 -0
  2294. package/dist/workflow/order/update-order.d.ts +15 -0
  2295. package/dist/workflow/order/update-order.d.ts.map +1 -0
  2296. package/dist/workflow/order/update-order.js +3 -0
  2297. package/dist/workflow/order/update-order.js.map +1 -0
  2298. package/dist/workflow/order/update-return.d.ts +7 -0
  2299. package/dist/workflow/order/update-return.d.ts.map +1 -0
  2300. package/dist/workflow/order/update-return.js +3 -0
  2301. package/dist/workflow/order/update-return.js.map +1 -0
  2302. package/dist/workflow/price-list/create-price-list.d.ts +66 -0
  2303. package/dist/workflow/price-list/create-price-list.d.ts.map +1 -0
  2304. package/dist/workflow/price-list/create-price-list.js +3 -0
  2305. package/dist/workflow/price-list/create-price-list.js.map +1 -0
  2306. package/dist/workflow/price-list/index.d.ts +3 -0
  2307. package/dist/workflow/price-list/index.d.ts.map +1 -0
  2308. package/dist/workflow/price-list/index.js +19 -0
  2309. package/dist/workflow/price-list/index.js.map +1 -0
  2310. package/dist/workflow/price-list/remove-price-list.d.ts +4 -0
  2311. package/dist/workflow/price-list/remove-price-list.d.ts.map +1 -0
  2312. package/dist/workflow/price-list/remove-price-list.js +3 -0
  2313. package/dist/workflow/price-list/remove-price-list.js.map +1 -0
  2314. package/dist/workflow/pricing/index.d.ts +17 -0
  2315. package/dist/workflow/pricing/index.d.ts.map +1 -0
  2316. package/dist/workflow/pricing/index.js +3 -0
  2317. package/dist/workflow/pricing/index.js.map +1 -0
  2318. package/dist/workflow/product/create-product-variants.d.ts +26 -0
  2319. package/dist/workflow/product/create-product-variants.d.ts.map +1 -0
  2320. package/dist/workflow/product/create-product-variants.js +3 -0
  2321. package/dist/workflow/product/create-product-variants.js.map +1 -0
  2322. package/dist/workflow/product/create-products.d.ts +82 -0
  2323. package/dist/workflow/product/create-products.d.ts.map +1 -0
  2324. package/dist/workflow/product/create-products.js +3 -0
  2325. package/dist/workflow/product/create-products.js.map +1 -0
  2326. package/dist/workflow/product/export-products.d.ts +6 -0
  2327. package/dist/workflow/product/export-products.d.ts.map +1 -0
  2328. package/dist/workflow/product/export-products.js +3 -0
  2329. package/dist/workflow/product/export-products.js.map +1 -0
  2330. package/dist/workflow/product/import-products.d.ts +9 -0
  2331. package/dist/workflow/product/import-products.d.ts.map +1 -0
  2332. package/dist/workflow/product/import-products.js +3 -0
  2333. package/dist/workflow/product/import-products.js.map +1 -0
  2334. package/dist/workflow/product/index.d.ts +7 -0
  2335. package/dist/workflow/product/index.d.ts.map +1 -0
  2336. package/dist/workflow/product/index.js +23 -0
  2337. package/dist/workflow/product/index.js.map +1 -0
  2338. package/dist/workflow/product/update-product-variants.d.ts +37 -0
  2339. package/dist/workflow/product/update-product-variants.d.ts.map +1 -0
  2340. package/dist/workflow/product/update-product-variants.js +3 -0
  2341. package/dist/workflow/product/update-product-variants.js.map +1 -0
  2342. package/dist/workflow/product/update-products.d.ts +78 -0
  2343. package/dist/workflow/product/update-products.d.ts.map +1 -0
  2344. package/dist/workflow/product/update-products.js +3 -0
  2345. package/dist/workflow/product/update-products.js.map +1 -0
  2346. package/dist/workflow/product-category/index.d.ts +12 -0
  2347. package/dist/workflow/product-category/index.d.ts.map +1 -0
  2348. package/dist/workflow/product-category/index.js +3 -0
  2349. package/dist/workflow/product-category/index.js.map +1 -0
  2350. package/dist/workflow/region/create-regions.d.ts +9 -0
  2351. package/dist/workflow/region/create-regions.d.ts.map +1 -0
  2352. package/dist/workflow/region/create-regions.js +3 -0
  2353. package/dist/workflow/region/create-regions.js.map +1 -0
  2354. package/dist/workflow/region/index.d.ts +3 -0
  2355. package/dist/workflow/region/index.d.ts.map +1 -0
  2356. package/dist/workflow/region/index.js +19 -0
  2357. package/dist/workflow/region/index.js.map +1 -0
  2358. package/dist/workflow/region/update-regions.d.ts +10 -0
  2359. package/dist/workflow/region/update-regions.d.ts.map +1 -0
  2360. package/dist/workflow/region/update-regions.js +3 -0
  2361. package/dist/workflow/region/update-regions.js.map +1 -0
  2362. package/dist/workflow/reservation/create-reservations.d.ts +6 -0
  2363. package/dist/workflow/reservation/create-reservations.d.ts.map +1 -0
  2364. package/dist/workflow/reservation/create-reservations.js +3 -0
  2365. package/dist/workflow/reservation/create-reservations.js.map +1 -0
  2366. package/dist/workflow/reservation/index.d.ts +3 -0
  2367. package/dist/workflow/reservation/index.d.ts.map +1 -0
  2368. package/dist/workflow/reservation/index.js +19 -0
  2369. package/dist/workflow/reservation/index.js.map +1 -0
  2370. package/dist/workflow/reservation/update-reservations.d.ts +6 -0
  2371. package/dist/workflow/reservation/update-reservations.d.ts.map +1 -0
  2372. package/dist/workflow/reservation/update-reservations.js +3 -0
  2373. package/dist/workflow/reservation/update-reservations.js.map +1 -0
  2374. package/dist/workflow/store/index.d.ts +14 -0
  2375. package/dist/workflow/store/index.d.ts.map +1 -0
  2376. package/dist/workflow/store/index.js +3 -0
  2377. package/dist/workflow/store/index.js.map +1 -0
  2378. package/dist/workflow/user/create-user.d.ts +5 -0
  2379. package/dist/workflow/user/create-user.d.ts.map +1 -0
  2380. package/dist/workflow/user/create-user.js +3 -0
  2381. package/dist/workflow/user/create-user.js.map +1 -0
  2382. package/dist/workflow/user/delete-user.d.ts +4 -0
  2383. package/dist/workflow/user/delete-user.d.ts.map +1 -0
  2384. package/dist/workflow/user/delete-user.js +3 -0
  2385. package/dist/workflow/user/delete-user.js.map +1 -0
  2386. package/dist/workflow/user/index.d.ts +4 -0
  2387. package/dist/workflow/user/index.d.ts.map +1 -0
  2388. package/dist/workflow/user/index.js +20 -0
  2389. package/dist/workflow/user/index.js.map +1 -0
  2390. package/dist/workflow/user/update-user.d.ts +5 -0
  2391. package/dist/workflow/user/update-user.d.ts.map +1 -0
  2392. package/dist/workflow/user/update-user.js +3 -0
  2393. package/dist/workflow/user/update-user.js.map +1 -0
  2394. package/dist/workflows/index.d.ts +3 -0
  2395. package/dist/workflows/index.d.ts.map +1 -0
  2396. package/dist/workflows/index.js +19 -0
  2397. package/dist/workflows/index.js.map +1 -0
  2398. package/dist/workflows/products/index.d.ts +2 -0
  2399. package/dist/workflows/products/index.d.ts.map +1 -0
  2400. package/dist/workflows/products/index.js +18 -0
  2401. package/dist/workflows/products/index.js.map +1 -0
  2402. package/dist/workflows/products/mutations.d.ts +19 -0
  2403. package/dist/workflows/products/mutations.d.ts.map +1 -0
  2404. package/dist/workflows/products/mutations.js +3 -0
  2405. package/dist/workflows/products/mutations.js.map +1 -0
  2406. package/dist/workflows/stock-locations/index.d.ts +2 -0
  2407. package/dist/workflows/stock-locations/index.d.ts.map +1 -0
  2408. package/dist/workflows/stock-locations/index.js +18 -0
  2409. package/dist/workflows/stock-locations/index.js.map +1 -0
  2410. package/dist/workflows/stock-locations/mutations.d.ts +8 -0
  2411. package/dist/workflows/stock-locations/mutations.d.ts.map +1 -0
  2412. package/dist/workflows/stock-locations/mutations.js +3 -0
  2413. package/dist/workflows/stock-locations/mutations.js.map +1 -0
  2414. package/dist/workflows-sdk/common.d.ts +19 -0
  2415. package/dist/workflows-sdk/common.d.ts.map +1 -0
  2416. package/dist/workflows-sdk/common.js +3 -0
  2417. package/dist/workflows-sdk/common.js.map +1 -0
  2418. package/dist/workflows-sdk/index.d.ts +4 -0
  2419. package/dist/workflows-sdk/index.d.ts.map +1 -0
  2420. package/dist/workflows-sdk/index.js +20 -0
  2421. package/dist/workflows-sdk/index.js.map +1 -0
  2422. package/dist/workflows-sdk/mutations.d.ts +8 -0
  2423. package/dist/workflows-sdk/mutations.d.ts.map +1 -0
  2424. package/dist/workflows-sdk/mutations.js +3 -0
  2425. package/dist/workflows-sdk/mutations.js.map +1 -0
  2426. package/dist/workflows-sdk/service.d.ts +66 -0
  2427. package/dist/workflows-sdk/service.d.ts.map +1 -0
  2428. package/dist/workflows-sdk/service.js +3 -0
  2429. package/dist/workflows-sdk/service.js.map +1 -0
  2430. package/package.json +61 -0
@@ -0,0 +1,2220 @@
1
+ import { RestoreReturn, SoftDeleteReturn } from "../dal";
2
+ import { CreateProductCategoryDTO, CreateProductCollectionDTO, CreateProductDTO, CreateProductOptionDTO, CreateProductOptionValueDTO, CreateProductTagDTO, CreateProductTypeDTO, CreateProductVariantDTO, FilterableProductCategoryProps, FilterableProductCollectionProps, FilterableProductOptionProps, FilterableProductOptionValueProps, FilterableProductProps, FilterableProductTagProps, FilterableProductTypeProps, FilterableProductVariantProps, ProductCategoryDTO, ProductCollectionDTO, ProductDTO, ProductOptionDTO, ProductOptionValueDTO, ProductTagDTO, ProductTypeDTO, ProductVariantDTO, UpdateProductCategoryDTO, UpdateProductCollectionDTO, UpdateProductDTO, UpdateProductOptionDTO, UpdateProductOptionValueDTO, UpdateProductTagDTO, UpdateProductTypeDTO, UpdateProductVariantDTO, UpsertProductCategoryDTO, UpsertProductCollectionDTO, UpsertProductDTO, UpsertProductOptionDTO, UpsertProductTagDTO, UpsertProductTypeDTO, UpsertProductVariantDTO } from "./common";
3
+ import { FindConfig } from "../common";
4
+ import { IModuleService } from "../modules-sdk";
5
+ import { Context } from "../shared-context";
6
+ /**
7
+ * The main service interface for the Product Module.
8
+ */
9
+ export interface IProductModuleService extends IModuleService {
10
+ /**
11
+ * This method is used to retrieve a product by its ID
12
+ *
13
+ * @param {string} productId - The ID of the product to retrieve.
14
+ * @param {FindConfig<ProductDTO>} config -
15
+ * The configurations determining how the product is retrieved. Its properties, such as `select` or `relations`, accept the
16
+ * attributes or relations associated with a product.
17
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
18
+ * @returns {Promise<ProductDTO>} The retrieved product.
19
+ *
20
+ * @example
21
+ * A simple example that retrieves a product by its ID:
22
+ *
23
+ * ```ts
24
+ * const product =
25
+ * await productModuleService.retrieveProduct("prod_123")
26
+ * ```
27
+ *
28
+ * To specify relations that should be retrieved:
29
+ *
30
+ * ```ts
31
+ * const product = await productModuleService.retrieveProduct(
32
+ * "prod_123",
33
+ * {
34
+ * relations: ["categories"],
35
+ * }
36
+ * )
37
+ * ```
38
+ */
39
+ retrieveProduct(productId: string, config?: FindConfig<ProductDTO>, sharedContext?: Context): Promise<ProductDTO>;
40
+ /**
41
+ * This method is used to retrieve a paginated list of products based on optional filters and configuration.
42
+ *
43
+ * @param {FilterableProductProps} filters - The filters to apply on the retrieved products.
44
+ * @param {FindConfig<ProductDTO>} config -
45
+ * The configurations determining how the products are retrieved. Its properties, such as `select` or `relations`, accept the
46
+ * attributes or relations associated with a product.
47
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
48
+ * @returns {Promise<ProductDTO[]>} The list of products.
49
+ *
50
+ * @example
51
+ * To retrieve a list of products using their IDs:
52
+ *
53
+ * ```ts
54
+ * const products = await productModuleService.listProducts({
55
+ * id: ["prod_123", "prod_321"],
56
+ * })
57
+ * ```
58
+ *
59
+ * To specify relations that should be retrieved within the products:
60
+ *
61
+ * ```ts
62
+ * const products = await productModuleService.listProducts(
63
+ * {
64
+ * id: ["prod_123", "prod_321"],
65
+ * },
66
+ * {
67
+ * relations: ["categories"],
68
+ * }
69
+ * )
70
+ * ```
71
+ *
72
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
73
+ *
74
+ * ```ts
75
+ * const products = await productModuleService.listProducts(
76
+ * {
77
+ * id: ["prod_123", "prod_321"],
78
+ * },
79
+ * {
80
+ * relations: ["categories"],
81
+ * take: 20,
82
+ * skip: 2,
83
+ * }
84
+ * )
85
+ * ```
86
+ */
87
+ listProducts(filters?: FilterableProductProps, config?: FindConfig<ProductDTO>, sharedContext?: Context): Promise<ProductDTO[]>;
88
+ /**
89
+ * This method is used to retrieve a paginated list of products along with the total count of available products satisfying the provided filters.
90
+ *
91
+ * @param {FilterableProductProps} filters - The filters to apply on the retrieved products.
92
+ * @param {FindConfig<ProductDTO>} config -
93
+ * The configurations determining how the products are retrieved. Its properties, such as `select` or `relations`, accept the
94
+ * attributes or relations associated with a product.
95
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
96
+ * @returns {Promise<ProductDTO[]>} The list of products along with the total count.
97
+ *
98
+ * @example
99
+ * To retrieve a list of products using their IDs:
100
+ *
101
+ * ```ts
102
+ * const [products, count] =
103
+ * await productModuleService.listAndCountProducts({
104
+ * id: ["prod_123", "prod_321"],
105
+ * })
106
+ * ```
107
+ *
108
+ * To specify relations that should be retrieved within the products:
109
+ *
110
+ * ```ts
111
+ * const [products, count] =
112
+ * await productModuleService.listAndCountProducts(
113
+ * {
114
+ * id: ["prod_123", "prod_321"],
115
+ * },
116
+ * {
117
+ * relations: ["categories"],
118
+ * }
119
+ * )
120
+ * ```
121
+ *
122
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
123
+ *
124
+ * ```ts
125
+ * const [products, count] =
126
+ * await productModuleService.listAndCountProducts(
127
+ * {
128
+ * id: ["prod_123", "prod_321"],
129
+ * },
130
+ * {
131
+ * relations: ["categories"],
132
+ * take: 20,
133
+ * skip: 2,
134
+ * }
135
+ * )
136
+ * ```
137
+ */
138
+ listAndCountProducts(filters?: FilterableProductProps, config?: FindConfig<ProductDTO>, sharedContext?: Context): Promise<[ProductDTO[], number]>;
139
+ /**
140
+ * This method is used to create a list of products.
141
+ *
142
+ * @param {CreateProductDTO[]} data - The products to be created.
143
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
144
+ * @returns {Promise<ProductDTO[]>} The list of created products.
145
+ *
146
+ * @example
147
+ * const products = await productModuleService.createProducts([
148
+ * {
149
+ * title: "Shirt",
150
+ * },
151
+ * {
152
+ * title: "Pants",
153
+ * handle: "pants",
154
+ * },
155
+ * ])
156
+ */
157
+ createProducts(data: CreateProductDTO[], sharedContext?: Context): Promise<ProductDTO[]>;
158
+ /**
159
+ * This method is used to create a product.
160
+ *
161
+ * @param {CreateProductDTO} data - The product to be created.
162
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
163
+ * @returns {Promise<ProductDTO>} The created product.
164
+ *
165
+ * @example
166
+ * const product = await productModuleService.createProducts({
167
+ * title: "Shirt",
168
+ * })
169
+ */
170
+ createProducts(data: CreateProductDTO, sharedContext?: Context): Promise<ProductDTO>;
171
+ /**
172
+ * This method updates existing products, or creates new ones if they don't exist.
173
+ *
174
+ * @param {UpsertProductDTO[]} data - The attributes to update or create for each product.
175
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
176
+ * @returns {Promise<ProductDTO[]>} The updated and created products.
177
+ *
178
+ * @example
179
+ * const products = await productModuleService.upsertProducts([
180
+ * {
181
+ * id: "prod_123",
182
+ * handle: "pant",
183
+ * },
184
+ * {
185
+ * title: "Shirt",
186
+ * },
187
+ * ])
188
+ */
189
+ upsertProducts(data: UpsertProductDTO[], sharedContext?: Context): Promise<ProductDTO[]>;
190
+ /**
191
+ * This method updates the product if it exists, or creates a new ones if it doesn't.
192
+ *
193
+ * @param {UpsertProductDTO} data - The attributes to update or create for the new product.
194
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
195
+ * @returns {Promise<ProductDTO>} The updated or created product.
196
+ *
197
+ * @example
198
+ * const product = await productModuleService.upsertProducts({
199
+ * title: "Shirt",
200
+ * })
201
+ */
202
+ upsertProducts(data: UpsertProductDTO, sharedContext?: Context): Promise<ProductDTO>;
203
+ /**
204
+ * This method is used to update a product.
205
+ *
206
+ * @param {string} id - The ID of the product to be updated.
207
+ * @param {UpdateProductDTO} data - The attributes of the product to be updated
208
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
209
+ * @returns {Promise<ProductDTO>} The updated product.
210
+ *
211
+ * @example
212
+ * const product = await productModuleService.updateProducts(
213
+ * "prod_123",
214
+ * {
215
+ * handle: "pant",
216
+ * }
217
+ * )
218
+ */
219
+ updateProducts(id: string, data: UpdateProductDTO, sharedContext?: Context): Promise<ProductDTO>;
220
+ /**
221
+ * This method is used to update a list of products matching the specified filters.
222
+ *
223
+ * @param {FilterableProductProps} selector - The filters specifying which products to update.
224
+ * @param {UpdateProductDTO} data - The attributes to be updated on the selected products
225
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
226
+ * @returns {Promise<ProductDTO[]>} The updated products.
227
+ *
228
+ * @example
229
+ * const products = await productModuleService.updateProducts(
230
+ * {
231
+ * title: "Pant",
232
+ * },
233
+ * {
234
+ * handle: "pant",
235
+ * }
236
+ * )
237
+ */
238
+ updateProducts(selector: FilterableProductProps, data: UpdateProductDTO, sharedContext?: Context): Promise<ProductDTO[]>;
239
+ /**
240
+ * This method is used to delete products. Unlike the {@link softDelete} method, this method will completely remove the products and they can no longer be accessed or retrieved.
241
+ *
242
+ * @param {string[]} productIds - The IDs of the products to be deleted.
243
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
244
+ * @returns {Promise<void>} Resolves when the products are successfully deleted.
245
+ *
246
+ * @example
247
+ * await productModuleService.deleteProducts(["prod_123", "prod_321"])
248
+ */
249
+ deleteProducts(productIds: string[], sharedContext?: Context): Promise<void>;
250
+ /**
251
+ * This method is used to delete products. Unlike the {@link delete} method, this method won't completely remove the product. It can still be accessed or retrieved using methods like {@link retrieve} if you pass the `withDeleted` property to the `config` object parameter.
252
+ *
253
+ * The soft-deleted products can be restored using the {@link restore} method.
254
+ *
255
+ * @param {string[]} productIds - The IDs of the products to soft-delete.
256
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
257
+ * Configurations determining which relations to soft delete along with the each of the products. You can pass to its `returnLinkableKeys`
258
+ * property any of the product's relation attribute names, such as `variant_id`.
259
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
260
+ * @returns {Promise<Record<string, string[]> | void>}
261
+ * An object that includes the IDs of related records that were also soft deleted, such as the ID of associated product variants. The object's keys are the ID attribute names of the product entity's relations, such as `variant_id`, and its value is an array of strings, each being the ID of a record associated with the product through this relation, such as the IDs of associated product variants.
262
+ *
263
+ * If there are no related records, the promise resolved to `void`.
264
+ *
265
+ * @example
266
+ * await productModuleService.softDeleteProducts([
267
+ * "prod_123",
268
+ * "prod_321",
269
+ * ])
270
+ */
271
+ softDeleteProducts<TReturnableLinkableKeys extends string = string>(productIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
272
+ /**
273
+ * This method is used to restore products which were deleted using the {@link softDelete} method.
274
+ *
275
+ * @param {string[]} productIds - The IDs of the products to restore.
276
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
277
+ * Configurations determining which relations to restore along with each of the products. You can pass to its `returnLinkableKeys`
278
+ * property any of the product's relation attribute names, such as `variant_id`.
279
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
280
+ * @returns {Promise<Record<string, string[]> | void>}
281
+ * An object that includes the IDs of related records that were restored, such as the ID of associated product variants. The object's keys are the ID attribute names of the product entity's relations, such as `variant_id`, and its value is an array of strings, each being the ID of the record associated with the product through this relation, such as the IDs of associated product variants.
282
+ *
283
+ * If there are no related records that were restored, the promise resolved to `void`.
284
+ *
285
+ * @example
286
+ * await productModuleService.restoreProducts(["prod_123", "prod_321"])
287
+ */
288
+ restoreProducts<TReturnableLinkableKeys extends string = string>(productIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
289
+ /**
290
+ * This method is used to retrieve a tag by its ID.
291
+ *
292
+ * @param {string} tagId - The ID of the tag to retrieve.
293
+ * @param {FindConfig<ProductTagDTO>} config -
294
+ * The configurations determining how the product tag is retrieved. Its properties, such as `select` or `relations`, accept the
295
+ * attributes or relations associated with a product tag.
296
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
297
+ * @returns {Promise<ProductTagDTO>} The retrieved product tag.
298
+ *
299
+ * @example
300
+ * A simple example that retrieves a product tag by its ID:
301
+ *
302
+ * ```ts
303
+ * const tag = await productModuleService.retrieveProductTag("ptag_123")
304
+ * ```
305
+ *
306
+ * To specify relations that should be retrieved:
307
+ *
308
+ * ```ts
309
+ * const tag = await productModuleService.retrieveProductTag(
310
+ * "ptag_123",
311
+ * {
312
+ * relations: ["products"],
313
+ * }
314
+ * )
315
+ * ```
316
+ */
317
+ retrieveProductTag(tagId: string, config?: FindConfig<ProductTagDTO>, sharedContext?: Context): Promise<ProductTagDTO>;
318
+ /**
319
+ * This method is used to retrieve a paginated list of tags based on optional filters and configuration.
320
+ *
321
+ * @param {FilterableProductTagProps} filters - The filters applied on the retrieved product tags.
322
+ * @param {FindConfig<ProductTagDTO>} config -
323
+ * The configurations determining how the product tags are retrieved. Its properties, such as `select` or `relations`, accept the
324
+ * attributes or relations associated with a product tag.
325
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
326
+ * @returns {Promise<ProductTagDTO[]>} The list of product tags.
327
+ *
328
+ * @example
329
+ * To retrieve a list of product tags using their IDs:
330
+ *
331
+ * ```ts
332
+ * const tags = await productModuleService.listProductTags({
333
+ * id: ["ptag_123", "ptag_321"],
334
+ * })
335
+ * ```
336
+ *
337
+ * To specify relations that should be retrieved within the product tags:
338
+ *
339
+ * ```ts
340
+ * const tags = await productModuleService.listProductTags(
341
+ * {
342
+ * id: ["ptag_123", "ptag_321"],
343
+ * },
344
+ * {
345
+ * relations: ["products"],
346
+ * }
347
+ * )
348
+ * ```
349
+ *
350
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
351
+ *
352
+ * ```ts
353
+ * const tags = await productModuleService.listProductTags(
354
+ * {
355
+ * id: ["ptag_123", "ptag_321"],
356
+ * },
357
+ * {
358
+ * relations: ["products"],
359
+ * take: 20,
360
+ * skip: 2,
361
+ * }
362
+ * )
363
+ * ```
364
+ */
365
+ listProductTags(filters?: FilterableProductTagProps, config?: FindConfig<ProductTagDTO>, sharedContext?: Context): Promise<ProductTagDTO[]>;
366
+ /**
367
+ * This method is used to retrieve a paginated list of product tags along with the total count of available product tags satisfying the provided filters.
368
+ *
369
+ * @param {FilterableProductTagProps} filters - The filters applied on the retrieved product tags.
370
+ * @param {FindConfig<ProductTagDTO>} config -
371
+ * The configurations determining how the product tags are retrieved. Its properties, such as `select` or `relations`, accept the
372
+ * attributes or relations associated with a product tag.
373
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
374
+ * @returns {Promise<[ProductTagDTO[], number]>} The list of product tags along with the total count.
375
+ *
376
+ * @example
377
+ * To retrieve a list of product tags using their IDs:
378
+ *
379
+ * ```ts
380
+ * const [tags, count] =
381
+ * await productModuleService.listAndCountProductTags({
382
+ * id: ["ptag_123", "ptag_321"],
383
+ * })
384
+ * ```
385
+ *
386
+ * To specify relations that should be retrieved within the product tags:
387
+ *
388
+ * ```ts
389
+ * const [tags, count] =
390
+ * await productModuleService.listAndCountProductTags(
391
+ * {
392
+ * id: ["ptag_123", "ptag_321"],
393
+ * },
394
+ * {
395
+ * relations: ["products"],
396
+ * }
397
+ * )
398
+ * ```
399
+ *
400
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
401
+ *
402
+ * ```ts
403
+ * const [tags, count] =
404
+ * await productModuleService.listAndCountProductTags(
405
+ * {
406
+ * id: ["ptag_123", "ptag_321"],
407
+ * },
408
+ * {
409
+ * relations: ["products"],
410
+ * take: 20,
411
+ * skip: 2,
412
+ * }
413
+ * )
414
+ * ```
415
+ */
416
+ listAndCountProductTags(filters?: FilterableProductTagProps, config?: FindConfig<ProductTagDTO>, sharedContext?: Context): Promise<[ProductTagDTO[], number]>;
417
+ /**
418
+ * This method is used to create a product tag.
419
+ *
420
+ * @param {CreateProductTagDTO[]} data - The product tags to be created.
421
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
422
+ * @return {Promise<ProductTagDTO[]>} The list of created product tags.
423
+ *
424
+ * @example
425
+ * const productTags = await productModuleService.createProductTags([
426
+ * {
427
+ * value: "digital",
428
+ * },
429
+ * ])
430
+ */
431
+ createProductTags(data: CreateProductTagDTO[], sharedContext?: Context): Promise<ProductTagDTO[]>;
432
+ /**
433
+ * This method is used to create a product tag.
434
+ *
435
+ * @param {CreateProductTagDTO} data - The product tag to be created.
436
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
437
+ * @returns {Promise<ProductTagDTO>} The created product tag.
438
+ *
439
+ * @example
440
+ * const productTag = await productModuleService.createProductTags({
441
+ * value: "digital",
442
+ * })
443
+ *
444
+ */
445
+ createProductTags(data: CreateProductTagDTO, sharedContext?: Context): Promise<ProductTagDTO>;
446
+ /**
447
+ * This method updates existing tags, or creates new ones if they don't exist.
448
+ *
449
+ * @param {UpsertProductTagDTO[]} data - The attributes to update or create for each tag.
450
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
451
+ * @returns {Promise<ProductTagDTO[]>} The updated and created tags.
452
+ *
453
+ * @example
454
+ * const productTags = await productModuleService.upsertProductTags([
455
+ * {
456
+ * id: "ptag_123",
457
+ * metadata: {
458
+ * test: true,
459
+ * },
460
+ * },
461
+ * {
462
+ * value: "Digital",
463
+ * },
464
+ * ])
465
+ */
466
+ upsertProductTags(data: UpsertProductTagDTO[], sharedContext?: Context): Promise<ProductTagDTO[]>;
467
+ /**
468
+ * This method updates an existing tag, or creates a new one if it doesn't exist.
469
+ *
470
+ * @param {UpsertProductTagDTO} data - The attributes to update or create for the tag.
471
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
472
+ * @returns {Promise<ProductTagDTO>} The updated or created tag.
473
+ *
474
+ * @example
475
+ * const productTag = await productModuleService.upsertProductTags({
476
+ * id: "ptag_123",
477
+ * metadata: {
478
+ * test: true,
479
+ * },
480
+ * })
481
+ */
482
+ upsertProductTags(data: UpsertProductTagDTO, sharedContext?: Context): Promise<ProductTagDTO>;
483
+ /**
484
+ * This method is used to update a tag.
485
+ *
486
+ * @param {string} id - The ID of the tag to be updated.
487
+ * @param {UpdateProductTagDTO} data - The attributes of the tag to be updated
488
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
489
+ * @returns {Promise<ProductTagDTO>} The updated tag.
490
+ *
491
+ * @example
492
+ * const productTag = await productModuleService.updateProductTags(
493
+ * "ptag_123",
494
+ * {
495
+ * value: "Digital",
496
+ * }
497
+ * )
498
+ */
499
+ updateProductTags(id: string, data: UpdateProductTagDTO, sharedContext?: Context): Promise<ProductTagDTO>;
500
+ /**
501
+ * This method is used to update a list of tags matching the specified filters.
502
+ *
503
+ * @param {FilterableProductTagProps} selector - The filters specifying which tags to update.
504
+ * @param {UpdateProductTagDTO} data - The attributes to be updated on the selected tags
505
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
506
+ * @returns {Promise<ProductTagDTO[]>} The updated tags.
507
+ *
508
+ * @example
509
+ * const productTags = await productModuleService.updateProductTags(
510
+ * {
511
+ * id: ["ptag_123", "ptag_321"],
512
+ * },
513
+ * {
514
+ * value: "Digital",
515
+ * }
516
+ * )
517
+ */
518
+ updateProductTags(selector: FilterableProductTagProps, data: UpdateProductTagDTO, sharedContext?: Context): Promise<ProductTagDTO[]>;
519
+ /**
520
+ * This method is used to delete product tags by their ID.
521
+ *
522
+ * @param {string[]} productTagIds - The IDs of the product tags to be deleted.
523
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
524
+ * @returns {Promise<void>} Resolves when the product tags are successfully deleted.
525
+ *
526
+ * @example
527
+ * await productModuleService.deleteProductTags([
528
+ * "ptag_123",
529
+ * "ptag_321",
530
+ * ])
531
+ */
532
+ deleteProductTags(productTagIds: string[], sharedContext?: Context): Promise<void>;
533
+ /**
534
+ * This method is used to delete tags. Unlike the {@link delete} method, this method won't completely remove the tag. It can still be accessed or retrieved using methods like {@link retrieve} if you pass the `withDeleted` property to the `config` object parameter.
535
+ *
536
+ * The soft-deleted tags can be restored using the {@link restore} method.
537
+ *
538
+ * @param {string[]} tagIds - The IDs of the tags to soft-delete.
539
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
540
+ * Configurations determining which relations to soft delete along with the each of the tags. You can pass to its `returnLinkableKeys`
541
+ * property any of the tag's relation attribute names.
542
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
543
+ * @returns {Promise<Record<string, string[]> | void>}
544
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the tag entity's relations, and its value is an array of strings, each being the ID of a record associated with the tag through this relation.
545
+ *
546
+ * If there are no related records, the promise resolved to `void`.
547
+ *
548
+ * @example
549
+ * await productModuleService.softDeleteProductTags([
550
+ * "ptag_123",
551
+ * "ptag_321",
552
+ * ])
553
+ */
554
+ softDeleteProductTags<TReturnableLinkableKeys extends string = string>(tagIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
555
+ /**
556
+ * This method is used to restore tags which were deleted using the {@link softDelete} method.
557
+ *
558
+ * @param {string[]} tagIds - The IDs of the tags to restore.
559
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
560
+ * Configurations determining which relations to restore along with each of the tags. You can pass to its `returnLinkableKeys`
561
+ * property any of the tag's relation attribute names.
562
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
563
+ * @returns {Promise<Record<string, string[]> | void>}
564
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the tag entity's relations, and its value is an array of strings, each being the ID of the record associated with the tag through this relation.
565
+ *
566
+ * If there are no related records that were restored, the promise resolved to `void`.
567
+ *
568
+ * @example
569
+ * await productModuleService.restoreProductTags([
570
+ * "ptag_123",
571
+ * "ptag_321",
572
+ * ])
573
+ */
574
+ restoreProductTags<TReturnableLinkableKeys extends string = string>(tagIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
575
+ /**
576
+ * This method is used to retrieve a product type by its ID.
577
+ *
578
+ * @param {string} typeId - The ID of the product type to retrieve.
579
+ * @param {FindConfig<ProductTypeDTO>} config -
580
+ * The configurations determining how the product type is retrieved. Its properties, such as `select` or `relations`, accept the
581
+ * attributes or relations associated with a product type.
582
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
583
+ * @returns {Promise<ProductTypeDTO>} The retrieved product type.
584
+ *
585
+ * @example
586
+ * const productType =
587
+ * await productModuleService.retrieveProductType("ptyp_123")
588
+ */
589
+ retrieveProductType(typeId: string, config?: FindConfig<ProductTypeDTO>, sharedContext?: Context): Promise<ProductTypeDTO>;
590
+ /**
591
+ * This method is used to retrieve a paginated list of product types based on optional filters and configuration.
592
+ *
593
+ * @param {FilterableProductTypeProps} filters - The filters to apply on the retrieved product types.
594
+ * @param {FindConfig<ProductTypeDTO>} config -
595
+ * The configurations determining how the product types are retrieved. Its properties, such as `select` or `relations`, accept the
596
+ * attributes or relations associated with a product type.
597
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
598
+ * @returns {Promise<ProductTypeDTO[]>} The list of product types.
599
+ *
600
+ * @example
601
+ * To retrieve a list of product types using their IDs:
602
+ *
603
+ * ```ts
604
+ * const productTypes = await productModuleService.listProductTypes({
605
+ * id: ["ptyp_123", "ptyp_321"],
606
+ * })
607
+ * ```
608
+ *
609
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
610
+ *
611
+ * ```ts
612
+ * const productTypes = await productModuleService.listProductTypes(
613
+ * {
614
+ * id: ["ptyp_123", "ptyp_321"],
615
+ * },
616
+ * {
617
+ * take: 20,
618
+ * skip: 2,
619
+ * }
620
+ * )
621
+ * ```
622
+ */
623
+ listProductTypes(filters?: FilterableProductTypeProps, config?: FindConfig<ProductTypeDTO>, sharedContext?: Context): Promise<ProductTypeDTO[]>;
624
+ /**
625
+ * This method is used to retrieve a paginated list of product types along with the total count of available product types satisfying the provided filters.
626
+ *
627
+ * @param {FilterableProductTypeProps} filters - The filters to be applied on the retrieved product type.
628
+ * @param {FindConfig<ProductTypeDTO>} config -
629
+ * The configurations determining how the product types are retrieved. Its properties, such as `select` or `relations`, accept the
630
+ * attributes or relations associated with a product type.
631
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
632
+ * @returns {Promise<[ProductTypeDTO[], number]>} The list of product types along with their total count.
633
+ *
634
+ * @example
635
+ * To retrieve a list of product types using their IDs:
636
+ *
637
+ * ```ts
638
+ * const [productTypes, count] =
639
+ * await productModuleService.listAndCountProductTypes({
640
+ * id: ["ptyp_123", "ptyp_321"],
641
+ * })
642
+ * ```
643
+ *
644
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
645
+ *
646
+ * ```ts
647
+ * const [productTypes, count] =
648
+ * await productModuleService.listAndCountProductTypes(
649
+ * {
650
+ * id: ["ptyp_123", "ptyp_321"],
651
+ * },
652
+ * {
653
+ * take: 20,
654
+ * skip: 2,
655
+ * }
656
+ * )
657
+ * ```
658
+ */
659
+ listAndCountProductTypes(filters?: FilterableProductTypeProps, config?: FindConfig<ProductTypeDTO>, sharedContext?: Context): Promise<[ProductTypeDTO[], number]>;
660
+ /**
661
+ * This method is used to create a product type.
662
+ *
663
+ * @param {CreateProductTypeDTO[]} data - The product types to be created.
664
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
665
+ * @return {Promise<ProductTypeDTO[]>} The list of created product types.
666
+ *
667
+ * @example
668
+ * const productTypes = await productModuleService.createProductTypes([
669
+ * {
670
+ * value: "digital",
671
+ * },
672
+ * ])
673
+ */
674
+ createProductTypes(data: CreateProductTypeDTO[], sharedContext?: Context): Promise<ProductTypeDTO[]>;
675
+ /**
676
+ * This method is used to create a product type.
677
+ *
678
+ * @param {CreateProductTypeDTO} data - The product type to be created.
679
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
680
+ * @returns {Promise<ProductTypeDTO>} The created product type.
681
+ *
682
+ * @example
683
+ * const productType = await productModuleService.createProductTypes({
684
+ * value: "digital",
685
+ * })
686
+ *
687
+ */
688
+ createProductTypes(data: CreateProductTypeDTO, sharedContext?: Context): Promise<ProductTypeDTO>;
689
+ /**
690
+ * This method updates existing types, or creates new ones if they don't exist.
691
+ *
692
+ * @param {UpsertProductTypeDTO[]} data - The attributes to update or create for each type.
693
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
694
+ * @returns {Promise<ProductTypeDTO[]>} The updated and created types.
695
+ *
696
+ * @example
697
+ * const productTypes = await productModuleService.upsertProductTypes([
698
+ * {
699
+ * id: "ptyp_123",
700
+ * metadata: {
701
+ * test: true,
702
+ * },
703
+ * },
704
+ * {
705
+ * value: "Digital",
706
+ * },
707
+ * ])
708
+ */
709
+ upsertProductTypes(data: UpsertProductTypeDTO[], sharedContext?: Context): Promise<ProductTypeDTO[]>;
710
+ /**
711
+ * This method updates an existing type, or creates a new one if it doesn't exist.
712
+ *
713
+ * @param {UpsertProductTypeDTO} data - The attributes to update or create for the type.
714
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
715
+ * @returns {Promise<ProductTypeDTO>} The updated or created type.
716
+ *
717
+ * @example
718
+ * const productType = await productModuleService.upsertProductTypes({
719
+ * id: "ptyp_123",
720
+ * metadata: {
721
+ * test: true,
722
+ * },
723
+ * })
724
+ */
725
+ upsertProductTypes(data: UpsertProductTypeDTO, sharedContext?: Context): Promise<ProductTypeDTO>;
726
+ /**
727
+ * This method is used to update a type.
728
+ *
729
+ * @param {string} id - The ID of the type to be updated.
730
+ * @param {UpdateProductTypeDTO} data - The attributes of the type to be updated
731
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
732
+ * @returns {Promise<ProductTypeDTO>} The updated type.
733
+ *
734
+ * @example
735
+ * const productType = await productModuleService.updateProductTypes(
736
+ * "ptyp_123",
737
+ * {
738
+ * value: "Digital",
739
+ * }
740
+ * )
741
+ */
742
+ updateProductTypes(id: string, data: UpdateProductTypeDTO, sharedContext?: Context): Promise<ProductTypeDTO>;
743
+ /**
744
+ * This method is used to update a list of types matching the specified filters.
745
+ *
746
+ * @param {FilterableProductTypeProps} selector - The filters specifying which types to update.
747
+ * @param {UpdateProductTypeDTO} data - The attributes to be updated on the selected types
748
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
749
+ * @returns {Promise<ProductTypeDTO[]>} The updated types.
750
+ *
751
+ * @example
752
+ * const productTypes = await productModuleService.updateProductTypes(
753
+ * {
754
+ * id: ["ptyp_123", "ptyp_321"],
755
+ * },
756
+ * {
757
+ * value: "Digital",
758
+ * }
759
+ * )
760
+ */
761
+ updateProductTypes(selector: FilterableProductTypeProps, data: UpdateProductTypeDTO, sharedContext?: Context): Promise<ProductTypeDTO[]>;
762
+ /**
763
+ * This method is used to delete a product type.
764
+ *
765
+ * @param {string[]} productTypeIds - The IDs of the product types to be deleted.
766
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
767
+ * @returns {Promise<void>} Resolves when the product types are successfully deleted.
768
+ *
769
+ * @example
770
+ * await productModuleService.deleteProductTypes([
771
+ * "ptyp_123",
772
+ * "ptyp_321",
773
+ * ])
774
+ */
775
+ deleteProductTypes(productTypeIds: string[], sharedContext?: Context): Promise<void>;
776
+ /**
777
+ * This method is used to delete types. Unlike the {@link delete} method, this method won't completely remove the type. It can still be accessed or retrieved using methods like {@link retrieve} if you pass the `withDeleted` property to the `config` object parameter.
778
+ *
779
+ * The soft-deleted types can be restored using the {@link restore} method.
780
+ *
781
+ * @param {string[]} typeIds - The IDs of the types to soft-delete.
782
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
783
+ * Configurations determining which relations to soft delete along with the each of the types. You can pass to its `returnLinkableKeys`
784
+ * property any of the type's relation attribute names.
785
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
786
+ * @returns {Promise<Record<string, string[]> | void>}
787
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the type entity's relations, and its value is an array of strings, each being the ID of a record associated with the type through this relation.
788
+ *
789
+ * If there are no related records, the promise resolved to `void`.
790
+ *
791
+ * @example
792
+ * await productModuleService.softDeleteProductTypes([
793
+ * "ptyp_123",
794
+ * "ptyp_321",
795
+ * ])
796
+ */
797
+ softDeleteProductTypes<TReturnableLinkableKeys extends string = string>(typeIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
798
+ /**
799
+ * This method is used to restore types which were deleted using the {@link softDelete} method.
800
+ *
801
+ * @param {string[]} typeIds - The IDs of the types to restore.
802
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
803
+ * Configurations determining which relations to restore along with each of the types. You can pass to its `returnLinkableKeys`
804
+ * property any of the type's relation attribute names.
805
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
806
+ * @returns {Promise<Record<string, string[]> | void>}
807
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the type entity's relations, and its value is an array of strings, each being the ID of the record associated with the type through this relation.
808
+ *
809
+ * If there are no related records that were restored, the promise resolved to `void`.
810
+ *
811
+ * @example
812
+ * await productModuleService.restoreProductTypes([
813
+ * "ptyp_123",
814
+ * "ptyp_321",
815
+ * ])
816
+ */
817
+ restoreProductTypes<TReturnableLinkableKeys extends string = string>(typeIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
818
+ /**
819
+ * This method is used to retrieve a product option by its ID.
820
+ *
821
+ * @param {string} optionId - The ID of the product option to retrieve.
822
+ * @param {FindConfig<ProductOptionDTO>} config -
823
+ * The configurations determining how the product option is retrieved. Its properties, such as `select` or `relations`, accept the
824
+ * attributes or relations associated with a product option.
825
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
826
+ * @returns {Promise<ProductOptionDTO>} The retrieved product option.
827
+ *
828
+ * @example
829
+ * A simple example that retrieves a product option by its ID:
830
+ *
831
+ * ```ts
832
+ * const option =
833
+ * await productModuleService.retrieveProductOption("opt_123")
834
+ * ```
835
+ *
836
+ * To specify relations that should be retrieved:
837
+ *
838
+ * ```ts
839
+ * const option = await productModuleService.retrieveProductOption(
840
+ * "opt_123",
841
+ * {
842
+ * relations: ["product"],
843
+ * }
844
+ * )
845
+ * ```
846
+ */
847
+ retrieveProductOption(optionId: string, config?: FindConfig<ProductOptionDTO>, sharedContext?: Context): Promise<ProductOptionDTO>;
848
+ /**
849
+ * This method is used to retrieve a paginated list of product options based on optional filters and configuration.
850
+ *
851
+ * @param {FilterableProductOptionProps} filters - The filters applied on the retrieved product options.
852
+ * @param {FindConfig<ProductOptionDTO>} config -
853
+ * The configurations determining how the product options are retrieved. Its properties, such as `select` or `relations`, accept the
854
+ * attributes or relations associated with a product option.
855
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
856
+ * @returns {Promise<ProductOptionDTO[]>} The list of product options.
857
+ *
858
+ * @example
859
+ * To retrieve a list of product options using their IDs:
860
+ *
861
+ * ```ts
862
+ * const options = await productModuleService.listProductOptions({
863
+ id: ["opt_123", "opt_321"],
864
+ * })
865
+ * ```
866
+ *
867
+ * To specify relations that should be retrieved within the product options:
868
+ *
869
+ * ```ts
870
+ * const options = await productModuleService.listProductOptions(
871
+ * {
872
+ * id: ["opt_123", "opt_321"],
873
+ * },
874
+ * {
875
+ * relations: ["product"],
876
+ * }
877
+ * )
878
+ * ```
879
+ *
880
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
881
+ *
882
+ * ```ts
883
+ * const options = await productModuleService.listProductOptions(
884
+ * {
885
+ * id: ["opt_123", "opt_321"],
886
+ * },
887
+ * {
888
+ * relations: ["product"],
889
+ * take: 20,
890
+ * skip: 2,
891
+ * }
892
+ * )
893
+ * ```
894
+ *
895
+ */
896
+ listProductOptions(filters?: FilterableProductOptionProps, config?: FindConfig<ProductOptionDTO>, sharedContext?: Context): Promise<ProductOptionDTO[]>;
897
+ /**
898
+ * This method is used to retrieve a paginated list of product options along with the total count of available product options satisfying the provided filters.
899
+ *
900
+ * @param {FilterableProductOptionProps} filters - The filters applied on the retrieved product options.
901
+ * @param {FindConfig<ProductOptionDTO>} config -
902
+ * The configurations determining how the product options are retrieved. Its properties, such as `select` or `relations`, accept the
903
+ * attributes or relations associated with a product option.
904
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
905
+ * @returns {Promise<[ProductOptionDTO[], number]>} The list of product options along with the total count.
906
+ *
907
+ * @example
908
+ * To retrieve a list of product options using their IDs:
909
+ *
910
+ * ```ts
911
+ * const [options, count] =
912
+ * await productModuleService.listAndCountProductOptions({
913
+ * id: ["opt_123", "opt_321"],
914
+ * })
915
+ * ```
916
+ *
917
+ * To specify relations that should be retrieved within the product types:
918
+ *
919
+ * ```ts
920
+ * const [options, count] =
921
+ * await productModuleService.listAndCountProductOptions(
922
+ * {
923
+ * id: ["opt_123", "opt_321"],
924
+ * },
925
+ * {
926
+ * relations: ["product"],
927
+ * }
928
+ * )
929
+ * ```
930
+ *
931
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
932
+ *
933
+ * ```ts
934
+ * const [options, count] =
935
+ * await productModuleService.listAndCountProductOptions(
936
+ * {
937
+ * id: ["opt_123", "opt_321"],
938
+ * },
939
+ * {
940
+ * relations: ["product"],
941
+ * take: 20,
942
+ * skip: 2,
943
+ * }
944
+ * )
945
+ * ```
946
+ */
947
+ listAndCountProductOptions(filters?: FilterableProductOptionProps, config?: FindConfig<ProductOptionDTO>, sharedContext?: Context): Promise<[ProductOptionDTO[], number]>;
948
+ /**
949
+ * This method is used to create product options.
950
+ *
951
+ * @param {CreateProductOptionDTO[]} data - The product options to be created.
952
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
953
+ * @returns {Promise<ProductOptionDTO[]>} The list of created product options.
954
+ *
955
+ * @example
956
+ * const options = await productModuleService.createProductOptions([
957
+ * {
958
+ * title: "Color",
959
+ * values: ["Blue", "Green"],
960
+ * product_id: "prod_123",
961
+ * },
962
+ * {
963
+ * title: "Size",
964
+ * values: ["Small", "Medium"],
965
+ * product_id: "prod_321",
966
+ * },
967
+ * ])
968
+ *
969
+ */
970
+ createProductOptions(data: CreateProductOptionDTO[], sharedContext?: Context): Promise<ProductOptionDTO[]>;
971
+ /**
972
+ * This method is used to create a product option.
973
+ *
974
+ * @param {CreateProductOptionDTO} data - The product option to be created.
975
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
976
+ * @returns {Promise<ProductOptionDTO>} The created product option.
977
+ *
978
+ * @example
979
+ * const option = await productModuleService.createProductOptions({
980
+ * title: "Color",
981
+ * values: ["Blue", "Green"],
982
+ * product_id: "prod_123",
983
+ * })
984
+ *
985
+ */
986
+ createProductOptions(data: CreateProductOptionDTO, sharedContext?: Context): Promise<ProductOptionDTO>;
987
+ /**
988
+ * This method updates existing options, or creates new ones if they don't exist.
989
+ *
990
+ * @param {UpsertProductOptionDTO[]} data - The attributes to update or create for each option.
991
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
992
+ * @returns {Promise<ProductOptionDTO[]>} The updated and created options.
993
+ *
994
+ * @example
995
+ * const options = await productModuleService.upsertProductOptions([
996
+ * {
997
+ * id: "opt_123",
998
+ * title: "Color",
999
+ * },
1000
+ * {
1001
+ * title: "Color",
1002
+ * values: ["Blue", "Green"],
1003
+ * product_id: "prod_123",
1004
+ * },
1005
+ * ])
1006
+ */
1007
+ upsertProductOptions(data: UpsertProductOptionDTO[], sharedContext?: Context): Promise<ProductOptionDTO[]>;
1008
+ /**
1009
+ * This method updates an existing option, or creates a new one if it doesn't exist.
1010
+ *
1011
+ * @param {UpsertProductOptionDTO} data - The attributes to update or create for the option.
1012
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1013
+ * @returns {Promise<ProductOptionDTO>} The updated or created option.
1014
+ *
1015
+ * @example
1016
+ * const option = await productModuleService.upsertProductOptions({
1017
+ * id: "opt_123",
1018
+ * title: "Color",
1019
+ * })
1020
+ */
1021
+ upsertProductOptions(data: UpsertProductOptionDTO, sharedContext?: Context): Promise<ProductOptionDTO>;
1022
+ /**
1023
+ * This method is used to update a option.
1024
+ *
1025
+ * @param {string} id - The ID of the option to be updated.
1026
+ * @param {UpdateProductOptionDTO} data - The attributes of the option to be updated
1027
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1028
+ * @returns {Promise<ProductOptionDTO>} The updated option.
1029
+ *
1030
+ * @example
1031
+ * const option = await productModuleService.updateProductOptions(
1032
+ * "opt_123",
1033
+ * {
1034
+ * title: "Color",
1035
+ * }
1036
+ * )
1037
+ */
1038
+ updateProductOptions(id: string, data: UpdateProductOptionDTO, sharedContext?: Context): Promise<ProductOptionDTO>;
1039
+ /**
1040
+ * This method is used to update a list of options matching the specified filters.
1041
+ *
1042
+ * @param {FilterableProductOptionProps} selector - The filters specifying which options to update.
1043
+ * @param {UpdateProductOptionDTO} data - The attributes to be updated on the selected options
1044
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1045
+ * @returns {Promise<ProductOptionDTO[]>} The updated options.
1046
+ *
1047
+ * @example
1048
+ * const options = await productModuleService.updateProductOptions(
1049
+ * {
1050
+ * title: "Color",
1051
+ * },
1052
+ * {
1053
+ * values: ["Blue", "Green"],
1054
+ * }
1055
+ * )
1056
+ */
1057
+ updateProductOptions(selector: FilterableProductOptionProps, data: UpdateProductOptionDTO, sharedContext?: Context): Promise<ProductOptionDTO[]>;
1058
+ /**
1059
+ * This method is used to delete a product option.
1060
+ *
1061
+ * @param {string[]} productOptionIds - The IDs of the product options to delete.
1062
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1063
+ * @returns {Promise<void>} Resolves when the product options are successfully deleted.
1064
+ *
1065
+ * @example
1066
+ * await productModuleService.deleteProductOptions([
1067
+ * "opt_123",
1068
+ * "opt_321",
1069
+ * ])
1070
+ */
1071
+ deleteProductOptions(productOptionIds: string[], sharedContext?: Context): Promise<void>;
1072
+ /**
1073
+ * This method is used to delete options. Unlike the {@link delete} method, this method won't completely remove the option. It can still be accessed or retrieved using methods like {@link retrieve} if you pass the `withDeleted` property to the `config` object parameter.
1074
+ *
1075
+ * The soft-deleted options can be restored using the {@link restore} method.
1076
+ *
1077
+ * @param {string[]} optionIds - The IDs of the options to soft-delete.
1078
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
1079
+ * Configurations determining which relations to soft delete along with the each of the options. You can pass to its `returnLinkableKeys`
1080
+ * property any of the option's relation attribute names, such as `option_value_id`.
1081
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1082
+ * @returns {Promise<Record<string, string[]> | void>}
1083
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the option entity's relations, and its value is an array of strings, each being the ID of a record associated with the option through this relation.
1084
+ *
1085
+ * If there are no related records, the promise resolved to `void`.
1086
+ *
1087
+ * @example
1088
+ * await productModuleService.softDeleteProductOptions([
1089
+ * "opt_123",
1090
+ * "opt_321",
1091
+ * ])
1092
+ */
1093
+ softDeleteProductOptions<TReturnableLinkableKeys extends string = string>(optionIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1094
+ /**
1095
+ * This method is used to restore options which were deleted using the {@link softDelete} method.
1096
+ *
1097
+ * @param {string[]} optionIds - The IDs of the options to restore.
1098
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
1099
+ * Configurations determining which relations to restore along with each of the options. You can pass to its `returnLinkableKeys`
1100
+ * property any of the option's relation attribute names.
1101
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1102
+ * @returns {Promise<Record<string, string[]> | void>}
1103
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the option entity's relations, and its value is an array of strings, each being the ID of the record associated with the option through this relation.
1104
+ *
1105
+ * If there are no related records that were restored, the promise resolved to `void`.
1106
+ *
1107
+ * @example
1108
+ * await productModuleService.restoreProductOptions([
1109
+ * "opt_123",
1110
+ * "opt_321",
1111
+ * ])
1112
+ */
1113
+ restoreProductOptions<TReturnableLinkableKeys extends string = string>(optionIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1114
+ /**
1115
+ * This method is used to retrieve a paginated list of product option values based on optional filters and configuration.
1116
+ *
1117
+ * @param {FilterableProductOptionValueProps} filters - The filters applied on the retrieved product option values.
1118
+ * @param {FindConfig<ProductOptionValueDTO>} config -
1119
+ * The configurations determining how the product option values are retrieved. Its properties, such as `select` or `relations`, accept the
1120
+ * attributes or relations associated with a product option.
1121
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1122
+ * @returns {Promise<ProductOptionValueDTO[]>} The list of product option values.
1123
+ *
1124
+ * @example
1125
+ * To retrieve a list of product option values using their IDs:
1126
+ *
1127
+ * ```ts
1128
+ * const options = await productModuleService.listProductOptionValues({
1129
+ id: ["optval_123", "optval_321"],
1130
+ * })
1131
+ * ```
1132
+ *
1133
+ * To specify relations that should be retrieved within the product option values:
1134
+ *
1135
+ * ```ts
1136
+ * const options = await productModuleService.listProductOptionValues(
1137
+ * {
1138
+ * id: ["optval_123", "optval_321"],
1139
+ * }
1140
+ * )
1141
+ * ```
1142
+ *
1143
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1144
+ *
1145
+ * ```ts
1146
+ * const options = await productModuleService.listProductOptionValues(
1147
+ * {
1148
+ * id: ["optval_123", "optval_321"],
1149
+ * },
1150
+ * {
1151
+ * take: 20,
1152
+ * skip: 2,
1153
+ * }
1154
+ * )
1155
+ * ```
1156
+ *
1157
+ */
1158
+ listProductOptionValues(filters?: FilterableProductOptionValueProps, config?: FindConfig<ProductOptionValueDTO>, sharedContext?: Context): Promise<ProductOptionValueDTO[]>;
1159
+ /**
1160
+ * This method is used to retrieve a paginated list of product option values along with the total count of available product option values satisfying the provided filters.
1161
+ *
1162
+ * @param {FilterableProductOptionValueProps} filters - The filters applied on the retrieved product option values.
1163
+ * @param {FindConfig<ProductOptionValueDTO>} config -
1164
+ * The configurations determining how the product option values are retrieved. Its properties, such as `select` or `relations`, accept the
1165
+ * attributes or relations associated with a product option.
1166
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1167
+ * @returns {Promise<[ProductOptionValueDTO[], number]>} The list of product option values along with the total count.
1168
+ *
1169
+ * @example
1170
+ * To retrieve a list of product option values using their IDs:
1171
+ *
1172
+ * ```ts
1173
+ * const [options, count] =
1174
+ * await productModuleService.listAndCountProductOptionValues({
1175
+ * id: ["optval_123", "optval_321"],
1176
+ * })
1177
+ * ```
1178
+ *
1179
+ * To specify relations that should be retrieved within the product types:
1180
+ *
1181
+ * ```ts
1182
+ * const [options, count] =
1183
+ * await productModuleService.listAndCountProductOptionValues(
1184
+ * {
1185
+ * id: ["optval_123", "optval_321"],
1186
+ * }
1187
+ * )
1188
+ * ```
1189
+ *
1190
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1191
+ *
1192
+ * ```ts
1193
+ * const [options, count] =
1194
+ * await productModuleService.listAndCountProductOptionValues(
1195
+ * {
1196
+ * id: ["optval_123", "optval_321"],
1197
+ * },
1198
+ * {
1199
+ * take: 20,
1200
+ * skip: 2,
1201
+ * }
1202
+ * )
1203
+ * ```
1204
+ */
1205
+ listAndCountProductOptionValues(filters?: FilterableProductOptionValueProps, config?: FindConfig<ProductOptionValueDTO>, sharedContext?: Context): Promise<[ProductOptionValueDTO[], number]>;
1206
+ /**
1207
+ * This method is used to create product option values.
1208
+ *
1209
+ * @param {CreateProductOptionValueDTO[]} data - The product option values to be created.
1210
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1211
+ * @returns {Promise<ProductOptionValueDTO[]>} The list of created product option values.
1212
+ *
1213
+ * @example
1214
+ * const options = await productModuleService.createProductOptionValues([
1215
+ * {
1216
+ * value: "Blue",
1217
+ * option_id: "opt_123",
1218
+ * },
1219
+ * {
1220
+ * value: "Green",
1221
+ * option_id: "opt_123",
1222
+ * },
1223
+ * ])
1224
+ *
1225
+ */
1226
+ createProductOptionValues(data: CreateProductOptionValueDTO[], sharedContext?: Context): Promise<ProductOptionValueDTO[]>;
1227
+ /**
1228
+ * This method is used to create a product option.
1229
+ *
1230
+ * @param {CreateProductOptionValueDTO} data - The product option to be created.
1231
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1232
+ * @returns {Promise<ProductOptionValueDTO>} The created product option.
1233
+ *
1234
+ * @example
1235
+ * const option = await productModuleService.createProductOptionValues({
1236
+ * value: "Blue",
1237
+ * option_id: "opt_123",
1238
+ * })
1239
+ *
1240
+ */
1241
+ createProductOptionValues(data: CreateProductOptionValueDTO, sharedContext?: Context): Promise<ProductOptionValueDTO>;
1242
+ /**
1243
+ * This method is used to update a option.
1244
+ *
1245
+ * @param {string} id - The ID of the option to be updated.
1246
+ * @param {UpdateProductOptionValueDTO} data - The attributes of the option to be updated
1247
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1248
+ * @returns {Promise<ProductOptionValueDTO>} The updated option.
1249
+ *
1250
+ * @example
1251
+ * const option = await productModuleService.updateProductOptionValues(
1252
+ * "optval_123",
1253
+ * {
1254
+ * value: "Green",
1255
+ * }
1256
+ * )
1257
+ */
1258
+ updateProductOptionValues(id: string, data: UpdateProductOptionValueDTO, sharedContext?: Context): Promise<ProductOptionValueDTO>;
1259
+ /**
1260
+ * This method is used to update a list of options matching the specified filters.
1261
+ *
1262
+ * @param {FilterableProductOptionValueProps} selector - The filters specifying which options to update.
1263
+ * @param {UpdateProductOptionValueDTO} data - The attributes to be updated on the selected options
1264
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1265
+ * @returns {Promise<ProductOptionValueDTO[]>} The updated options.
1266
+ *
1267
+ * @example
1268
+ * const options = await productModuleService.updateProductOptionValues(
1269
+ * {
1270
+ * value: "Green",
1271
+ * },
1272
+ * {
1273
+ * value: ["Red"],
1274
+ * }
1275
+ * )
1276
+ */
1277
+ updateProductOptionValues(selector: FilterableProductOptionValueProps, data: UpdateProductOptionValueDTO, sharedContext?: Context): Promise<ProductOptionValueDTO[]>;
1278
+ /**
1279
+ * This method is used to delete a product option.
1280
+ *
1281
+ * @param {string[]} productOptionValueIds - The IDs of the product option values to delete.
1282
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1283
+ * @returns {Promise<void>} Resolves when the product option values are successfully deleted.
1284
+ *
1285
+ * @example
1286
+ * await productModuleService.deleteProductOptionValues([
1287
+ * "optval_123",
1288
+ * "optval_321",
1289
+ * ])
1290
+ */
1291
+ deleteProductOptionValues(productOptionValueIds: string[], sharedContext?: Context): Promise<void>;
1292
+ /**
1293
+ * This method is used to delete options. Unlike the {@link delete} method, this method won't completely remove the option. It can still be accessed or retrieved using methods like {@link retrieve} if you pass the `withDeleted` property to the `config` object parameter.
1294
+ *
1295
+ * The soft-deleted options can be restored using the {@link restore} method.
1296
+ *
1297
+ * @param {string[]} optionIds - The IDs of the options to soft-delete.
1298
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
1299
+ * Configurations determining which relations to soft delete along with the each of the options. You can pass to its `returnLinkableKeys`
1300
+ * property any of the option's relation attribute names, such as `option_value_id`.
1301
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1302
+ * @returns {Promise<Record<string, string[]> | void>}
1303
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the option entity's relations, and its value is an array of strings, each being the ID of a record associated with the option through this relation.
1304
+ *
1305
+ * If there are no related records, the promise resolved to `void`.
1306
+ *
1307
+ * @example
1308
+ * await productModuleService.softDeleteProductOptionValues([
1309
+ * "optval_123",
1310
+ * "optval_321",
1311
+ * ])
1312
+ */
1313
+ softDeleteProductOptionValues<TReturnableLinkableKeys extends string = string>(optionIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1314
+ /**
1315
+ * This method is used to restore options which were deleted using the {@link softDelete} method.
1316
+ *
1317
+ * @param {string[]} optionIds - The IDs of the options to restore.
1318
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
1319
+ * Configurations determining which relations to restore along with each of the options. You can pass to its `returnLinkableKeys`
1320
+ * property any of the option's relation attribute names.
1321
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1322
+ * @returns {Promise<Record<string, string[]> | void>}
1323
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the option entity's relations, and its value is an array of strings, each being the ID of the record associated with the option through this relation.
1324
+ *
1325
+ * If there are no related records that were restored, the promise resolved to `void`.
1326
+ *
1327
+ * @example
1328
+ * await productModuleService.restoreProductOptionValues([
1329
+ * "optval_123",
1330
+ * "optval_321",
1331
+ * ])
1332
+ */
1333
+ restoreProductOptionValues<TReturnableLinkableKeys extends string = string>(optionIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1334
+ /**
1335
+ * This method is used to retrieve a product variant by its ID.
1336
+ *
1337
+ * @param {string} productVariantId - The ID of the product variant to retrieve.
1338
+ * @param {FindConfig<ProductVariantDTO>} config -
1339
+ * The configurations determining how the product variant is retrieved. Its properties, such as `select` or `relations`, accept the
1340
+ * attributes or relations associated with a product variant.
1341
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1342
+ * @returns {Promise<ProductVariantDTO>} The retrieved product variant.
1343
+ *
1344
+ * @example
1345
+ * A simple example that retrieves a product variant by its ID:
1346
+ *
1347
+ * ```ts
1348
+ * const variant =
1349
+ * await productModuleService.retrieveProductVariant("variant_123")
1350
+ * ```
1351
+ *
1352
+ * To specify relations that should be retrieved:
1353
+ *
1354
+ * ```ts
1355
+ * const variant = await productModuleService.retrieveProductVariant(
1356
+ * "variant_123",
1357
+ * {
1358
+ * relations: ["options"],
1359
+ * }
1360
+ * )
1361
+ * ```
1362
+ */
1363
+ retrieveProductVariant(productVariantId: string, config?: FindConfig<ProductVariantDTO>, sharedContext?: Context): Promise<ProductVariantDTO>;
1364
+ /**
1365
+ * This method is used to retrieve a paginated list of product variants based on optional filters and configuration.
1366
+ *
1367
+ * @param {FilterableProductVariantProps} filters - The filters applied on the retrieved product variants.
1368
+ * @param {FindConfig<ProductVariantDTO>} config -
1369
+ * The configurations determining how the product variants are retrieved. Its properties, such as `select` or `relations`, accept the
1370
+ * attributes or relations associated with a product variant.
1371
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1372
+ * @returns {Promise<ProductVariantDTO[]>} The list of product variants.
1373
+ *
1374
+ * @example
1375
+ * To retrieve a list of product variants using their IDs:
1376
+ *
1377
+ * ```ts
1378
+ * const variants = await productModuleService.listProductVariants({
1379
+ * id: ["variant_123", "variant_321"],
1380
+ * })
1381
+ * ```
1382
+ *
1383
+ * To specify relations that should be retrieved within the product variants:
1384
+ *
1385
+ * ```ts
1386
+ * const variants = await productModuleService.listProductVariants(
1387
+ * {
1388
+ * id: ["variant_123", "variant_321"],
1389
+ * },
1390
+ * {
1391
+ * relations: ["options"],
1392
+ * }
1393
+ * )
1394
+ * ```
1395
+ *
1396
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1397
+ *
1398
+ * ```ts
1399
+ * const variants = await productModuleService.listProductVariants(
1400
+ * {
1401
+ * id: ["variant_123", "variant_321"],
1402
+ * },
1403
+ * {
1404
+ * relations: ["options"],
1405
+ * take: 20,
1406
+ * skip: 2,
1407
+ * }
1408
+ * )
1409
+ * ```
1410
+ */
1411
+ listProductVariants(filters?: FilterableProductVariantProps, config?: FindConfig<ProductVariantDTO>, sharedContext?: Context): Promise<ProductVariantDTO[]>;
1412
+ /**
1413
+ * This method is used to retrieve a paginated list of product variants along with the total count of available product variants satisfying the provided filters.
1414
+ *
1415
+ * @param {FilterableProductVariantProps} filters - The filters applied on the retrieved product variants.
1416
+ * @param {FindConfig<ProductVariantDTO>} config -
1417
+ * The configurations determining how the product variants are retrieved. Its properties, such as `select` or `relations`, accept the
1418
+ * attributes or relations associated with a product variant.
1419
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1420
+ * @returns {Promise<[ProductVariantDTO[], number]>} The list of product variants along with their total count.
1421
+ *
1422
+ * @example
1423
+ * To retrieve a list of product variants using their IDs:
1424
+ *
1425
+ * ```ts
1426
+ * const [variants, count] =
1427
+ * await productModuleService.listAndCountProductVariants({
1428
+ * id: ["variant_123", "variant_321"],
1429
+ * })
1430
+ * ```
1431
+ *
1432
+ * To specify relations that should be retrieved within the product variants:
1433
+ *
1434
+ * ```ts
1435
+ * const [variants, count] =
1436
+ * await productModuleService.listAndCountProductVariants(
1437
+ * {
1438
+ * id: ["variant_123", "variant_321"],
1439
+ * },
1440
+ * {
1441
+ * relations: ["options"],
1442
+ * }
1443
+ * )
1444
+ * ```
1445
+ *
1446
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1447
+ *
1448
+ * ```ts
1449
+ * const [variants, count] =
1450
+ * await productModuleService.listAndCountProductVariants(
1451
+ * {
1452
+ * id: ["variant_123", "variant_321"],
1453
+ * },
1454
+ * {
1455
+ * relations: ["options"],
1456
+ * take: 20,
1457
+ * skip: 2,
1458
+ * }
1459
+ * )
1460
+ * ```
1461
+ */
1462
+ listAndCountProductVariants(filters?: FilterableProductVariantProps, config?: FindConfig<ProductVariantDTO>, sharedContext?: Context): Promise<[ProductVariantDTO[], number]>;
1463
+ /**
1464
+ * This method is used to create product variants.
1465
+ *
1466
+ * @param {CreateProductVariantDTO[]} data - The product variants to be created.
1467
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1468
+ * @returns {Promise<ProductVariantDTO[]>} The list of created product variants.
1469
+ *
1470
+ * @example
1471
+ * const variants = await productModuleService.createProductVariants([
1472
+ * {
1473
+ * title: "Blue Shirt",
1474
+ * product_id: "prod_123",
1475
+ * options: {
1476
+ * Color: "Blue",
1477
+ * },
1478
+ * },
1479
+ * {
1480
+ * title: "Green Shirt",
1481
+ * product_id: "prod_321",
1482
+ * options: {
1483
+ * Color: "Green",
1484
+ * },
1485
+ * },
1486
+ * ])
1487
+ *
1488
+ */
1489
+ createProductVariants(data: CreateProductVariantDTO[], sharedContext?: Context): Promise<ProductVariantDTO[]>;
1490
+ /**
1491
+ * This method is used to create a product variant.
1492
+ *
1493
+ * @param {CreateProductVariantDTO} data - The product variant to be created.
1494
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1495
+ * @returns {Promise<ProductVariantDTO>} The created product variant.
1496
+ *
1497
+ * @example
1498
+ * const variant = await productModuleService.createProductVariants({
1499
+ * title: "Blue Shirt",
1500
+ * product_id: "prod_123",
1501
+ * options: {
1502
+ * Color: "Blue",
1503
+ * },
1504
+ * })
1505
+ *
1506
+ */
1507
+ createProductVariants(data: CreateProductVariantDTO, sharedContext?: Context): Promise<ProductVariantDTO>;
1508
+ /**
1509
+ * This method updates existing variants, or creates new ones if they don't exist.
1510
+ *
1511
+ * @param {UpsertProductVariantDTO[]} data - The attributes to update or create for each variant.
1512
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1513
+ * @returns {Promise<ProductVariantDTO[]>} The updated and created variants.
1514
+ *
1515
+ * @example
1516
+ * const variants = await productModuleService.upsertProductVariants([
1517
+ * {
1518
+ * id: "variant_123",
1519
+ * title: "Green Shirt",
1520
+ * },
1521
+ * {
1522
+ * title: "Blue Shirt",
1523
+ * options: {
1524
+ * Color: "Blue",
1525
+ * },
1526
+ * },
1527
+ * ])
1528
+ */
1529
+ upsertProductVariants(data: UpsertProductVariantDTO[], sharedContext?: Context): Promise<ProductVariantDTO[]>;
1530
+ /**
1531
+ * This method updates an existing variant, or creates a new one if it doesn't exist.
1532
+ *
1533
+ * @param {UpsertProductVariantDTO} data - The attributes to update or create for the variant.
1534
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1535
+ * @returns {Promise<ProductVariantDTO>} The updated or created variant.
1536
+ *
1537
+ * @example
1538
+ * const variant = await productModuleService.upsertProductVariants({
1539
+ * id: "variant_123",
1540
+ * title: "Green Shirt",
1541
+ * })
1542
+ */
1543
+ upsertProductVariants(data: UpsertProductVariantDTO, sharedContext?: Context): Promise<ProductVariantDTO>;
1544
+ /**
1545
+ * This method is used to update a variant.
1546
+ *
1547
+ * @param {string} id - The ID of the variant to be updated.
1548
+ * @param {UpdateProductVariantDTO} data - The attributes of the variant to be updated
1549
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1550
+ * @returns {Promise<ProductVariantDTO>} The updated variant.
1551
+ *
1552
+ * @example
1553
+ * const variant = await productModuleService.updateProductVariants(
1554
+ * "variant_123",
1555
+ * {
1556
+ * title: "Blue Shirt",
1557
+ * }
1558
+ * )
1559
+ */
1560
+ updateProductVariants(id: string, data: UpdateProductVariantDTO, sharedContext?: Context): Promise<ProductVariantDTO>;
1561
+ /**
1562
+ * This method is used to update a list of variants matching the specified filters.
1563
+ *
1564
+ * @param {FilterableProductVariantProps} selector - The filters specifying which variants to update.
1565
+ * @param {UpdateProductVariantDTO} data - The attributes to be updated on the selected variants
1566
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1567
+ * @returns {Promise<ProductVariantDTO[]>} The updated variants.
1568
+ *
1569
+ * @example
1570
+ * const variants = await productModuleService.updateProductVariants(
1571
+ * {
1572
+ * id: ["variant_123", "variant_321"],
1573
+ * },
1574
+ * {
1575
+ * title: "Blue Shirt",
1576
+ * }
1577
+ * )
1578
+ */
1579
+ updateProductVariants(selector: FilterableProductVariantProps, data: UpdateProductVariantDTO, sharedContext?: Context): Promise<ProductVariantDTO[]>;
1580
+ /**
1581
+ * This method is used to delete ProductVariant. This method will completely remove the ProductVariant and they can no longer be accessed or retrieved.
1582
+ *
1583
+ * @param {string[]} productVariantIds - The IDs of the ProductVariant to be deleted.
1584
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1585
+ * @returns {Promise<void>} Resolves when the ProductVariant are successfully deleted.
1586
+ *
1587
+ * @example
1588
+ * await productModuleService.deleteProductVariants([
1589
+ * "variant_123",
1590
+ * "variant_321",
1591
+ * ])
1592
+ */
1593
+ deleteProductVariants(productVariantIds: string[], sharedContext?: Context): Promise<void>;
1594
+ /**
1595
+ * This method is used to delete variants. Unlike the {@link delete} method, this method won't completely remove the variant. It can still be accessed or retrieved using methods like {@link retrieve} if you pass the `withDeleted` property to the `config` object parameter.
1596
+ *
1597
+ * The soft-deleted variants can be restored using the {@link restore} method.
1598
+ *
1599
+ * @param {string[]} variantIds - The IDs of the variants to soft-delete.
1600
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
1601
+ * Configurations determining which relations to soft delete along with the each of the variants. You can pass to its `returnLinkableKeys`
1602
+ * property any of the variant's relation attribute names, such as `option_value_id`.
1603
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1604
+ * @returns {Promise<Record<string, string[]> | void>}
1605
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the variant entity's relations, and its value is an array of strings, each being the ID of a record associated with the variant through this relation.
1606
+ *
1607
+ * If there are no related records, the promise resolved to `void`.
1608
+ *
1609
+ * @example
1610
+ * await productModuleService.softDeleteProductVariants([
1611
+ * "variant_123",
1612
+ * "variant_321",
1613
+ * ])
1614
+ */
1615
+ softDeleteProductVariants<TReturnableLinkableKeys extends string = string>(variantIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1616
+ /**
1617
+ * This method is used to restore variants which were deleted using the {@link softDelete} method.
1618
+ *
1619
+ * @param {string[]} variantIds - The IDs of the variants to restore.
1620
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
1621
+ * Configurations determining which relations to restore along with each of the variants. You can pass to its `returnLinkableKeys`
1622
+ * property any of the variant's relation attribute names.
1623
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1624
+ * @returns {Promise<Record<string, string[]> | void>}
1625
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the variant entity's relations, and its value is an array of strings, each being the ID of the record associated with the variant through this relation.
1626
+ *
1627
+ * If there are no related records that were restored, the promise resolved to `void`.
1628
+ *
1629
+ * @example
1630
+ * await productModuleService.restoreProductVariants([
1631
+ * "variant_123",
1632
+ * "variant_321",
1633
+ * ])
1634
+ */
1635
+ restoreProductVariants<TReturnableLinkableKeys extends string = string>(variantIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1636
+ /**
1637
+ * This method is used to retrieve a product collection by its ID.
1638
+ *
1639
+ * @param {string} productCollectionId - The ID of the product collection to retrieve.
1640
+ * @param {FindConfig<ProductCollectionDTO>} config -
1641
+ * The configurations determining how the product collection is retrieved. Its properties, such as `select` or `relations`, accept the
1642
+ * attributes or relations associated with a product collection.
1643
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1644
+ * @returns {Promise<ProductCollectionDTO>} The retrieved product collection.
1645
+ *
1646
+ * @example
1647
+ * A simple example that retrieves a product collection by its ID:
1648
+ *
1649
+ * ```ts
1650
+ * const collection =
1651
+ * await productModuleService.retrieveProductCollection("pcol_123")
1652
+ * ```
1653
+ *
1654
+ * To specify relations that should be retrieved:
1655
+ *
1656
+ * ```ts
1657
+ * const collection =
1658
+ * await productModuleService.retrieveProductCollection("pcol_123", {
1659
+ * relations: ["products"],
1660
+ * })
1661
+ * ```
1662
+ */
1663
+ retrieveProductCollection(productCollectionId: string, config?: FindConfig<ProductCollectionDTO>, sharedContext?: Context): Promise<ProductCollectionDTO>;
1664
+ /**
1665
+ * This method is used to retrieve a paginated list of product collections based on optional filters and configuration.
1666
+ *
1667
+ * @param {FilterableProductCollectionProps} filters - The filters applied on the retrieved product collections.
1668
+ * @param {FindConfig<ProductCollectionDTO>} config -
1669
+ * The configurations determining how the product collections are retrieved. Its properties, such as `select` or `relations`, accept the
1670
+ * attributes or relations associated with a product collection.
1671
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1672
+ * @returns {Promise<ProductCollectionDTO[]>} The list of product collections.
1673
+ *
1674
+ * @example
1675
+ * To retrieve a list of product collections using their IDs:
1676
+ *
1677
+ * ```ts
1678
+ * const collections =
1679
+ * await productModuleService.listProductCollections({
1680
+ * id: ["pcol_123", "pcol_321"],
1681
+ * })
1682
+ * ```
1683
+ *
1684
+ * To specify relations that should be retrieved within the product collections:
1685
+ *
1686
+ * ```ts
1687
+ * const collections =
1688
+ * await productModuleService.listProductCollections(
1689
+ * {
1690
+ * id: ["pcol_123", "pcol_321"],
1691
+ * },
1692
+ * {
1693
+ * relations: ["products"],
1694
+ * }
1695
+ * )
1696
+ * ```
1697
+ *
1698
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1699
+ *
1700
+ * ```ts
1701
+ * const collections =
1702
+ * await productModuleService.listProductCollections(
1703
+ * {
1704
+ * id: ["pcol_123", "pcol_321"],
1705
+ * },
1706
+ * {
1707
+ * relations: ["products"],
1708
+ * take: 20,
1709
+ * skip: 2,
1710
+ * }
1711
+ * )
1712
+ * ```
1713
+ */
1714
+ listProductCollections(filters?: FilterableProductCollectionProps, config?: FindConfig<ProductCollectionDTO>, sharedContext?: Context): Promise<ProductCollectionDTO[]>;
1715
+ /**
1716
+ * This method is used to retrieve a paginated list of product collections along with the total count of available product collections satisfying the provided filters.
1717
+ *
1718
+ * @param {FilterableProductCollectionProps} filters - The filters applied on the retrieved product collections.
1719
+ * @param {FindConfig<ProductCollectionDTO>} config -
1720
+ * The configurations determining how the product collections are retrieved. Its properties, such as `select` or `relations`, accept the
1721
+ * attributes or relations associated with a product collection.
1722
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1723
+ * @returns {Promise<[ProductCollectionDTO[], number]>} The list of product collections along with the total count.
1724
+ *
1725
+ * @example
1726
+ * To retrieve a list of product collections using their IDs:
1727
+ *
1728
+ * ```ts
1729
+ * const [collections, count] =
1730
+ * await productModuleService.listAndCountProductCollections({
1731
+ * id: ["pcol_123", "pcol_321"],
1732
+ * })
1733
+ * ```
1734
+ *
1735
+ * To specify relations that should be retrieved within the product collections:
1736
+ *
1737
+ * ```ts
1738
+ * const [collections, count] =
1739
+ * await productModuleService.listAndCountProductCollections(
1740
+ * {
1741
+ * id: ["pcol_123", "pcol_321"],
1742
+ * },
1743
+ * {
1744
+ * relations: ["products"],
1745
+ * }
1746
+ * )
1747
+ * ```
1748
+ *
1749
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1750
+ *
1751
+ * ```ts
1752
+ * const [collections, count] =
1753
+ * await productModuleService.listAndCountProductCollections(
1754
+ * {
1755
+ * id: ["pcol_123", "pcol_321"],
1756
+ * },
1757
+ * {
1758
+ * relations: ["products"],
1759
+ * take: 20,
1760
+ * skip: 2,
1761
+ * }
1762
+ * )
1763
+ * ```
1764
+ */
1765
+ listAndCountProductCollections(filters?: FilterableProductCollectionProps, config?: FindConfig<ProductCollectionDTO>, sharedContext?: Context): Promise<[ProductCollectionDTO[], number]>;
1766
+ /**
1767
+ * This method is used to create product collections.
1768
+ *
1769
+ * @param {CreateProductCollectionDTO[]} data - The product collections to be created.
1770
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1771
+ * @returns {Promise<ProductCollectionDTO[]>} The list of created product collections.
1772
+ *
1773
+ * @example
1774
+ * const collections =
1775
+ * await productModuleService.createProductCollections([
1776
+ * {
1777
+ * title: "Summer Collection",
1778
+ * },
1779
+ * {
1780
+ * title: "Winter Collection",
1781
+ * },
1782
+ * ])
1783
+ *
1784
+ */
1785
+ createProductCollections(data: CreateProductCollectionDTO[], sharedContext?: Context): Promise<ProductCollectionDTO[]>;
1786
+ /**
1787
+ * This method is used to create a product collection.
1788
+ *
1789
+ * @param {CreateProductCollectionDTO} data - The product collection to be created.
1790
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1791
+ * @returns {Promise<ProductCollectionDTO>} The created product collection.
1792
+ *
1793
+ * @example
1794
+ * const collection =
1795
+ * await productModuleService.createProductCollections({
1796
+ * title: "Summer Collection",
1797
+ * })
1798
+ *
1799
+ */
1800
+ createProductCollections(data: CreateProductCollectionDTO, sharedContext?: Context): Promise<ProductCollectionDTO>;
1801
+ /**
1802
+ * This method updates existing collections, or creates new ones if they don't exist.
1803
+ *
1804
+ * @param {UpsertProductCollectionDTO[]} data - The attributes to update or create for each collection.
1805
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1806
+ * @returns {Promise<ProductCollectionDTO[]>} The updated and created collections.
1807
+ *
1808
+ * @example
1809
+ * const collections =
1810
+ * await productModuleService.upsertProductCollections([
1811
+ * {
1812
+ * id: "pcol_123",
1813
+ * title: "Winter Collection",
1814
+ * },
1815
+ * {
1816
+ * title: "Summer Collection",
1817
+ * },
1818
+ * ])
1819
+ */
1820
+ upsertProductCollections(data: UpsertProductCollectionDTO[], sharedContext?: Context): Promise<ProductCollectionDTO[]>;
1821
+ /**
1822
+ * This method updates an existing collection, or creates a new one if it doesn't exist.
1823
+ *
1824
+ * @param {UpsertProductCollectionDTO} data - The attributes to update or create for the collection.
1825
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1826
+ * @returns {Promise<ProductCollectionDTO>} The updated or created collection.
1827
+ *
1828
+ * @example
1829
+ * const collection =
1830
+ * await productModuleService.upsertProductCollections({
1831
+ * id: "pcol_123",
1832
+ * title: "Winter Collection",
1833
+ * })
1834
+ */
1835
+ upsertProductCollections(data: UpsertProductCollectionDTO, sharedContext?: Context): Promise<ProductCollectionDTO>;
1836
+ /**
1837
+ * This method is used to update a collection.
1838
+ *
1839
+ * @param {string} id - The ID of the collection to be updated.
1840
+ * @param {UpdateProductCollectionDTO} data - The attributes of the collection to be updated
1841
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1842
+ * @returns {Promise<ProductCollectionDTO>} The updated collection.
1843
+ *
1844
+ * @example
1845
+ * const collection =
1846
+ * await productModuleService.updateProductCollections("pcol_123", {
1847
+ * title: "Summer Collection",
1848
+ * })
1849
+ */
1850
+ updateProductCollections(id: string, data: UpdateProductCollectionDTO, sharedContext?: Context): Promise<ProductCollectionDTO>;
1851
+ /**
1852
+ * This method is used to update a list of collections matching the specified filters.
1853
+ *
1854
+ * @param {FilterableProductCollectionProps} selector - The filters specifying which collections to update.
1855
+ * @param {UpdateProductCollectionDTO} data - The attributes to be updated on the selected collections
1856
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1857
+ * @returns {Promise<ProductCollectionDTO[]>} The updated collections.
1858
+ *
1859
+ * @example
1860
+ * const collections =
1861
+ * await productModuleService.updateProductCollections(
1862
+ * {
1863
+ * id: ["pcol_123", "pcol_321"],
1864
+ * },
1865
+ * {
1866
+ * title: "Summer Collection",
1867
+ * }
1868
+ * )
1869
+ */
1870
+ updateProductCollections(selector: FilterableProductCollectionProps, data: UpdateProductCollectionDTO, sharedContext?: Context): Promise<ProductCollectionDTO[]>;
1871
+ /**
1872
+ * This method is used to delete collections by their ID.
1873
+ *
1874
+ * @param {string[]} productCollectionIds - The IDs of the product collections to be updated.
1875
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1876
+ * @returns {Promise<void>} Resolves when the product options are successfully deleted.
1877
+ *
1878
+ * @example
1879
+ * await productModuleService.deleteProductCollections([
1880
+ * "pcol_123",
1881
+ * "pcol_321",
1882
+ * ])
1883
+ *
1884
+ */
1885
+ deleteProductCollections(productCollectionIds: string[], sharedContext?: Context): Promise<void>;
1886
+ /**
1887
+ * This method is used to delete product collections. Unlike the {@link deleteCollections} method, this method won't completely remove the collection. It can still be accessed or retrieved using methods like {@link retrieveCollections} if you pass the `withDeleted` property to the `config` object parameter.
1888
+ *
1889
+ * The soft-deleted collections can be restored using the {@link restoreCollections} method.
1890
+ *
1891
+ * @param {string[]} collectionIds - The IDs of the collections to soft-delete.
1892
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
1893
+ * Configurations determining which relations to soft delete along with the each of the collections. You can pass to its `returnLinkableKeys`
1894
+ * property any of the collection's relation attribute names.
1895
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1896
+ * @returns {Promise<Record<string, string[]> | void>}
1897
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the collection entity's relations.
1898
+ *
1899
+ * If there are no related records, the promise resolved to `void`.
1900
+ *
1901
+ * @example
1902
+ * await productModuleService.softDeleteProductCollections([
1903
+ * "pcol_123",
1904
+ * "pcol_321",
1905
+ * ])
1906
+ */
1907
+ softDeleteProductCollections<TReturnableLinkableKeys extends string = string>(collectionIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1908
+ /**
1909
+ * This method is used to restore collections which were deleted using the {@link softDelete} method.
1910
+ *
1911
+ * @param {string[]} collectionIds - The IDs of the collections to restore.
1912
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
1913
+ * Configurations determining which relations to restore along with each of the collections. You can pass to its `returnLinkableKeys`
1914
+ * property any of the collection's relation attribute names.
1915
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1916
+ * @returns {Promise<Record<string, string[]> | void>}
1917
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the product entity's relations.
1918
+ *
1919
+ * If there are no related records that were restored, the promise resolved to `void`.
1920
+ *
1921
+ * @example
1922
+ * await productModuleService.restoreProductCollections([
1923
+ * "pcol_123",
1924
+ * "pcol_321",
1925
+ * ])
1926
+ */
1927
+ restoreProductCollections<TReturnableLinkableKeys extends string = string>(collectionIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
1928
+ /**
1929
+ * This method is used to retrieve a product category by its ID.
1930
+ *
1931
+ * @param {string} productCategoryId - The ID of the product category to retrieve.
1932
+ * @param {FindConfig<ProductCategoryDTO>} config -
1933
+ * The configurations determining how the product category is retrieved. Its properties, such as `select` or `relations`, accept the
1934
+ * attributes or relations associated with a product category.
1935
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1936
+ * @returns {Promise<ProductCategoryDTO>} The retrieved product category.
1937
+ *
1938
+ * @example
1939
+ * A simple example that retrieves a product category by its ID:
1940
+ *
1941
+ * ```ts
1942
+ * const category =
1943
+ * await productModuleService.retrieveProductCategory("pcat_123")
1944
+ * ```
1945
+ *
1946
+ * To specify relations that should be retrieved:
1947
+ *
1948
+ * ```ts
1949
+ * const category = await productModuleService.retrieveProductCategory(
1950
+ * "pcat_123",
1951
+ * {
1952
+ * relations: ["products"],
1953
+ * }
1954
+ * )
1955
+ * ```
1956
+ */
1957
+ retrieveProductCategory(productCategoryId: string, config?: FindConfig<ProductCategoryDTO>, sharedContext?: Context): Promise<ProductCategoryDTO>;
1958
+ /**
1959
+ * This method is used to retrieve a paginated list of product categories based on optional filters and configuration.
1960
+ *
1961
+ * @param {FilterableProductCategoryProps} filters - The filters to be applied on the retrieved product categories.
1962
+ * @param {FindConfig<ProductCategoryDTO>} config -
1963
+ * The configurations determining how the product categories are retrieved. Its properties, such as `select` or `relations`, accept the
1964
+ * attributes or relations associated with a product category.
1965
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
1966
+ * @returns {Promise<ProductCategoryDTO[]>} The list of product categories.
1967
+ *
1968
+ * @example
1969
+ * To retrieve a list of product categories using their IDs:
1970
+ *
1971
+ * ```ts
1972
+ * const categories = await productModuleService.listProductCategories({
1973
+ * id: ["pcat_123", "pcat_321"],
1974
+ * })
1975
+ * ```
1976
+ *
1977
+ * To specify relations that should be retrieved within the product categories:
1978
+ *
1979
+ * ```ts
1980
+ * const categories = await productModuleService.listProductCategories(
1981
+ * {
1982
+ * id: ["pcat_123", "pcat_321"],
1983
+ * },
1984
+ * {
1985
+ * relations: ["products"],
1986
+ * }
1987
+ * )
1988
+ * ```
1989
+ *
1990
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
1991
+ *
1992
+ * ```ts
1993
+ * const categories = await productModuleService.listProductCategories(
1994
+ * {
1995
+ * id: ["pcat_123", "pcat_321"],
1996
+ * },
1997
+ * {
1998
+ * relations: ["products"],
1999
+ * take: 20,
2000
+ * skip: 2,
2001
+ * }
2002
+ * )
2003
+ * ```
2004
+ */
2005
+ listProductCategories(filters?: FilterableProductCategoryProps, config?: FindConfig<ProductCategoryDTO>, sharedContext?: Context): Promise<ProductCategoryDTO[]>;
2006
+ /**
2007
+ * This method is used to retrieve a paginated list of product categories along with the total count of available product categories satisfying the provided filters.
2008
+ *
2009
+ * @param {FilterableProductCategoryProps} filters - The filters to apply on the retrieved product categories.
2010
+ * @param {FindConfig<ProductCategoryDTO>} config -
2011
+ * The configurations determining how the product categories are retrieved. Its properties, such as `select` or `relations`, accept the
2012
+ * attributes or relations associated with a product category.
2013
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2014
+ * @returns {Promise<[ProductCategoryDTO[], number]>} The list of product categories along with their total count.
2015
+ *
2016
+ * @example
2017
+ * To retrieve a list of product categories using their IDs:
2018
+ *
2019
+ * ```ts
2020
+ * const [categories, count] =
2021
+ * await productModuleService.listAndCountProductCategories({
2022
+ * id: ["pcat_123", "pcat_321"],
2023
+ * })
2024
+ * ```
2025
+ *
2026
+ * To specify relations that should be retrieved within the product categories:
2027
+ *
2028
+ * ```ts
2029
+ * const [categories, count] =
2030
+ * await productModuleService.listAndCountProductCategories(
2031
+ * {
2032
+ * id: ["pcat_123", "pcat_321"],
2033
+ * },
2034
+ * {
2035
+ * relations: ["products"],
2036
+ * }
2037
+ * )
2038
+ * ```
2039
+ *
2040
+ * By default, only the first `15` records are retrieved. You can control pagination by specifying the `skip` and `take` properties of the `config` parameter:
2041
+ *
2042
+ * ```ts
2043
+ * const [categories, count] =
2044
+ * await productModuleService.listAndCountProductCategories(
2045
+ * {
2046
+ * id: ["pcat_123", "pcat_321"],
2047
+ * },
2048
+ * {
2049
+ * relations: ["products"],
2050
+ * take: 20,
2051
+ * skip: 2,
2052
+ * }
2053
+ * )
2054
+ * ```
2055
+ */
2056
+ listAndCountProductCategories(filters?: FilterableProductCategoryProps, config?: FindConfig<ProductCategoryDTO>, sharedContext?: Context): Promise<[ProductCategoryDTO[], number]>;
2057
+ /**
2058
+ * This method is used to create product categories.
2059
+ *
2060
+ * @param {CreateProductCategoryDTO[]} data - The product categories to be created.
2061
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2062
+ * @returns {Promise<ProductCategoryDTO[]>} The list of created product categories.
2063
+ *
2064
+ * @example
2065
+ * const categories =
2066
+ * await productModuleService.createProductCategories([
2067
+ * {
2068
+ * name: "Tools",
2069
+ * },
2070
+ * {
2071
+ * name: "Clothing",
2072
+ * },
2073
+ * ])
2074
+ *
2075
+ */
2076
+ createProductCategories(data: CreateProductCategoryDTO[], sharedContext?: Context): Promise<ProductCategoryDTO[]>;
2077
+ /**
2078
+ * This method is used to create a product category.
2079
+ *
2080
+ * @param {CreateProductCategoryDTO} data - The product category to be created.
2081
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2082
+ * @returns {Promise<ProductCategoryDTO>} The created product category.
2083
+ *
2084
+ * @example
2085
+ * const category =
2086
+ * await productModuleService.createProductCategories({
2087
+ * name: "Tools",
2088
+ * })
2089
+ *
2090
+ */
2091
+ createProductCategories(data: CreateProductCategoryDTO, sharedContext?: Context): Promise<ProductCategoryDTO>;
2092
+ /**
2093
+ * This method updates existing categories, or creates new ones if they don't exist.
2094
+ *
2095
+ * @param {UpsertProductCategoryDTO[]} data - The attributes to update or create for each category.
2096
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2097
+ * @returns {Promise<ProductCategoryDTO[]>} The updated and created categories.
2098
+ *
2099
+ * @example
2100
+ * const categories =
2101
+ * await productModuleService.upsertProductCategories([
2102
+ * {
2103
+ * id: "pcat_123",
2104
+ * name: "Clothing",
2105
+ * },
2106
+ * {
2107
+ * name: "Tools",
2108
+ * },
2109
+ * ])
2110
+ */
2111
+ upsertProductCategories(data: UpsertProductCategoryDTO[], sharedContext?: Context): Promise<ProductCategoryDTO[]>;
2112
+ /**
2113
+ * This method updates an existing category, or creates a new one if it doesn't exist.
2114
+ *
2115
+ * @param {UpsertProductCategoryDTO} data - The attributes to update or create for the category.
2116
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2117
+ * @returns {Promise<ProductCategoryDTO>} The updated or created category.
2118
+ *
2119
+ * @example
2120
+ * const category =
2121
+ * await productModuleService.upsertProductCategories({
2122
+ * id: "pcat_123",
2123
+ * name: "Clothing",
2124
+ * })
2125
+ */
2126
+ upsertProductCategories(data: UpsertProductCategoryDTO, sharedContext?: Context): Promise<ProductCategoryDTO>;
2127
+ /**
2128
+ * This method is used to update a category.
2129
+ *
2130
+ * @param {string} id - The ID of the category to be updated.
2131
+ * @param {UpdateProductCategoryDTO} data - The attributes of the category to be updated
2132
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2133
+ * @returns {Promise<ProductCategoryDTO>} The updated category.
2134
+ *
2135
+ * @example
2136
+ * const category =
2137
+ * await productModuleService.updateProductCategories("pcat_123", {
2138
+ * title: "Tools",
2139
+ * })
2140
+ */
2141
+ updateProductCategories(id: string, data: UpdateProductCategoryDTO, sharedContext?: Context): Promise<ProductCategoryDTO>;
2142
+ /**
2143
+ * This method is used to update a list of categories matching the specified filters.
2144
+ *
2145
+ * @param {FilterableProductCategoryProps} selector - The filters specifying which categories to update.
2146
+ * @param {UpdateProductCategoryDTO} data - The attributes to be updated on the selected categories
2147
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2148
+ * @returns {Promise<ProductCategoryDTO[]>} The updated categories.
2149
+ *
2150
+ * @example
2151
+ * const categories =
2152
+ * await productModuleService.updateProductCategories(
2153
+ * {
2154
+ * id: ["pcat_123", "pcat_321"],
2155
+ * },
2156
+ * {
2157
+ * title: "Tools",
2158
+ * }
2159
+ * )
2160
+ */
2161
+ updateProductCategories(selector: FilterableProductCategoryProps, data: UpdateProductCategoryDTO, sharedContext?: Context): Promise<ProductCategoryDTO[]>;
2162
+ /**
2163
+ * This method is used to delete categories by their ID.
2164
+ *
2165
+ * @param {string[]} productCategoryIds - The IDs of the product categories to be updated.
2166
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2167
+ * @returns {Promise<void>} Resolves when the product options are successfully deleted.
2168
+ *
2169
+ * @example
2170
+ * await productModuleService.deleteProductCategories([
2171
+ * "pcat_123",
2172
+ * "pcat_321",
2173
+ * ])
2174
+ *
2175
+ */
2176
+ deleteProductCategories(productCategoryIds: string[], sharedContext?: Context): Promise<void>;
2177
+ /**
2178
+ * This method is used to delete product categories. Unlike the {@link deleteCategories} method, this method won't completely remove the category. It can still be accessed or retrieved using methods like {@link retrieveCategories} if you pass the `withDeleted` property to the `config` object parameter.
2179
+ *
2180
+ * The soft-deleted categories can be restored using the {@link restoreCategories} method.
2181
+ *
2182
+ * @param {string[]} categoryIds - The IDs of the categories to soft-delete.
2183
+ * @param {SoftDeleteReturn<TReturnableLinkableKeys>} config -
2184
+ * Configurations determining which relations to soft delete along with the each of the categories. You can pass to its `returnLinkableKeys`
2185
+ * property any of the category's relation attribute names.
2186
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2187
+ * @returns {Promise<Record<string, string[]> | void>}
2188
+ * An object that includes the IDs of related records that were also soft deleted. The object's keys are the ID attribute names of the category entity's relations.
2189
+ *
2190
+ * If there are no related records, the promise resolved to `void`.
2191
+ *
2192
+ * @example
2193
+ * await productModuleService.softDeleteProductCategories([
2194
+ * "pcat_123",
2195
+ * "pcat_321",
2196
+ * ])
2197
+ */
2198
+ softDeleteProductCategories<TReturnableLinkableKeys extends string = string>(categoryIds: string[], config?: SoftDeleteReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
2199
+ /**
2200
+ * This method is used to restore categories which were deleted using the {@link softDelete} method.
2201
+ *
2202
+ * @param {string[]} categoryIds - The IDs of the categories to restore.
2203
+ * @param {RestoreReturn<TReturnableLinkableKeys>} config -
2204
+ * Configurations determining which relations to restore along with each of the categories. You can pass to its `returnLinkableKeys`
2205
+ * property any of the category's relation attribute names.
2206
+ * @param {Context} sharedContext - A context used to share resources, such as transaction manager, between the application and the module.
2207
+ * @returns {Promise<Record<string, string[]> | void>}
2208
+ * An object that includes the IDs of related records that were restored. The object's keys are the ID attribute names of the product entity's relations.
2209
+ *
2210
+ * If there are no related records that were restored, the promise resolved to `void`.
2211
+ *
2212
+ * @example
2213
+ * await productModuleService.restoreProductCategories([
2214
+ * "pcat_123",
2215
+ * "pcat_321",
2216
+ * ])
2217
+ */
2218
+ restoreProductCategories<TReturnableLinkableKeys extends string = string>(categoryIds: string[], config?: RestoreReturn<TReturnableLinkableKeys>, sharedContext?: Context): Promise<Record<string, string[]> | void>;
2219
+ }
2220
+ //# sourceMappingURL=service.d.ts.map