@unchainedshop/api 3.1.11 → 4.0.0-rc.2

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 (690) hide show
  1. package/lib/context.d.ts +2 -2
  2. package/lib/context.d.ts.map +1 -1
  3. package/lib/context.js +1 -1
  4. package/lib/context.js.map +1 -1
  5. package/lib/createGraphQLServer.d.ts +2 -2
  6. package/lib/createGraphQLServer.d.ts.map +1 -1
  7. package/lib/errors.d.ts +2 -0
  8. package/lib/errors.d.ts.map +1 -1
  9. package/lib/errors.js +2 -0
  10. package/lib/errors.js.map +1 -1
  11. package/lib/express/createERCMetadataMiddleware.d.ts.map +1 -1
  12. package/lib/express/createERCMetadataMiddleware.js +9 -5
  13. package/lib/express/createERCMetadataMiddleware.js.map +1 -1
  14. package/lib/express/createMCPMiddleware.d.ts +8 -0
  15. package/lib/express/createMCPMiddleware.d.ts.map +1 -0
  16. package/lib/express/createMCPMiddleware.js +46 -0
  17. package/lib/express/createMCPMiddleware.js.map +1 -0
  18. package/lib/express/index.d.ts.map +1 -1
  19. package/lib/express/index.js +0 -2
  20. package/lib/express/index.js.map +1 -1
  21. package/lib/express/mcpHandler.d.ts.map +1 -0
  22. package/lib/express/mcpHandler.js +68 -0
  23. package/lib/express/mcpHandler.js.map +1 -0
  24. package/lib/fastify/ercMetadataHandler.d.ts.map +1 -1
  25. package/lib/fastify/ercMetadataHandler.js +9 -5
  26. package/lib/fastify/ercMetadataHandler.js.map +1 -1
  27. package/lib/fastify/index copy.d.ts.map +1 -0
  28. package/lib/fastify/index copy.js +157 -0
  29. package/lib/fastify/index copy.js.map +1 -0
  30. package/lib/fastify/index.d.ts.map +1 -1
  31. package/lib/fastify/index.js +0 -3
  32. package/lib/fastify/index.js.map +1 -1
  33. package/lib/fastify/mcpHandler.d.ts +8 -0
  34. package/lib/fastify/mcpHandler.d.ts.map +1 -0
  35. package/lib/fastify/mcpHandler.js +46 -0
  36. package/lib/fastify/mcpHandler.js.map +1 -0
  37. package/lib/loaders/assortmentLinkLoader.d.ts +12 -0
  38. package/lib/loaders/assortmentLinkLoader.d.ts.map +1 -0
  39. package/lib/loaders/assortmentLinkLoader.js +23 -0
  40. package/lib/loaders/assortmentLinkLoader.js.map +1 -0
  41. package/lib/loaders/assortmentLinksLoader.d.ts +14 -0
  42. package/lib/loaders/assortmentLinksLoader.d.ts.map +1 -0
  43. package/lib/loaders/assortmentLinksLoader.js +38 -0
  44. package/lib/loaders/assortmentLinksLoader.js.map +1 -0
  45. package/lib/loaders/assortmentLoader.d.ts +10 -0
  46. package/lib/loaders/assortmentLoader.d.ts.map +1 -0
  47. package/lib/loaders/assortmentLoader.js +15 -0
  48. package/lib/loaders/assortmentLoader.js.map +1 -0
  49. package/lib/loaders/assortmentMediaTextLoader.d.ts +12 -0
  50. package/lib/loaders/assortmentMediaTextLoader.d.ts.map +1 -0
  51. package/lib/loaders/assortmentMediaTextLoader.js +15 -0
  52. package/lib/loaders/assortmentMediaTextLoader.js.map +1 -0
  53. package/lib/loaders/assortmentMediasLoader.d.ts +10 -0
  54. package/lib/loaders/assortmentMediasLoader.d.ts.map +1 -0
  55. package/lib/loaders/assortmentMediasLoader.js +18 -0
  56. package/lib/loaders/assortmentMediasLoader.js.map +1 -0
  57. package/lib/loaders/assortmentProductLoader.d.ts +12 -0
  58. package/lib/loaders/assortmentProductLoader.d.ts.map +1 -0
  59. package/lib/loaders/assortmentProductLoader.js +14 -0
  60. package/lib/loaders/assortmentProductLoader.js.map +1 -0
  61. package/lib/loaders/assortmentProductsLoader.d.ts +10 -0
  62. package/lib/loaders/assortmentProductsLoader.d.ts.map +1 -0
  63. package/lib/loaders/assortmentProductsLoader.js +18 -0
  64. package/lib/loaders/assortmentProductsLoader.js.map +1 -0
  65. package/lib/loaders/assortmentTextLoader.d.ts +12 -0
  66. package/lib/loaders/assortmentTextLoader.d.ts.map +1 -0
  67. package/lib/loaders/assortmentTextLoader.js +15 -0
  68. package/lib/loaders/assortmentTextLoader.js.map +1 -0
  69. package/lib/loaders/buildTextMap.d.ts +2 -2
  70. package/lib/loaders/buildTextMap.d.ts.map +1 -1
  71. package/lib/loaders/countryLoader.d.ts +10 -0
  72. package/lib/loaders/countryLoader.d.ts.map +1 -0
  73. package/lib/loaders/countryLoader.js +14 -0
  74. package/lib/loaders/countryLoader.js.map +1 -0
  75. package/lib/loaders/currencyLoader.d.ts +10 -0
  76. package/lib/loaders/currencyLoader.d.ts.map +1 -0
  77. package/lib/loaders/currencyLoader.js +14 -0
  78. package/lib/loaders/currencyLoader.js.map +1 -0
  79. package/lib/loaders/deliveryProviderLoader.d.ts +10 -0
  80. package/lib/loaders/deliveryProviderLoader.d.ts.map +1 -0
  81. package/lib/loaders/deliveryProviderLoader.js +13 -0
  82. package/lib/loaders/deliveryProviderLoader.js.map +1 -0
  83. package/lib/loaders/fileLoader.d.ts +10 -0
  84. package/lib/loaders/fileLoader.d.ts.map +1 -0
  85. package/lib/loaders/fileLoader.js +13 -0
  86. package/lib/loaders/fileLoader.js.map +1 -0
  87. package/lib/loaders/filterLoader.d.ts +10 -0
  88. package/lib/loaders/filterLoader.d.ts.map +1 -0
  89. package/lib/loaders/filterLoader.js +14 -0
  90. package/lib/loaders/filterLoader.js.map +1 -0
  91. package/lib/loaders/filterTextLoader.d.ts +14 -0
  92. package/lib/loaders/filterTextLoader.d.ts.map +1 -0
  93. package/lib/loaders/filterTextLoader.js +15 -0
  94. package/lib/loaders/filterTextLoader.js.map +1 -0
  95. package/lib/loaders/index.d.ts +79 -49
  96. package/lib/loaders/index.d.ts.map +1 -1
  97. package/lib/loaders/index.js +47 -268
  98. package/lib/loaders/index.js.map +1 -1
  99. package/lib/loaders/languageLoader.d.ts +10 -0
  100. package/lib/loaders/languageLoader.d.ts.map +1 -0
  101. package/lib/loaders/languageLoader.js +14 -0
  102. package/lib/loaders/languageLoader.js.map +1 -0
  103. package/lib/loaders/orderLoader.d.ts +10 -0
  104. package/lib/loaders/orderLoader.d.ts.map +1 -0
  105. package/lib/loaders/orderLoader.js +16 -0
  106. package/lib/loaders/orderLoader.js.map +1 -0
  107. package/lib/loaders/paymentProviderLoader.d.ts +10 -0
  108. package/lib/loaders/paymentProviderLoader.d.ts.map +1 -0
  109. package/lib/loaders/paymentProviderLoader.js +13 -0
  110. package/lib/loaders/paymentProviderLoader.js.map +1 -0
  111. package/lib/loaders/productLoader.d.ts +10 -0
  112. package/lib/loaders/productLoader.d.ts.map +1 -0
  113. package/lib/loaders/productLoader.js +16 -0
  114. package/lib/loaders/productLoader.js.map +1 -0
  115. package/lib/loaders/productLoaderBySKU.d.ts +10 -0
  116. package/lib/loaders/productLoaderBySKU.d.ts.map +1 -0
  117. package/lib/loaders/productLoaderBySKU.js +16 -0
  118. package/lib/loaders/productLoaderBySKU.js.map +1 -0
  119. package/lib/loaders/productMediaTextLoader.d.ts +12 -0
  120. package/lib/loaders/productMediaTextLoader.d.ts.map +1 -0
  121. package/lib/loaders/productMediaTextLoader.js +15 -0
  122. package/lib/loaders/productMediaTextLoader.js.map +1 -0
  123. package/lib/loaders/productMediasLoader.d.ts +10 -0
  124. package/lib/loaders/productMediasLoader.d.ts.map +1 -0
  125. package/lib/loaders/productMediasLoader.js +18 -0
  126. package/lib/loaders/productMediasLoader.js.map +1 -0
  127. package/lib/loaders/productTextLoader.d.ts +12 -0
  128. package/lib/loaders/productTextLoader.d.ts.map +1 -0
  129. package/lib/loaders/productTextLoader.js +15 -0
  130. package/lib/loaders/productTextLoader.js.map +1 -0
  131. package/lib/loaders/userLoader.d.ts +10 -0
  132. package/lib/loaders/userLoader.d.ts.map +1 -0
  133. package/lib/loaders/userLoader.js +17 -0
  134. package/lib/loaders/userLoader.js.map +1 -0
  135. package/lib/loaders/utils.d.ts +7 -0
  136. package/lib/loaders/utils.d.ts.map +1 -0
  137. package/lib/loaders/utils.js +29 -0
  138. package/lib/loaders/utils.js.map +1 -0
  139. package/lib/locale-context.d.ts +3 -3
  140. package/lib/locale-context.d.ts.map +1 -1
  141. package/lib/locale-context.js +9 -10
  142. package/lib/locale-context.js.map +1 -1
  143. package/lib/mcp/index.d.ts +95 -0
  144. package/lib/mcp/index.d.ts.map +1 -0
  145. package/lib/mcp/index.js +138 -0
  146. package/lib/mcp/index.js.map +1 -0
  147. package/lib/mcp/server.d.ts +4 -0
  148. package/lib/mcp/server.d.ts.map +1 -0
  149. package/lib/mcp/server.js +60 -0
  150. package/lib/mcp/server.js.map +1 -0
  151. package/lib/mcp/types.d.ts +28 -0
  152. package/lib/mcp/types.d.ts.map +1 -0
  153. package/lib/mcp/types.js +2 -0
  154. package/lib/mcp/types.js.map +1 -0
  155. package/lib/middleware/accountLockout.d.ts.map +1 -0
  156. package/lib/middleware/accountLockout.js +84 -0
  157. package/lib/middleware/accountLockout.js.map +1 -0
  158. package/lib/middleware/rateLimiter.d.ts.map +1 -0
  159. package/lib/middleware/rateLimiter.js +91 -0
  160. package/lib/middleware/rateLimiter.js.map +1 -0
  161. package/lib/plugins/inputValidation.d.ts.map +1 -0
  162. package/lib/plugins/inputValidation.js +95 -0
  163. package/lib/plugins/inputValidation.js.map +1 -0
  164. package/lib/resolvers/mutations/accounts/createUser.d.ts.map +1 -1
  165. package/lib/resolvers/mutations/accounts/createUser.js +4 -5
  166. package/lib/resolvers/mutations/accounts/createUser.js.map +1 -1
  167. package/lib/resolvers/mutations/accounts/impersonate.js +1 -1
  168. package/lib/resolvers/mutations/accounts/impersonate.js.map +1 -1
  169. package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts.map +1 -1
  170. package/lib/resolvers/mutations/accounts/loginAsGuest.js +4 -5
  171. package/lib/resolvers/mutations/accounts/loginAsGuest.js.map +1 -1
  172. package/lib/resolvers/mutations/accounts/loginWithPassword.js +3 -3
  173. package/lib/resolvers/mutations/accounts/loginWithPassword.js.map +1 -1
  174. package/lib/resolvers/mutations/accounts/loginWithWebAuthn.js +3 -3
  175. package/lib/resolvers/mutations/accounts/loginWithWebAuthn.js.map +1 -1
  176. package/lib/resolvers/mutations/accounts/resetPassword.js +3 -3
  177. package/lib/resolvers/mutations/accounts/resetPassword.js.map +1 -1
  178. package/lib/resolvers/mutations/accounts/stopImpersonation.js +1 -1
  179. package/lib/resolvers/mutations/accounts/stopImpersonation.js.map +1 -1
  180. package/lib/resolvers/mutations/accounts/verifyEmail.js +3 -3
  181. package/lib/resolvers/mutations/accounts/verifyEmail.js.map +1 -1
  182. package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts +2 -2
  183. package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts.map +1 -1
  184. package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.js.map +1 -1
  185. package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts +2 -2
  186. package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts.map +1 -1
  187. package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.js.map +1 -1
  188. package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts +2 -2
  189. package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts.map +1 -1
  190. package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.js.map +1 -1
  191. package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts +2 -2
  192. package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts.map +1 -1
  193. package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.js.map +1 -1
  194. package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts +1 -1
  195. package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts.map +1 -1
  196. package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.js.map +1 -1
  197. package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts +1 -1
  198. package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts.map +1 -1
  199. package/lib/resolvers/mutations/assortments/updateAssortmentTexts.js.map +1 -1
  200. package/lib/resolvers/mutations/enrollments/createEnrollment.js +3 -3
  201. package/lib/resolvers/mutations/enrollments/createEnrollment.js.map +1 -1
  202. package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts +2 -2
  203. package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts.map +1 -1
  204. package/lib/resolvers/mutations/filters/createFilter.d.ts.map +1 -1
  205. package/lib/resolvers/mutations/filters/createFilter.js +2 -6
  206. package/lib/resolvers/mutations/filters/createFilter.js.map +1 -1
  207. package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts +2 -2
  208. package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts.map +1 -1
  209. package/lib/resolvers/mutations/orders/addCartDiscount.js +1 -1
  210. package/lib/resolvers/mutations/orders/addCartDiscount.js.map +1 -1
  211. package/lib/resolvers/mutations/orders/addCartProduct.js +1 -1
  212. package/lib/resolvers/mutations/orders/addCartProduct.js.map +1 -1
  213. package/lib/resolvers/mutations/orders/addCartQuotation.d.ts +2 -2
  214. package/lib/resolvers/mutations/orders/addCartQuotation.d.ts.map +1 -1
  215. package/lib/resolvers/mutations/orders/addCartQuotation.js +1 -1
  216. package/lib/resolvers/mutations/orders/addCartQuotation.js.map +1 -1
  217. package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts +4 -4
  218. package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts.map +1 -1
  219. package/lib/resolvers/mutations/orders/addMultipleCartProducts.js +1 -1
  220. package/lib/resolvers/mutations/orders/addMultipleCartProducts.js.map +1 -1
  221. package/lib/resolvers/mutations/orders/checkoutCart.js +1 -1
  222. package/lib/resolvers/mutations/orders/checkoutCart.js.map +1 -1
  223. package/lib/resolvers/mutations/orders/createCart.js +1 -1
  224. package/lib/resolvers/mutations/orders/createCart.js.map +1 -1
  225. package/lib/resolvers/mutations/orders/emptyCart.js +1 -1
  226. package/lib/resolvers/mutations/orders/emptyCart.js.map +1 -1
  227. package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.js +1 -1
  228. package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.js.map +1 -1
  229. package/lib/resolvers/mutations/orders/updateCart.js +1 -1
  230. package/lib/resolvers/mutations/orders/updateCart.js.map +1 -1
  231. package/lib/resolvers/mutations/orders/updateCartItem.d.ts +2 -2
  232. package/lib/resolvers/mutations/orders/updateCartItem.d.ts.map +1 -1
  233. package/lib/resolvers/mutations/products/addProductAssignment.d.ts +1 -1
  234. package/lib/resolvers/mutations/products/addProductAssignment.d.ts.map +1 -1
  235. package/lib/resolvers/mutations/products/addProductAssignment.js +35 -2
  236. package/lib/resolvers/mutations/products/addProductAssignment.js.map +1 -1
  237. package/lib/resolvers/mutations/products/createProductVariation.d.ts +2 -2
  238. package/lib/resolvers/mutations/products/createProductVariation.d.ts.map +1 -1
  239. package/lib/resolvers/mutations/products/createProductVariation.js.map +1 -1
  240. package/lib/resolvers/mutations/products/removeProductAssignment.d.ts +1 -1
  241. package/lib/resolvers/mutations/products/removeProductAssignment.d.ts.map +1 -1
  242. package/lib/resolvers/mutations/products/removeProductAssignment.js.map +1 -1
  243. package/lib/resolvers/mutations/products/reorderProductMedia.d.ts +2 -2
  244. package/lib/resolvers/mutations/products/reorderProductMedia.d.ts.map +1 -1
  245. package/lib/resolvers/mutations/products/reorderProductMedia.js.map +1 -1
  246. package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts +1 -1
  247. package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts.map +1 -1
  248. package/lib/resolvers/mutations/products/updateProductMediaTexts.js.map +1 -1
  249. package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts +1 -1
  250. package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts.map +1 -1
  251. package/lib/resolvers/mutations/quotations/requestQuotation.d.ts +2 -2
  252. package/lib/resolvers/mutations/quotations/requestQuotation.d.ts.map +1 -1
  253. package/lib/resolvers/mutations/quotations/requestQuotation.js +3 -3
  254. package/lib/resolvers/mutations/quotations/requestQuotation.js.map +1 -1
  255. package/lib/resolvers/mutations/users/heartbeat.d.ts +1 -1
  256. package/lib/resolvers/mutations/users/heartbeat.d.ts.map +1 -1
  257. package/lib/resolvers/mutations/users/heartbeat.js +3 -3
  258. package/lib/resolvers/mutations/users/heartbeat.js.map +1 -1
  259. package/lib/resolvers/mutations/users/setRoles.d.ts +1 -1
  260. package/lib/resolvers/mutations/users/setRoles.d.ts.map +1 -1
  261. package/lib/resolvers/mutations/users/setRoles.js.map +1 -1
  262. package/lib/resolvers/mutations/users/setUserTags.d.ts +1 -1
  263. package/lib/resolvers/mutations/users/setUserTags.d.ts.map +1 -1
  264. package/lib/resolvers/mutations/users/setUserTags.js.map +1 -1
  265. package/lib/resolvers/mutations/warehousing/invalidateToken.js +1 -3
  266. package/lib/resolvers/mutations/warehousing/invalidateToken.js.map +1 -1
  267. package/lib/resolvers/mutations/worker/allocateWork.d.ts +1 -1
  268. package/lib/resolvers/mutations/worker/allocateWork.d.ts.map +1 -1
  269. package/lib/resolvers/mutations/worker/allocateWork.js.map +1 -1
  270. package/lib/resolvers/queries/assortments/assortments.d.ts +1 -1
  271. package/lib/resolvers/queries/assortments/assortments.d.ts.map +1 -1
  272. package/lib/resolvers/queries/countries/countries.d.ts +1 -1
  273. package/lib/resolvers/queries/countries/countries.d.ts.map +1 -1
  274. package/lib/resolvers/queries/countries/countries.js.map +1 -1
  275. package/lib/resolvers/queries/currencies/currencies.d.ts +1 -1
  276. package/lib/resolvers/queries/currencies/currencies.d.ts.map +1 -1
  277. package/lib/resolvers/queries/currencies/currencies.js.map +1 -1
  278. package/lib/resolvers/queries/enrollments/enrollments.d.ts +1 -1
  279. package/lib/resolvers/queries/enrollments/enrollments.d.ts.map +1 -1
  280. package/lib/resolvers/queries/filters/filters.d.ts +1 -1
  281. package/lib/resolvers/queries/filters/filters.d.ts.map +1 -1
  282. package/lib/resolvers/queries/filters/searchAssortments.js +2 -2
  283. package/lib/resolvers/queries/filters/searchAssortments.js.map +1 -1
  284. package/lib/resolvers/queries/filters/searchProducts.js +3 -3
  285. package/lib/resolvers/queries/filters/searchProducts.js.map +1 -1
  286. package/lib/resolvers/queries/languages/languages.d.ts +1 -1
  287. package/lib/resolvers/queries/languages/languages.d.ts.map +1 -1
  288. package/lib/resolvers/queries/languages/languages.js.map +1 -1
  289. package/lib/resolvers/queries/orders/orders.d.ts +1 -1
  290. package/lib/resolvers/queries/orders/orders.d.ts.map +1 -1
  291. package/lib/resolvers/queries/orders/orders.js.map +1 -1
  292. package/lib/resolvers/queries/products/productReviews.d.ts +1 -1
  293. package/lib/resolvers/queries/products/productReviews.d.ts.map +1 -1
  294. package/lib/resolvers/queries/products/products.d.ts +1 -1
  295. package/lib/resolvers/queries/products/products.d.ts.map +1 -1
  296. package/lib/resolvers/queries/quotations/quotations.d.ts +1 -1
  297. package/lib/resolvers/queries/quotations/quotations.d.ts.map +1 -1
  298. package/lib/resolvers/queries/quotations/quotations.js.map +1 -1
  299. package/lib/resolvers/queries/users/impersonator.d.ts.map +1 -1
  300. package/lib/resolvers/queries/users/impersonator.js +1 -1
  301. package/lib/resolvers/queries/users/impersonator.js.map +1 -1
  302. package/lib/resolvers/queries/users/user.d.ts.map +1 -1
  303. package/lib/resolvers/queries/users/user.js.map +1 -1
  304. package/lib/resolvers/queries/users/users.d.ts +1 -1
  305. package/lib/resolvers/queries/users/users.d.ts.map +1 -1
  306. package/lib/resolvers/queries/worker/workQueue.d.ts +3 -3
  307. package/lib/resolvers/queries/worker/workQueue.d.ts.map +1 -1
  308. package/lib/resolvers/type/assortment/assortment-filter-types.d.ts +4 -8
  309. package/lib/resolvers/type/assortment/assortment-filter-types.d.ts.map +1 -1
  310. package/lib/resolvers/type/assortment/assortment-filter-types.js +4 -6
  311. package/lib/resolvers/type/assortment/assortment-filter-types.js.map +1 -1
  312. package/lib/resolvers/type/assortment/assortment-link-types.d.ts +2 -2
  313. package/lib/resolvers/type/assortment/assortment-link-types.d.ts.map +1 -1
  314. package/lib/resolvers/type/assortment/assortment-media-types.js +2 -2
  315. package/lib/resolvers/type/assortment/assortment-media-types.js.map +1 -1
  316. package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts +2 -2
  317. package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts.map +1 -1
  318. package/lib/resolvers/type/assortment/assortment-path-link-types.js +2 -2
  319. package/lib/resolvers/type/assortment/assortment-path-link-types.js.map +1 -1
  320. package/lib/resolvers/type/assortment/assortment-product-types.d.ts +2 -2
  321. package/lib/resolvers/type/assortment/assortment-product-types.d.ts.map +1 -1
  322. package/lib/resolvers/type/assortment/assortment-types.d.ts +2 -2
  323. package/lib/resolvers/type/assortment/assortment-types.d.ts.map +1 -1
  324. package/lib/resolvers/type/assortment/assortment-types.js +5 -5
  325. package/lib/resolvers/type/assortment/assortment-types.js.map +1 -1
  326. package/lib/resolvers/type/bookmark-types.d.ts.map +1 -1
  327. package/lib/resolvers/type/bookmark-types.js +2 -3
  328. package/lib/resolvers/type/bookmark-types.js.map +1 -1
  329. package/lib/resolvers/type/country-types.d.ts +1 -1
  330. package/lib/resolvers/type/country-types.d.ts.map +1 -1
  331. package/lib/resolvers/type/country-types.js +4 -7
  332. package/lib/resolvers/type/country-types.js.map +1 -1
  333. package/lib/resolvers/type/delivery-provider-types.d.ts +10 -13
  334. package/lib/resolvers/type/delivery-provider-types.d.ts.map +1 -1
  335. package/lib/resolvers/type/delivery-provider-types.js +8 -9
  336. package/lib/resolvers/type/delivery-provider-types.js.map +1 -1
  337. package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts +2 -6
  338. package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts.map +1 -1
  339. package/lib/resolvers/type/enrollment/enrollment-delivery-types.js +4 -3
  340. package/lib/resolvers/type/enrollment/enrollment-delivery-types.js.map +1 -1
  341. package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts +2 -6
  342. package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts.map +1 -1
  343. package/lib/resolvers/type/enrollment/enrollment-payment-types.js +2 -3
  344. package/lib/resolvers/type/enrollment/enrollment-payment-types.js.map +1 -1
  345. package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts +2 -6
  346. package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts.map +1 -1
  347. package/lib/resolvers/type/enrollment/enrollment-period-types.js +2 -3
  348. package/lib/resolvers/type/enrollment/enrollment-period-types.js.map +1 -1
  349. package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts +2 -6
  350. package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts.map +1 -1
  351. package/lib/resolvers/type/enrollment/enrollment-plan-tyes.js +2 -3
  352. package/lib/resolvers/type/enrollment/enrollment-plan-tyes.js.map +1 -1
  353. package/lib/resolvers/type/enrollment/enrollment-types.d.ts +15 -14
  354. package/lib/resolvers/type/enrollment/enrollment-types.d.ts.map +1 -1
  355. package/lib/resolvers/type/enrollment/enrollment-types.js +3 -6
  356. package/lib/resolvers/type/enrollment/enrollment-types.js.map +1 -1
  357. package/lib/resolvers/type/filter/filter-option-types.d.ts +6 -9
  358. package/lib/resolvers/type/filter/filter-option-types.d.ts.map +1 -1
  359. package/lib/resolvers/type/filter/filter-option-types.js +2 -3
  360. package/lib/resolvers/type/filter/filter-option-types.js.map +1 -1
  361. package/lib/resolvers/type/filter/filter-types.d.ts +16 -8
  362. package/lib/resolvers/type/filter/filter-types.d.ts.map +1 -1
  363. package/lib/resolvers/type/filter/filter-types.js +2 -3
  364. package/lib/resolvers/type/filter/filter-types.js.map +1 -1
  365. package/lib/resolvers/type/filter/loaded-filter-types.d.ts +2 -3
  366. package/lib/resolvers/type/filter/loaded-filter-types.d.ts.map +1 -1
  367. package/lib/resolvers/type/index.d.ts +273 -261
  368. package/lib/resolvers/type/index.d.ts.map +1 -1
  369. package/lib/resolvers/type/login-method-response-types.js +1 -1
  370. package/lib/resolvers/type/login-method-response-types.js.map +1 -1
  371. package/lib/resolvers/type/order/order-delivery-discount-types.d.ts +1 -1
  372. package/lib/resolvers/type/order/order-delivery-discount-types.d.ts.map +1 -1
  373. package/lib/resolvers/type/order/order-delivery-discount-types.js +1 -2
  374. package/lib/resolvers/type/order/order-delivery-discount-types.js.map +1 -1
  375. package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts +13 -12
  376. package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts.map +1 -1
  377. package/lib/resolvers/type/order/order-delivery-pickup-types.js +10 -14
  378. package/lib/resolvers/type/order/order-delivery-pickup-types.js.map +1 -1
  379. package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts +12 -12
  380. package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts.map +1 -1
  381. package/lib/resolvers/type/order/order-delivery-shipping-types.js +7 -10
  382. package/lib/resolvers/type/order/order-delivery-shipping-types.js.map +1 -1
  383. package/lib/resolvers/type/order/order-delivery-types.d.ts +1 -1
  384. package/lib/resolvers/type/order/order-delivery-types.d.ts.map +1 -1
  385. package/lib/resolvers/type/order/order-delivery-types.js +2 -3
  386. package/lib/resolvers/type/order/order-delivery-types.js.map +1 -1
  387. package/lib/resolvers/type/order/order-discount-types.d.ts +11 -13
  388. package/lib/resolvers/type/order/order-discount-types.d.ts.map +1 -1
  389. package/lib/resolvers/type/order/order-discount-types.js +9 -16
  390. package/lib/resolvers/type/order/order-discount-types.js.map +1 -1
  391. package/lib/resolvers/type/order/order-global-discount-types.d.ts +1 -1
  392. package/lib/resolvers/type/order/order-global-discount-types.d.ts.map +1 -1
  393. package/lib/resolvers/type/order/order-global-discount-types.js +1 -2
  394. package/lib/resolvers/type/order/order-global-discount-types.js.map +1 -1
  395. package/lib/resolvers/type/order/order-item-discount-types.d.ts +1 -1
  396. package/lib/resolvers/type/order/order-item-discount-types.d.ts.map +1 -1
  397. package/lib/resolvers/type/order/order-item-discount-types.js +1 -2
  398. package/lib/resolvers/type/order/order-item-discount-types.js.map +1 -1
  399. package/lib/resolvers/type/order/order-item-types.d.ts +5 -5
  400. package/lib/resolvers/type/order/order-item-types.d.ts.map +1 -1
  401. package/lib/resolvers/type/order/order-item-types.js +14 -17
  402. package/lib/resolvers/type/order/order-item-types.js.map +1 -1
  403. package/lib/resolvers/type/order/order-payment-card-types.d.ts +11 -10
  404. package/lib/resolvers/type/order/order-payment-card-types.d.ts.map +1 -1
  405. package/lib/resolvers/type/order/order-payment-card-types.js +6 -9
  406. package/lib/resolvers/type/order/order-payment-card-types.js.map +1 -1
  407. package/lib/resolvers/type/order/order-payment-discount-types.d.ts +1 -1
  408. package/lib/resolvers/type/order/order-payment-discount-types.d.ts.map +1 -1
  409. package/lib/resolvers/type/order/order-payment-discount-types.js +2 -4
  410. package/lib/resolvers/type/order/order-payment-discount-types.js.map +1 -1
  411. package/lib/resolvers/type/order/order-payment-generic-types.d.ts +11 -10
  412. package/lib/resolvers/type/order/order-payment-generic-types.d.ts.map +1 -1
  413. package/lib/resolvers/type/order/order-payment-generic-types.js +6 -9
  414. package/lib/resolvers/type/order/order-payment-generic-types.js.map +1 -1
  415. package/lib/resolvers/type/order/order-payment-invoice-types.d.ts +11 -10
  416. package/lib/resolvers/type/order/order-payment-invoice-types.d.ts.map +1 -1
  417. package/lib/resolvers/type/order/order-payment-invoice-types.js +6 -9
  418. package/lib/resolvers/type/order/order-payment-invoice-types.js.map +1 -1
  419. package/lib/resolvers/type/order/order-payment-types.d.ts +1 -1
  420. package/lib/resolvers/type/order/order-payment-types.d.ts.map +1 -1
  421. package/lib/resolvers/type/order/order-payment-types.js +2 -3
  422. package/lib/resolvers/type/order/order-payment-types.js.map +1 -1
  423. package/lib/resolvers/type/order/order-types.d.ts +6 -6
  424. package/lib/resolvers/type/order/order-types.d.ts.map +1 -1
  425. package/lib/resolvers/type/order/order-types.js +7 -15
  426. package/lib/resolvers/type/order/order-types.js.map +1 -1
  427. package/lib/resolvers/type/payment/payment-credentials-types.d.ts.map +1 -1
  428. package/lib/resolvers/type/payment/payment-credentials-types.js +6 -9
  429. package/lib/resolvers/type/payment/payment-credentials-types.js.map +1 -1
  430. package/lib/resolvers/type/payment/payment-provider-types.d.ts +2 -2
  431. package/lib/resolvers/type/payment/payment-provider-types.d.ts.map +1 -1
  432. package/lib/resolvers/type/payment/payment-provider-types.js +8 -9
  433. package/lib/resolvers/type/payment/payment-provider-types.js.map +1 -1
  434. package/lib/resolvers/type/price-types.d.ts +3 -4
  435. package/lib/resolvers/type/price-types.d.ts.map +1 -1
  436. package/lib/resolvers/type/price-types.js +2 -2
  437. package/lib/resolvers/type/price-types.js.map +1 -1
  438. package/lib/resolvers/type/product/product-assortment-path-types.d.ts +1 -1
  439. package/lib/resolvers/type/product/product-assortment-path-types.d.ts.map +1 -1
  440. package/lib/resolvers/type/product/product-bundle-types.d.ts +10 -10
  441. package/lib/resolvers/type/product/product-bundle-types.d.ts.map +1 -1
  442. package/lib/resolvers/type/product/product-catalog-price-types.d.ts.map +1 -1
  443. package/lib/resolvers/type/product/product-catalog-price-types.js +4 -6
  444. package/lib/resolvers/type/product/product-catalog-price-types.js.map +1 -1
  445. package/lib/resolvers/type/product/product-configurable-types.d.ts +20 -20
  446. package/lib/resolvers/type/product/product-configurable-types.d.ts.map +1 -1
  447. package/lib/resolvers/type/product/product-configurable-types.js +10 -12
  448. package/lib/resolvers/type/product/product-configurable-types.js.map +1 -1
  449. package/lib/resolvers/type/product/product-discount.d.ts +1 -1
  450. package/lib/resolvers/type/product/product-discount.js +1 -1
  451. package/lib/resolvers/type/product/product-discount.js.map +1 -1
  452. package/lib/resolvers/type/product/product-media-types.js +2 -2
  453. package/lib/resolvers/type/product/product-media-types.js.map +1 -1
  454. package/lib/resolvers/type/product/product-plan-types.d.ts +18 -18
  455. package/lib/resolvers/type/product/product-plan-types.d.ts.map +1 -1
  456. package/lib/resolvers/type/product/product-plan-types.js +16 -16
  457. package/lib/resolvers/type/product/product-plan-types.js.map +1 -1
  458. package/lib/resolvers/type/product/product-review-types.d.ts +1 -1
  459. package/lib/resolvers/type/product/product-review-types.d.ts.map +1 -1
  460. package/lib/resolvers/type/product/product-review-types.js +2 -3
  461. package/lib/resolvers/type/product/product-review-types.js.map +1 -1
  462. package/lib/resolvers/type/product/product-simple-types.d.ts +22 -22
  463. package/lib/resolvers/type/product/product-simple-types.d.ts.map +1 -1
  464. package/lib/resolvers/type/product/product-simple-types.js +3 -11
  465. package/lib/resolvers/type/product/product-simple-types.js.map +1 -1
  466. package/lib/resolvers/type/product/product-tokenized-types.d.ts +20 -20
  467. package/lib/resolvers/type/product/product-tokenized-types.d.ts.map +1 -1
  468. package/lib/resolvers/type/product/product-tokenized-types.js +1 -5
  469. package/lib/resolvers/type/product/product-tokenized-types.js.map +1 -1
  470. package/lib/resolvers/type/product/product-types.d.ts +9 -9
  471. package/lib/resolvers/type/product/product-types.d.ts.map +1 -1
  472. package/lib/resolvers/type/product/product-types.js +2 -5
  473. package/lib/resolvers/type/product/product-types.js.map +1 -1
  474. package/lib/resolvers/type/product/product-variation-assignment-types.d.ts +2 -2
  475. package/lib/resolvers/type/product/product-variation-assignment-types.d.ts.map +1 -1
  476. package/lib/resolvers/type/product/product-variation-assignment-types.js +1 -1
  477. package/lib/resolvers/type/product/product-variation-assignment-types.js.map +1 -1
  478. package/lib/resolvers/type/product/product-variation-assignment-vector.js +2 -2
  479. package/lib/resolvers/type/product/product-variation-assignment-vector.js.map +1 -1
  480. package/lib/resolvers/type/product/product-variation-option-types.js +3 -3
  481. package/lib/resolvers/type/product/product-variation-option-types.js.map +1 -1
  482. package/lib/resolvers/type/product/product-variation-types.d.ts +2 -2
  483. package/lib/resolvers/type/product/product-variation-types.d.ts.map +1 -1
  484. package/lib/resolvers/type/product/product-variation-types.js +3 -3
  485. package/lib/resolvers/type/product/product-variation-types.js.map +1 -1
  486. package/lib/resolvers/type/product-search-result-types.d.ts +5 -6
  487. package/lib/resolvers/type/product-search-result-types.d.ts.map +1 -1
  488. package/lib/resolvers/type/quotation-types.d.ts +8 -15
  489. package/lib/resolvers/type/quotation-types.d.ts.map +1 -1
  490. package/lib/resolvers/type/quotation-types.js +3 -6
  491. package/lib/resolvers/type/quotation-types.js.map +1 -1
  492. package/lib/resolvers/type/shop-types.d.ts +1 -1
  493. package/lib/resolvers/type/shop-types.d.ts.map +1 -1
  494. package/lib/resolvers/type/shop-types.js +4 -6
  495. package/lib/resolvers/type/shop-types.js.map +1 -1
  496. package/lib/resolvers/type/token-types.d.ts +2 -2
  497. package/lib/resolvers/type/token-types.d.ts.map +1 -1
  498. package/lib/resolvers/type/token-types.js +12 -26
  499. package/lib/resolvers/type/token-types.js.map +1 -1
  500. package/lib/resolvers/type/user-types.d.ts +22 -22
  501. package/lib/resolvers/type/user-types.d.ts.map +1 -1
  502. package/lib/resolvers/type/user-types.js +5 -16
  503. package/lib/resolvers/type/user-types.js.map +1 -1
  504. package/lib/resolvers/type/work-types.d.ts.map +1 -1
  505. package/lib/resolvers/type/work-types.js +0 -1
  506. package/lib/resolvers/type/work-types.js.map +1 -1
  507. package/lib/roles/all.d.ts.map +1 -1
  508. package/lib/roles/all.js +0 -1
  509. package/lib/roles/all.js.map +1 -1
  510. package/lib/schema/types/assortment.js +5 -5
  511. package/lib/schema/types/country.js +1 -1
  512. package/lib/schema/types/delivery.d.ts.map +1 -1
  513. package/lib/schema/types/delivery.js +6 -2
  514. package/lib/schema/types/delivery.js.map +1 -1
  515. package/lib/schema/types/filter.js +3 -3
  516. package/lib/schema/types/payment.d.ts.map +1 -1
  517. package/lib/schema/types/payment.js +6 -2
  518. package/lib/schema/types/payment.js.map +1 -1
  519. package/lib/schema/types/price.js +1 -1
  520. package/lib/schema/types/product/bundle-product.js +1 -1
  521. package/lib/schema/types/product/configurable-product.js +6 -6
  522. package/lib/schema/types/product/plan-product.js +5 -5
  523. package/lib/schema/types/product/product.js +4 -4
  524. package/lib/schema/types/product/simple-product.js +4 -4
  525. package/lib/schema/types/product/tokenized-product.js +5 -5
  526. package/lib/schema/types/warehousing.js +1 -1
  527. package/lib/utils/inputValidation.d.ts.map +1 -0
  528. package/lib/utils/inputValidation.js +51 -0
  529. package/lib/utils/inputValidation.js.map +1 -0
  530. package/package.json +12 -12
  531. package/src/context.ts +3 -3
  532. package/src/createGraphQLServer.ts +2 -2
  533. package/src/errors.ts +10 -0
  534. package/src/express/createERCMetadataMiddleware.ts +11 -5
  535. package/src/express/index.ts +2 -3
  536. package/src/fastify/ercMetadataHandler.ts +11 -5
  537. package/src/fastify/index.ts +2 -3
  538. package/src/loaders/assortmentLinkLoader.ts +32 -0
  539. package/src/loaders/assortmentLinksLoader.ts +46 -0
  540. package/src/loaders/assortmentLoader.ts +20 -0
  541. package/src/loaders/assortmentMediaTextLoader.ts +26 -0
  542. package/src/loaders/assortmentMediasLoader.ts +21 -0
  543. package/src/loaders/assortmentProductLoader.ts +19 -0
  544. package/src/loaders/assortmentProductsLoader.ts +22 -0
  545. package/src/loaders/assortmentTextLoader.ts +24 -0
  546. package/src/loaders/buildTextMap.ts +1 -1
  547. package/src/loaders/countryLoader.ts +20 -0
  548. package/src/loaders/currencyLoader.ts +20 -0
  549. package/src/loaders/deliveryProviderLoader.ts +19 -0
  550. package/src/loaders/fileLoader.ts +19 -0
  551. package/src/loaders/filterLoader.ts +20 -0
  552. package/src/loaders/filterTextLoader.ts +26 -0
  553. package/src/loaders/index.ts +48 -360
  554. package/src/loaders/languageLoader.ts +20 -0
  555. package/src/loaders/orderLoader.ts +22 -0
  556. package/src/loaders/paymentProviderLoader.ts +19 -0
  557. package/src/loaders/productLoader.ts +22 -0
  558. package/src/loaders/productLoaderBySKU.ts +22 -0
  559. package/src/loaders/productMediaTextLoader.ts +24 -0
  560. package/src/loaders/productMediasLoader.ts +21 -0
  561. package/src/loaders/productTextLoader.ts +22 -0
  562. package/src/loaders/userLoader.ts +23 -0
  563. package/src/loaders/utils.ts +35 -0
  564. package/src/locale-context.ts +16 -22
  565. package/src/resolvers/mutations/accounts/createUser.ts +4 -6
  566. package/src/resolvers/mutations/accounts/impersonate.ts +1 -1
  567. package/src/resolvers/mutations/accounts/loginAsGuest.ts +4 -6
  568. package/src/resolvers/mutations/accounts/loginWithPassword.ts +3 -3
  569. package/src/resolvers/mutations/accounts/loginWithWebAuthn.ts +3 -3
  570. package/src/resolvers/mutations/accounts/resetPassword.ts +3 -3
  571. package/src/resolvers/mutations/accounts/stopImpersonation.ts +1 -1
  572. package/src/resolvers/mutations/accounts/verifyEmail.ts +3 -3
  573. package/src/resolvers/mutations/assortments/reorderAssortmentFilters.ts +1 -1
  574. package/src/resolvers/mutations/assortments/reorderAssortmentLinks.ts +1 -1
  575. package/src/resolvers/mutations/assortments/reorderAssortmentMedia.ts +1 -1
  576. package/src/resolvers/mutations/assortments/reorderAssortmentProducts.ts +1 -1
  577. package/src/resolvers/mutations/assortments/updateAssortmentMediaTexts.ts +1 -1
  578. package/src/resolvers/mutations/assortments/updateAssortmentTexts.ts +1 -1
  579. package/src/resolvers/mutations/enrollments/createEnrollment.ts +3 -3
  580. package/src/resolvers/mutations/enrollments/updateEnrollment.ts +2 -2
  581. package/src/resolvers/mutations/filters/createFilter.ts +2 -6
  582. package/src/resolvers/mutations/filters/updateFilterTexts.ts +1 -1
  583. package/src/resolvers/mutations/orders/addCartDiscount.ts +1 -1
  584. package/src/resolvers/mutations/orders/addCartProduct.ts +1 -1
  585. package/src/resolvers/mutations/orders/addCartQuotation.ts +2 -2
  586. package/src/resolvers/mutations/orders/addMultipleCartProducts.ts +4 -4
  587. package/src/resolvers/mutations/orders/checkoutCart.ts +1 -1
  588. package/src/resolvers/mutations/orders/createCart.ts +1 -1
  589. package/src/resolvers/mutations/orders/emptyCart.ts +1 -1
  590. package/src/resolvers/mutations/orders/signPaymentProviderForCheckout.ts +1 -1
  591. package/src/resolvers/mutations/orders/updateCart.ts +1 -1
  592. package/src/resolvers/mutations/orders/updateCartItem.ts +1 -1
  593. package/src/resolvers/mutations/products/addProductAssignment.ts +50 -3
  594. package/src/resolvers/mutations/products/createProductVariation.ts +5 -1
  595. package/src/resolvers/mutations/products/removeProductAssignment.ts +1 -1
  596. package/src/resolvers/mutations/products/reorderProductMedia.ts +1 -1
  597. package/src/resolvers/mutations/products/updateProductMediaTexts.ts +1 -1
  598. package/src/resolvers/mutations/products/updateProductVariationTexts.ts +1 -1
  599. package/src/resolvers/mutations/quotations/requestQuotation.ts +4 -4
  600. package/src/resolvers/mutations/users/heartbeat.ts +3 -3
  601. package/src/resolvers/mutations/users/setRoles.ts +1 -1
  602. package/src/resolvers/mutations/users/setUserTags.ts +1 -1
  603. package/src/resolvers/mutations/warehousing/invalidateToken.ts +3 -3
  604. package/src/resolvers/mutations/worker/allocateWork.ts +1 -1
  605. package/src/resolvers/queries/assortments/assortments.ts +1 -1
  606. package/src/resolvers/queries/countries/countries.ts +1 -1
  607. package/src/resolvers/queries/currencies/currencies.ts +1 -1
  608. package/src/resolvers/queries/enrollments/enrollments.ts +1 -1
  609. package/src/resolvers/queries/filters/filters.ts +1 -1
  610. package/src/resolvers/queries/filters/searchAssortments.ts +2 -2
  611. package/src/resolvers/queries/filters/searchProducts.ts +3 -3
  612. package/src/resolvers/queries/languages/languages.ts +1 -1
  613. package/src/resolvers/queries/orders/orders.ts +1 -1
  614. package/src/resolvers/queries/products/productReviews.ts +1 -1
  615. package/src/resolvers/queries/products/products.ts +1 -1
  616. package/src/resolvers/queries/quotations/quotations.ts +1 -1
  617. package/src/resolvers/queries/users/impersonator.ts +2 -1
  618. package/src/resolvers/queries/users/user.ts +1 -0
  619. package/src/resolvers/queries/users/users.ts +1 -1
  620. package/src/resolvers/queries/worker/workQueue.ts +3 -3
  621. package/src/resolvers/type/assortment/assortment-filter-types.ts +6 -16
  622. package/src/resolvers/type/assortment/assortment-link-types.ts +2 -2
  623. package/src/resolvers/type/assortment/assortment-media-types.ts +2 -2
  624. package/src/resolvers/type/assortment/assortment-path-link-types.ts +3 -3
  625. package/src/resolvers/type/assortment/assortment-product-types.ts +2 -2
  626. package/src/resolvers/type/assortment/assortment-types.ts +6 -6
  627. package/src/resolvers/type/bookmark-types.ts +2 -3
  628. package/src/resolvers/type/country-types.ts +5 -8
  629. package/src/resolvers/type/delivery-provider-types.ts +26 -47
  630. package/src/resolvers/type/enrollment/enrollment-delivery-types.ts +5 -11
  631. package/src/resolvers/type/enrollment/enrollment-payment-types.ts +3 -11
  632. package/src/resolvers/type/enrollment/enrollment-period-types.ts +3 -11
  633. package/src/resolvers/type/enrollment/enrollment-plan-tyes.ts +3 -11
  634. package/src/resolvers/type/enrollment/enrollment-types.ts +10 -25
  635. package/src/resolvers/type/filter/filter-option-types.ts +10 -15
  636. package/src/resolvers/type/filter/filter-types.ts +5 -13
  637. package/src/resolvers/type/filter/loaded-filter-types.ts +2 -2
  638. package/src/resolvers/type/login-method-response-types.ts +1 -1
  639. package/src/resolvers/type/order/order-delivery-discount-types.ts +1 -2
  640. package/src/resolvers/type/order/order-delivery-pickup-types.ts +12 -28
  641. package/src/resolvers/type/order/order-delivery-shipping-types.ts +9 -23
  642. package/src/resolvers/type/order/order-delivery-types.ts +2 -3
  643. package/src/resolvers/type/order/order-discount-types.ts +12 -39
  644. package/src/resolvers/type/order/order-global-discount-types.ts +1 -2
  645. package/src/resolvers/type/order/order-item-discount-types.ts +1 -2
  646. package/src/resolvers/type/order/order-item-types.ts +19 -27
  647. package/src/resolvers/type/order/order-payment-card-types.ts +8 -21
  648. package/src/resolvers/type/order/order-payment-discount-types.ts +1 -2
  649. package/src/resolvers/type/order/order-payment-generic-types.ts +8 -20
  650. package/src/resolvers/type/order/order-payment-invoice-types.ts +8 -20
  651. package/src/resolvers/type/order/order-payment-types.ts +2 -3
  652. package/src/resolvers/type/order/order-types.ts +10 -22
  653. package/src/resolvers/type/payment/payment-credentials-types.ts +6 -10
  654. package/src/resolvers/type/payment/payment-provider-types.ts +9 -10
  655. package/src/resolvers/type/price-types.ts +4 -4
  656. package/src/resolvers/type/product/product-assortment-path-types.ts +1 -1
  657. package/src/resolvers/type/product/product-bundle-types.ts +1 -1
  658. package/src/resolvers/type/product/product-catalog-price-types.ts +4 -6
  659. package/src/resolvers/type/product/product-configurable-types.ts +20 -21
  660. package/src/resolvers/type/product/product-discount.ts +1 -1
  661. package/src/resolvers/type/product/product-media-types.ts +2 -2
  662. package/src/resolvers/type/product/product-plan-types.ts +22 -22
  663. package/src/resolvers/type/product/product-review-types.ts +3 -4
  664. package/src/resolvers/type/product/product-simple-types.ts +7 -19
  665. package/src/resolvers/type/product/product-tokenized-types.ts +3 -10
  666. package/src/resolvers/type/product/product-types.ts +10 -13
  667. package/src/resolvers/type/product/product-variation-assignment-types.ts +2 -2
  668. package/src/resolvers/type/product/product-variation-assignment-vector.ts +2 -2
  669. package/src/resolvers/type/product/product-variation-option-types.ts +3 -3
  670. package/src/resolvers/type/product/product-variation-types.ts +5 -5
  671. package/src/resolvers/type/product-search-result-types.ts +5 -5
  672. package/src/resolvers/type/quotation-types.ts +11 -25
  673. package/src/resolvers/type/shop-types.ts +5 -7
  674. package/src/resolvers/type/token-types.ts +15 -32
  675. package/src/resolvers/type/user-types.ts +27 -39
  676. package/src/resolvers/type/work-types.ts +0 -2
  677. package/src/roles/all.ts +0 -1
  678. package/src/schema/types/assortment.ts +5 -5
  679. package/src/schema/types/country.ts +1 -1
  680. package/src/schema/types/delivery.ts +6 -2
  681. package/src/schema/types/filter.ts +3 -3
  682. package/src/schema/types/payment.ts +6 -2
  683. package/src/schema/types/price.ts +1 -1
  684. package/src/schema/types/product/bundle-product.ts +1 -1
  685. package/src/schema/types/product/configurable-product.ts +6 -6
  686. package/src/schema/types/product/plan-product.ts +5 -5
  687. package/src/schema/types/product/product.ts +4 -4
  688. package/src/schema/types/product/simple-product.ts +4 -4
  689. package/src/schema/types/product/tokenized-product.ts +5 -5
  690. package/src/schema/types/warehousing.ts +1 -1
@@ -0,0 +1,138 @@
1
+ export async function searchProductsWithCore(unchainedAPI, args) {
2
+ const { limit = 10, offset = 0, ...searchArgs } = args;
3
+ // Use the services directly
4
+ const searchResult = await unchainedAPI.services.filters.searchProducts({
5
+ queryString: searchArgs.queryString,
6
+ filterQuery: searchArgs.filterQuery,
7
+ assortmentIds: searchArgs.assortmentId ? [searchArgs.assortmentId] : undefined,
8
+ includeInactive: searchArgs.includeInactive,
9
+ orderBy: searchArgs.orderBy,
10
+ }, { forceLiveCollection: false, locale: new Intl.Locale('en') });
11
+ // Get products from the filtered product IDs
12
+ const productIds = searchResult.aggregatedFilteredProductIds.slice(offset, offset + limit);
13
+ const products = await Promise.all(productIds.map(async (productId) => {
14
+ const product = await unchainedAPI.modules.products.findProduct({ productId });
15
+ if (!product)
16
+ return null;
17
+ const texts = await unchainedAPI.modules.products.texts.findTexts({ productId }, { limit: 1 });
18
+ const media = await unchainedAPI.modules.products.media.findProductMedia({ productId });
19
+ // Simulate pricing to get the price
20
+ let price = null;
21
+ try {
22
+ const pricing = await unchainedAPI.services.products.simulateProductPricing({
23
+ product,
24
+ user: undefined, // Anonymous user
25
+ countryCode: 'CH',
26
+ currencyCode: 'CHF',
27
+ quantity: 1,
28
+ });
29
+ price = pricing?.total;
30
+ }
31
+ catch (error) {
32
+ // Price simulation failed, continue without price
33
+ }
34
+ return {
35
+ id: productId,
36
+ title: texts[0]?.title || 'Untitled Product',
37
+ image: media[0]?.file?.url || null,
38
+ price: price ? `${price.amount / 100} ${price.currency}` : 'Price not available',
39
+ breadcrumb: searchArgs.assortmentId ? `Assortment: ${searchArgs.assortmentId}` : null,
40
+ };
41
+ }));
42
+ // Load filters and options
43
+ const filters = await unchainedAPI.services.filters.loadFilters(searchResult.searchConfiguration.searchQuery, { productIds: searchResult.aggregatedFilteredProductIds, forceLiveCollection: false });
44
+ return {
45
+ summary: {
46
+ totalProducts: searchResult.aggregatedTotalProductIds.length,
47
+ filteredProducts: searchResult.aggregatedFilteredProductIds.length,
48
+ },
49
+ products: products.filter(Boolean),
50
+ filters,
51
+ };
52
+ }
53
+ export function renderProductList(results) {
54
+ let output = `# Product Search Results\n\n`;
55
+ output += `Found ${results.summary.filteredProducts} products (${results.summary.totalProducts} total)\n\n`;
56
+ if (results.products.length > 0) {
57
+ output += `## Products\n\n`;
58
+ results.products.forEach((product, index) => {
59
+ output += `### ${index + 1}. ${product.title}\n`;
60
+ output += `- **ID**: ${product.id}\n`;
61
+ output += `- **Price**: ${product.price}\n`;
62
+ if (product.image) {
63
+ output += `- **Image**: ![${product.title}](${product.image})\n`;
64
+ }
65
+ if (product.breadcrumb) {
66
+ output += `- **Location**: ${product.breadcrumb}\n`;
67
+ }
68
+ output += `\n`;
69
+ });
70
+ }
71
+ if (results.filters && results.filters.length > 0) {
72
+ output += `## Available Filters\n\n`;
73
+ results.filters.forEach((filter) => {
74
+ output += `### ${filter.title} (${filter.key})\n`;
75
+ filter.options.forEach((option) => {
76
+ const selected = option.isSelected ? ' ✓' : '';
77
+ output += `- ${option.title} (${option.productsCount} products)${selected}\n`;
78
+ });
79
+ output += `\n`;
80
+ });
81
+ }
82
+ return output;
83
+ }
84
+ export const searchProductsTool = {
85
+ name: 'searchProducts',
86
+ description: 'Search for products in the Unchained E-Commerce system',
87
+ inputSchema: {
88
+ type: 'object',
89
+ properties: {
90
+ queryString: {
91
+ type: 'string',
92
+ description: 'Free text search query',
93
+ },
94
+ filterQuery: {
95
+ type: 'array',
96
+ items: {
97
+ type: 'object',
98
+ properties: {
99
+ key: { type: 'string' },
100
+ value: { type: 'string' },
101
+ },
102
+ required: ['key'],
103
+ },
104
+ description: 'Array of filter criteria',
105
+ },
106
+ assortmentId: {
107
+ type: 'string',
108
+ description: 'Restrict search to products within a specific assortment',
109
+ },
110
+ orderBy: {
111
+ type: 'string',
112
+ enum: ['default'],
113
+ description: 'Sort order for results',
114
+ },
115
+ includeInactive: {
116
+ type: 'boolean',
117
+ default: false,
118
+ description: 'Whether to include inactive products',
119
+ },
120
+ ignoreChildAssortments: {
121
+ type: 'boolean',
122
+ default: false,
123
+ description: 'When assortmentId is provided, whether to ignore child assortments',
124
+ },
125
+ limit: {
126
+ type: 'integer',
127
+ default: 10,
128
+ description: 'Number of products to return',
129
+ },
130
+ offset: {
131
+ type: 'integer',
132
+ default: 0,
133
+ description: 'Number of products to skip for pagination',
134
+ },
135
+ },
136
+ },
137
+ };
138
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import { UnchainedCore } from '@unchainedshop/core';
2
+ export declare function createMCPServer(unchainedAPI: UnchainedCore): Promise<import("./types.js").MCPServer>;
3
+ export declare function startMCPServer(unchainedAPI: UnchainedCore): Promise<import("./types.js").MCPServer>;
4
+ //# sourceMappingURL=server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/mcp/server.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAIpD,wBAAsB,eAAe,CAAC,YAAY,EAAE,aAAa,2CAyDhE;AAGD,wBAAsB,cAAc,CAAC,YAAY,EAAE,aAAa,2CAQ/D"}
@@ -0,0 +1,60 @@
1
+ import { searchProductsWithCore, renderProductList, searchProductsTool } from './index.js';
2
+ export async function createMCPServer(unchainedAPI) {
3
+ // Dynamically import MCP SDK
4
+ const { Server } = (await eval('import("@modelcontextprotocol/sdk/server/index.js")'));
5
+ const { CallToolRequestSchema, ListToolsRequestSchema } = (await eval('import("@modelcontextprotocol/sdk/types.js")'));
6
+ const server = new Server({
7
+ name: 'unchained',
8
+ version: '1.0.0',
9
+ }, {
10
+ capabilities: {
11
+ tools: {},
12
+ },
13
+ });
14
+ // Handle list tools request
15
+ server.setRequestHandler(ListToolsRequestSchema, async () => {
16
+ return {
17
+ tools: [searchProductsTool],
18
+ };
19
+ });
20
+ // Handle tool calls
21
+ server.setRequestHandler(CallToolRequestSchema, async (request) => {
22
+ if (request.params.name === 'searchProducts') {
23
+ const args = request.params.arguments;
24
+ try {
25
+ const result = await searchProductsWithCore(unchainedAPI, args);
26
+ return {
27
+ content: [
28
+ {
29
+ type: 'text',
30
+ text: renderProductList(result),
31
+ },
32
+ ],
33
+ };
34
+ }
35
+ catch (error) {
36
+ return {
37
+ content: [
38
+ {
39
+ type: 'text',
40
+ text: `Error searching products: ${error.message}`,
41
+ },
42
+ ],
43
+ isError: true,
44
+ };
45
+ }
46
+ }
47
+ throw new Error(`Unknown tool: ${request.params.name}`);
48
+ });
49
+ return server;
50
+ }
51
+ // For standalone server usage - export a function that can be called from project examples
52
+ export async function startMCPServer(unchainedAPI) {
53
+ const { StdioServerTransport } = (await eval('import("@modelcontextprotocol/sdk/server/stdio.js")'));
54
+ const server = await createMCPServer(unchainedAPI);
55
+ const transport = new StdioServerTransport();
56
+ await server.connect(transport);
57
+ console.error('Unchained MCP server started');
58
+ return server;
59
+ }
60
+ //# sourceMappingURL=server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.js","sourceRoot":"","sources":["../../src/mcp/server.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAG3F,MAAM,CAAC,KAAK,UAAU,eAAe,CAAC,YAA2B;IAC/D,6BAA6B;IAC7B,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,IAAI,CAAC,qDAAqD,CAAC,CAAoB,CAAC;IAC1G,MAAM,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,GAAG,CAAC,MAAM,IAAI,CAAC,8CAA8C,CAAC,CAAa,CAAC;IAEnI,MAAM,MAAM,GAAG,IAAI,MAAM,CACvB;QACE,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE,OAAO;KACjB,EACD;QACE,YAAY,EAAE;YACZ,KAAK,EAAE,EAAE;SACV;KACF,CACF,CAAC;IAEF,4BAA4B;IAC5B,MAAM,CAAC,iBAAiB,CAAC,sBAAsB,EAAE,KAAK,IAAI,EAAE;QAC1D,OAAO;YACL,KAAK,EAAE,CAAC,kBAAkB,CAAC;SAC5B,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,oBAAoB;IACpB,MAAM,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;QAChE,IAAI,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,gBAAgB,EAAE,CAAC;YAC7C,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,SAAgB,CAAC;YAE7C,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,sBAAsB,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;gBAEhE,OAAO;oBACL,OAAO,EAAE;wBACP;4BACE,IAAI,EAAE,MAAM;4BACZ,IAAI,EAAE,iBAAiB,CAAC,MAAM,CAAC;yBAChC;qBACF;iBACF,CAAC;YACJ,CAAC;YAAC,OAAO,KAAU,EAAE,CAAC;gBACpB,OAAO;oBACL,OAAO,EAAE;wBACP;4BACE,IAAI,EAAE,MAAM;4BACZ,IAAI,EAAE,6BAA6B,KAAK,CAAC,OAAO,EAAE;yBACnD;qBACF;oBACD,OAAO,EAAE,IAAI;iBACd,CAAC;YACJ,CAAC;QACH,CAAC;QAED,MAAM,IAAI,KAAK,CAAC,iBAAiB,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,2FAA2F;AAC3F,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,YAA2B;IAC9D,MAAM,EAAE,oBAAoB,EAAE,GAAG,CAAC,MAAM,IAAI,CAAC,qDAAqD,CAAC,CAAmB,CAAC;IAEvH,MAAM,MAAM,GAAG,MAAM,eAAe,CAAC,YAAY,CAAC,CAAC;IACnD,MAAM,SAAS,GAAG,IAAI,oBAAoB,EAAE,CAAC;IAC7C,MAAM,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;IAChC,OAAO,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAC9C,OAAO,MAAM,CAAC;AAChB,CAAC"}
@@ -0,0 +1,28 @@
1
+ export interface MCPServer {
2
+ setRequestHandler(schema: any, handler: Function): void;
3
+ connect(transport: any): Promise<void>;
4
+ }
5
+ export interface MCPServerTransport {
6
+ }
7
+ export interface MCPServerConstructor {
8
+ new (info: {
9
+ name: string;
10
+ version: string;
11
+ }, capabilities: {
12
+ capabilities: any;
13
+ }): MCPServer;
14
+ }
15
+ export interface MCPStdioTransportConstructor {
16
+ new (): MCPServerTransport;
17
+ }
18
+ export interface MCPTypes {
19
+ CallToolRequestSchema: any;
20
+ ListToolsRequestSchema: any;
21
+ }
22
+ export interface MCPServerModule {
23
+ Server: MCPServerConstructor;
24
+ }
25
+ export interface MCPStdioModule {
26
+ StdioServerTransport: MCPStdioTransportConstructor;
27
+ }
28
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/mcp/types.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS;IACxB,iBAAiB,CAAC,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,GAAG,IAAI,CAAC;IACxD,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,kBAAkB;CAElC;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,YAAY,EAAE;QAAE,YAAY,EAAE,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAC/F;AAED,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,kBAAkB,CAAC;CAC5B;AAED,MAAM,WAAW,QAAQ;IACvB,qBAAqB,EAAE,GAAG,CAAC;IAC3B,sBAAsB,EAAE,GAAG,CAAC;CAC7B;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,oBAAoB,CAAC;CAC9B;AAED,MAAM,WAAW,cAAc;IAC7B,oBAAoB,EAAE,4BAA4B,CAAC;CACpD"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/mcp/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountLockout.d.ts","sourceRoot":"","sources":["../../src/middleware/accountLockout.ts"],"names":[],"mappings":"AAuCA,wBAAsB,mBAAmB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAwB3E;AAED,wBAAsB,wBAAwB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAuChF;AAED,wBAAsB,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAG1E"}
@@ -0,0 +1,84 @@
1
+ import { GraphQLError } from 'graphql';
2
+ // Store login attempts by user identifier (username/email)
3
+ const loginAttempts = new Map();
4
+ // Configuration
5
+ const MAX_ATTEMPTS = 5;
6
+ const LOCKOUT_DURATION = 30 * 60 * 1000; // 30 minutes
7
+ const ATTEMPT_WINDOW = 15 * 60 * 1000; // 15 minutes
8
+ // Clean up old entries periodically
9
+ setInterval(() => {
10
+ const now = Date.now();
11
+ for (const [key, attempt] of loginAttempts.entries()) {
12
+ // Remove entries older than 24 hours
13
+ if (now - attempt.lastAttempt > 24 * 60 * 60 * 1000) {
14
+ loginAttempts.delete(key);
15
+ }
16
+ }
17
+ }, 60 * 60 * 1000); // Clean every hour
18
+ async function createIdentifierHash(identifier) {
19
+ const encoder = new TextEncoder();
20
+ const dataBuffer = encoder.encode(identifier.toLowerCase());
21
+ const hashBuffer = await crypto.subtle.digest('SHA-256', dataBuffer);
22
+ const hashArray = Array.from(new Uint8Array(hashBuffer));
23
+ return hashArray.map((b) => b.toString(16).padStart(2, '0')).join('');
24
+ }
25
+ export async function checkAccountLockout(identifier) {
26
+ const hashedIdentifier = await createIdentifierHash(identifier);
27
+ const attempt = loginAttempts.get(hashedIdentifier);
28
+ if (!attempt)
29
+ return;
30
+ const now = Date.now();
31
+ // Check if account is locked
32
+ if (attempt.lockedUntil && attempt.lockedUntil > now) {
33
+ const remainingMinutes = Math.ceil((attempt.lockedUntil - now) / 60000);
34
+ throw new GraphQLError(`Account is locked. Please try again in ${remainingMinutes} minutes.`, {
35
+ extensions: {
36
+ code: 'ACCOUNT_LOCKED',
37
+ lockedUntil: attempt.lockedUntil,
38
+ remainingMinutes,
39
+ },
40
+ });
41
+ }
42
+ // Reset attempts if outside the window
43
+ if (now - attempt.firstAttempt > ATTEMPT_WINDOW) {
44
+ loginAttempts.delete(hashedIdentifier);
45
+ }
46
+ }
47
+ export async function recordFailedLoginAttempt(identifier) {
48
+ const hashedIdentifier = await createIdentifierHash(identifier);
49
+ const now = Date.now();
50
+ let attempt = loginAttempts.get(hashedIdentifier);
51
+ if (!attempt || now - attempt.firstAttempt > ATTEMPT_WINDOW) {
52
+ // Create new attempt record or reset if outside window
53
+ attempt = {
54
+ count: 1,
55
+ firstAttempt: now,
56
+ lastAttempt: now,
57
+ };
58
+ }
59
+ else {
60
+ // Increment existing attempt
61
+ attempt.count++;
62
+ attempt.lastAttempt = now;
63
+ // Lock account if max attempts exceeded
64
+ if (attempt.count >= MAX_ATTEMPTS) {
65
+ attempt.lockedUntil = now + LOCKOUT_DURATION;
66
+ }
67
+ }
68
+ loginAttempts.set(hashedIdentifier, attempt);
69
+ // Provide warning about remaining attempts
70
+ if (attempt.count >= 3 && attempt.count < MAX_ATTEMPTS) {
71
+ const remainingAttempts = MAX_ATTEMPTS - attempt.count;
72
+ throw new GraphQLError(`Invalid credentials. ${remainingAttempts} attempts remaining before account lockout.`, {
73
+ extensions: {
74
+ code: 'INVALID_CREDENTIALS',
75
+ remainingAttempts,
76
+ },
77
+ });
78
+ }
79
+ }
80
+ export async function clearLoginAttempts(identifier) {
81
+ const hashedIdentifier = await createIdentifierHash(identifier);
82
+ loginAttempts.delete(hashedIdentifier);
83
+ }
84
+ //# sourceMappingURL=accountLockout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountLockout.js","sourceRoot":"","sources":["../../src/middleware/accountLockout.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rateLimiter.d.ts","sourceRoot":"","sources":["../../src/middleware/rateLimiter.ts"],"names":[],"mappings":"AAEA,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CAClD;AAkCD,eAAO,MAAM,iBAAiB,GAAI,WAAW,MAAM,EAAE,UAAS,gBAAqB,MAmBnE,SAAS,GAAG,qBA8B3B,CAAC;AAGF,eAAO,MAAM,eAAe,YAjCH,GAAG,qBAqC1B,CAAC;AAEH,eAAO,MAAM,wBAAwB,YAvCZ,GAAG,qBAiD1B,CAAC;AAEH,eAAO,MAAM,uBAAuB,YAnDX,GAAG,qBA4D1B,CAAC"}
@@ -0,0 +1,91 @@
1
+ import { GraphQLError } from 'graphql';
2
+ const stores = {};
3
+ // Clean up expired entries periodically
4
+ setInterval(() => {
5
+ const now = Date.now();
6
+ Object.keys(stores).forEach((storeName) => {
7
+ const store = stores[storeName];
8
+ Object.keys(store).forEach((key) => {
9
+ if (store[key].resetTime < now) {
10
+ delete store[key];
11
+ }
12
+ });
13
+ });
14
+ }, 60000); // Clean every minute
15
+ // Helper to create hash using WebCrypto
16
+ async function createHash(data) {
17
+ const encoder = new TextEncoder();
18
+ const dataBuffer = encoder.encode(data);
19
+ const hashBuffer = await crypto.subtle.digest('SHA-256', dataBuffer);
20
+ const hashArray = Array.from(new Uint8Array(hashBuffer));
21
+ return hashArray.map((b) => b.toString(16).padStart(2, '0')).join('');
22
+ }
23
+ export const createRateLimiter = (storeName, options = {}) => {
24
+ const { windowMs = 15 * 60 * 1000, // 15 minutes default
25
+ max = 5, // 5 requests per window default
26
+ message = 'Too many requests, please try again later.', keyGenerator = async (context) => {
27
+ // Default key generator uses IP + userId
28
+ const ip = context.req?.ip || context.req?.connection?.remoteAddress || 'unknown';
29
+ const userId = context.userId || 'anonymous';
30
+ return createHash(`${ip}-${userId}`);
31
+ }, } = options;
32
+ // Initialize store for this limiter
33
+ if (!stores[storeName]) {
34
+ stores[storeName] = {};
35
+ }
36
+ const store = stores[storeName];
37
+ return async (context) => {
38
+ const key = await keyGenerator(context);
39
+ const now = Date.now();
40
+ // Get or create rate limit entry
41
+ let entry = store[key];
42
+ if (!entry || entry.resetTime < now) {
43
+ entry = {
44
+ count: 0,
45
+ resetTime: now + windowMs,
46
+ };
47
+ store[key] = entry;
48
+ }
49
+ // Increment counter
50
+ entry.count++;
51
+ // Check if limit exceeded
52
+ if (entry.count > max) {
53
+ const retryAfter = Math.ceil((entry.resetTime - now) / 1000);
54
+ throw new GraphQLError(message, {
55
+ extensions: {
56
+ code: 'RATE_LIMIT_EXCEEDED',
57
+ retryAfter,
58
+ },
59
+ });
60
+ }
61
+ return true;
62
+ };
63
+ };
64
+ // Pre-configured rate limiters for common use cases
65
+ export const authRateLimiter = createRateLimiter('auth', {
66
+ windowMs: 15 * 60 * 1000, // 15 minutes
67
+ max: 5, // 5 attempts per 15 minutes
68
+ message: 'Too many authentication attempts. Please try again later.',
69
+ });
70
+ export const passwordResetRateLimiter = createRateLimiter('passwordReset', {
71
+ windowMs: 60 * 60 * 1000, // 1 hour
72
+ max: 3, // 3 attempts per hour
73
+ message: 'Too many password reset requests. Please try again later.',
74
+ keyGenerator: async (context) => {
75
+ // Rate limit by email/username instead of IP for password reset
76
+ const { email, username } = context.args || {};
77
+ const identifier = email || username || 'unknown';
78
+ return createHash(identifier.toLowerCase());
79
+ },
80
+ });
81
+ export const registrationRateLimiter = createRateLimiter('registration', {
82
+ windowMs: 60 * 60 * 1000, // 1 hour
83
+ max: 10, // 10 registrations per hour per IP
84
+ message: 'Too many registration attempts. Please try again later.',
85
+ keyGenerator: async (context) => {
86
+ // Rate limit by IP only for registrations
87
+ const ip = context.req?.ip || context.req?.connection?.remoteAddress || 'unknown';
88
+ return createHash(ip);
89
+ },
90
+ });
91
+ //# sourceMappingURL=rateLimiter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rateLimiter.js","sourceRoot":"","sources":["../../src/middleware/rateLimiter.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputValidation.d.ts","sourceRoot":"","sources":["../../src/plugins/inputValidation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AA6DtC,MAAM,WAAW,sBAAsB;IAErC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAE1B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAEtB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAErD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,kBAAkB,CAAC,OAAO,GAAE,sBAA2B,GAAG,MAAM,CA6C/E"}
@@ -0,0 +1,95 @@
1
+ import { GraphQLError } from 'graphql';
2
+ // Dangerous patterns to check for
3
+ const DANGEROUS_PATTERNS = [
4
+ /<script/i, // Script tags
5
+ /<iframe/i, // Iframes
6
+ /<object/i, // Object embeds
7
+ /<embed/i, // Embed tags
8
+ /<link/i, // Link tags (can load CSS)
9
+ /javascript:/i, // JavaScript protocol
10
+ /vbscript:/i, // VBScript protocol
11
+ /on\w+\s*=/i, // Event handlers (onclick, onload, etc)
12
+ /<meta/i, // Meta tags
13
+ /data:text\/html/i, // Data URLs with HTML
14
+ /<svg.*onload/i, // SVG with event handlers
15
+ /&#x?[0-9a-f]+;/i, // HTML entities (could be obfuscation)
16
+ /\\u[0-9a-f]{4}/i, // Unicode escapes
17
+ /expression\s*\(/i, // CSS expressions
18
+ /@import/i, // CSS imports
19
+ /<!--|-->/, // HTML comments
20
+ ];
21
+ function checkForDangerousContent(value, path) {
22
+ for (const dangerous of DANGEROUS_PATTERNS) {
23
+ if (dangerous.test(value)) {
24
+ throw new GraphQLError(`Potentially dangerous content detected in ${path}`, {
25
+ extensions: {
26
+ code: 'DANGEROUS_INPUT',
27
+ path,
28
+ },
29
+ });
30
+ }
31
+ }
32
+ }
33
+ function validateValue(value, path = '') {
34
+ if (value === null || value === undefined) {
35
+ return value;
36
+ }
37
+ if (typeof value === 'string') {
38
+ checkForDangerousContent(value, path);
39
+ return value;
40
+ }
41
+ if (Array.isArray(value)) {
42
+ return value.map((item, index) => validateValue(item, `${path}[${index}]`));
43
+ }
44
+ if (typeof value === 'object') {
45
+ const validated = {};
46
+ for (const [key, val] of Object.entries(value)) {
47
+ validated[key] = validateValue(val, path ? `${path}.${key}` : key);
48
+ }
49
+ return validated;
50
+ }
51
+ return value;
52
+ }
53
+ export function useInputValidation(options = {}) {
54
+ const { skipOperations = [], skipFields = [], customValidator, logErrors = false } = options;
55
+ return {
56
+ onParams({ params, setParams }) {
57
+ // Get operation name from the request
58
+ const operationName = params.operationName || '';
59
+ // Skip if operation is in skip list
60
+ if (operationName && skipOperations.includes(operationName)) {
61
+ return;
62
+ }
63
+ try {
64
+ // Validate variables
65
+ if (params.variables) {
66
+ const validatedVariables = {};
67
+ for (const [key, value] of Object.entries(params.variables)) {
68
+ if (!skipFields.includes(key)) {
69
+ validatedVariables[key] = validateValue(value, `variables.${key}`);
70
+ // Run custom validator if provided
71
+ if (customValidator) {
72
+ customValidator(value, `variables.${key}`);
73
+ }
74
+ }
75
+ else {
76
+ validatedVariables[key] = value;
77
+ }
78
+ }
79
+ // Update params with validated variables
80
+ setParams({
81
+ ...params,
82
+ variables: validatedVariables,
83
+ });
84
+ }
85
+ }
86
+ catch (error) {
87
+ if (logErrors) {
88
+ console.error('Input validation error:', error);
89
+ }
90
+ throw error;
91
+ }
92
+ },
93
+ };
94
+ }
95
+ //# sourceMappingURL=inputValidation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputValidation.js","sourceRoot":"","sources":["../../src/plugins/inputValidation.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"createUser.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/createUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAW9C,wBAA8B,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,oBAAoB,EAAE,OAAO,EAAE,OAAO;;;GA2CnG"}
1
+ {"version":3,"file":"createUser.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/createUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAW9C,wBAA8B,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,oBAAoB,EAAE,OAAO,EAAE,OAAO;;;GAyCnG"}
@@ -14,15 +14,14 @@ export default async function createUser(root, params, context) {
14
14
  ...params,
15
15
  initialPassword: false,
16
16
  }, {});
17
- let user = await modules.users.findUserById(newUserId);
18
- user = await context.modules.users.updateHeartbeat(user._id, {
17
+ const user = await context.modules.users.updateHeartbeat(newUserId, {
19
18
  remoteAddress: context.remoteAddress,
20
19
  remotePort: context.remotePort,
21
20
  userAgent: context.getHeader('user-agent'),
22
- locale: context.localeContext.baseName,
23
- countryCode: context.countryContext,
21
+ locale: context.locale.baseName,
22
+ countryCode: context.countryCode,
24
23
  });
25
- await context.services.orders.nextUserCart({ user, countryCode: context.countryContext });
24
+ await context.services.orders.nextUserCart({ user, countryCode: context.countryCode });
26
25
  return context.login(user);
27
26
  }
28
27
  catch (e) {
@@ -1 +1 @@
1
- {"version":3,"file":"createUser.js","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/createUser.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAC5C,OAAO,EACL,wBAAwB,EACxB,uBAAuB,EACvB,0BAA0B,EAC1B,4BAA4B,EAC5B,wCAAwC,EACxC,oBAAoB,GACrB,MAAM,oBAAoB,CAAC;AAE5B,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,UAAU,CAAC,IAAW,EAAE,MAA4B,EAAE,OAAgB;IAClG,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC;IAEpC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;IAEvF,IAAI,CAAC,MAAM,CAAC,QAAQ,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QACtC,MAAM,IAAI,4BAA4B,CAAC,EAAE,CAAC,CAAC;IAC7C,CAAC;IAED,IAAI,CAAC,MAAM,CAAC,QAAQ,IAAI,CAAC,MAAM,CAAC,4BAA4B,EAAE,CAAC;QAC7D,MAAM,IAAI,wCAAwC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;IACrF,CAAC;IAED,IAAI,CAAC;QACH,MAAM,SAAS,GAAG,MAAM,OAAO,CAAC,KAAK,CAAC,UAAU,CAC9C;YACE,GAAG,MAAM;YACT,eAAe,EAAE,KAAK;SACvB,EACD,EAAE,CACH,CAAC;QAEF,IAAI,IAAI,GAAG,MAAM,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;QAEvD,IAAI,GAAG,MAAM,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,EAAE;YAC3D,aAAa,EAAE,OAAO,CAAC,aAAa;YACpC,UAAU,EAAE,OAAO,CAAC,UAAU;YAC9B,SAAS,EAAE,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC;YAC1C,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ;YACtC,WAAW,EAAE,OAAO,CAAC,cAAc;SACpC,CAAC,CAAC;QAEH,MAAM,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC;QAE1F,OAAO,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC;QACX,IAAI,CAAC,CAAC,KAAK,KAAK,eAAe;YAAE,MAAM,IAAI,uBAAuB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;aACxF,IAAI,CAAC,CAAC,KAAK,KAAK,kBAAkB;YACrC,MAAM,IAAI,0BAA0B,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;aAClE,IAAI,CAAC,CAAC,KAAK,KAAK,kBAAkB;YACrC,MAAM,IAAI,oBAAoB,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;;YAC5D,MAAM,IAAI,wBAAwB,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IAC/F,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"createUser.js","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/createUser.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAC5C,OAAO,EACL,wBAAwB,EACxB,uBAAuB,EACvB,0BAA0B,EAC1B,4BAA4B,EAC5B,wCAAwC,EACxC,oBAAoB,GACrB,MAAM,oBAAoB,CAAC;AAE5B,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,UAAU,CAAC,IAAW,EAAE,MAA4B,EAAE,OAAgB;IAClG,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC;IAEpC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;IAEvF,IAAI,CAAC,MAAM,CAAC,QAAQ,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QACtC,MAAM,IAAI,4BAA4B,CAAC,EAAE,CAAC,CAAC;IAC7C,CAAC;IAED,IAAI,CAAC,MAAM,CAAC,QAAQ,IAAI,CAAC,MAAM,CAAC,4BAA4B,EAAE,CAAC;QAC7D,MAAM,IAAI,wCAAwC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;IACrF,CAAC;IAED,IAAI,CAAC;QACH,MAAM,SAAS,GAAG,MAAM,OAAO,CAAC,KAAK,CAAC,UAAU,CAC9C;YACE,GAAG,MAAM;YACT,eAAe,EAAE,KAAK;SACvB,EACD,EAAE,CACH,CAAC;QAEF,MAAM,IAAI,GAAG,MAAM,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,SAAS,EAAE;YAClE,aAAa,EAAE,OAAO,CAAC,aAAa;YACpC,UAAU,EAAE,OAAO,CAAC,UAAU;YAC9B,SAAS,EAAE,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC;YAC1C,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,QAAQ;YAC/B,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC,CAAC;QAEH,MAAM,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC;QAEvF,OAAO,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC;QACX,IAAI,CAAC,CAAC,KAAK,KAAK,eAAe;YAAE,MAAM,IAAI,uBAAuB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;aACxF,IAAI,CAAC,CAAC,KAAK,KAAK,kBAAkB;YACrC,MAAM,IAAI,0BAA0B,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;aAClE,IAAI,CAAC,CAAC,KAAK,KAAK,kBAAkB;YACrC,MAAM,IAAI,oBAAoB,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;;YAC5D,MAAM,IAAI,wBAAwB,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IAC/F,CAAC;AACH,CAAC"}
@@ -11,7 +11,7 @@ const impersonate = async (root, { userId }, context) => {
11
11
  }
12
12
  await context.services.orders.nextUserCart({
13
13
  user: userToImpersonate,
14
- countryCode: context.countryContext,
14
+ countryCode: context.countryCode,
15
15
  });
16
16
  return context.login(userToImpersonate, {
17
17
  impersonator: context.user,
@@ -1 +1 @@
1
- {"version":3,"file":"impersonate.js","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/impersonate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAC5C,OAAO,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAGpF,MAAM,WAAW,GAAG,KAAK,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,OAAgB,EAAE,EAAE;IAC/D,GAAG,CAAC,wBAAwB,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAElE,MAAM,iBAAiB,GAAG,MAAM,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;IAE3E,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACvB,MAAM,IAAI,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;IAC1C,CAAC;IAED,IAAI,CAAC,iBAAiB,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;QACtD,MAAM,IAAI,2BAA2B,CAAC,EAAE,kBAAkB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAChG,CAAC;IAED,MAAM,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC;QACzC,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE,OAAO,CAAC,cAAc;KACpC,CAAC,CAAC;IAEH,OAAO,OAAO,CAAC,KAAK,CAAC,iBAAiB,EAAE;QACtC,YAAY,EAAE,OAAO,CAAC,IAAI;KAC3B,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"impersonate.js","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/impersonate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAC5C,OAAO,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAGpF,MAAM,WAAW,GAAG,KAAK,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,OAAgB,EAAE,EAAE;IAC/D,GAAG,CAAC,wBAAwB,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAElE,MAAM,iBAAiB,GAAG,MAAM,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;IAE3E,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACvB,MAAM,IAAI,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;IAC1C,CAAC;IAED,IAAI,CAAC,iBAAiB,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;QACtD,MAAM,IAAI,2BAA2B,CAAC,EAAE,kBAAkB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAChG,CAAC;IAED,MAAM,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC;QACzC,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE,OAAO,CAAC,WAAW;KACjC,CAAC,CAAC;IAEH,OAAO,OAAO,CAAC,KAAK,CAAC,iBAAiB,EAAE;QACtC,YAAY,EAAE,OAAO,CAAC,IAAI;KAC3B,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"loginAsGuest.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/loginAsGuest.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,wBAA8B,YAAY,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO;;;GA2B/E"}
1
+ {"version":3,"file":"loginAsGuest.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/accounts/loginAsGuest.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,wBAA8B,YAAY,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO;;;GAyB/E"}