@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.
- package/lib/acl.d.ts +1 -0
- package/lib/acl.d.ts.map +1 -0
- package/lib/api-index.d.ts +1 -0
- package/lib/api-index.d.ts.map +1 -0
- package/lib/context.d.ts +1 -0
- package/lib/context.d.ts.map +1 -0
- package/lib/createGraphQLServer.d.ts +1 -0
- package/lib/createGraphQLServer.d.ts.map +1 -0
- package/lib/errors.d.ts +1 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/express/createApolloMiddleware.d.ts +1 -0
- package/lib/express/createApolloMiddleware.d.ts.map +1 -0
- package/lib/express/createBulkImportMiddleware.d.ts +1 -0
- package/lib/express/createBulkImportMiddleware.d.ts.map +1 -0
- package/lib/express/createERCMetadataMiddleware.d.ts +1 -1
- package/lib/express/createERCMetadataMiddleware.d.ts.map +1 -0
- package/lib/express/createSingleSignOnMiddleware.d.ts +1 -2
- package/lib/express/createSingleSignOnMiddleware.d.ts.map +1 -0
- package/lib/express/index.d.ts +1 -0
- package/lib/express/index.d.ts.map +1 -0
- package/lib/hashPassword.d.ts +1 -0
- package/lib/hashPassword.d.ts.map +1 -0
- package/lib/loaders/index.d.ts +2 -2
- package/lib/loaders/index.d.ts.map +1 -0
- package/lib/locale-context.d.ts +1 -1
- package/lib/locale-context.d.ts.map +1 -0
- package/lib/resolvers/index.d.ts +1 -0
- package/lib/resolvers/index.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/addEmail.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/addEmail.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/changePassword.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/changePassword.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/createUser.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/createUser.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/enrollUser.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/enrollUser.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/forgotPassword.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/forgotPassword.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/impersonate.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/impersonate.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/logout.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/logout.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/removeEmail.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/removeEmail.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/resetPassword.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/resetPassword.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/sendVerificationEmail.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/sendVerificationEmail.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/setPassword.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/setPassword.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/setUsername.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/setUsername.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/verifyEmail.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/verifyEmail.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts +1 -0
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/createAssortment.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/createAssortment.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortment.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortment.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/updateAssortment.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/updateAssortment.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts +1 -0
- package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts.map +1 -0
- package/lib/resolvers/mutations/bookmarks/bookmark.d.ts +1 -0
- package/lib/resolvers/mutations/bookmarks/bookmark.d.ts.map +1 -0
- package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts +1 -0
- package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts.map +1 -0
- package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts +1 -0
- package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts.map +1 -0
- package/lib/resolvers/mutations/countries/createCountry.d.ts +1 -0
- package/lib/resolvers/mutations/countries/createCountry.d.ts.map +1 -0
- package/lib/resolvers/mutations/countries/removeCountry.d.ts +1 -0
- package/lib/resolvers/mutations/countries/removeCountry.d.ts.map +1 -0
- package/lib/resolvers/mutations/countries/updateCountry.d.ts +1 -0
- package/lib/resolvers/mutations/countries/updateCountry.d.ts.map +1 -0
- package/lib/resolvers/mutations/currencies/createCurrency.d.ts +1 -0
- package/lib/resolvers/mutations/currencies/createCurrency.d.ts.map +1 -0
- package/lib/resolvers/mutations/currencies/removeCurrency.d.ts +1 -0
- package/lib/resolvers/mutations/currencies/removeCurrency.d.ts.map +1 -0
- package/lib/resolvers/mutations/currencies/updateCurrency.d.ts +1 -0
- package/lib/resolvers/mutations/currencies/updateCurrency.d.ts.map +1 -0
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts +1 -0
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts +1 -0
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts +1 -0
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/enrollments/activateEnrollment.d.ts +1 -0
- package/lib/resolvers/mutations/enrollments/activateEnrollment.d.ts.map +1 -0
- package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts +1 -0
- package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts.map +1 -0
- package/lib/resolvers/mutations/enrollments/terminateEnrollment.d.ts +1 -0
- package/lib/resolvers/mutations/enrollments/terminateEnrollment.d.ts.map +1 -0
- package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts +1 -0
- package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts.map +1 -0
- package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts +1 -0
- package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts.map +1 -0
- package/lib/resolvers/mutations/filters/createFilter.d.ts +1 -0
- package/lib/resolvers/mutations/filters/createFilter.d.ts.map +1 -0
- package/lib/resolvers/mutations/filters/createFilterOption.d.ts +1 -0
- package/lib/resolvers/mutations/filters/createFilterOption.d.ts.map +1 -0
- package/lib/resolvers/mutations/filters/removeFilter.d.ts +1 -0
- package/lib/resolvers/mutations/filters/removeFilter.d.ts.map +1 -0
- package/lib/resolvers/mutations/filters/removeFilterOption.d.ts +1 -0
- package/lib/resolvers/mutations/filters/removeFilterOption.d.ts.map +1 -0
- package/lib/resolvers/mutations/filters/updateFilter.d.ts +1 -0
- package/lib/resolvers/mutations/filters/updateFilter.d.ts.map +1 -0
- package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts +1 -0
- package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts.map +1 -0
- package/lib/resolvers/mutations/index.d.ts +1 -0
- package/lib/resolvers/mutations/index.d.ts.map +1 -0
- package/lib/resolvers/mutations/languages/createLanguage.d.ts +1 -0
- package/lib/resolvers/mutations/languages/createLanguage.d.ts.map +1 -0
- package/lib/resolvers/mutations/languages/removeLanguage.d.ts +1 -0
- package/lib/resolvers/mutations/languages/removeLanguage.d.ts.map +1 -0
- package/lib/resolvers/mutations/languages/updateLanguage.d.ts +1 -0
- package/lib/resolvers/mutations/languages/updateLanguage.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/addCartDiscount.d.ts +1 -0
- package/lib/resolvers/mutations/orders/addCartDiscount.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/addCartProduct.d.ts +1 -0
- package/lib/resolvers/mutations/orders/addCartProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/addCartQuotation.d.ts +1 -0
- package/lib/resolvers/mutations/orders/addCartQuotation.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts +1 -0
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/checkoutCart.d.ts +1 -0
- package/lib/resolvers/mutations/orders/checkoutCart.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/confirmOrder.d.ts +1 -0
- package/lib/resolvers/mutations/orders/confirmOrder.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/createCart.d.ts +1 -0
- package/lib/resolvers/mutations/orders/createCart.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/deliverOrder.d.ts +1 -0
- package/lib/resolvers/mutations/orders/deliverOrder.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/emptyCart.d.ts +1 -0
- package/lib/resolvers/mutations/orders/emptyCart.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/payOrder.d.ts +1 -0
- package/lib/resolvers/mutations/orders/payOrder.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/rejectOrder.d.ts +1 -0
- package/lib/resolvers/mutations/orders/rejectOrder.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts +1 -0
- package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/removeCartItem.d.ts +1 -0
- package/lib/resolvers/mutations/orders/removeCartItem.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/removeOrder.d.ts +1 -0
- package/lib/resolvers/mutations/orders/removeOrder.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts +1 -0
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts +1 -0
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts +1 -0
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateCart.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateCart.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateCartItem.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateCartItem.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts.map +1 -0
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts +1 -0
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts.map +1 -0
- package/lib/resolvers/mutations/pageView.d.ts +1 -0
- package/lib/resolvers/mutations/pageView.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts +1 -0
- package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts +1 -0
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts +1 -0
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts +1 -0
- package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts +1 -0
- package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts +1 -0
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts.map +1 -0
- package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts +1 -0
- package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/addProductAssignment.d.ts +1 -0
- package/lib/resolvers/mutations/products/addProductAssignment.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/addProductMedia.d.ts +1 -0
- package/lib/resolvers/mutations/products/addProductMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/addProductReviewVote.d.ts +1 -0
- package/lib/resolvers/mutations/products/addProductReviewVote.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/createProduct.d.ts +1 -0
- package/lib/resolvers/mutations/products/createProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/createProductBundleItem.d.ts +1 -0
- package/lib/resolvers/mutations/products/createProductBundleItem.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/createProductReview.d.ts +1 -0
- package/lib/resolvers/mutations/products/createProductReview.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/createProductVariation.d.ts +1 -0
- package/lib/resolvers/mutations/products/createProductVariation.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/createProductVariationOption.d.ts +1 -0
- package/lib/resolvers/mutations/products/createProductVariationOption.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/prepareProductMediaUpload.d.ts +1 -0
- package/lib/resolvers/mutations/products/prepareProductMediaUpload.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/publishProduct.d.ts +1 -0
- package/lib/resolvers/mutations/products/publishProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeBundleItem.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeBundleItem.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProduct.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProductAssignment.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProductAssignment.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProductMedia.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProductMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProductReview.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProductReview.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProductVariation.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProductVariation.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts +1 -0
- package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/reorderProductMedia.d.ts +1 -0
- package/lib/resolvers/mutations/products/reorderProductMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/unpublishProduct.d.ts +1 -0
- package/lib/resolvers/mutations/products/unpublishProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProduct.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProduct.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductCommerce.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductCommerce.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductPlan.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductPlan.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductReview.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductReview.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductSupply.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductSupply.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductTexts.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductTexts.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductTokenization.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductTokenization.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts +1 -0
- package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts.map +1 -0
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts +1 -0
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts.map +1 -0
- package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts +1 -0
- package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts.map +1 -0
- package/lib/resolvers/mutations/quotations/requestQuotation.d.ts +1 -0
- package/lib/resolvers/mutations/quotations/requestQuotation.d.ts.map +1 -0
- package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts +1 -0
- package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/addPushSubscription.d.ts +1 -0
- package/lib/resolvers/mutations/users/addPushSubscription.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/heartbeat.d.ts +1 -0
- package/lib/resolvers/mutations/users/heartbeat.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/prepareUserAvatarUpload.d.ts +1 -0
- package/lib/resolvers/mutations/users/prepareUserAvatarUpload.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/removePushSubscription.d.ts +1 -0
- package/lib/resolvers/mutations/users/removePushSubscription.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/removeUser.d.ts +1 -0
- package/lib/resolvers/mutations/users/removeUser.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/setRoles.d.ts +1 -0
- package/lib/resolvers/mutations/users/setRoles.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/setUserTags.d.ts +1 -0
- package/lib/resolvers/mutations/users/setUserTags.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts +1 -0
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/updateUserProfile.d.ts +1 -0
- package/lib/resolvers/mutations/users/updateUserProfile.d.ts.map +1 -0
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts +1 -0
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts.map +1 -0
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts +1 -0
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/warehousing/exportToken.d.ts +1 -0
- package/lib/resolvers/mutations/warehousing/exportToken.d.ts.map +1 -0
- package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts +1 -0
- package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts.map +1 -0
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts +1 -0
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts +1 -0
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts.map +1 -0
- package/lib/resolvers/mutations/worker/addWork.d.ts +1 -0
- package/lib/resolvers/mutations/worker/addWork.d.ts.map +1 -0
- package/lib/resolvers/mutations/worker/allocateWork.d.ts +1 -0
- package/lib/resolvers/mutations/worker/allocateWork.d.ts.map +1 -0
- package/lib/resolvers/mutations/worker/finishWork.d.ts +1 -0
- package/lib/resolvers/mutations/worker/finishWork.d.ts.map +1 -0
- package/lib/resolvers/mutations/worker/processNextWork.d.ts +1 -0
- package/lib/resolvers/mutations/worker/processNextWork.d.ts.map +1 -0
- package/lib/resolvers/mutations/worker/removeWork.d.ts +1 -0
- package/lib/resolvers/mutations/worker/removeWork.d.ts.map +1 -0
- package/lib/resolvers/queries/assortments/assortment.d.ts +1 -0
- package/lib/resolvers/queries/assortments/assortment.d.ts.map +1 -0
- package/lib/resolvers/queries/assortments/assortments.d.ts +1 -0
- package/lib/resolvers/queries/assortments/assortments.d.ts.map +1 -0
- package/lib/resolvers/queries/assortments/assortmentsCount.d.ts +1 -0
- package/lib/resolvers/queries/assortments/assortmentsCount.d.ts.map +1 -0
- package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.d.ts +1 -0
- package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.d.ts.map +1 -0
- package/lib/resolvers/queries/assortments/translatedAssortmentTexts.d.ts +1 -0
- package/lib/resolvers/queries/assortments/translatedAssortmentTexts.d.ts.map +1 -0
- package/lib/resolvers/queries/countries/countries.d.ts +1 -0
- package/lib/resolvers/queries/countries/countries.d.ts.map +1 -0
- package/lib/resolvers/queries/countries/countriesCount.d.ts +1 -0
- package/lib/resolvers/queries/countries/countriesCount.d.ts.map +1 -0
- package/lib/resolvers/queries/countries/country.d.ts +1 -0
- package/lib/resolvers/queries/countries/country.d.ts.map +1 -0
- package/lib/resolvers/queries/currencies/currencies.d.ts +1 -0
- package/lib/resolvers/queries/currencies/currencies.d.ts.map +1 -0
- package/lib/resolvers/queries/currencies/currenciesCount.d.ts +1 -0
- package/lib/resolvers/queries/currencies/currenciesCount.d.ts.map +1 -0
- package/lib/resolvers/queries/currencies/currency.d.ts +1 -0
- package/lib/resolvers/queries/currencies/currency.d.ts.map +1 -0
- package/lib/resolvers/queries/delivery/deliveryInterfaces.d.ts +1 -0
- package/lib/resolvers/queries/delivery/deliveryInterfaces.d.ts.map +1 -0
- package/lib/resolvers/queries/delivery/deliveryProvider.d.ts +1 -0
- package/lib/resolvers/queries/delivery/deliveryProvider.d.ts.map +1 -0
- package/lib/resolvers/queries/delivery/deliveryProviders.d.ts +1 -0
- package/lib/resolvers/queries/delivery/deliveryProviders.d.ts.map +1 -0
- package/lib/resolvers/queries/delivery/deliveryProvidersCount.d.ts +1 -0
- package/lib/resolvers/queries/delivery/deliveryProvidersCount.d.ts.map +1 -0
- package/lib/resolvers/queries/enrollments/enrollment.d.ts +1 -0
- package/lib/resolvers/queries/enrollments/enrollment.d.ts.map +1 -0
- package/lib/resolvers/queries/enrollments/enrollments.d.ts +1 -0
- package/lib/resolvers/queries/enrollments/enrollments.d.ts.map +1 -0
- package/lib/resolvers/queries/enrollments/enrollmentsCount.d.ts +1 -0
- package/lib/resolvers/queries/enrollments/enrollmentsCount.d.ts.map +1 -0
- package/lib/resolvers/queries/events/event.d.ts +1 -0
- package/lib/resolvers/queries/events/event.d.ts.map +1 -0
- package/lib/resolvers/queries/events/events.d.ts +1 -0
- package/lib/resolvers/queries/events/events.d.ts.map +1 -0
- package/lib/resolvers/queries/events/eventsCounts.d.ts +1 -0
- package/lib/resolvers/queries/events/eventsCounts.d.ts.map +1 -0
- package/lib/resolvers/queries/filters/filter.d.ts +1 -0
- package/lib/resolvers/queries/filters/filter.d.ts.map +1 -0
- package/lib/resolvers/queries/filters/filters.d.ts +1 -0
- package/lib/resolvers/queries/filters/filters.d.ts.map +1 -0
- package/lib/resolvers/queries/filters/filtersCount.d.ts +1 -0
- package/lib/resolvers/queries/filters/filtersCount.d.ts.map +1 -0
- package/lib/resolvers/queries/filters/searchAssortments.d.ts +1 -0
- package/lib/resolvers/queries/filters/searchAssortments.d.ts.map +1 -0
- package/lib/resolvers/queries/filters/searchProducts.d.ts +1 -0
- package/lib/resolvers/queries/filters/searchProducts.d.ts.map +1 -0
- package/lib/resolvers/queries/filters/translatedFilterTexts.d.ts +1 -0
- package/lib/resolvers/queries/filters/translatedFilterTexts.d.ts.map +1 -0
- package/lib/resolvers/queries/index.d.ts +1 -0
- package/lib/resolvers/queries/index.d.ts.map +1 -0
- package/lib/resolvers/queries/languages/language.d.ts +1 -0
- package/lib/resolvers/queries/languages/language.d.ts.map +1 -0
- package/lib/resolvers/queries/languages/languages.d.ts +1 -0
- package/lib/resolvers/queries/languages/languages.d.ts.map +1 -0
- package/lib/resolvers/queries/languages/languagesCount.d.ts +1 -0
- package/lib/resolvers/queries/languages/languagesCount.d.ts.map +1 -0
- package/lib/resolvers/queries/orders/order.d.ts +1 -0
- package/lib/resolvers/queries/orders/order.d.ts.map +1 -0
- package/lib/resolvers/queries/orders/orders.d.ts +1 -0
- package/lib/resolvers/queries/orders/orders.d.ts.map +1 -0
- package/lib/resolvers/queries/orders/ordersCount.d.ts +1 -0
- package/lib/resolvers/queries/orders/ordersCount.d.ts.map +1 -0
- package/lib/resolvers/queries/payment/paymentInterfaces.d.ts +1 -0
- package/lib/resolvers/queries/payment/paymentInterfaces.d.ts.map +1 -0
- package/lib/resolvers/queries/payment/paymentProvider.d.ts +1 -0
- package/lib/resolvers/queries/payment/paymentProvider.d.ts.map +1 -0
- package/lib/resolvers/queries/payment/paymentProviders.d.ts +1 -0
- package/lib/resolvers/queries/payment/paymentProviders.d.ts.map +1 -0
- package/lib/resolvers/queries/payment/paymentProvidersCount.d.ts +1 -0
- package/lib/resolvers/queries/payment/paymentProvidersCount.d.ts.map +1 -0
- package/lib/resolvers/queries/products/product.d.ts +1 -0
- package/lib/resolvers/queries/products/product.d.ts.map +1 -0
- package/lib/resolvers/queries/products/productCatalogPrices.d.ts +1 -0
- package/lib/resolvers/queries/products/productCatalogPrices.d.ts.map +1 -0
- package/lib/resolvers/queries/products/productReview.d.ts +1 -0
- package/lib/resolvers/queries/products/productReview.d.ts.map +1 -0
- package/lib/resolvers/queries/products/productReviews.d.ts +1 -0
- package/lib/resolvers/queries/products/productReviews.d.ts.map +1 -0
- package/lib/resolvers/queries/products/productReviewsCount.d.ts +1 -0
- package/lib/resolvers/queries/products/productReviewsCount.d.ts.map +1 -0
- package/lib/resolvers/queries/products/products.d.ts +1 -0
- package/lib/resolvers/queries/products/products.d.ts.map +1 -0
- package/lib/resolvers/queries/products/productsCount.d.ts +1 -0
- package/lib/resolvers/queries/products/productsCount.d.ts.map +1 -0
- package/lib/resolvers/queries/products/translatedProductMediaTexts.d.ts +1 -0
- package/lib/resolvers/queries/products/translatedProductMediaTexts.d.ts.map +1 -0
- package/lib/resolvers/queries/products/translatedProductTexts.d.ts +1 -0
- package/lib/resolvers/queries/products/translatedProductTexts.d.ts.map +1 -0
- package/lib/resolvers/queries/products/translatedProductVariationTexts.d.ts +1 -0
- package/lib/resolvers/queries/products/translatedProductVariationTexts.d.ts.map +1 -0
- package/lib/resolvers/queries/quotations/quotation.d.ts +1 -0
- package/lib/resolvers/queries/quotations/quotation.d.ts.map +1 -0
- package/lib/resolvers/queries/quotations/quotations.d.ts +1 -0
- package/lib/resolvers/queries/quotations/quotations.d.ts.map +1 -0
- package/lib/resolvers/queries/quotations/quotationsCount.d.ts +1 -0
- package/lib/resolvers/queries/quotations/quotationsCount.d.ts.map +1 -0
- package/lib/resolvers/queries/shopInfo.d.ts +2 -1
- package/lib/resolvers/queries/shopInfo.d.ts.map +1 -0
- package/lib/resolvers/queries/shopInfo.js +9 -2
- package/lib/resolvers/queries/shopInfo.js.map +1 -1
- package/lib/resolvers/queries/users/impersonator.d.ts +1 -0
- package/lib/resolvers/queries/users/impersonator.d.ts.map +1 -0
- package/lib/resolvers/queries/users/me.d.ts +1 -0
- package/lib/resolvers/queries/users/me.d.ts.map +1 -0
- package/lib/resolvers/queries/users/user.d.ts +1 -0
- package/lib/resolvers/queries/users/user.d.ts.map +1 -0
- package/lib/resolvers/queries/users/users.d.ts +1 -0
- package/lib/resolvers/queries/users/users.d.ts.map +1 -0
- package/lib/resolvers/queries/users/usersCount.d.ts +1 -0
- package/lib/resolvers/queries/users/usersCount.d.ts.map +1 -0
- package/lib/resolvers/queries/users/validateResetPasswordToken.d.ts +1 -0
- package/lib/resolvers/queries/users/validateResetPasswordToken.d.ts.map +1 -0
- package/lib/resolvers/queries/users/validateVerifyEmailToken.d.ts +1 -0
- package/lib/resolvers/queries/users/validateVerifyEmailToken.d.ts.map +1 -0
- package/lib/resolvers/queries/warehousing/token.d.ts +1 -0
- package/lib/resolvers/queries/warehousing/token.d.ts.map +1 -0
- package/lib/resolvers/queries/warehousing/tokens.d.ts +1 -0
- package/lib/resolvers/queries/warehousing/tokens.d.ts.map +1 -0
- package/lib/resolvers/queries/warehousing/warehousingInterfaces.d.ts +1 -0
- package/lib/resolvers/queries/warehousing/warehousingInterfaces.d.ts.map +1 -0
- package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts +1 -0
- package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts.map +1 -0
- package/lib/resolvers/queries/warehousing/warehousingProviders.d.ts +1 -0
- package/lib/resolvers/queries/warehousing/warehousingProviders.d.ts.map +1 -0
- package/lib/resolvers/queries/warehousing/warehousingProvidersCount.d.ts +1 -0
- package/lib/resolvers/queries/warehousing/warehousingProvidersCount.d.ts.map +1 -0
- package/lib/resolvers/queries/worker/activeWorkTypes.d.ts +1 -0
- package/lib/resolvers/queries/worker/activeWorkTypes.d.ts.map +1 -0
- package/lib/resolvers/queries/worker/work.d.ts +1 -0
- package/lib/resolvers/queries/worker/work.d.ts.map +1 -0
- package/lib/resolvers/queries/worker/workQueue.d.ts +1 -0
- package/lib/resolvers/queries/worker/workQueue.d.ts.map +1 -0
- package/lib/resolvers/queries/worker/workQueueCount.d.ts +1 -0
- package/lib/resolvers/queries/worker/workQueueCount.d.ts.map +1 -0
- package/lib/resolvers/scalars/LowerCaseString.d.ts +1 -0
- package/lib/resolvers/scalars/LowerCaseString.d.ts.map +1 -0
- package/lib/resolvers/scalars/index.d.ts +1 -0
- package/lib/resolvers/scalars/index.d.ts.map +1 -0
- package/lib/resolvers/type/assortment/assortment-filter-types.d.ts +1 -0
- package/lib/resolvers/type/assortment/assortment-filter-types.d.ts.map +1 -0
- package/lib/resolvers/type/assortment/assortment-link-types.d.ts +1 -0
- package/lib/resolvers/type/assortment/assortment-link-types.d.ts.map +1 -0
- package/lib/resolvers/type/assortment/assortment-media-types.d.ts +1 -0
- package/lib/resolvers/type/assortment/assortment-media-types.d.ts.map +1 -0
- package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts +1 -0
- package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts.map +1 -0
- package/lib/resolvers/type/assortment/assortment-product-types.d.ts +1 -0
- package/lib/resolvers/type/assortment/assortment-product-types.d.ts.map +1 -0
- package/lib/resolvers/type/assortment/assortment-types.d.ts +1 -0
- package/lib/resolvers/type/assortment/assortment-types.d.ts.map +1 -0
- package/lib/resolvers/type/bookmark-types.d.ts +1 -0
- package/lib/resolvers/type/bookmark-types.d.ts.map +1 -0
- package/lib/resolvers/type/color-types.d.ts +1 -0
- package/lib/resolvers/type/color-types.d.ts.map +1 -0
- package/lib/resolvers/type/country-types.d.ts +1 -0
- package/lib/resolvers/type/country-types.d.ts.map +1 -0
- package/lib/resolvers/type/currency-types.d.ts +1 -0
- package/lib/resolvers/type/currency-types.d.ts.map +1 -0
- package/lib/resolvers/type/delivery-provider-types.d.ts +1 -0
- package/lib/resolvers/type/delivery-provider-types.d.ts.map +1 -0
- package/lib/resolvers/type/dimensions-types.d.ts +1 -0
- package/lib/resolvers/type/dimensions-types.d.ts.map +1 -0
- package/lib/resolvers/type/dispatch-types.d.ts +1 -0
- package/lib/resolvers/type/dispatch-types.d.ts.map +1 -0
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts +1 -0
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts.map +1 -0
- package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts +1 -0
- package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts.map +1 -0
- package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts +1 -0
- package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts.map +1 -0
- package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts +1 -0
- package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts.map +1 -0
- package/lib/resolvers/type/enrollment/enrollment-types.d.ts +1 -0
- package/lib/resolvers/type/enrollment/enrollment-types.d.ts.map +1 -0
- package/lib/resolvers/type/event-types.d.ts +1 -0
- package/lib/resolvers/type/event-types.d.ts.map +1 -0
- package/lib/resolvers/type/filter/filter-option-types.d.ts +1 -0
- package/lib/resolvers/type/filter/filter-option-types.d.ts.map +1 -0
- package/lib/resolvers/type/filter/filter-types.d.ts +1 -0
- package/lib/resolvers/type/filter/filter-types.d.ts.map +1 -0
- package/lib/resolvers/type/filter/loaded-filter-option-types.d.ts +1 -0
- package/lib/resolvers/type/filter/loaded-filter-option-types.d.ts.map +1 -0
- package/lib/resolvers/type/filter/loaded-filter-types.d.ts +1 -0
- package/lib/resolvers/type/filter/loaded-filter-types.d.ts.map +1 -0
- package/lib/resolvers/type/index.d.ts +83 -88
- package/lib/resolvers/type/index.d.ts.map +1 -0
- package/lib/resolvers/type/language-types.d.ts +1 -0
- package/lib/resolvers/type/language-types.d.ts.map +1 -0
- package/lib/resolvers/type/login-method-response-types.d.ts +5 -4
- package/lib/resolvers/type/login-method-response-types.d.ts.map +1 -0
- package/lib/resolvers/type/media-types.d.ts +1 -0
- package/lib/resolvers/type/media-types.d.ts.map +1 -0
- package/lib/resolvers/type/oauth-account.d.ts +1 -0
- package/lib/resolvers/type/oauth-account.d.ts.map +1 -0
- package/lib/resolvers/type/oauth-provider.d.ts +1 -0
- package/lib/resolvers/type/oauth-provider.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-delivery-discount-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-delivery-discount-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-delivery-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-delivery-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-discount-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-discount-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-discountable-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-discountable-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-global-discount-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-global-discount-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-item-discount-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-item-discount-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-item-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-item-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-payment-card-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-payment-card-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-payment-discount-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-payment-discount-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-payment-generic-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-payment-generic-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-payment-invoice-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-payment-invoice-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-payment-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-payment-types.d.ts.map +1 -0
- package/lib/resolvers/type/order/order-types.d.ts +1 -0
- package/lib/resolvers/type/order/order-types.d.ts.map +1 -0
- package/lib/resolvers/type/payment/payment-credentials-types.d.ts +1 -0
- package/lib/resolvers/type/payment/payment-credentials-types.d.ts.map +1 -0
- package/lib/resolvers/type/payment/payment-provider-types.d.ts +1 -0
- package/lib/resolvers/type/payment/payment-provider-types.d.ts.map +1 -0
- package/lib/resolvers/type/price-types.d.ts +1 -0
- package/lib/resolvers/type/price-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-assortment-path-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-assortment-path-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-bundle-item-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-bundle-item-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-bundle-types.d.ts +9 -8
- package/lib/resolvers/type/product/product-bundle-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-catalog-price-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-catalog-price-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-configurable-types.d.ts +13 -12
- package/lib/resolvers/type/product/product-configurable-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-discount.d.ts +1 -0
- package/lib/resolvers/type/product/product-discount.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-media-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-media-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-plan-types.d.ts +9 -8
- package/lib/resolvers/type/product/product-plan-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-review-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-review-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-simple-types.d.ts +11 -10
- package/lib/resolvers/type/product/product-simple-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-tokenized-types.d.ts +11 -10
- package/lib/resolvers/type/product/product-tokenized-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-types.d.ts +2 -1
- package/lib/resolvers/type/product/product-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-variation-assignment-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-variation-assignment-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts +1 -0
- package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-variation-option-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-variation-option-types.d.ts.map +1 -0
- package/lib/resolvers/type/product/product-variation-types.d.ts +1 -0
- package/lib/resolvers/type/product/product-variation-types.d.ts.map +1 -0
- package/lib/resolvers/type/quotation-types.d.ts +1 -0
- package/lib/resolvers/type/quotation-types.d.ts.map +1 -0
- package/lib/resolvers/type/shop-types.d.ts +1 -0
- package/lib/resolvers/type/shop-types.d.ts.map +1 -0
- package/lib/resolvers/type/stock-types.d.ts +1 -0
- package/lib/resolvers/type/stock-types.d.ts.map +1 -0
- package/lib/resolvers/type/token-types.d.ts +1 -0
- package/lib/resolvers/type/token-types.d.ts.map +1 -0
- package/lib/resolvers/type/user-types.d.ts +1 -0
- package/lib/resolvers/type/user-types.d.ts.map +1 -0
- package/lib/resolvers/type/warehousing-provider-types.d.ts +1 -0
- package/lib/resolvers/type/warehousing-provider-types.d.ts.map +1 -0
- package/lib/resolvers/type/web3-address.d.ts +1 -0
- package/lib/resolvers/type/web3-address.d.ts.map +1 -0
- package/lib/resolvers/type/webauthn-credentials-types.d.ts +1 -0
- package/lib/resolvers/type/webauthn-credentials-types.d.ts.map +1 -0
- package/lib/resolvers/type/work-types.d.ts +1 -0
- package/lib/resolvers/type/work-types.d.ts.map +1 -0
- package/lib/roles/admin.d.ts +1 -0
- package/lib/roles/admin.d.ts.map +1 -0
- package/lib/roles/all.d.ts +1 -0
- package/lib/roles/all.d.ts.map +1 -0
- package/lib/roles/index.d.ts +1 -0
- package/lib/roles/index.d.ts.map +1 -0
- package/lib/roles/loggedIn.d.ts +1 -0
- package/lib/roles/loggedIn.d.ts.map +1 -0
- package/lib/schema/directives.d.ts +1 -0
- package/lib/schema/directives.d.ts.map +1 -0
- package/lib/schema/index.d.ts +1 -0
- package/lib/schema/index.d.ts.map +1 -0
- package/lib/schema/inputTypes.d.ts +1 -0
- package/lib/schema/inputTypes.d.ts.map +1 -0
- package/lib/schema/mutation.d.ts +1 -0
- package/lib/schema/mutation.d.ts.map +1 -0
- package/lib/schema/query.d.ts +1 -0
- package/lib/schema/query.d.ts.map +1 -0
- package/lib/schema/scalars.d.ts +1 -0
- package/lib/schema/scalars.d.ts.map +1 -0
- package/lib/schema/types/address.d.ts +1 -0
- package/lib/schema/types/address.d.ts.map +1 -0
- package/lib/schema/types/assortment.d.ts +1 -0
- package/lib/schema/types/assortment.d.ts.map +1 -0
- package/lib/schema/types/bookmark.d.ts +1 -0
- package/lib/schema/types/bookmark.d.ts.map +1 -0
- package/lib/schema/types/color.d.ts +1 -0
- package/lib/schema/types/color.d.ts.map +1 -0
- package/lib/schema/types/contact.d.ts +1 -0
- package/lib/schema/types/contact.d.ts.map +1 -0
- package/lib/schema/types/country.d.ts +1 -0
- package/lib/schema/types/country.d.ts.map +1 -0
- package/lib/schema/types/currency.d.ts +1 -0
- package/lib/schema/types/currency.d.ts.map +1 -0
- package/lib/schema/types/delivery.d.ts +1 -0
- package/lib/schema/types/delivery.d.ts.map +1 -0
- package/lib/schema/types/dimensions.d.ts +1 -0
- package/lib/schema/types/dimensions.d.ts.map +1 -0
- package/lib/schema/types/discount.d.ts +1 -0
- package/lib/schema/types/discount.d.ts.map +1 -0
- package/lib/schema/types/dispatch.d.ts +1 -0
- package/lib/schema/types/dispatch.d.ts.map +1 -0
- package/lib/schema/types/enrollment.d.ts +1 -0
- package/lib/schema/types/enrollment.d.ts.map +1 -0
- package/lib/schema/types/events.d.ts +1 -0
- package/lib/schema/types/events.d.ts.map +1 -0
- package/lib/schema/types/files.d.ts +1 -0
- package/lib/schema/types/files.d.ts.map +1 -0
- package/lib/schema/types/filter.d.ts +1 -0
- package/lib/schema/types/filter.d.ts.map +1 -0
- package/lib/schema/types/geo-position.d.ts +1 -0
- package/lib/schema/types/geo-position.d.ts.map +1 -0
- package/lib/schema/types/index.d.ts +1 -0
- package/lib/schema/types/index.d.ts.map +1 -0
- package/lib/schema/types/language.d.ts +1 -0
- package/lib/schema/types/language.d.ts.map +1 -0
- package/lib/schema/types/media.d.ts +1 -0
- package/lib/schema/types/media.d.ts.map +1 -0
- package/lib/schema/types/order/delivery.d.ts +1 -0
- package/lib/schema/types/order/delivery.d.ts.map +1 -0
- package/lib/schema/types/order/discount.d.ts +1 -0
- package/lib/schema/types/order/discount.d.ts.map +1 -0
- package/lib/schema/types/order/index.d.ts +1 -0
- package/lib/schema/types/order/index.d.ts.map +1 -0
- package/lib/schema/types/order/item.d.ts +1 -0
- package/lib/schema/types/order/item.d.ts.map +1 -0
- package/lib/schema/types/order/order.d.ts +1 -0
- package/lib/schema/types/order/order.d.ts.map +1 -0
- package/lib/schema/types/order/payment.d.ts +1 -0
- package/lib/schema/types/order/payment.d.ts.map +1 -0
- package/lib/schema/types/order/pick-up-location.d.ts +1 -0
- package/lib/schema/types/order/pick-up-location.d.ts.map +1 -0
- package/lib/schema/types/payment.d.ts +1 -0
- package/lib/schema/types/payment.d.ts.map +1 -0
- package/lib/schema/types/price.d.ts +1 -0
- package/lib/schema/types/price.d.ts.map +1 -0
- package/lib/schema/types/product/bundle-product.d.ts +1 -0
- package/lib/schema/types/product/bundle-product.d.ts.map +1 -0
- package/lib/schema/types/product/configurable-product.d.ts +1 -0
- package/lib/schema/types/product/configurable-product.d.ts.map +1 -0
- package/lib/schema/types/product/index.d.ts +1 -0
- package/lib/schema/types/product/index.d.ts.map +1 -0
- package/lib/schema/types/product/plan-product.d.ts +1 -0
- package/lib/schema/types/product/plan-product.d.ts.map +1 -0
- package/lib/schema/types/product/product.d.ts +1 -0
- package/lib/schema/types/product/product.d.ts.map +1 -0
- package/lib/schema/types/product/simple-product.d.ts +1 -0
- package/lib/schema/types/product/simple-product.d.ts.map +1 -0
- package/lib/schema/types/product/tokenized-product.d.ts +1 -0
- package/lib/schema/types/product/tokenized-product.d.ts.map +1 -0
- package/lib/schema/types/quotation.d.ts +1 -0
- package/lib/schema/types/quotation.d.ts.map +1 -0
- package/lib/schema/types/search.d.ts +1 -0
- package/lib/schema/types/search.d.ts.map +1 -0
- package/lib/schema/types/shop.d.ts +1 -0
- package/lib/schema/types/shop.d.ts.map +1 -0
- package/lib/schema/types/stock.d.ts +1 -0
- package/lib/schema/types/stock.d.ts.map +1 -0
- package/lib/schema/types/types.d.ts +1 -0
- package/lib/schema/types/types.d.ts.map +1 -0
- package/lib/schema/types/user.d.ts +1 -0
- package/lib/schema/types/user.d.ts.map +1 -0
- package/lib/schema/types/warehousing.d.ts +1 -0
- package/lib/schema/types/warehousing.d.ts.map +1 -0
- package/lib/schema/types/worker.d.ts +1 -0
- package/lib/schema/types/worker.d.ts.map +1 -0
- package/lib/user-context.d.ts +1 -1
- package/lib/user-context.d.ts.map +1 -0
- package/package.json +8 -8
- package/src/resolvers/queries/shopInfo.ts +9 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enrollment-plan-tyes.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/enrollment/enrollment-plan-tyes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAE3D,KAAK,UAAU,CAAC,CAAC,IAAI,CAAC,cAAc,EAAE,kBAAkB,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,KAAK,CAAC,CAAC;AAE3F,KAAK,yBAAyB,GAAG;IAC/B,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;CACvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,yBAO5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enrollment-types.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/enrollment/enrollment-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACnG,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEpD,KAAK,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,CAAC,CAAC;AAEvF,KAAK,qBAAqB,GAAG;IAC3B,SAAS,EAAE,UAAU,CAAC;QAAE,aAAa,CAAC,EAAE,IAAI,CAAA;KAAE,EAAE,OAAO,CAAC,CAAC;IACzD,IAAI,EAAE,UAAU,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC;IACxC,IAAI,EAAE,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;IACvC,OAAO,EAAE,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;IAC7C,QAAQ,EAAE,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBAkBxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-types.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/event-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEhE,MAAM,MAAM,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,CAAC,CAAC;AAEnF,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;CACjC;AAED,eAAO,MAAM,KAAK,EAAE,gBAInB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-option-types.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/filter/filter-option-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE/F,KAAK,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,gBAAgB,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,CAAC,CAAC;AAE3F,KAAK,uBAAuB,GAAG;IAC7B,GAAG,EAAE,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IAC/B,KAAK,EAAE,UAAU,CAAC;QAAE,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;IACjE,KAAK,EAAE,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,uBAiB1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-types.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/filter/filter-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjG,KAAK,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,CAAC,CAAC;AAE/E,KAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;IAChD,KAAK,EAAE,UAAU,CAAC;QAAE,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,iBAgBpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loaded-filter-option-types.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/filter/loaded-filter-option-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,IAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loaded-filter-types.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/filter/loaded-filter-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,IAAK,CAAC"}
|
|
@@ -7,24 +7,24 @@ declare const types: {
|
|
|
7
7
|
AssortmentProduct: import("./assortment/assortment-product-types.js").AssortmentProductHelperTypes;
|
|
8
8
|
Bookmark: import("./bookmark-types.js").BookmarkHelperTypes;
|
|
9
9
|
BundleProduct: {
|
|
10
|
-
bundleItems(product: any): import("@unchainedshop/types/products.js").ProductBundleItem
|
|
10
|
+
bundleItems(product: any): Array<import("@unchainedshop/types/products.js").ProductBundleItem>;
|
|
11
11
|
__resolveType: (product: import("@unchainedshop/types/products.js").Product) => string;
|
|
12
12
|
assortmentPaths(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
13
13
|
forceLocale?: string;
|
|
14
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
15
|
-
links: import("@unchainedshop/types/assortments.js").AssortmentPathLink
|
|
16
|
-
}
|
|
14
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
15
|
+
links: Array<import("@unchainedshop/types/assortments.js").AssortmentPathLink>;
|
|
16
|
+
}>>;
|
|
17
17
|
media(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
18
18
|
limit: number;
|
|
19
19
|
offset: number;
|
|
20
|
-
tags?: string
|
|
21
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.media.js").ProductMedia
|
|
20
|
+
tags?: Array<string>;
|
|
21
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.media.js").ProductMedia>>;
|
|
22
22
|
reviews(product: import("@unchainedshop/types/products.js").Product, { limit, offset, sort, queryString, }: {
|
|
23
23
|
queryString?: string;
|
|
24
24
|
limit?: number;
|
|
25
25
|
offset?: number;
|
|
26
|
-
sort?: import("@unchainedshop/types/api.js").SortOption
|
|
27
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.reviews.js").ProductReview
|
|
26
|
+
sort?: Array<import("@unchainedshop/types/api.js").SortOption>;
|
|
27
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.reviews.js").ProductReview>>;
|
|
28
28
|
reviewsCount(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
29
29
|
queryString?: string;
|
|
30
30
|
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<number>;
|
|
@@ -33,7 +33,7 @@ declare const types: {
|
|
|
33
33
|
limit: number;
|
|
34
34
|
offset: number;
|
|
35
35
|
includeInactive: boolean;
|
|
36
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
36
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
37
37
|
status(product: import("@unchainedshop/types/products.js").Product, _: any, { modules }: import("@unchainedshop/types/api.js").Context): import("@unchainedshop/core-products").ProductStatus;
|
|
38
38
|
texts(product: import("@unchainedshop/types/products.js").Product, { forceLocale, }: {
|
|
39
39
|
forceLocale?: string;
|
|
@@ -59,48 +59,48 @@ declare const types: {
|
|
|
59
59
|
ConfigurableProduct: {
|
|
60
60
|
assignments(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
61
61
|
includeInactive: boolean;
|
|
62
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
62
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
63
63
|
assignment: import("@unchainedshop/types/products.js").ProductAssignment;
|
|
64
|
-
product:
|
|
65
|
-
}
|
|
64
|
+
product: typeof product;
|
|
65
|
+
}>>;
|
|
66
66
|
products(product: import("@unchainedshop/types/products.js").Product, { vectors, includeInactive, }: {
|
|
67
|
-
vectors: import("@unchainedshop/types/products.js").ProductConfiguration
|
|
67
|
+
vectors: Array<import("@unchainedshop/types/products.js").ProductConfiguration>;
|
|
68
68
|
includeInactive: boolean;
|
|
69
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
69
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
70
70
|
catalogPriceRange(product: import("@unchainedshop/types/products.js").Product, { quantity, vectors, currency: forcedCurrencyCode, includeInactive, }: {
|
|
71
71
|
currency?: string;
|
|
72
72
|
includeInactive: boolean;
|
|
73
73
|
quantity: number;
|
|
74
|
-
vectors: import("@unchainedshop/types/products.js").ProductConfiguration
|
|
74
|
+
vectors: Array<import("@unchainedshop/types/products.js").ProductConfiguration>;
|
|
75
75
|
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").ProductPriceRange>;
|
|
76
76
|
variations(product: import("@unchainedshop/types/products.js").Product, { limit, offset, }: {
|
|
77
77
|
limit: number;
|
|
78
78
|
offset: number;
|
|
79
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.variations.js").ProductVariation
|
|
79
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.variations.js").ProductVariation>>;
|
|
80
80
|
simulatedPriceRange(product: import("@unchainedshop/types/products.js").Product, { currency: forcedCurrencyCode, quantity, useNetPrice, vectors, includeInactive, }: {
|
|
81
81
|
currency?: string;
|
|
82
82
|
includeInactive: boolean;
|
|
83
83
|
quantity?: number;
|
|
84
|
-
vectors: import("@unchainedshop/types/products.js").ProductConfiguration
|
|
84
|
+
vectors: Array<import("@unchainedshop/types/products.js").ProductConfiguration>;
|
|
85
85
|
useNetPrice: boolean;
|
|
86
86
|
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").ProductPriceRange>;
|
|
87
87
|
__resolveType: (product: import("@unchainedshop/types/products.js").Product) => string;
|
|
88
88
|
assortmentPaths(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
89
89
|
forceLocale?: string;
|
|
90
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
91
|
-
links: import("@unchainedshop/types/assortments.js").AssortmentPathLink
|
|
92
|
-
}
|
|
90
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
91
|
+
links: Array<import("@unchainedshop/types/assortments.js").AssortmentPathLink>;
|
|
92
|
+
}>>;
|
|
93
93
|
media(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
94
94
|
limit: number;
|
|
95
95
|
offset: number;
|
|
96
|
-
tags?: string
|
|
97
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.media.js").ProductMedia
|
|
96
|
+
tags?: Array<string>;
|
|
97
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.media.js").ProductMedia>>;
|
|
98
98
|
reviews(product: import("@unchainedshop/types/products.js").Product, { limit, offset, sort, queryString, }: {
|
|
99
99
|
queryString?: string;
|
|
100
100
|
limit?: number;
|
|
101
101
|
offset?: number;
|
|
102
|
-
sort?: import("@unchainedshop/types/api.js").SortOption
|
|
103
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.reviews.js").ProductReview
|
|
102
|
+
sort?: Array<import("@unchainedshop/types/api.js").SortOption>;
|
|
103
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.reviews.js").ProductReview>>;
|
|
104
104
|
reviewsCount(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
105
105
|
queryString?: string;
|
|
106
106
|
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<number>;
|
|
@@ -109,7 +109,7 @@ declare const types: {
|
|
|
109
109
|
limit: number;
|
|
110
110
|
offset: number;
|
|
111
111
|
includeInactive: boolean;
|
|
112
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
112
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
113
113
|
status(product: import("@unchainedshop/types/products.js").Product, _: any, { modules }: import("@unchainedshop/types/api.js").Context): import("@unchainedshop/core-products").ProductStatus;
|
|
114
114
|
texts(product: import("@unchainedshop/types/products.js").Product, { forceLocale, }: {
|
|
115
115
|
forceLocale?: string;
|
|
@@ -163,16 +163,10 @@ declare const types: {
|
|
|
163
163
|
currency: (enrollment: import("@unchainedshop/types/enrollments.js").Enrollment, params: never, context: import("@unchainedshop/types/api.js").Context) => Promise<import("@unchainedshop/types/currencies.js").Currency>;
|
|
164
164
|
};
|
|
165
165
|
EnrollmentDelivery: {
|
|
166
|
-
provider: (enrollmentDelivery:
|
|
167
|
-
deliveryProviderId?: string;
|
|
168
|
-
context?: any;
|
|
169
|
-
}, _: never, context: import("@unchainedshop/types/api.js").Context) => Promise<import("@unchainedshop/types/delivery.js").DeliveryProvider>;
|
|
166
|
+
provider: (enrollmentDelivery: import("@unchainedshop/types/enrollments.js").Enrollment["delivery"], _: never, context: import("@unchainedshop/types/api.js").Context) => Promise<import("@unchainedshop/types/delivery.js").DeliveryProvider>;
|
|
170
167
|
};
|
|
171
168
|
EnrollmentPayment: {
|
|
172
|
-
provider: (enrollmentPayment:
|
|
173
|
-
paymentProviderId?: string;
|
|
174
|
-
context?: any;
|
|
175
|
-
}, _: never, context: import("@unchainedshop/types/api.js").Context) => Promise<import("@unchainedshop/types/payments.js").PaymentProvider>;
|
|
169
|
+
provider: (enrollmentPayment: import("@unchainedshop/types/enrollments.js").Enrollment["payment"], _: never, context: import("@unchainedshop/types/api.js").Context) => Promise<import("@unchainedshop/types/payments.js").PaymentProvider>;
|
|
176
170
|
};
|
|
177
171
|
EnrollmentPeriod: {
|
|
178
172
|
order: (enrollmentPeriod: import("@unchainedshop/types/enrollments.js").EnrollmentPeriod, _: never, context: import("@unchainedshop/types/api.js").Context) => Promise<import("@unchainedshop/types/orders.js").Order>;
|
|
@@ -203,17 +197,17 @@ declare const types: {
|
|
|
203
197
|
_id?: string;
|
|
204
198
|
deleted?: Date;
|
|
205
199
|
avatarId?: string;
|
|
206
|
-
emails: import("@unchainedshop/types/user.js").Email
|
|
200
|
+
emails: Array<import("@unchainedshop/types/user.js").Email>;
|
|
207
201
|
guest: boolean;
|
|
208
202
|
initialPassword: boolean;
|
|
209
203
|
lastBillingAddress?: import("@unchainedshop/types/common.js").Address;
|
|
210
204
|
lastContact?: import("@unchainedshop/types/common.js").Contact;
|
|
211
205
|
lastLogin?: import("@unchainedshop/types/user.js").UserLastLogin;
|
|
212
206
|
profile?: import("@unchainedshop/types/user.js").UserProfile;
|
|
213
|
-
roles: string
|
|
207
|
+
roles: Array<string>;
|
|
214
208
|
services: any;
|
|
215
|
-
tags?: string
|
|
216
|
-
pushSubscriptions: import("@unchainedshop/types/user.js").PushSubscriptionObject
|
|
209
|
+
tags?: Array<string>;
|
|
210
|
+
pushSubscriptions: Array<import("@unchainedshop/types/user.js").PushSubscriptionObject>;
|
|
217
211
|
username?: string;
|
|
218
212
|
meta?: any;
|
|
219
213
|
} & import("@unchainedshop/types/common.js").TimestampFields & {
|
|
@@ -225,14 +219,14 @@ declare const types: {
|
|
|
225
219
|
}, _: any, { setLoginToken }: import("@unchainedshop/types/api.js").Context): any;
|
|
226
220
|
};
|
|
227
221
|
Order: {
|
|
228
|
-
supportedDeliveryProviders(order: import("@unchainedshop/types/orders.js").Order, _: any, context: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/delivery.js").DeliveryProvider
|
|
222
|
+
supportedDeliveryProviders(order: import("@unchainedshop/types/orders.js").Order, _: any, context: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/delivery.js").DeliveryProvider>>;
|
|
229
223
|
supportedPaymentProviders(order: import("@unchainedshop/types/orders.js").Order, _: any, context: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/payments.js").PaymentProvider[]>;
|
|
230
224
|
currency(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/currencies.js").Currency>;
|
|
231
225
|
country(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/countries.js").Country>;
|
|
232
|
-
discounts(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.discounts.js").OrderDiscount
|
|
226
|
+
discounts(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/orders.discounts.js").OrderDiscount>>;
|
|
233
227
|
delivery(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.deliveries.js").OrderDelivery>;
|
|
234
228
|
enrollment(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/enrollments.js").Enrollment>;
|
|
235
|
-
items(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.positions.js").OrderPosition
|
|
229
|
+
items(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/orders.positions.js").OrderPosition>>;
|
|
236
230
|
payment(order: import("@unchainedshop/types/orders.js").Order, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.payments.js").OrderPayment>;
|
|
237
231
|
status(order: import("@unchainedshop/types/orders.js").Order): string;
|
|
238
232
|
total(order: import("@unchainedshop/types/orders.js").Order, params: {
|
|
@@ -261,14 +255,14 @@ declare const types: {
|
|
|
261
255
|
};
|
|
262
256
|
OrderGlobalDiscount: import("./order/order-global-discount-types.js").OrderGlobalDiscountHelperTypes;
|
|
263
257
|
OrderItem: {
|
|
264
|
-
discounts(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, context: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.positions.js").OrderPositionDiscount
|
|
265
|
-
dispatches(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, { modules, loaders }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
258
|
+
discounts(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, context: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/orders.positions.js").OrderPositionDiscount>>;
|
|
259
|
+
dispatches(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, { modules, loaders }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
266
260
|
_id: string;
|
|
267
261
|
deliveryProvider: import("@unchainedshop/types/delivery.js").DeliveryProvider;
|
|
268
262
|
warehousingProvider: import("@unchainedshop/types/warehousing.js").WarehousingProvider;
|
|
269
263
|
shipping: Date;
|
|
270
264
|
earliestDelivery: Date;
|
|
271
|
-
}
|
|
265
|
+
}>>;
|
|
272
266
|
order(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.js").Order>;
|
|
273
267
|
originalProduct(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, { loaders }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").Product>;
|
|
274
268
|
product(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, _: any, { loaders }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").Product>;
|
|
@@ -280,7 +274,7 @@ declare const types: {
|
|
|
280
274
|
unitPrice(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, params: {
|
|
281
275
|
useNetPrice: boolean;
|
|
282
276
|
}, context: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/orders.pricing.js").OrderPrice>;
|
|
283
|
-
tokens(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, params: never, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/warehousing.js").TokenSurrogate
|
|
277
|
+
tokens(orderPosition: import("@unchainedshop/types/orders.positions.js").OrderPosition, params: never, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/warehousing.js").TokenSurrogate>>;
|
|
284
278
|
};
|
|
285
279
|
OrderItemDiscount: import("./order/order-item-discount-types.js").OrderItemDiscountHelperTypes;
|
|
286
280
|
OrderPayment: {
|
|
@@ -304,31 +298,31 @@ declare const types: {
|
|
|
304
298
|
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").ProductPrice>;
|
|
305
299
|
leveledCatalogPrices(obj: import("@unchainedshop/types/products.js").Product, { currency: forcedCurrencyCode }: {
|
|
306
300
|
currency?: string;
|
|
307
|
-
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
301
|
+
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
308
302
|
minQuantity: number;
|
|
309
303
|
maxQuantity: number;
|
|
310
304
|
price: import("@unchainedshop/types/products.js").ProductPrice;
|
|
311
|
-
}
|
|
305
|
+
}>>;
|
|
312
306
|
salesUnit({ commerce }: import("@unchainedshop/types/products.js").Product): string;
|
|
313
307
|
salesQuantityPerUnit({ commerce }: import("@unchainedshop/types/products.js").Product): string;
|
|
314
308
|
defaultOrderQuantity({ commerce }: import("@unchainedshop/types/products.js").Product): number;
|
|
315
309
|
__resolveType: (product: import("@unchainedshop/types/products.js").Product) => string;
|
|
316
310
|
assortmentPaths(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
317
311
|
forceLocale?: string;
|
|
318
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
319
|
-
links: import("@unchainedshop/types/assortments.js").AssortmentPathLink
|
|
320
|
-
}
|
|
312
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
313
|
+
links: Array<import("@unchainedshop/types/assortments.js").AssortmentPathLink>;
|
|
314
|
+
}>>;
|
|
321
315
|
media(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
322
316
|
limit: number;
|
|
323
317
|
offset: number;
|
|
324
|
-
tags?: string
|
|
325
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.media.js").ProductMedia
|
|
318
|
+
tags?: Array<string>;
|
|
319
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.media.js").ProductMedia>>;
|
|
326
320
|
reviews(product: import("@unchainedshop/types/products.js").Product, { limit, offset, sort, queryString, }: {
|
|
327
321
|
queryString?: string;
|
|
328
322
|
limit?: number;
|
|
329
323
|
offset?: number;
|
|
330
|
-
sort?: import("@unchainedshop/types/api.js").SortOption
|
|
331
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.reviews.js").ProductReview
|
|
324
|
+
sort?: Array<import("@unchainedshop/types/api.js").SortOption>;
|
|
325
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.reviews.js").ProductReview>>;
|
|
332
326
|
reviewsCount(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
333
327
|
queryString?: string;
|
|
334
328
|
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<number>;
|
|
@@ -337,7 +331,7 @@ declare const types: {
|
|
|
337
331
|
limit: number;
|
|
338
332
|
offset: number;
|
|
339
333
|
includeInactive: boolean;
|
|
340
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
334
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
341
335
|
status(product: import("@unchainedshop/types/products.js").Product, _: any, { modules }: import("@unchainedshop/types/api.js").Context): import("@unchainedshop/core-products").ProductStatus;
|
|
342
336
|
texts(product: import("@unchainedshop/types/products.js").Product, { forceLocale, }: {
|
|
343
337
|
forceLocale?: string;
|
|
@@ -385,20 +379,20 @@ declare const types: {
|
|
|
385
379
|
__resolveType: (product: import("@unchainedshop/types/products.js").Product) => string;
|
|
386
380
|
assortmentPaths(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
387
381
|
forceLocale?: string;
|
|
388
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
389
|
-
links: import("@unchainedshop/types/assortments.js").AssortmentPathLink
|
|
390
|
-
}
|
|
382
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
383
|
+
links: Array<import("@unchainedshop/types/assortments.js").AssortmentPathLink>;
|
|
384
|
+
}>>;
|
|
391
385
|
media(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
392
386
|
limit: number;
|
|
393
387
|
offset: number;
|
|
394
|
-
tags?: string
|
|
395
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.media.js").ProductMedia
|
|
388
|
+
tags?: Array<string>;
|
|
389
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.media.js").ProductMedia>>;
|
|
396
390
|
reviews(product: import("@unchainedshop/types/products.js").Product, { limit, offset, sort, queryString, }: {
|
|
397
391
|
queryString?: string;
|
|
398
392
|
limit?: number;
|
|
399
393
|
offset?: number;
|
|
400
|
-
sort?: import("@unchainedshop/types/api.js").SortOption
|
|
401
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.reviews.js").ProductReview
|
|
394
|
+
sort?: Array<import("@unchainedshop/types/api.js").SortOption>;
|
|
395
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.reviews.js").ProductReview>>;
|
|
402
396
|
reviewsCount(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
403
397
|
queryString?: string;
|
|
404
398
|
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<number>;
|
|
@@ -407,7 +401,7 @@ declare const types: {
|
|
|
407
401
|
limit: number;
|
|
408
402
|
offset: number;
|
|
409
403
|
includeInactive: boolean;
|
|
410
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
404
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
411
405
|
status(product: import("@unchainedshop/types/products.js").Product, _: any, { modules }: import("@unchainedshop/types/api.js").Context): import("@unchainedshop/core-products").ProductStatus;
|
|
412
406
|
texts(product: import("@unchainedshop/types/products.js").Product, { forceLocale, }: {
|
|
413
407
|
forceLocale?: string;
|
|
@@ -439,22 +433,22 @@ declare const types: {
|
|
|
439
433
|
referenceDate: Date;
|
|
440
434
|
quantity: number;
|
|
441
435
|
deliveryProviderType: import("@unchainedshop/core-delivery").DeliveryProviderType;
|
|
442
|
-
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
436
|
+
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
443
437
|
_id: string;
|
|
444
438
|
deliveryProvider?: import("@unchainedshop/types/delivery.js").DeliveryProvider;
|
|
445
439
|
warehousingProvider?: import("@unchainedshop/types/warehousing.js").WarehousingProvider;
|
|
446
440
|
shipping?: Date;
|
|
447
441
|
earliestDelivery?: Date;
|
|
448
|
-
}
|
|
442
|
+
}>>;
|
|
449
443
|
simulatedStocks(obj: import("@unchainedshop/types/products.js").Product, params: {
|
|
450
444
|
referenceDate: Date;
|
|
451
445
|
deliveryProviderType: import("@unchainedshop/core-delivery").DeliveryProviderType;
|
|
452
|
-
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
446
|
+
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
453
447
|
_id: string;
|
|
454
448
|
deliveryProvider?: import("@unchainedshop/types/delivery.js").DeliveryProvider;
|
|
455
449
|
warehousingProvider?: import("@unchainedshop/types/warehousing.js").WarehousingProvider;
|
|
456
450
|
quantity?: number;
|
|
457
|
-
}
|
|
451
|
+
}>>;
|
|
458
452
|
baseUnit({ warehousing }: {
|
|
459
453
|
warehousing: any;
|
|
460
454
|
}): string;
|
|
@@ -475,31 +469,31 @@ declare const types: {
|
|
|
475
469
|
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").ProductPrice>;
|
|
476
470
|
leveledCatalogPrices(obj: import("@unchainedshop/types/products.js").Product, { currency: forcedCurrencyCode }: {
|
|
477
471
|
currency?: string;
|
|
478
|
-
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
472
|
+
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
479
473
|
minQuantity: number;
|
|
480
474
|
maxQuantity: number;
|
|
481
475
|
price: import("@unchainedshop/types/products.js").ProductPrice;
|
|
482
|
-
}
|
|
476
|
+
}>>;
|
|
483
477
|
salesUnit({ commerce }: import("@unchainedshop/types/products.js").Product): string;
|
|
484
478
|
salesQuantityPerUnit({ commerce }: import("@unchainedshop/types/products.js").Product): string;
|
|
485
479
|
defaultOrderQuantity({ commerce }: import("@unchainedshop/types/products.js").Product): number;
|
|
486
480
|
__resolveType: (product: import("@unchainedshop/types/products.js").Product) => string;
|
|
487
481
|
assortmentPaths(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
488
482
|
forceLocale?: string;
|
|
489
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
490
|
-
links: import("@unchainedshop/types/assortments.js").AssortmentPathLink
|
|
491
|
-
}
|
|
483
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
484
|
+
links: Array<import("@unchainedshop/types/assortments.js").AssortmentPathLink>;
|
|
485
|
+
}>>;
|
|
492
486
|
media(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
493
487
|
limit: number;
|
|
494
488
|
offset: number;
|
|
495
|
-
tags?: string
|
|
496
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.media.js").ProductMedia
|
|
489
|
+
tags?: Array<string>;
|
|
490
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.media.js").ProductMedia>>;
|
|
497
491
|
reviews(product: import("@unchainedshop/types/products.js").Product, { limit, offset, sort, queryString, }: {
|
|
498
492
|
queryString?: string;
|
|
499
493
|
limit?: number;
|
|
500
494
|
offset?: number;
|
|
501
|
-
sort?: import("@unchainedshop/types/api.js").SortOption
|
|
502
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.reviews.js").ProductReview
|
|
495
|
+
sort?: Array<import("@unchainedshop/types/api.js").SortOption>;
|
|
496
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.reviews.js").ProductReview>>;
|
|
503
497
|
reviewsCount(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
504
498
|
queryString?: string;
|
|
505
499
|
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<number>;
|
|
@@ -508,7 +502,7 @@ declare const types: {
|
|
|
508
502
|
limit: number;
|
|
509
503
|
offset: number;
|
|
510
504
|
includeInactive: boolean;
|
|
511
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
505
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
512
506
|
status(product: import("@unchainedshop/types/products.js").Product, _: any, { modules }: import("@unchainedshop/types/api.js").Context): import("@unchainedshop/core-products").ProductStatus;
|
|
513
507
|
texts(product: import("@unchainedshop/types/products.js").Product, { forceLocale, }: {
|
|
514
508
|
forceLocale?: string;
|
|
@@ -520,12 +514,12 @@ declare const types: {
|
|
|
520
514
|
contractStandard({ tokenization }: import("@unchainedshop/types/products.js").Product): import("@unchainedshop/types/products.js").ProductContractStandard;
|
|
521
515
|
simulatedStocks(obj: import("@unchainedshop/types/products.js").Product, params: {
|
|
522
516
|
referenceDate: Date;
|
|
523
|
-
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
517
|
+
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
524
518
|
_id: string;
|
|
525
519
|
deliveryProvider?: import("@unchainedshop/types/delivery.js").DeliveryProvider;
|
|
526
520
|
warehousingProvider?: import("@unchainedshop/types/warehousing.js").WarehousingProvider;
|
|
527
521
|
quantity?: number;
|
|
528
|
-
}
|
|
522
|
+
}>>;
|
|
529
523
|
tokens(product: import("@unchainedshop/types/products.js").Product, params: never, requestContext: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/warehousing.js").TokenSurrogate[]>;
|
|
530
524
|
catalogPrice(product: import("@unchainedshop/types/products.js").Product, { quantity, currency: forcedCurrencyCode }: {
|
|
531
525
|
quantity?: number;
|
|
@@ -538,31 +532,31 @@ declare const types: {
|
|
|
538
532
|
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.js").ProductPrice>;
|
|
539
533
|
leveledCatalogPrices(obj: import("@unchainedshop/types/products.js").Product, { currency: forcedCurrencyCode }: {
|
|
540
534
|
currency?: string;
|
|
541
|
-
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
535
|
+
}, requestContext: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
542
536
|
minQuantity: number;
|
|
543
537
|
maxQuantity: number;
|
|
544
538
|
price: import("@unchainedshop/types/products.js").ProductPrice;
|
|
545
|
-
}
|
|
539
|
+
}>>;
|
|
546
540
|
salesUnit({ commerce }: import("@unchainedshop/types/products.js").Product): string;
|
|
547
541
|
salesQuantityPerUnit({ commerce }: import("@unchainedshop/types/products.js").Product): string;
|
|
548
542
|
defaultOrderQuantity({ commerce }: import("@unchainedshop/types/products.js").Product): number;
|
|
549
543
|
__resolveType: (product: import("@unchainedshop/types/products.js").Product) => string;
|
|
550
544
|
assortmentPaths(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
551
545
|
forceLocale?: string;
|
|
552
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<{
|
|
553
|
-
links: import("@unchainedshop/types/assortments.js").AssortmentPathLink
|
|
554
|
-
}
|
|
546
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<{
|
|
547
|
+
links: Array<import("@unchainedshop/types/assortments.js").AssortmentPathLink>;
|
|
548
|
+
}>>;
|
|
555
549
|
media(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
556
550
|
limit: number;
|
|
557
551
|
offset: number;
|
|
558
|
-
tags?: string
|
|
559
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.media.js").ProductMedia
|
|
552
|
+
tags?: Array<string>;
|
|
553
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.media.js").ProductMedia>>;
|
|
560
554
|
reviews(product: import("@unchainedshop/types/products.js").Product, { limit, offset, sort, queryString, }: {
|
|
561
555
|
queryString?: string;
|
|
562
556
|
limit?: number;
|
|
563
557
|
offset?: number;
|
|
564
|
-
sort?: import("@unchainedshop/types/api.js").SortOption
|
|
565
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<import("@unchainedshop/types/products.reviews.js").ProductReview
|
|
558
|
+
sort?: Array<import("@unchainedshop/types/api.js").SortOption>;
|
|
559
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<import("@unchainedshop/types/products.reviews.js").ProductReview>>;
|
|
566
560
|
reviewsCount(product: import("@unchainedshop/types/products.js").Product, params: {
|
|
567
561
|
queryString?: string;
|
|
568
562
|
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<number>;
|
|
@@ -571,7 +565,7 @@ declare const types: {
|
|
|
571
565
|
limit: number;
|
|
572
566
|
offset: number;
|
|
573
567
|
includeInactive: boolean;
|
|
574
|
-
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<
|
|
568
|
+
}, { modules }: import("@unchainedshop/types/api.js").Context): Promise<Array<typeof product>>;
|
|
575
569
|
status(product: import("@unchainedshop/types/products.js").Product, _: any, { modules }: import("@unchainedshop/types/api.js").Context): import("@unchainedshop/core-products").ProductStatus;
|
|
576
570
|
texts(product: import("@unchainedshop/types/products.js").Product, { forceLocale, }: {
|
|
577
571
|
forceLocale?: string;
|
|
@@ -619,3 +613,4 @@ declare const types: {
|
|
|
619
613
|
};
|
|
620
614
|
};
|
|
621
615
|
export default types;
|
|
616
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/index.ts"],"names":[],"mappings":"AAwEA,QAAA,MAAM,KAAK;;;;;;;;;;;;uBA5DP,CAAC;;;;;;;gBAKW,CAAC;;;uBAKG,CAAC;iBAAqB,CAAC;kBAC1B,CAAC;gBAAoB,CAAC;;;uBAKE,CAAC;;;wBAGZ,CAAC;;;;;;;uBAc1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA3B6B,CAAC;;;;;;;;;;oBAiBoC,CAAC;;oBAClB,CAAC;;;;;;uBAxBpD,CAAC;;;;;;;gBAKW,CAAC;;;uBAKG,CAAC;iBAAqB,CAAC;kBAC1B,CAAC;gBAAoB,CAAC;;;uBAKE,CAAC;;;wBAGZ,CAAC;;;;;;;uBAc1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAvCc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAKV,CAAC;gBAAyB,CAAC;iBACtB,CAAC;;mBACV,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBATiD,CAAC;oBAAkB,CAAC;;;oBAW3B,CAAC;oBAC7C,CAAC;uBAAsB,CAAA;;;oBASuB,CAAC;;;;;;;;;;;uBAbhD,CAAC;;;;;;;gBAKW,CAAC;;;uBAKG,CAAC;iBAAqB,CAAC;kBAC1B,CAAC;gBAAoB,CAAC;;;uBAKE,CAAC;;;wBAGZ,CAAC;;;;;;;uBAc1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAjCF,CAAC;;;;;;;gBAKW,CAAC;;;uBAKG,CAAC;iBAAqB,CAAC;kBAC1B,CAAC;gBAAoB,CAAC;;;uBAKE,CAAC;;;wBAGZ,CAAC;;;;;;;uBAc1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAnCyB,CAAC;+BACD,CAAC;oBACX,CAAC;4BAA8B,CAAC;;;;;;;4BAuB5B,CAAC;+BAA6C,CAAC;oBACrC,CAAC;;;;;;;;;;;;oBAhCoB,CAAC;oBAAkB,CAAC;;;oBAW3B,CAAC;oBAC7C,CAAC;uBAAsB,CAAA;;;oBASuB,CAAC;;;;;;;;;;;uBAbhD,CAAC;;;;;;;gBAKW,CAAC;;;uBAKG,CAAC;iBAAqB,CAAC;kBAC1B,CAAC;gBAAoB,CAAC;;;uBAKE,CAAC;;;wBAGZ,CAAC;;;;;;;uBAc1B,CAAC;;;;;;;;;;;4BA1BC,CAAA;+BAA6C,CAAC;oBAClC,CAAC;;;;oBAhBoC,CAAC;oBAAkB,CAAC;;;oBAW3B,CAAC;oBAC7C,CAAC;uBAAsB,CAAA;;;oBASuB,CAAC;;;;;;;;;;;uBAbhD,CAAC;;;;;;;gBAKW,CAAC;;;uBAKG,CAAC;iBAAqB,CAAC;kBAC1B,CAAC;gBAAoB,CAAC;;;uBAKE,CAAC;;;wBAGZ,CAAC;;;;;;;uBAc1B,CAAC;;;;;;;;;;;;;;;;;;;;kBAxCmE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CA2IzE,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language-types.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/language-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,CAAC,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC;IAC7E,IAAI,EAAE,CAAC,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,KAAK,MAAM,CAAC;CAC3E;AAED,eAAO,MAAM,QAAQ,EAAE,mBAOtB,CAAC"}
|
|
@@ -6,17 +6,17 @@ export declare const LoginMethodResponse: {
|
|
|
6
6
|
_id?: string;
|
|
7
7
|
deleted?: Date;
|
|
8
8
|
avatarId?: string;
|
|
9
|
-
emails: import("@unchainedshop/types/user.js").Email
|
|
9
|
+
emails: Array<import("@unchainedshop/types/user.js").Email>;
|
|
10
10
|
guest: boolean;
|
|
11
11
|
initialPassword: boolean;
|
|
12
12
|
lastBillingAddress?: import("@unchainedshop/types/common.js").Address;
|
|
13
13
|
lastContact?: import("@unchainedshop/types/common.js").Contact;
|
|
14
14
|
lastLogin?: import("@unchainedshop/types/user.js").UserLastLogin;
|
|
15
15
|
profile?: import("@unchainedshop/types/user.js").UserProfile;
|
|
16
|
-
roles: string
|
|
16
|
+
roles: Array<string>;
|
|
17
17
|
services: any;
|
|
18
|
-
tags?: string
|
|
19
|
-
pushSubscriptions: import("@unchainedshop/types/user.js").PushSubscriptionObject
|
|
18
|
+
tags?: Array<string>;
|
|
19
|
+
pushSubscriptions: Array<import("@unchainedshop/types/user.js").PushSubscriptionObject>;
|
|
20
20
|
username?: string;
|
|
21
21
|
meta?: any;
|
|
22
22
|
} & import("@unchainedshop/types/common.js").TimestampFields & {
|
|
@@ -27,3 +27,4 @@ export declare const LoginMethodResponse: {
|
|
|
27
27
|
tokenExpires: any;
|
|
28
28
|
}, _: any, { setLoginToken }: Context): any;
|
|
29
29
|
};
|
|
30
|
+
//# sourceMappingURL=login-method-response-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-method-response-types.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/login-method-response-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAGtD,eAAO,MAAM,mBAAmB;mBACT;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,KAAK,eAAe,OAAO;;;;;;;;;;;;;;;;;;gCAEvC,OAAO;;;;;kCAMkB,OAAO;CAI7D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-types.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/media-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,MAAM,CAAC;CACpF;AAED,eAAO,MAAM,KAAK,EAAE,gBAInB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth-account.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/oauth-account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD,eAAO,MAAM,YAAY;;gCAEM,KAAK,eAAe,OAAO;CAGzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth-provider.d.ts","sourceRoot":"","sources":["../../../src/resolvers/type/oauth-provider.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;CAIzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order-delivery-discount-types.d.ts","sourceRoot":"","sources":["../../../../src/resolvers/type/order/order-delivery-discount-types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,qBAAqB,IAAI,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AAC/G,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAEpE,KAAK,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,yBAAyB,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,CAAC,CAAC;AAErG,MAAM,WAAW,gCAAgC;IAC/C,GAAG,EAAE,UAAU,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IAC/B,aAAa,EAAE,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;IACzD,KAAK,EAAE,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,qBAAqB,EAAE,gCAqBnC,CAAC"}
|