@unchainedshop/api 2.11.3 → 2.12.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 (754) hide show
  1. package/lib/acl.d.ts +1 -0
  2. package/lib/acl.d.ts.map +1 -0
  3. package/lib/api-index.d.ts +1 -0
  4. package/lib/api-index.d.ts.map +1 -0
  5. package/lib/context.d.ts +1 -0
  6. package/lib/context.d.ts.map +1 -0
  7. package/lib/createGraphQLServer.d.ts +1 -0
  8. package/lib/createGraphQLServer.d.ts.map +1 -0
  9. package/lib/errors.d.ts +1 -0
  10. package/lib/errors.d.ts.map +1 -0
  11. package/lib/express/createApolloMiddleware.d.ts +1 -0
  12. package/lib/express/createApolloMiddleware.d.ts.map +1 -0
  13. package/lib/express/createBulkImportMiddleware.d.ts +1 -0
  14. package/lib/express/createBulkImportMiddleware.d.ts.map +1 -0
  15. package/lib/express/createERCMetadataMiddleware.d.ts +1 -1
  16. package/lib/express/createERCMetadataMiddleware.d.ts.map +1 -0
  17. package/lib/express/createSingleSignOnMiddleware.d.ts +1 -2
  18. package/lib/express/createSingleSignOnMiddleware.d.ts.map +1 -0
  19. package/lib/express/index.d.ts +1 -0
  20. package/lib/express/index.d.ts.map +1 -0
  21. package/lib/hashPassword.d.ts +1 -0
  22. package/lib/hashPassword.d.ts.map +1 -0
  23. package/lib/loaders/index.d.ts +2 -2
  24. package/lib/loaders/index.d.ts.map +1 -0
  25. package/lib/locale-context.d.ts +1 -1
  26. package/lib/locale-context.d.ts.map +1 -0
  27. package/lib/resolvers/index.d.ts +1 -0
  28. package/lib/resolvers/index.d.ts.map +1 -0
  29. package/lib/resolvers/mutations/accounts/addEmail.d.ts +1 -0
  30. package/lib/resolvers/mutations/accounts/addEmail.d.ts.map +1 -0
  31. package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts +1 -0
  32. package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts.map +1 -0
  33. package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts +1 -0
  34. package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts.map +1 -0
  35. package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts +1 -0
  36. package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts.map +1 -0
  37. package/lib/resolvers/mutations/accounts/changePassword.d.ts +1 -0
  38. package/lib/resolvers/mutations/accounts/changePassword.d.ts.map +1 -0
  39. package/lib/resolvers/mutations/accounts/createUser.d.ts +1 -0
  40. package/lib/resolvers/mutations/accounts/createUser.d.ts.map +1 -0
  41. package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts +1 -0
  42. package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts.map +1 -0
  43. package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts +1 -0
  44. package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts.map +1 -0
  45. package/lib/resolvers/mutations/accounts/disableTOTP.d.ts +1 -0
  46. package/lib/resolvers/mutations/accounts/disableTOTP.d.ts.map +1 -0
  47. package/lib/resolvers/mutations/accounts/enableTOTP.d.ts +1 -0
  48. package/lib/resolvers/mutations/accounts/enableTOTP.d.ts.map +1 -0
  49. package/lib/resolvers/mutations/accounts/enrollUser.d.ts +1 -0
  50. package/lib/resolvers/mutations/accounts/enrollUser.d.ts.map +1 -0
  51. package/lib/resolvers/mutations/accounts/forgotPassword.d.ts +1 -0
  52. package/lib/resolvers/mutations/accounts/forgotPassword.d.ts.map +1 -0
  53. package/lib/resolvers/mutations/accounts/impersonate.d.ts +1 -0
  54. package/lib/resolvers/mutations/accounts/impersonate.d.ts.map +1 -0
  55. package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts +1 -0
  56. package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts.map +1 -0
  57. package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts +1 -0
  58. package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts.map +1 -0
  59. package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts +1 -0
  60. package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts.map +1 -0
  61. package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts +1 -0
  62. package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts.map +1 -0
  63. package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts +1 -0
  64. package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts.map +1 -0
  65. package/lib/resolvers/mutations/accounts/logout.d.ts +1 -0
  66. package/lib/resolvers/mutations/accounts/logout.d.ts.map +1 -0
  67. package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts +1 -0
  68. package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts.map +1 -0
  69. package/lib/resolvers/mutations/accounts/removeEmail.d.ts +1 -0
  70. package/lib/resolvers/mutations/accounts/removeEmail.d.ts.map +1 -0
  71. package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts +1 -0
  72. package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts.map +1 -0
  73. package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts +1 -0
  74. package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts.map +1 -0
  75. package/lib/resolvers/mutations/accounts/resetPassword.d.ts +1 -0
  76. package/lib/resolvers/mutations/accounts/resetPassword.d.ts.map +1 -0
  77. package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.d.ts +1 -0
  78. package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.d.ts.map +1 -0
  79. package/lib/resolvers/mutations/accounts/sendVerificationEmail.d.ts +1 -0
  80. package/lib/resolvers/mutations/accounts/sendVerificationEmail.d.ts.map +1 -0
  81. package/lib/resolvers/mutations/accounts/setPassword.d.ts +1 -0
  82. package/lib/resolvers/mutations/accounts/setPassword.d.ts.map +1 -0
  83. package/lib/resolvers/mutations/accounts/setUsername.d.ts +1 -0
  84. package/lib/resolvers/mutations/accounts/setUsername.d.ts.map +1 -0
  85. package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts +1 -0
  86. package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts.map +1 -0
  87. package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts +1 -0
  88. package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts.map +1 -0
  89. package/lib/resolvers/mutations/accounts/verifyEmail.d.ts +1 -0
  90. package/lib/resolvers/mutations/accounts/verifyEmail.d.ts.map +1 -0
  91. package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts +1 -0
  92. package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts.map +1 -0
  93. package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts +1 -0
  94. package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts.map +1 -0
  95. package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts +1 -0
  96. package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts.map +1 -0
  97. package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts +1 -0
  98. package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts.map +1 -0
  99. package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts +1 -0
  100. package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts.map +1 -0
  101. package/lib/resolvers/mutations/assortments/createAssortment.d.ts +1 -0
  102. package/lib/resolvers/mutations/assortments/createAssortment.d.ts.map +1 -0
  103. package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.d.ts +1 -0
  104. package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.d.ts.map +1 -0
  105. package/lib/resolvers/mutations/assortments/removeAssortment.d.ts +1 -0
  106. package/lib/resolvers/mutations/assortments/removeAssortment.d.ts.map +1 -0
  107. package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts +1 -0
  108. package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts.map +1 -0
  109. package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts +1 -0
  110. package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts.map +1 -0
  111. package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts +1 -0
  112. package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts.map +1 -0
  113. package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts +1 -0
  114. package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts.map +1 -0
  115. package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts +1 -0
  116. package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts.map +1 -0
  117. package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts +1 -0
  118. package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts.map +1 -0
  119. package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts +1 -0
  120. package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts.map +1 -0
  121. package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts +1 -0
  122. package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts.map +1 -0
  123. package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts +1 -0
  124. package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts.map +1 -0
  125. package/lib/resolvers/mutations/assortments/updateAssortment.d.ts +1 -0
  126. package/lib/resolvers/mutations/assortments/updateAssortment.d.ts.map +1 -0
  127. package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts +1 -0
  128. package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts.map +1 -0
  129. package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts +1 -0
  130. package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts.map +1 -0
  131. package/lib/resolvers/mutations/bookmarks/bookmark.d.ts +1 -0
  132. package/lib/resolvers/mutations/bookmarks/bookmark.d.ts.map +1 -0
  133. package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts +1 -0
  134. package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts.map +1 -0
  135. package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts +1 -0
  136. package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts.map +1 -0
  137. package/lib/resolvers/mutations/countries/createCountry.d.ts +1 -0
  138. package/lib/resolvers/mutations/countries/createCountry.d.ts.map +1 -0
  139. package/lib/resolvers/mutations/countries/removeCountry.d.ts +1 -0
  140. package/lib/resolvers/mutations/countries/removeCountry.d.ts.map +1 -0
  141. package/lib/resolvers/mutations/countries/updateCountry.d.ts +1 -0
  142. package/lib/resolvers/mutations/countries/updateCountry.d.ts.map +1 -0
  143. package/lib/resolvers/mutations/currencies/createCurrency.d.ts +1 -0
  144. package/lib/resolvers/mutations/currencies/createCurrency.d.ts.map +1 -0
  145. package/lib/resolvers/mutations/currencies/removeCurrency.d.ts +1 -0
  146. package/lib/resolvers/mutations/currencies/removeCurrency.d.ts.map +1 -0
  147. package/lib/resolvers/mutations/currencies/updateCurrency.d.ts +1 -0
  148. package/lib/resolvers/mutations/currencies/updateCurrency.d.ts.map +1 -0
  149. package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts +1 -0
  150. package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts.map +1 -0
  151. package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts +1 -0
  152. package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts.map +1 -0
  153. package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts +1 -0
  154. package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts.map +1 -0
  155. package/lib/resolvers/mutations/enrollments/activateEnrollment.d.ts +1 -0
  156. package/lib/resolvers/mutations/enrollments/activateEnrollment.d.ts.map +1 -0
  157. package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts +1 -0
  158. package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts.map +1 -0
  159. package/lib/resolvers/mutations/enrollments/terminateEnrollment.d.ts +1 -0
  160. package/lib/resolvers/mutations/enrollments/terminateEnrollment.d.ts.map +1 -0
  161. package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts +1 -0
  162. package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts.map +1 -0
  163. package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts +1 -0
  164. package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts.map +1 -0
  165. package/lib/resolvers/mutations/filters/createFilter.d.ts +1 -0
  166. package/lib/resolvers/mutations/filters/createFilter.d.ts.map +1 -0
  167. package/lib/resolvers/mutations/filters/createFilterOption.d.ts +1 -0
  168. package/lib/resolvers/mutations/filters/createFilterOption.d.ts.map +1 -0
  169. package/lib/resolvers/mutations/filters/removeFilter.d.ts +1 -0
  170. package/lib/resolvers/mutations/filters/removeFilter.d.ts.map +1 -0
  171. package/lib/resolvers/mutations/filters/removeFilterOption.d.ts +1 -0
  172. package/lib/resolvers/mutations/filters/removeFilterOption.d.ts.map +1 -0
  173. package/lib/resolvers/mutations/filters/updateFilter.d.ts +1 -0
  174. package/lib/resolvers/mutations/filters/updateFilter.d.ts.map +1 -0
  175. package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts +1 -0
  176. package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts.map +1 -0
  177. package/lib/resolvers/mutations/index.d.ts +1 -0
  178. package/lib/resolvers/mutations/index.d.ts.map +1 -0
  179. package/lib/resolvers/mutations/languages/createLanguage.d.ts +1 -0
  180. package/lib/resolvers/mutations/languages/createLanguage.d.ts.map +1 -0
  181. package/lib/resolvers/mutations/languages/removeLanguage.d.ts +1 -0
  182. package/lib/resolvers/mutations/languages/removeLanguage.d.ts.map +1 -0
  183. package/lib/resolvers/mutations/languages/updateLanguage.d.ts +1 -0
  184. package/lib/resolvers/mutations/languages/updateLanguage.d.ts.map +1 -0
  185. package/lib/resolvers/mutations/orders/addCartDiscount.d.ts +1 -0
  186. package/lib/resolvers/mutations/orders/addCartDiscount.d.ts.map +1 -0
  187. package/lib/resolvers/mutations/orders/addCartProduct.d.ts +1 -0
  188. package/lib/resolvers/mutations/orders/addCartProduct.d.ts.map +1 -0
  189. package/lib/resolvers/mutations/orders/addCartQuotation.d.ts +1 -0
  190. package/lib/resolvers/mutations/orders/addCartQuotation.d.ts.map +1 -0
  191. package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts +1 -0
  192. package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts.map +1 -0
  193. package/lib/resolvers/mutations/orders/checkoutCart.d.ts +1 -0
  194. package/lib/resolvers/mutations/orders/checkoutCart.d.ts.map +1 -0
  195. package/lib/resolvers/mutations/orders/confirmOrder.d.ts +1 -0
  196. package/lib/resolvers/mutations/orders/confirmOrder.d.ts.map +1 -0
  197. package/lib/resolvers/mutations/orders/createCart.d.ts +1 -0
  198. package/lib/resolvers/mutations/orders/createCart.d.ts.map +1 -0
  199. package/lib/resolvers/mutations/orders/deliverOrder.d.ts +1 -0
  200. package/lib/resolvers/mutations/orders/deliverOrder.d.ts.map +1 -0
  201. package/lib/resolvers/mutations/orders/emptyCart.d.ts +1 -0
  202. package/lib/resolvers/mutations/orders/emptyCart.d.ts.map +1 -0
  203. package/lib/resolvers/mutations/orders/payOrder.d.ts +1 -0
  204. package/lib/resolvers/mutations/orders/payOrder.d.ts.map +1 -0
  205. package/lib/resolvers/mutations/orders/rejectOrder.d.ts +1 -0
  206. package/lib/resolvers/mutations/orders/rejectOrder.d.ts.map +1 -0
  207. package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts +1 -0
  208. package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts.map +1 -0
  209. package/lib/resolvers/mutations/orders/removeCartItem.d.ts +1 -0
  210. package/lib/resolvers/mutations/orders/removeCartItem.d.ts.map +1 -0
  211. package/lib/resolvers/mutations/orders/removeOrder.d.ts +1 -0
  212. package/lib/resolvers/mutations/orders/removeOrder.d.ts.map +1 -0
  213. package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts +1 -0
  214. package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts.map +1 -0
  215. package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts +1 -0
  216. package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts.map +1 -0
  217. package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts +1 -0
  218. package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts.map +1 -0
  219. package/lib/resolvers/mutations/orders/updateCart.d.ts +1 -0
  220. package/lib/resolvers/mutations/orders/updateCart.d.ts.map +1 -0
  221. package/lib/resolvers/mutations/orders/updateCartItem.d.ts +1 -0
  222. package/lib/resolvers/mutations/orders/updateCartItem.d.ts.map +1 -0
  223. package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts +1 -0
  224. package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts.map +1 -0
  225. package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts +1 -0
  226. package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts.map +1 -0
  227. package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts +1 -0
  228. package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts.map +1 -0
  229. package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts +1 -0
  230. package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts.map +1 -0
  231. package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts +1 -0
  232. package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts.map +1 -0
  233. package/lib/resolvers/mutations/pageView.d.ts +1 -0
  234. package/lib/resolvers/mutations/pageView.d.ts.map +1 -0
  235. package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts +1 -0
  236. package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts.map +1 -0
  237. package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts +1 -0
  238. package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts.map +1 -0
  239. package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts +1 -0
  240. package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts.map +1 -0
  241. package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts +1 -0
  242. package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts.map +1 -0
  243. package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts +1 -0
  244. package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts.map +1 -0
  245. package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts +1 -0
  246. package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts.map +1 -0
  247. package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts +1 -0
  248. package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts.map +1 -0
  249. package/lib/resolvers/mutations/products/addProductAssignment.d.ts +1 -0
  250. package/lib/resolvers/mutations/products/addProductAssignment.d.ts.map +1 -0
  251. package/lib/resolvers/mutations/products/addProductMedia.d.ts +1 -0
  252. package/lib/resolvers/mutations/products/addProductMedia.d.ts.map +1 -0
  253. package/lib/resolvers/mutations/products/addProductReviewVote.d.ts +1 -0
  254. package/lib/resolvers/mutations/products/addProductReviewVote.d.ts.map +1 -0
  255. package/lib/resolvers/mutations/products/createProduct.d.ts +1 -0
  256. package/lib/resolvers/mutations/products/createProduct.d.ts.map +1 -0
  257. package/lib/resolvers/mutations/products/createProductBundleItem.d.ts +1 -0
  258. package/lib/resolvers/mutations/products/createProductBundleItem.d.ts.map +1 -0
  259. package/lib/resolvers/mutations/products/createProductReview.d.ts +1 -0
  260. package/lib/resolvers/mutations/products/createProductReview.d.ts.map +1 -0
  261. package/lib/resolvers/mutations/products/createProductVariation.d.ts +1 -0
  262. package/lib/resolvers/mutations/products/createProductVariation.d.ts.map +1 -0
  263. package/lib/resolvers/mutations/products/createProductVariationOption.d.ts +1 -0
  264. package/lib/resolvers/mutations/products/createProductVariationOption.d.ts.map +1 -0
  265. package/lib/resolvers/mutations/products/prepareProductMediaUpload.d.ts +1 -0
  266. package/lib/resolvers/mutations/products/prepareProductMediaUpload.d.ts.map +1 -0
  267. package/lib/resolvers/mutations/products/publishProduct.d.ts +1 -0
  268. package/lib/resolvers/mutations/products/publishProduct.d.ts.map +1 -0
  269. package/lib/resolvers/mutations/products/removeBundleItem.d.ts +1 -0
  270. package/lib/resolvers/mutations/products/removeBundleItem.d.ts.map +1 -0
  271. package/lib/resolvers/mutations/products/removeProduct.d.ts +1 -0
  272. package/lib/resolvers/mutations/products/removeProduct.d.ts.map +1 -0
  273. package/lib/resolvers/mutations/products/removeProductAssignment.d.ts +1 -0
  274. package/lib/resolvers/mutations/products/removeProductAssignment.d.ts.map +1 -0
  275. package/lib/resolvers/mutations/products/removeProductMedia.d.ts +1 -0
  276. package/lib/resolvers/mutations/products/removeProductMedia.d.ts.map +1 -0
  277. package/lib/resolvers/mutations/products/removeProductReview.d.ts +1 -0
  278. package/lib/resolvers/mutations/products/removeProductReview.d.ts.map +1 -0
  279. package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts +1 -0
  280. package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts.map +1 -0
  281. package/lib/resolvers/mutations/products/removeProductVariation.d.ts +1 -0
  282. package/lib/resolvers/mutations/products/removeProductVariation.d.ts.map +1 -0
  283. package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts +1 -0
  284. package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts.map +1 -0
  285. package/lib/resolvers/mutations/products/reorderProductMedia.d.ts +1 -0
  286. package/lib/resolvers/mutations/products/reorderProductMedia.d.ts.map +1 -0
  287. package/lib/resolvers/mutations/products/unpublishProduct.d.ts +1 -0
  288. package/lib/resolvers/mutations/products/unpublishProduct.d.ts.map +1 -0
  289. package/lib/resolvers/mutations/products/updateProduct.d.ts +1 -0
  290. package/lib/resolvers/mutations/products/updateProduct.d.ts.map +1 -0
  291. package/lib/resolvers/mutations/products/updateProductCommerce.d.ts +1 -0
  292. package/lib/resolvers/mutations/products/updateProductCommerce.d.ts.map +1 -0
  293. package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts +1 -0
  294. package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts.map +1 -0
  295. package/lib/resolvers/mutations/products/updateProductPlan.d.ts +1 -0
  296. package/lib/resolvers/mutations/products/updateProductPlan.d.ts.map +1 -0
  297. package/lib/resolvers/mutations/products/updateProductReview.d.ts +1 -0
  298. package/lib/resolvers/mutations/products/updateProductReview.d.ts.map +1 -0
  299. package/lib/resolvers/mutations/products/updateProductSupply.d.ts +1 -0
  300. package/lib/resolvers/mutations/products/updateProductSupply.d.ts.map +1 -0
  301. package/lib/resolvers/mutations/products/updateProductTexts.d.ts +1 -0
  302. package/lib/resolvers/mutations/products/updateProductTexts.d.ts.map +1 -0
  303. package/lib/resolvers/mutations/products/updateProductTokenization.d.ts +1 -0
  304. package/lib/resolvers/mutations/products/updateProductTokenization.d.ts.map +1 -0
  305. package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts +1 -0
  306. package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts.map +1 -0
  307. package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts +1 -0
  308. package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts.map +1 -0
  309. package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts +1 -0
  310. package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts.map +1 -0
  311. package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts +1 -0
  312. package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts.map +1 -0
  313. package/lib/resolvers/mutations/quotations/requestQuotation.d.ts +1 -0
  314. package/lib/resolvers/mutations/quotations/requestQuotation.d.ts.map +1 -0
  315. package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts +1 -0
  316. package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts.map +1 -0
  317. package/lib/resolvers/mutations/users/addPushSubscription.d.ts +1 -0
  318. package/lib/resolvers/mutations/users/addPushSubscription.d.ts.map +1 -0
  319. package/lib/resolvers/mutations/users/heartbeat.d.ts +1 -0
  320. package/lib/resolvers/mutations/users/heartbeat.d.ts.map +1 -0
  321. package/lib/resolvers/mutations/users/prepareUserAvatarUpload.d.ts +1 -0
  322. package/lib/resolvers/mutations/users/prepareUserAvatarUpload.d.ts.map +1 -0
  323. package/lib/resolvers/mutations/users/removePushSubscription.d.ts +1 -0
  324. package/lib/resolvers/mutations/users/removePushSubscription.d.ts.map +1 -0
  325. package/lib/resolvers/mutations/users/removeUser.d.ts +1 -0
  326. package/lib/resolvers/mutations/users/removeUser.d.ts.map +1 -0
  327. package/lib/resolvers/mutations/users/setRoles.d.ts +1 -0
  328. package/lib/resolvers/mutations/users/setRoles.d.ts.map +1 -0
  329. package/lib/resolvers/mutations/users/setUserTags.d.ts +1 -0
  330. package/lib/resolvers/mutations/users/setUserTags.d.ts.map +1 -0
  331. package/lib/resolvers/mutations/users/updateUserAvatar.d.ts +1 -0
  332. package/lib/resolvers/mutations/users/updateUserAvatar.d.ts.map +1 -0
  333. package/lib/resolvers/mutations/users/updateUserProfile.d.ts +1 -0
  334. package/lib/resolvers/mutations/users/updateUserProfile.d.ts.map +1 -0
  335. package/lib/resolvers/mutations/utils/getOrderCart.d.ts +1 -0
  336. package/lib/resolvers/mutations/utils/getOrderCart.d.ts.map +1 -0
  337. package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts +1 -0
  338. package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts.map +1 -0
  339. package/lib/resolvers/mutations/warehousing/exportToken.d.ts +1 -0
  340. package/lib/resolvers/mutations/warehousing/exportToken.d.ts.map +1 -0
  341. package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts +1 -0
  342. package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts.map +1 -0
  343. package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts +1 -0
  344. package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts.map +1 -0
  345. package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts +1 -0
  346. package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts.map +1 -0
  347. package/lib/resolvers/mutations/worker/addWork.d.ts +1 -0
  348. package/lib/resolvers/mutations/worker/addWork.d.ts.map +1 -0
  349. package/lib/resolvers/mutations/worker/allocateWork.d.ts +1 -0
  350. package/lib/resolvers/mutations/worker/allocateWork.d.ts.map +1 -0
  351. package/lib/resolvers/mutations/worker/finishWork.d.ts +1 -0
  352. package/lib/resolvers/mutations/worker/finishWork.d.ts.map +1 -0
  353. package/lib/resolvers/mutations/worker/processNextWork.d.ts +1 -0
  354. package/lib/resolvers/mutations/worker/processNextWork.d.ts.map +1 -0
  355. package/lib/resolvers/mutations/worker/removeWork.d.ts +1 -0
  356. package/lib/resolvers/mutations/worker/removeWork.d.ts.map +1 -0
  357. package/lib/resolvers/queries/assortments/assortment.d.ts +1 -0
  358. package/lib/resolvers/queries/assortments/assortment.d.ts.map +1 -0
  359. package/lib/resolvers/queries/assortments/assortments.d.ts +1 -0
  360. package/lib/resolvers/queries/assortments/assortments.d.ts.map +1 -0
  361. package/lib/resolvers/queries/assortments/assortmentsCount.d.ts +1 -0
  362. package/lib/resolvers/queries/assortments/assortmentsCount.d.ts.map +1 -0
  363. package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.d.ts +1 -0
  364. package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.d.ts.map +1 -0
  365. package/lib/resolvers/queries/assortments/translatedAssortmentTexts.d.ts +1 -0
  366. package/lib/resolvers/queries/assortments/translatedAssortmentTexts.d.ts.map +1 -0
  367. package/lib/resolvers/queries/countries/countries.d.ts +1 -0
  368. package/lib/resolvers/queries/countries/countries.d.ts.map +1 -0
  369. package/lib/resolvers/queries/countries/countriesCount.d.ts +1 -0
  370. package/lib/resolvers/queries/countries/countriesCount.d.ts.map +1 -0
  371. package/lib/resolvers/queries/countries/country.d.ts +1 -0
  372. package/lib/resolvers/queries/countries/country.d.ts.map +1 -0
  373. package/lib/resolvers/queries/currencies/currencies.d.ts +1 -0
  374. package/lib/resolvers/queries/currencies/currencies.d.ts.map +1 -0
  375. package/lib/resolvers/queries/currencies/currenciesCount.d.ts +1 -0
  376. package/lib/resolvers/queries/currencies/currenciesCount.d.ts.map +1 -0
  377. package/lib/resolvers/queries/currencies/currency.d.ts +1 -0
  378. package/lib/resolvers/queries/currencies/currency.d.ts.map +1 -0
  379. package/lib/resolvers/queries/delivery/deliveryInterfaces.d.ts +1 -0
  380. package/lib/resolvers/queries/delivery/deliveryInterfaces.d.ts.map +1 -0
  381. package/lib/resolvers/queries/delivery/deliveryProvider.d.ts +1 -0
  382. package/lib/resolvers/queries/delivery/deliveryProvider.d.ts.map +1 -0
  383. package/lib/resolvers/queries/delivery/deliveryProviders.d.ts +1 -0
  384. package/lib/resolvers/queries/delivery/deliveryProviders.d.ts.map +1 -0
  385. package/lib/resolvers/queries/delivery/deliveryProvidersCount.d.ts +1 -0
  386. package/lib/resolvers/queries/delivery/deliveryProvidersCount.d.ts.map +1 -0
  387. package/lib/resolvers/queries/enrollments/enrollment.d.ts +1 -0
  388. package/lib/resolvers/queries/enrollments/enrollment.d.ts.map +1 -0
  389. package/lib/resolvers/queries/enrollments/enrollments.d.ts +1 -0
  390. package/lib/resolvers/queries/enrollments/enrollments.d.ts.map +1 -0
  391. package/lib/resolvers/queries/enrollments/enrollmentsCount.d.ts +1 -0
  392. package/lib/resolvers/queries/enrollments/enrollmentsCount.d.ts.map +1 -0
  393. package/lib/resolvers/queries/events/event.d.ts +1 -0
  394. package/lib/resolvers/queries/events/event.d.ts.map +1 -0
  395. package/lib/resolvers/queries/events/events.d.ts +1 -0
  396. package/lib/resolvers/queries/events/events.d.ts.map +1 -0
  397. package/lib/resolvers/queries/events/eventsCounts.d.ts +1 -0
  398. package/lib/resolvers/queries/events/eventsCounts.d.ts.map +1 -0
  399. package/lib/resolvers/queries/filters/filter.d.ts +1 -0
  400. package/lib/resolvers/queries/filters/filter.d.ts.map +1 -0
  401. package/lib/resolvers/queries/filters/filters.d.ts +1 -0
  402. package/lib/resolvers/queries/filters/filters.d.ts.map +1 -0
  403. package/lib/resolvers/queries/filters/filtersCount.d.ts +1 -0
  404. package/lib/resolvers/queries/filters/filtersCount.d.ts.map +1 -0
  405. package/lib/resolvers/queries/filters/searchAssortments.d.ts +1 -0
  406. package/lib/resolvers/queries/filters/searchAssortments.d.ts.map +1 -0
  407. package/lib/resolvers/queries/filters/searchProducts.d.ts +1 -0
  408. package/lib/resolvers/queries/filters/searchProducts.d.ts.map +1 -0
  409. package/lib/resolvers/queries/filters/translatedFilterTexts.d.ts +1 -0
  410. package/lib/resolvers/queries/filters/translatedFilterTexts.d.ts.map +1 -0
  411. package/lib/resolvers/queries/index.d.ts +1 -0
  412. package/lib/resolvers/queries/index.d.ts.map +1 -0
  413. package/lib/resolvers/queries/languages/language.d.ts +1 -0
  414. package/lib/resolvers/queries/languages/language.d.ts.map +1 -0
  415. package/lib/resolvers/queries/languages/languages.d.ts +1 -0
  416. package/lib/resolvers/queries/languages/languages.d.ts.map +1 -0
  417. package/lib/resolvers/queries/languages/languagesCount.d.ts +1 -0
  418. package/lib/resolvers/queries/languages/languagesCount.d.ts.map +1 -0
  419. package/lib/resolvers/queries/orders/order.d.ts +1 -0
  420. package/lib/resolvers/queries/orders/order.d.ts.map +1 -0
  421. package/lib/resolvers/queries/orders/orders.d.ts +1 -0
  422. package/lib/resolvers/queries/orders/orders.d.ts.map +1 -0
  423. package/lib/resolvers/queries/orders/ordersCount.d.ts +1 -0
  424. package/lib/resolvers/queries/orders/ordersCount.d.ts.map +1 -0
  425. package/lib/resolvers/queries/payment/paymentInterfaces.d.ts +1 -0
  426. package/lib/resolvers/queries/payment/paymentInterfaces.d.ts.map +1 -0
  427. package/lib/resolvers/queries/payment/paymentProvider.d.ts +1 -0
  428. package/lib/resolvers/queries/payment/paymentProvider.d.ts.map +1 -0
  429. package/lib/resolvers/queries/payment/paymentProviders.d.ts +1 -0
  430. package/lib/resolvers/queries/payment/paymentProviders.d.ts.map +1 -0
  431. package/lib/resolvers/queries/payment/paymentProvidersCount.d.ts +1 -0
  432. package/lib/resolvers/queries/payment/paymentProvidersCount.d.ts.map +1 -0
  433. package/lib/resolvers/queries/products/product.d.ts +1 -0
  434. package/lib/resolvers/queries/products/product.d.ts.map +1 -0
  435. package/lib/resolvers/queries/products/productCatalogPrices.d.ts +1 -0
  436. package/lib/resolvers/queries/products/productCatalogPrices.d.ts.map +1 -0
  437. package/lib/resolvers/queries/products/productReview.d.ts +1 -0
  438. package/lib/resolvers/queries/products/productReview.d.ts.map +1 -0
  439. package/lib/resolvers/queries/products/productReviews.d.ts +1 -0
  440. package/lib/resolvers/queries/products/productReviews.d.ts.map +1 -0
  441. package/lib/resolvers/queries/products/productReviewsCount.d.ts +1 -0
  442. package/lib/resolvers/queries/products/productReviewsCount.d.ts.map +1 -0
  443. package/lib/resolvers/queries/products/products.d.ts +1 -0
  444. package/lib/resolvers/queries/products/products.d.ts.map +1 -0
  445. package/lib/resolvers/queries/products/productsCount.d.ts +1 -0
  446. package/lib/resolvers/queries/products/productsCount.d.ts.map +1 -0
  447. package/lib/resolvers/queries/products/translatedProductMediaTexts.d.ts +1 -0
  448. package/lib/resolvers/queries/products/translatedProductMediaTexts.d.ts.map +1 -0
  449. package/lib/resolvers/queries/products/translatedProductTexts.d.ts +1 -0
  450. package/lib/resolvers/queries/products/translatedProductTexts.d.ts.map +1 -0
  451. package/lib/resolvers/queries/products/translatedProductVariationTexts.d.ts +1 -0
  452. package/lib/resolvers/queries/products/translatedProductVariationTexts.d.ts.map +1 -0
  453. package/lib/resolvers/queries/quotations/quotation.d.ts +1 -0
  454. package/lib/resolvers/queries/quotations/quotation.d.ts.map +1 -0
  455. package/lib/resolvers/queries/quotations/quotations.d.ts +1 -0
  456. package/lib/resolvers/queries/quotations/quotations.d.ts.map +1 -0
  457. package/lib/resolvers/queries/quotations/quotationsCount.d.ts +1 -0
  458. package/lib/resolvers/queries/quotations/quotationsCount.d.ts.map +1 -0
  459. package/lib/resolvers/queries/shopInfo.d.ts +2 -1
  460. package/lib/resolvers/queries/shopInfo.d.ts.map +1 -0
  461. package/lib/resolvers/queries/shopInfo.js +9 -2
  462. package/lib/resolvers/queries/shopInfo.js.map +1 -1
  463. package/lib/resolvers/queries/users/impersonator.d.ts +1 -0
  464. package/lib/resolvers/queries/users/impersonator.d.ts.map +1 -0
  465. package/lib/resolvers/queries/users/me.d.ts +1 -0
  466. package/lib/resolvers/queries/users/me.d.ts.map +1 -0
  467. package/lib/resolvers/queries/users/user.d.ts +1 -0
  468. package/lib/resolvers/queries/users/user.d.ts.map +1 -0
  469. package/lib/resolvers/queries/users/users.d.ts +1 -0
  470. package/lib/resolvers/queries/users/users.d.ts.map +1 -0
  471. package/lib/resolvers/queries/users/usersCount.d.ts +1 -0
  472. package/lib/resolvers/queries/users/usersCount.d.ts.map +1 -0
  473. package/lib/resolvers/queries/users/validateResetPasswordToken.d.ts +1 -0
  474. package/lib/resolvers/queries/users/validateResetPasswordToken.d.ts.map +1 -0
  475. package/lib/resolvers/queries/users/validateVerifyEmailToken.d.ts +1 -0
  476. package/lib/resolvers/queries/users/validateVerifyEmailToken.d.ts.map +1 -0
  477. package/lib/resolvers/queries/warehousing/token.d.ts +1 -0
  478. package/lib/resolvers/queries/warehousing/token.d.ts.map +1 -0
  479. package/lib/resolvers/queries/warehousing/tokens.d.ts +1 -0
  480. package/lib/resolvers/queries/warehousing/tokens.d.ts.map +1 -0
  481. package/lib/resolvers/queries/warehousing/warehousingInterfaces.d.ts +1 -0
  482. package/lib/resolvers/queries/warehousing/warehousingInterfaces.d.ts.map +1 -0
  483. package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts +1 -0
  484. package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts.map +1 -0
  485. package/lib/resolvers/queries/warehousing/warehousingProviders.d.ts +1 -0
  486. package/lib/resolvers/queries/warehousing/warehousingProviders.d.ts.map +1 -0
  487. package/lib/resolvers/queries/warehousing/warehousingProvidersCount.d.ts +1 -0
  488. package/lib/resolvers/queries/warehousing/warehousingProvidersCount.d.ts.map +1 -0
  489. package/lib/resolvers/queries/worker/activeWorkTypes.d.ts +1 -0
  490. package/lib/resolvers/queries/worker/activeWorkTypes.d.ts.map +1 -0
  491. package/lib/resolvers/queries/worker/work.d.ts +1 -0
  492. package/lib/resolvers/queries/worker/work.d.ts.map +1 -0
  493. package/lib/resolvers/queries/worker/workQueue.d.ts +1 -0
  494. package/lib/resolvers/queries/worker/workQueue.d.ts.map +1 -0
  495. package/lib/resolvers/queries/worker/workQueueCount.d.ts +1 -0
  496. package/lib/resolvers/queries/worker/workQueueCount.d.ts.map +1 -0
  497. package/lib/resolvers/scalars/LowerCaseString.d.ts +1 -0
  498. package/lib/resolvers/scalars/LowerCaseString.d.ts.map +1 -0
  499. package/lib/resolvers/scalars/index.d.ts +1 -0
  500. package/lib/resolvers/scalars/index.d.ts.map +1 -0
  501. package/lib/resolvers/type/assortment/assortment-filter-types.d.ts +1 -0
  502. package/lib/resolvers/type/assortment/assortment-filter-types.d.ts.map +1 -0
  503. package/lib/resolvers/type/assortment/assortment-link-types.d.ts +1 -0
  504. package/lib/resolvers/type/assortment/assortment-link-types.d.ts.map +1 -0
  505. package/lib/resolvers/type/assortment/assortment-media-types.d.ts +1 -0
  506. package/lib/resolvers/type/assortment/assortment-media-types.d.ts.map +1 -0
  507. package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts +1 -0
  508. package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts.map +1 -0
  509. package/lib/resolvers/type/assortment/assortment-product-types.d.ts +1 -0
  510. package/lib/resolvers/type/assortment/assortment-product-types.d.ts.map +1 -0
  511. package/lib/resolvers/type/assortment/assortment-types.d.ts +1 -0
  512. package/lib/resolvers/type/assortment/assortment-types.d.ts.map +1 -0
  513. package/lib/resolvers/type/bookmark-types.d.ts +1 -0
  514. package/lib/resolvers/type/bookmark-types.d.ts.map +1 -0
  515. package/lib/resolvers/type/color-types.d.ts +1 -0
  516. package/lib/resolvers/type/color-types.d.ts.map +1 -0
  517. package/lib/resolvers/type/country-types.d.ts +1 -0
  518. package/lib/resolvers/type/country-types.d.ts.map +1 -0
  519. package/lib/resolvers/type/currency-types.d.ts +1 -0
  520. package/lib/resolvers/type/currency-types.d.ts.map +1 -0
  521. package/lib/resolvers/type/delivery-provider-types.d.ts +1 -0
  522. package/lib/resolvers/type/delivery-provider-types.d.ts.map +1 -0
  523. package/lib/resolvers/type/dimensions-types.d.ts +1 -0
  524. package/lib/resolvers/type/dimensions-types.d.ts.map +1 -0
  525. package/lib/resolvers/type/dispatch-types.d.ts +1 -0
  526. package/lib/resolvers/type/dispatch-types.d.ts.map +1 -0
  527. package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts +1 -0
  528. package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts.map +1 -0
  529. package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts +1 -0
  530. package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts.map +1 -0
  531. package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts +1 -0
  532. package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts.map +1 -0
  533. package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts +1 -0
  534. package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts.map +1 -0
  535. package/lib/resolvers/type/enrollment/enrollment-types.d.ts +1 -0
  536. package/lib/resolvers/type/enrollment/enrollment-types.d.ts.map +1 -0
  537. package/lib/resolvers/type/event-types.d.ts +1 -0
  538. package/lib/resolvers/type/event-types.d.ts.map +1 -0
  539. package/lib/resolvers/type/filter/filter-option-types.d.ts +1 -0
  540. package/lib/resolvers/type/filter/filter-option-types.d.ts.map +1 -0
  541. package/lib/resolvers/type/filter/filter-types.d.ts +1 -0
  542. package/lib/resolvers/type/filter/filter-types.d.ts.map +1 -0
  543. package/lib/resolvers/type/filter/loaded-filter-option-types.d.ts +1 -0
  544. package/lib/resolvers/type/filter/loaded-filter-option-types.d.ts.map +1 -0
  545. package/lib/resolvers/type/filter/loaded-filter-types.d.ts +1 -0
  546. package/lib/resolvers/type/filter/loaded-filter-types.d.ts.map +1 -0
  547. package/lib/resolvers/type/index.d.ts +83 -88
  548. package/lib/resolvers/type/index.d.ts.map +1 -0
  549. package/lib/resolvers/type/language-types.d.ts +1 -0
  550. package/lib/resolvers/type/language-types.d.ts.map +1 -0
  551. package/lib/resolvers/type/login-method-response-types.d.ts +5 -4
  552. package/lib/resolvers/type/login-method-response-types.d.ts.map +1 -0
  553. package/lib/resolvers/type/media-types.d.ts +1 -0
  554. package/lib/resolvers/type/media-types.d.ts.map +1 -0
  555. package/lib/resolvers/type/oauth-account.d.ts +1 -0
  556. package/lib/resolvers/type/oauth-account.d.ts.map +1 -0
  557. package/lib/resolvers/type/oauth-provider.d.ts +1 -0
  558. package/lib/resolvers/type/oauth-provider.d.ts.map +1 -0
  559. package/lib/resolvers/type/order/order-delivery-discount-types.d.ts +1 -0
  560. package/lib/resolvers/type/order/order-delivery-discount-types.d.ts.map +1 -0
  561. package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts +1 -0
  562. package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts.map +1 -0
  563. package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts +1 -0
  564. package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts.map +1 -0
  565. package/lib/resolvers/type/order/order-delivery-types.d.ts +1 -0
  566. package/lib/resolvers/type/order/order-delivery-types.d.ts.map +1 -0
  567. package/lib/resolvers/type/order/order-discount-types.d.ts +1 -0
  568. package/lib/resolvers/type/order/order-discount-types.d.ts.map +1 -0
  569. package/lib/resolvers/type/order/order-discountable-types.d.ts +1 -0
  570. package/lib/resolvers/type/order/order-discountable-types.d.ts.map +1 -0
  571. package/lib/resolvers/type/order/order-global-discount-types.d.ts +1 -0
  572. package/lib/resolvers/type/order/order-global-discount-types.d.ts.map +1 -0
  573. package/lib/resolvers/type/order/order-item-discount-types.d.ts +1 -0
  574. package/lib/resolvers/type/order/order-item-discount-types.d.ts.map +1 -0
  575. package/lib/resolvers/type/order/order-item-types.d.ts +1 -0
  576. package/lib/resolvers/type/order/order-item-types.d.ts.map +1 -0
  577. package/lib/resolvers/type/order/order-payment-card-types.d.ts +1 -0
  578. package/lib/resolvers/type/order/order-payment-card-types.d.ts.map +1 -0
  579. package/lib/resolvers/type/order/order-payment-discount-types.d.ts +1 -0
  580. package/lib/resolvers/type/order/order-payment-discount-types.d.ts.map +1 -0
  581. package/lib/resolvers/type/order/order-payment-generic-types.d.ts +1 -0
  582. package/lib/resolvers/type/order/order-payment-generic-types.d.ts.map +1 -0
  583. package/lib/resolvers/type/order/order-payment-invoice-types.d.ts +1 -0
  584. package/lib/resolvers/type/order/order-payment-invoice-types.d.ts.map +1 -0
  585. package/lib/resolvers/type/order/order-payment-types.d.ts +1 -0
  586. package/lib/resolvers/type/order/order-payment-types.d.ts.map +1 -0
  587. package/lib/resolvers/type/order/order-types.d.ts +1 -0
  588. package/lib/resolvers/type/order/order-types.d.ts.map +1 -0
  589. package/lib/resolvers/type/payment/payment-credentials-types.d.ts +1 -0
  590. package/lib/resolvers/type/payment/payment-credentials-types.d.ts.map +1 -0
  591. package/lib/resolvers/type/payment/payment-provider-types.d.ts +1 -0
  592. package/lib/resolvers/type/payment/payment-provider-types.d.ts.map +1 -0
  593. package/lib/resolvers/type/price-types.d.ts +1 -0
  594. package/lib/resolvers/type/price-types.d.ts.map +1 -0
  595. package/lib/resolvers/type/product/product-assortment-path-types.d.ts +1 -0
  596. package/lib/resolvers/type/product/product-assortment-path-types.d.ts.map +1 -0
  597. package/lib/resolvers/type/product/product-bundle-item-types.d.ts +1 -0
  598. package/lib/resolvers/type/product/product-bundle-item-types.d.ts.map +1 -0
  599. package/lib/resolvers/type/product/product-bundle-types.d.ts +9 -8
  600. package/lib/resolvers/type/product/product-bundle-types.d.ts.map +1 -0
  601. package/lib/resolvers/type/product/product-catalog-price-types.d.ts +1 -0
  602. package/lib/resolvers/type/product/product-catalog-price-types.d.ts.map +1 -0
  603. package/lib/resolvers/type/product/product-configurable-types.d.ts +13 -12
  604. package/lib/resolvers/type/product/product-configurable-types.d.ts.map +1 -0
  605. package/lib/resolvers/type/product/product-discount.d.ts +1 -0
  606. package/lib/resolvers/type/product/product-discount.d.ts.map +1 -0
  607. package/lib/resolvers/type/product/product-media-types.d.ts +1 -0
  608. package/lib/resolvers/type/product/product-media-types.d.ts.map +1 -0
  609. package/lib/resolvers/type/product/product-plan-types.d.ts +9 -8
  610. package/lib/resolvers/type/product/product-plan-types.d.ts.map +1 -0
  611. package/lib/resolvers/type/product/product-review-types.d.ts +1 -0
  612. package/lib/resolvers/type/product/product-review-types.d.ts.map +1 -0
  613. package/lib/resolvers/type/product/product-simple-types.d.ts +11 -10
  614. package/lib/resolvers/type/product/product-simple-types.d.ts.map +1 -0
  615. package/lib/resolvers/type/product/product-tokenized-types.d.ts +11 -10
  616. package/lib/resolvers/type/product/product-tokenized-types.d.ts.map +1 -0
  617. package/lib/resolvers/type/product/product-types.d.ts +2 -1
  618. package/lib/resolvers/type/product/product-types.d.ts.map +1 -0
  619. package/lib/resolvers/type/product/product-variation-assignment-types.d.ts +1 -0
  620. package/lib/resolvers/type/product/product-variation-assignment-types.d.ts.map +1 -0
  621. package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts +1 -0
  622. package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts.map +1 -0
  623. package/lib/resolvers/type/product/product-variation-option-types.d.ts +1 -0
  624. package/lib/resolvers/type/product/product-variation-option-types.d.ts.map +1 -0
  625. package/lib/resolvers/type/product/product-variation-types.d.ts +1 -0
  626. package/lib/resolvers/type/product/product-variation-types.d.ts.map +1 -0
  627. package/lib/resolvers/type/quotation-types.d.ts +1 -0
  628. package/lib/resolvers/type/quotation-types.d.ts.map +1 -0
  629. package/lib/resolvers/type/shop-types.d.ts +1 -0
  630. package/lib/resolvers/type/shop-types.d.ts.map +1 -0
  631. package/lib/resolvers/type/stock-types.d.ts +1 -0
  632. package/lib/resolvers/type/stock-types.d.ts.map +1 -0
  633. package/lib/resolvers/type/token-types.d.ts +1 -0
  634. package/lib/resolvers/type/token-types.d.ts.map +1 -0
  635. package/lib/resolvers/type/user-types.d.ts +1 -0
  636. package/lib/resolvers/type/user-types.d.ts.map +1 -0
  637. package/lib/resolvers/type/warehousing-provider-types.d.ts +1 -0
  638. package/lib/resolvers/type/warehousing-provider-types.d.ts.map +1 -0
  639. package/lib/resolvers/type/web3-address.d.ts +1 -0
  640. package/lib/resolvers/type/web3-address.d.ts.map +1 -0
  641. package/lib/resolvers/type/webauthn-credentials-types.d.ts +1 -0
  642. package/lib/resolvers/type/webauthn-credentials-types.d.ts.map +1 -0
  643. package/lib/resolvers/type/work-types.d.ts +1 -0
  644. package/lib/resolvers/type/work-types.d.ts.map +1 -0
  645. package/lib/roles/admin.d.ts +1 -0
  646. package/lib/roles/admin.d.ts.map +1 -0
  647. package/lib/roles/all.d.ts +1 -0
  648. package/lib/roles/all.d.ts.map +1 -0
  649. package/lib/roles/index.d.ts +1 -0
  650. package/lib/roles/index.d.ts.map +1 -0
  651. package/lib/roles/loggedIn.d.ts +1 -0
  652. package/lib/roles/loggedIn.d.ts.map +1 -0
  653. package/lib/schema/directives.d.ts +1 -0
  654. package/lib/schema/directives.d.ts.map +1 -0
  655. package/lib/schema/index.d.ts +1 -0
  656. package/lib/schema/index.d.ts.map +1 -0
  657. package/lib/schema/inputTypes.d.ts +1 -0
  658. package/lib/schema/inputTypes.d.ts.map +1 -0
  659. package/lib/schema/mutation.d.ts +1 -0
  660. package/lib/schema/mutation.d.ts.map +1 -0
  661. package/lib/schema/query.d.ts +1 -0
  662. package/lib/schema/query.d.ts.map +1 -0
  663. package/lib/schema/scalars.d.ts +1 -0
  664. package/lib/schema/scalars.d.ts.map +1 -0
  665. package/lib/schema/types/address.d.ts +1 -0
  666. package/lib/schema/types/address.d.ts.map +1 -0
  667. package/lib/schema/types/assortment.d.ts +1 -0
  668. package/lib/schema/types/assortment.d.ts.map +1 -0
  669. package/lib/schema/types/bookmark.d.ts +1 -0
  670. package/lib/schema/types/bookmark.d.ts.map +1 -0
  671. package/lib/schema/types/color.d.ts +1 -0
  672. package/lib/schema/types/color.d.ts.map +1 -0
  673. package/lib/schema/types/contact.d.ts +1 -0
  674. package/lib/schema/types/contact.d.ts.map +1 -0
  675. package/lib/schema/types/country.d.ts +1 -0
  676. package/lib/schema/types/country.d.ts.map +1 -0
  677. package/lib/schema/types/currency.d.ts +1 -0
  678. package/lib/schema/types/currency.d.ts.map +1 -0
  679. package/lib/schema/types/delivery.d.ts +1 -0
  680. package/lib/schema/types/delivery.d.ts.map +1 -0
  681. package/lib/schema/types/dimensions.d.ts +1 -0
  682. package/lib/schema/types/dimensions.d.ts.map +1 -0
  683. package/lib/schema/types/discount.d.ts +1 -0
  684. package/lib/schema/types/discount.d.ts.map +1 -0
  685. package/lib/schema/types/dispatch.d.ts +1 -0
  686. package/lib/schema/types/dispatch.d.ts.map +1 -0
  687. package/lib/schema/types/enrollment.d.ts +1 -0
  688. package/lib/schema/types/enrollment.d.ts.map +1 -0
  689. package/lib/schema/types/events.d.ts +1 -0
  690. package/lib/schema/types/events.d.ts.map +1 -0
  691. package/lib/schema/types/files.d.ts +1 -0
  692. package/lib/schema/types/files.d.ts.map +1 -0
  693. package/lib/schema/types/filter.d.ts +1 -0
  694. package/lib/schema/types/filter.d.ts.map +1 -0
  695. package/lib/schema/types/geo-position.d.ts +1 -0
  696. package/lib/schema/types/geo-position.d.ts.map +1 -0
  697. package/lib/schema/types/index.d.ts +1 -0
  698. package/lib/schema/types/index.d.ts.map +1 -0
  699. package/lib/schema/types/language.d.ts +1 -0
  700. package/lib/schema/types/language.d.ts.map +1 -0
  701. package/lib/schema/types/media.d.ts +1 -0
  702. package/lib/schema/types/media.d.ts.map +1 -0
  703. package/lib/schema/types/order/delivery.d.ts +1 -0
  704. package/lib/schema/types/order/delivery.d.ts.map +1 -0
  705. package/lib/schema/types/order/discount.d.ts +1 -0
  706. package/lib/schema/types/order/discount.d.ts.map +1 -0
  707. package/lib/schema/types/order/index.d.ts +1 -0
  708. package/lib/schema/types/order/index.d.ts.map +1 -0
  709. package/lib/schema/types/order/item.d.ts +1 -0
  710. package/lib/schema/types/order/item.d.ts.map +1 -0
  711. package/lib/schema/types/order/order.d.ts +1 -0
  712. package/lib/schema/types/order/order.d.ts.map +1 -0
  713. package/lib/schema/types/order/payment.d.ts +1 -0
  714. package/lib/schema/types/order/payment.d.ts.map +1 -0
  715. package/lib/schema/types/order/pick-up-location.d.ts +1 -0
  716. package/lib/schema/types/order/pick-up-location.d.ts.map +1 -0
  717. package/lib/schema/types/payment.d.ts +1 -0
  718. package/lib/schema/types/payment.d.ts.map +1 -0
  719. package/lib/schema/types/price.d.ts +1 -0
  720. package/lib/schema/types/price.d.ts.map +1 -0
  721. package/lib/schema/types/product/bundle-product.d.ts +1 -0
  722. package/lib/schema/types/product/bundle-product.d.ts.map +1 -0
  723. package/lib/schema/types/product/configurable-product.d.ts +1 -0
  724. package/lib/schema/types/product/configurable-product.d.ts.map +1 -0
  725. package/lib/schema/types/product/index.d.ts +1 -0
  726. package/lib/schema/types/product/index.d.ts.map +1 -0
  727. package/lib/schema/types/product/plan-product.d.ts +1 -0
  728. package/lib/schema/types/product/plan-product.d.ts.map +1 -0
  729. package/lib/schema/types/product/product.d.ts +1 -0
  730. package/lib/schema/types/product/product.d.ts.map +1 -0
  731. package/lib/schema/types/product/simple-product.d.ts +1 -0
  732. package/lib/schema/types/product/simple-product.d.ts.map +1 -0
  733. package/lib/schema/types/product/tokenized-product.d.ts +1 -0
  734. package/lib/schema/types/product/tokenized-product.d.ts.map +1 -0
  735. package/lib/schema/types/quotation.d.ts +1 -0
  736. package/lib/schema/types/quotation.d.ts.map +1 -0
  737. package/lib/schema/types/search.d.ts +1 -0
  738. package/lib/schema/types/search.d.ts.map +1 -0
  739. package/lib/schema/types/shop.d.ts +1 -0
  740. package/lib/schema/types/shop.d.ts.map +1 -0
  741. package/lib/schema/types/stock.d.ts +1 -0
  742. package/lib/schema/types/stock.d.ts.map +1 -0
  743. package/lib/schema/types/types.d.ts +1 -0
  744. package/lib/schema/types/types.d.ts.map +1 -0
  745. package/lib/schema/types/user.d.ts +1 -0
  746. package/lib/schema/types/user.d.ts.map +1 -0
  747. package/lib/schema/types/warehousing.d.ts +1 -0
  748. package/lib/schema/types/warehousing.d.ts.map +1 -0
  749. package/lib/schema/types/worker.d.ts +1 -0
  750. package/lib/schema/types/worker.d.ts.map +1 -0
  751. package/lib/user-context.d.ts +1 -1
  752. package/lib/user-context.d.ts.map +1 -0
  753. package/package.json +8 -8
  754. package/src/resolvers/queries/shopInfo.ts +9 -4
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removePushSubscription.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/users/removePushSubscription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAGtD,QAAA,MAAM,sBAAsB;;YAAkC,OAAO,yDAOpE,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function removeUser(root: Root, params: {
3
3
  userId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/user.js").User>;
5
+ //# sourceMappingURL=removeUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removeUser.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/users/removeUser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,UAAU,CACtC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,EAC1B,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,wDAW7B"}
@@ -3,3 +3,4 @@ export default function updateUserProfile(root: Root, params: {
3
3
  roles: Array<string>;
4
4
  userId: string;
5
5
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/user.js").User>;
6
+ //# sourceMappingURL=setRoles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setRoles.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/users/setRoles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,iBAAiB,CAC7C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IAAE,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EAChD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,wDAW7B"}
@@ -3,3 +3,4 @@ export default function updateUserProfile(root: Root, params: {
3
3
  tags: Array<string>;
4
4
  userId: string;
5
5
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/user.js").User>;
6
+ //# sourceMappingURL=setUserTags.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setUserTags.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/users/setUserTags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,iBAAiB,CAC7C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IAAE,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EAC/C,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,wDAW7B"}
@@ -3,3 +3,4 @@ export default function updateUserAvatar(root: Root, params: {
3
3
  avatar: any;
4
4
  userId: string;
5
5
  }, context: Context): Promise<import("@unchainedshop/types/user.js").User>;
6
+ //# sourceMappingURL=updateUserAvatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateUserAvatar.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/users/updateUserAvatar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,gBAAgB,CAC5C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IAAE,MAAM,EAAE,GAAG,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EACvC,OAAO,EAAE,OAAO,wDA+BjB"}
@@ -5,3 +5,4 @@ export default function updateUserProfile(root: Root, params: {
5
5
  meta?: any;
6
6
  userId: string;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/user.js").User>;
8
+ //# sourceMappingURL=updateUserProfile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateUserProfile.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/users/updateUserProfile.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,iBAAiB,CAC7C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IAAE,OAAO,EAAE,WAAW,CAAC;IAAC,IAAI,CAAC,EAAE,GAAG,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EAC5D,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,wDAW7B"}
@@ -4,3 +4,4 @@ export declare const getOrderCart: (params: {
4
4
  orderId?: string;
5
5
  user: User;
6
6
  }, context: Context) => Promise<import("@unchainedshop/types/orders.js").Order>;
7
+ //# sourceMappingURL=getOrderCart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getOrderCart.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/utils/getOrderCart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAGpD,eAAO,MAAM,YAAY,WAAkB;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,IAAI,CAAA;CAAE,WAAW,OAAO,4DAc5F,CAAC"}
@@ -3,3 +3,4 @@ import { WarehousingProvider } from '@unchainedshop/types/warehousing.js';
3
3
  export default function createWarehousingProvider(root: Root, params: {
4
4
  warehousingProvider: WarehousingProvider;
5
5
  }, { modules, userId }: Context): Promise<WarehousingProvider>;
6
+ //# sourceMappingURL=createWarehousingProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createWarehousingProvider.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/warehousing/createWarehousingProvider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAG1E,wBAA8B,yBAAyB,CACrD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IAAE,mBAAmB,EAAE,mBAAmB,CAAA;CAAE,EACpD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,gCAW7B"}
@@ -4,3 +4,4 @@ export default function exportToken(root: Root, { tokenId, quantity, recipientWa
4
4
  quantity: number;
5
5
  recipientWalletAddress: string;
6
6
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/warehousing.js").TokenSurrogate>;
7
+ //# sourceMappingURL=exportToken.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exportToken.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/warehousing/exportToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAK5D,wBAA8B,WAAW,CACvC,IAAI,EAAE,IAAI,EACV,EACE,OAAO,EACP,QAAQ,EACR,sBAAsB,GACvB,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,sBAAsB,EAAE,MAAM,CAAA;CAAE,EACxE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,yEAiC7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function invalidateToken(root: Root, { tokenId }: {
3
3
  tokenId: string;
4
4
  }, context: Context): Promise<import("@unchainedshop/types/warehousing.js").TokenSurrogate>;
5
+ //# sourceMappingURL=invalidateToken.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invalidateToken.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/warehousing/invalidateToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAS5D,wBAA8B,eAAe,CAC3C,IAAI,EAAE,IAAI,EACV,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,EAChC,OAAO,EAAE,OAAO,yEA6BjB"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function removeWarehousingProvider(root: Root, { warehousingProviderId }: {
3
3
  warehousingProviderId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/warehousing.js").WarehousingProvider>;
5
+ //# sourceMappingURL=removeWarehousingProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removeWarehousingProvider.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/warehousing/removeWarehousingProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,yBAAyB,CACrD,IAAI,EAAE,IAAI,EACV,EAAE,qBAAqB,EAAE,EAAE;IAAE,qBAAqB,EAAE,MAAM,CAAA;CAAE,EAC5D,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,8EAc7B"}
@@ -4,3 +4,4 @@ export default function updateWarehousingProvider(root: Root, params: {
4
4
  warehousingProvider: WarehousingProvider;
5
5
  warehousingProviderId: string;
6
6
  }, { modules, userId }: Context): Promise<WarehousingProvider>;
7
+ //# sourceMappingURL=updateWarehousingProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateWarehousingProvider.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/warehousing/updateWarehousingProvider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAG1E,wBAA8B,yBAAyB,CACrD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE;IACN,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,qBAAqB,EAAE,MAAM,CAAC;CAC/B,EACD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,gCAgB7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { WorkData } from '@unchainedshop/types/worker.js';
3
3
  export default function addWork(root: Root, workData: WorkData, { modules, userId }: Context): Promise<import("@unchainedshop/types/worker.js").Work>;
4
+ //# sourceMappingURL=addWork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addWork.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/worker/addWork.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D,wBAA8B,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,0DAMjG"}
@@ -3,3 +3,4 @@ export default function allocateWork(root: Root, { types, worker }: {
3
3
  types?: Array<string>;
4
4
  worker?: string;
5
5
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/worker.js").Work>;
6
+ //# sourceMappingURL=allocateWork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allocateWork.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/worker/allocateWork.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,YAAY,CACxC,IAAI,EAAE,IAAI,EACV,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,EAC7D,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,0DAO7B"}
@@ -8,3 +8,4 @@ export default function finishWork(root: Root, data: {
8
8
  success?: boolean;
9
9
  worker?: string;
10
10
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/worker.js").Work>;
11
+ //# sourceMappingURL=finishWork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finishWork.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/worker/finishWork.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,UAAU,CACtC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE;IACJ,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,EACD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,0DAmB7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function processNextWork(root: Root, data: {
3
3
  worker?: string;
4
4
  }, context: Context): Promise<import("@unchainedshop/types/worker.js").Work>;
5
+ //# sourceMappingURL=processNextWork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"processNextWork.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/worker/processNextWork.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,eAAe,CAC3C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE;IACJ,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,EACD,OAAO,EAAE,OAAO,0DAWjB"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function removeWork(root: Root, { workId }: {
3
3
  workId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/worker.js").Work>;
5
+ //# sourceMappingURL=removeWork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removeWork.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/mutations/worker/removeWork.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,UAAU,CACtC,IAAI,EAAE,IAAI,EACV,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,EAC9B,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,0DAa7B"}
@@ -3,3 +3,4 @@ export default function assortment(root: Root, { assortmentId, slug }: {
3
3
  assortmentId?: string;
4
4
  slug?: string;
5
5
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/assortments.js").Assortment>;
6
+ //# sourceMappingURL=assortment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assortment.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/assortments/assortment.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,UAAU,CACtC,IAAI,EAAE,IAAI,EACV,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,EAChE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,qEAU7B"}
@@ -5,3 +5,4 @@ export default function assortments(root: Root, params: AssortmentQuery & {
5
5
  offset?: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/assortments.js").Assortment[]>;
8
+ //# sourceMappingURL=assortments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assortments.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/assortments/assortments.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,wBAA8B,WAAW,CACvC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,eAAe,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,EACD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,uEAU7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { AssortmentQuery } from '@unchainedshop/types/assortments.js';
3
3
  export default function assortmentsCount(root: Root, params: AssortmentQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=assortmentsCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assortmentsCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/assortments/assortmentsCount.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,wBAA8B,gBAAgB,CAC5C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,eAAe,EACvB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAU7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function translatedAssortmentMediaTexts(root: Root, { assortmentMediaId }: {
3
3
  assortmentMediaId: any;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/assortments.media.js").AssortmentMediaText[]>;
5
+ //# sourceMappingURL=translatedAssortmentMediaTexts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translatedAssortmentMediaTexts.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/assortments/translatedAssortmentMediaTexts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAE5D,wBAA8B,8BAA8B,CAC1D,IAAI,EAAE,IAAI,EACV,EAAE,iBAAiB,EAAE;;CAAA,EACrB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,sFAS7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function translatedAssortmentTexts(root: Root, { assortmentId }: {
3
3
  assortmentId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/assortments.js").AssortmentText[]>;
5
+ //# sourceMappingURL=translatedAssortmentTexts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translatedAssortmentTexts.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/assortments/translatedAssortmentTexts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAE5D,wBAA8B,yBAAyB,CACrD,IAAI,EAAE,IAAI,EACV,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,EAAE,MAAM,CAAA;CAAE,EAC1C,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,2EAK7B"}
@@ -5,3 +5,4 @@ export default function countries(root: Root, params: CountryQuery & {
5
5
  offset?: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/countries.js").Country[]>;
8
+ //# sourceMappingURL=countries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countries.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/countries/countries.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAEjE,wBAA8B,SAAS,CACrC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,YAAY,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAA;CAAE,EACpF,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,kEAU7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { CountryQuery } from '@unchainedshop/types/countries.js';
3
3
  export default function countriesCount(root: Root, params: CountryQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=countriesCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countriesCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/countries/countriesCount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAGjE,wBAA8B,cAAc,CAC1C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,YAAY,EACpB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAY7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  export default function country(root: Root, { countryId }: {
3
3
  countryId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/countries.js").Country>;
5
+ //# sourceMappingURL=country.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/countries/country.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,OAAO,CACnC,IAAI,EAAE,IAAI,EACV,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,EACpC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,gEAM7B"}
@@ -5,3 +5,4 @@ export default function currencies(root: Root, params: CurrencyQuery & {
5
5
  offset: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/currencies.js").Currency[]>;
8
+ //# sourceMappingURL=currencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/currencies/currencies.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEnE,wBAA8B,UAAU,CACtC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,aAAa,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAA;CAAE,EACnF,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,oEAS7B"}
@@ -1,3 +1,4 @@
1
1
  import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  import { CurrencyQuery } from '@unchainedshop/types/currencies.js';
3
3
  export default function currenciesCount(root: Root, params: CurrencyQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=currenciesCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currenciesCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/currencies/currenciesCount.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEnE,wBAA8B,eAAe,CAC3C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,aAAa,EACrB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAO7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  export default function currency(root: Root, { currencyId }: {
3
3
  currencyId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/currencies.js").Currency>;
5
+ //# sourceMappingURL=currency.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currency.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/currencies/currency.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,QAAQ,CACpC,IAAI,EAAE,IAAI,EACV,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,EACtC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,kEAO7B"}
@@ -3,3 +3,4 @@ import { DeliveryProviderType } from '@unchainedshop/types/delivery.js';
3
3
  export default function deliveryInterfaces(root: Root, { type }: {
4
4
  type: DeliveryProviderType;
5
5
  }, { modules, userId }: Context): import("@unchainedshop/types/delivery.js").DeliveryInterface[];
6
+ //# sourceMappingURL=deliveryInterfaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deliveryInterfaces.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/delivery/deliveryInterfaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,IAAI,EAAE,IAAI,EACV,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,oBAAoB,CAAA;CAAE,EACxC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,kEAK7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function deliveryProvider(root: Root, { deliveryProviderId }: {
3
3
  deliveryProviderId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/delivery.js").DeliveryProvider>;
5
+ //# sourceMappingURL=deliveryProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deliveryProvider.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/delivery/deliveryProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,gBAAgB,CAC5C,IAAI,EAAE,IAAI,EACV,EAAE,kBAAkB,EAAE,EAAE;IAAE,kBAAkB,EAAE,MAAM,CAAA;CAAE,EACtD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,wEAO7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { DeliveryProviderQuery } from '@unchainedshop/types/delivery.js';
3
3
  export default function deliveryProviders(root: Root, params: DeliveryProviderQuery, { modules, userId }: Context): Promise<import("@unchainedshop/types/delivery.js").DeliveryProvider[]>;
4
+ //# sourceMappingURL=deliveryProviders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deliveryProviders.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/delivery/deliveryProviders.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAEzE,wBAA8B,iBAAiB,CAC7C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,0EAK7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { DeliveryProviderQuery } from '@unchainedshop/types/delivery.js';
3
3
  export default function deliveryProvidersCount(root: Root, params: DeliveryProviderQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=deliveryProvidersCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deliveryProvidersCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/delivery/deliveryProvidersCount.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAEzE,wBAA8B,sBAAsB,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAK7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function enrollment(root: Root, { enrollmentId }: {
3
3
  enrollmentId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/enrollments.js").Enrollment>;
5
+ //# sourceMappingURL=enrollment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enrollment.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/enrollments/enrollment.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,UAAU,CACtC,IAAI,EAAE,IAAI,EACV,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,EAAE,MAAM,CAAA;CAAE,EAC1C,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,qEAO7B"}
@@ -5,3 +5,4 @@ export default function enrollments(root: Root, params: EnrollmentQuery & {
5
5
  offset?: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/enrollments.js").Enrollment[]>;
8
+ //# sourceMappingURL=enrollments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enrollments.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/enrollments/enrollments.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,wBAA8B,WAAW,CACvC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,eAAe,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,EACD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,uEAI7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { EnrollmentQuery } from '@unchainedshop/types/enrollments.js';
3
3
  export default function enrollmentsCount(root: Root, params: EnrollmentQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=enrollmentsCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enrollmentsCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/enrollments/enrollmentsCount.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,wBAA8B,gBAAgB,CAC5C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,eAAe,EACvB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAK7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  export default function event(root: Root, { eventId }: {
3
3
  eventId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/events.js").Event>;
5
+ //# sourceMappingURL=event.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/events/event.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAE5D,wBAA8B,KAAK,CACjC,IAAI,EAAE,IAAI,EACV,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,EAChC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,2DAK7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  type FindEventsParams = Parameters<Context['modules']['events']['findEvents']>['0'];
3
3
  export default function events(root: Root, params: FindEventsParams, { modules, userId }: Context): Promise<import("@unchainedshop/types/events.js").Event[]>;
4
4
  export {};
5
+ //# sourceMappingURL=events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/events/events.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAE5D,KAAK,gBAAgB,GAAG,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;AAEpF,wBAA8B,MAAM,CAClC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,gBAAgB,EACxB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,6DAU7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  type CountEventsParams = Parameters<Context['modules']['events']['count']>['0'];
3
3
  export default function eventsCount(root: Root, params: CountEventsParams, { modules, userId }: Context): Promise<number>;
4
4
  export {};
5
+ //# sourceMappingURL=eventsCounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eventsCounts.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/events/eventsCounts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAE5D,KAAK,iBAAiB,GAAG,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;AAEhF,wBAA8B,WAAW,CACvC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,iBAAiB,EACzB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAO7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  export default function filter(root: Root, { filterId }: {
3
3
  filterId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/filters.js").Filter>;
5
+ //# sourceMappingURL=filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/filters/filter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,MAAM,CAClC,IAAI,EAAE,IAAI,EACV,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,EAClC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,6DAO7B"}
@@ -5,3 +5,4 @@ export default function filters(root: Root, params: FilterQuery & {
5
5
  offset?: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/filters.js").Filter[]>;
8
+ //# sourceMappingURL=filters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/filters/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,wBAA8B,OAAO,CACnC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,WAAW,GAAG;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,EACD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,+DAU7B"}
@@ -1,3 +1,4 @@
1
1
  import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  import { FilterQuery } from '@unchainedshop/types/filters.js';
3
3
  export default function filtersCount(root: Root, params: FilterQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=filtersCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtersCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/filters/filtersCount.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,wBAA8B,YAAY,CACxC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,WAAW,EACnB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAY7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { SearchQuery } from '@unchainedshop/types/filters.js';
3
3
  export default function searchAssortments(root: Root, query: SearchQuery, context: Context): Promise<import("@unchainedshop/types/filters.js").SearchAssortments>;
4
+ //# sourceMappingURL=searchAssortments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchAssortments.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/filters/searchAssortments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAI9D,wBAA8B,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,wEAe/F"}
@@ -8,3 +8,4 @@ export default function searchProducts(root: Root, query: {
8
8
  queryString?: string;
9
9
  orderBy?: string;
10
10
  }, context: Context): Promise<import("@unchainedshop/types/filters.js").SearchProducts>;
11
+ //# sourceMappingURL=searchProducts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchProducts.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/filters/searchProducts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAGpE,wBAA8B,cAAc,CAC1C,IAAI,EAAE,IAAI,EACV,KAAK,EAAE;IACL,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,sBAAsB,EAAE,OAAO,CAAC;IAChC,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,EACD,OAAO,EAAE,OAAO,qEAgCjB"}
@@ -3,3 +3,4 @@ export default function translatedFilterTexts(root: Root, { filterId, filterOpti
3
3
  filterId: string;
4
4
  filterOptionValue?: string;
5
5
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/filters.js").FilterText[]>;
6
+ //# sourceMappingURL=translatedFilterTexts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translatedFilterTexts.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/filters/translatedFilterTexts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAE5D,wBAA8B,qBAAqB,CACjD,IAAI,EAAE,IAAI,EACV,EAAE,QAAQ,EAAE,iBAAiB,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAAE,EACjF,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mEAU7B"}
@@ -71,3 +71,4 @@ declare const _default: {
71
71
  validateVerifyEmailToken: (root: any, params: any, context: any, ...other: any[]) => Promise<any>;
72
72
  };
73
73
  export default _default;
74
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resolvers/queries/index.ts"],"names":[],"mappings":"AA6BA,OAAO,EAAE,MAAM,eAAe,CAAC;AAuC/B,OAAO,YAAY,MAAM,yBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAInD,wBAqEE"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function language(root: Root, { languageId }: {
3
3
  languageId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/languages.js").Language>;
5
+ //# sourceMappingURL=language.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/languages/language.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,QAAQ,CACpC,IAAI,EAAE,IAAI,EACV,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,EACtC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,iEAO7B"}
@@ -5,3 +5,4 @@ export default function languages(root: Root, params: LanguageQuery & {
5
5
  offset: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/languages.js").Language[]>;
8
+ //# sourceMappingURL=languages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/languages/languages.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAElE,wBAA8B,SAAS,CACrC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,aAAa,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAA;CAAE,EACnF,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mEAU7B"}
@@ -1,3 +1,4 @@
1
1
  import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  import { LanguageQuery } from '@unchainedshop/types/languages.js';
3
3
  export default function languagesCount(root: Root, params: LanguageQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=languagesCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"languagesCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/languages/languagesCount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAGlE,wBAA8B,cAAc,CAC1C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,aAAa,EACrB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAO7B"}
@@ -2,3 +2,4 @@ import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  export default function order(root: Root, { orderId }: {
3
3
  orderId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/orders.js").Order>;
5
+ //# sourceMappingURL=order.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/orders/order.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG5D,wBAA8B,KAAK,CACjC,IAAI,EAAE,IAAI,EACV,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,EAChC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,2DAO7B"}
@@ -5,3 +5,4 @@ export default function orders(root: Root, params: OrderQuery & {
5
5
  offset?: number;
6
6
  sort?: Array<SortOption>;
7
7
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/orders.js").Order[]>;
8
+ //# sourceMappingURL=orders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orders.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/orders/orders.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,wBAA8B,MAAM,CAClC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,UAAU,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAA;CAAE,EAClF,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,6DAS7B"}
@@ -1,3 +1,4 @@
1
1
  import { Root, Context } from '@unchainedshop/types/api.js';
2
2
  import { OrderQuery } from '@unchainedshop/types/orders.js';
3
3
  export default function ordersCount(root: Root, params: OrderQuery, { modules, userId }: Context): Promise<number>;
4
+ //# sourceMappingURL=ordersCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ordersCount.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/orders/ordersCount.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,wBAA8B,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,mBAIrG"}
@@ -3,3 +3,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
3
3
  export default function paymentInterfaces(root: Root, { type }: {
4
4
  type: PaymentProviderType;
5
5
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/payments.js").PaymentInterface[]>;
6
+ //# sourceMappingURL=paymentInterfaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paymentInterfaces.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/payment/paymentInterfaces.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAE5D,wBAA8B,iBAAiB,CAC7C,IAAI,EAAE,IAAI,EACV,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,EACvC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,0EAK7B"}
@@ -2,3 +2,4 @@ import { Context, Root } from '@unchainedshop/types/api.js';
2
2
  export default function paymentProvider(root: Root, { paymentProviderId }: {
3
3
  paymentProviderId: string;
4
4
  }, { modules, userId }: Context): Promise<import("@unchainedshop/types/payments.js").PaymentProvider>;
5
+ //# sourceMappingURL=paymentProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paymentProvider.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/payment/paymentProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAI5D,wBAA8B,eAAe,CAC3C,IAAI,EAAE,IAAI,EACV,EAAE,iBAAiB,EAAE,EAAE;IAAE,iBAAiB,EAAE,MAAM,CAAA;CAAE,EACpD,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,uEAS7B"}
@@ -2,3 +2,4 @@ import { mongodb } from '@unchainedshop/mongodb';
2
2
  import { Context, Root } from '@unchainedshop/types/api.js';
3
3
  import { PaymentProvider } from '@unchainedshop/types/payments.js';
4
4
  export default function paymentProviders(root: Root, params: mongodb.Filter<PaymentProvider>, { modules, userId }: Context): Promise<PaymentProvider[]>;
5
+ //# sourceMappingURL=paymentProviders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paymentProviders.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/queries/payment/paymentProviders.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,wBAA8B,gBAAgB,CAC5C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC,EACvC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,OAAO,8BAK7B"}