@lustre/sdk 3.23.0-dev.5 → 3.23.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/dist/api/ApiEmitter.js +7 -0
- package/dist/api/ApiEmitter.js.map +1 -0
- package/dist/api/FetchOptions.js +7 -0
- package/dist/api/FetchOptions.js.map +1 -0
- package/dist/api/MutationError.js +46 -0
- package/dist/api/MutationError.js.map +1 -0
- package/dist/api/QueryError.js +55 -0
- package/dist/api/QueryError.js.map +1 -0
- package/dist/api/QueryResolver.js +155 -0
- package/dist/api/QueryResolver.js.map +1 -0
- package/dist/api/WrappedMutation.js +3 -0
- package/dist/api/WrappedMutation.js.map +1 -0
- package/dist/api/WrappedQuery.js +3 -0
- package/dist/api/WrappedQuery.js.map +1 -0
- package/dist/api/fast1a64utf.js +136 -0
- package/dist/api/fast1a64utf.js.map +1 -0
- package/dist/api/fetchEntity.js +42 -0
- package/dist/api/fetchEntity.js.map +1 -0
- package/dist/api/fetchQuery.js +32 -0
- package/dist/api/fetchQuery.js.map +1 -0
- package/dist/api/getHash.js +28 -0
- package/dist/api/getHash.js.map +1 -0
- package/dist/api/getQueryHash.js +10 -0
- package/dist/api/getQueryHash.js.map +1 -0
- package/dist/api/sendMutation.js +48 -0
- package/dist/api/sendMutation.js.map +1 -0
- package/dist/index.js +47 -0
- package/dist/index.js.map +1 -0
- package/dist/schema/builtins.js +448 -0
- package/dist/schema/builtins.js.map +1 -0
- package/dist/schema/effects.js +3 -0
- package/dist/schema/effects.js.map +1 -0
- package/dist/schema/entities/alias.js +3 -0
- package/dist/schema/entities/alias.js.map +1 -0
- package/dist/schema/entities/brand.js +3 -0
- package/dist/schema/entities/brand.js.map +1 -0
- package/dist/schema/entities/category.js +3 -0
- package/dist/schema/entities/category.js.map +1 -0
- package/dist/schema/entities/crawl.js +3 -0
- package/dist/schema/entities/crawl.js.map +1 -0
- package/dist/schema/entities/index.js +34 -0
- package/dist/schema/entities/index.js.map +1 -0
- package/dist/schema/entities/media.js +3 -0
- package/dist/schema/entities/media.js.map +1 -0
- package/dist/schema/entities/offer.js +3 -0
- package/dist/schema/entities/offer.js.map +1 -0
- package/dist/schema/entities/productConfiguration.js +3 -0
- package/dist/schema/entities/productConfiguration.js.map +1 -0
- package/dist/schema/entities/productFamily.js +3 -0
- package/dist/schema/entities/productFamily.js.map +1 -0
- package/dist/schema/entities/productGeneration.js +3 -0
- package/dist/schema/entities/productGeneration.js.map +1 -0
- package/dist/schema/entities/productType.js +3 -0
- package/dist/schema/entities/productType.js.map +1 -0
- package/dist/schema/entities/rating.js +3 -0
- package/dist/schema/entities/rating.js.map +1 -0
- package/dist/schema/entities/source.js +3 -0
- package/dist/schema/entities/source.js.map +1 -0
- package/dist/schema/entities/spec.js +3 -0
- package/dist/schema/entities/spec.js.map +1 -0
- package/dist/schema/entities/specType.js +3 -0
- package/dist/schema/entities/specType.js.map +1 -0
- package/dist/schema/entities/specTypeChoice.js +3 -0
- package/dist/schema/entities/specTypeChoice.js.map +1 -0
- package/dist/schema/entities/storePage.js +3 -0
- package/dist/schema/entities/storePage.js.map +1 -0
- package/dist/schema/entities/storePageQueueGroup.js +3 -0
- package/dist/schema/entities/storePageQueueGroup.js.map +1 -0
- package/dist/schema/entities/user.js +3 -0
- package/dist/schema/entities/user.js.map +1 -0
- package/dist/schema/index.js +18 -0
- package/dist/schema/index.js.map +1 -0
- package/dist/schema/mutations/createBrand.js +3 -0
- package/dist/schema/mutations/createBrand.js.map +1 -0
- package/dist/schema/mutations/createCategory.js +3 -0
- package/dist/schema/mutations/createCategory.js.map +1 -0
- package/dist/schema/mutations/createMessages.js +3 -0
- package/dist/schema/mutations/createMessages.js.map +1 -0
- package/dist/schema/mutations/createProductBookmark.js +3 -0
- package/dist/schema/mutations/createProductBookmark.js.map +1 -0
- package/dist/schema/mutations/createProductConfiguration.js +3 -0
- package/dist/schema/mutations/createProductConfiguration.js.map +1 -0
- package/dist/schema/mutations/createProductFamily.js +3 -0
- package/dist/schema/mutations/createProductFamily.js.map +1 -0
- package/dist/schema/mutations/createProductGeneration.js +3 -0
- package/dist/schema/mutations/createProductGeneration.js.map +1 -0
- package/dist/schema/mutations/createProductType.js +3 -0
- package/dist/schema/mutations/createProductType.js.map +1 -0
- package/dist/schema/mutations/createPushNotificationToken.js +3 -0
- package/dist/schema/mutations/createPushNotificationToken.js.map +1 -0
- package/dist/schema/mutations/createThread.js +3 -0
- package/dist/schema/mutations/createThread.js.map +1 -0
- package/dist/schema/mutations/createUser.js +3 -0
- package/dist/schema/mutations/createUser.js.map +1 -0
- package/dist/schema/mutations/deleteProductBookmark.js +3 -0
- package/dist/schema/mutations/deleteProductBookmark.js.map +1 -0
- package/dist/schema/mutations/deletePushNotificationToken.js +3 -0
- package/dist/schema/mutations/deletePushNotificationToken.js.map +1 -0
- package/dist/schema/mutations/deleteThread.js +3 -0
- package/dist/schema/mutations/deleteThread.js.map +1 -0
- package/dist/schema/mutations/deleteUser.js +3 -0
- package/dist/schema/mutations/deleteUser.js.map +1 -0
- package/dist/schema/mutations/storePageQueueClaimById.js +3 -0
- package/dist/schema/mutations/storePageQueueClaimById.js.map +1 -0
- package/dist/schema/mutations/storePageQueueClaimNext.js +3 -0
- package/dist/schema/mutations/storePageQueueClaimNext.js.map +1 -0
- package/dist/schema/mutations/storePageQueueHandle.js +3 -0
- package/dist/schema/mutations/storePageQueueHandle.js.map +1 -0
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +3 -0
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +1 -0
- package/dist/schema/mutations/updateAlias.js +3 -0
- package/dist/schema/mutations/updateAlias.js.map +1 -0
- package/dist/schema/mutations/updateBrand.js +3 -0
- package/dist/schema/mutations/updateBrand.js.map +1 -0
- package/dist/schema/mutations/updateCategory.js +3 -0
- package/dist/schema/mutations/updateCategory.js.map +1 -0
- package/dist/schema/mutations/updateOffer.js +3 -0
- package/dist/schema/mutations/updateOffer.js.map +1 -0
- package/dist/schema/mutations/updateProductConfiguration.js +3 -0
- package/dist/schema/mutations/updateProductConfiguration.js.map +1 -0
- package/dist/schema/mutations/updateProductConfigurationProductType.js +3 -0
- package/dist/schema/mutations/updateProductConfigurationProductType.js.map +1 -0
- package/dist/schema/mutations/updateProductFamily.js +3 -0
- package/dist/schema/mutations/updateProductFamily.js.map +1 -0
- package/dist/schema/mutations/updateProductFamilyBrand.js +3 -0
- package/dist/schema/mutations/updateProductFamilyBrand.js.map +1 -0
- package/dist/schema/mutations/updateProductGeneration.js +3 -0
- package/dist/schema/mutations/updateProductGeneration.js.map +1 -0
- package/dist/schema/mutations/updateProductGenerationProductFamily.js +3 -0
- package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +1 -0
- package/dist/schema/mutations/updateProductType.js +3 -0
- package/dist/schema/mutations/updateProductType.js.map +1 -0
- package/dist/schema/mutations/updateProductTypeProductGeneration.js +3 -0
- package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +1 -0
- package/dist/schema/mutations/updateSource.js +3 -0
- package/dist/schema/mutations/updateSource.js.map +1 -0
- package/dist/schema/mutations/updateStorePage.js +3 -0
- package/dist/schema/mutations/updateStorePage.js.map +1 -0
- package/dist/schema/mutations/updateThread.js +3 -0
- package/dist/schema/mutations/updateThread.js.map +1 -0
- package/dist/schema/mutations/updateUserPersonalization.js +3 -0
- package/dist/schema/mutations/updateUserPersonalization.js.map +1 -0
- package/dist/schema/mutations.js +3 -0
- package/dist/schema/mutations.js.map +1 -0
- package/dist/schema/queries/affiliateLink.js +3 -0
- package/dist/schema/queries/affiliateLink.js.map +1 -0
- package/dist/schema/queries/affiliateLinkV2.js +3 -0
- package/dist/schema/queries/affiliateLinkV2.js.map +1 -0
- package/dist/schema/queries/affiliateUrl.js +3 -0
- package/dist/schema/queries/affiliateUrl.js.map +1 -0
- package/dist/schema/queries/aliasIdListBySomeId.js +3 -0
- package/dist/schema/queries/aliasIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/analyticsTrack.js +3 -0
- package/dist/schema/queries/analyticsTrack.js.map +1 -0
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js +3 -0
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/baseScore.js +3 -0
- package/dist/schema/queries/baseScore.js.map +1 -0
- package/dist/schema/queries/baseScoreRatingIdList.js +3 -0
- package/dist/schema/queries/baseScoreRatingIdList.js.map +1 -0
- package/dist/schema/queries/baseScoresByCategoryId.js +3 -0
- package/dist/schema/queries/baseScoresByCategoryId.js.map +1 -0
- package/dist/schema/queries/bestInClass.js +3 -0
- package/dist/schema/queries/bestInClass.js.map +1 -0
- package/dist/schema/queries/brandAliasResolution.js +3 -0
- package/dist/schema/queries/brandAliasResolution.js.map +1 -0
- package/dist/schema/queries/brandCategoryRankings.js +3 -0
- package/dist/schema/queries/brandCategoryRankings.js.map +1 -0
- package/dist/schema/queries/brandIdBySomeId.js +3 -0
- package/dist/schema/queries/brandIdBySomeId.js.map +1 -0
- package/dist/schema/queries/brandIdList.js +3 -0
- package/dist/schema/queries/brandIdList.js.map +1 -0
- package/dist/schema/queries/brandIdListBySearch.js +3 -0
- package/dist/schema/queries/brandIdListBySearch.js.map +1 -0
- package/dist/schema/queries/brandSocialMediaPostList.js +3 -0
- package/dist/schema/queries/brandSocialMediaPostList.js.map +1 -0
- package/dist/schema/queries/browseTheWeb.js +3 -0
- package/dist/schema/queries/browseTheWeb.js.map +1 -0
- package/dist/schema/queries/categoryAliasResolution.js +3 -0
- package/dist/schema/queries/categoryAliasResolution.js.map +1 -0
- package/dist/schema/queries/categoryDisplayMode.js +3 -0
- package/dist/schema/queries/categoryDisplayMode.js.map +1 -0
- package/dist/schema/queries/categoryIdByUrlSlug.js +3 -0
- package/dist/schema/queries/categoryIdByUrlSlug.js.map +1 -0
- package/dist/schema/queries/categoryIdList.js +3 -0
- package/dist/schema/queries/categoryIdList.js.map +1 -0
- package/dist/schema/queries/categoryIdListBySomeId.js +3 -0
- package/dist/schema/queries/categoryIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/categoryIdListBySourceId.js +3 -0
- package/dist/schema/queries/categoryIdListBySourceId.js.map +1 -0
- package/dist/schema/queries/categoryModifierSearchList.js +3 -0
- package/dist/schema/queries/categoryModifierSearchList.js.map +1 -0
- package/dist/schema/queries/categoryRankings.js +3 -0
- package/dist/schema/queries/categoryRankings.js.map +1 -0
- package/dist/schema/queries/categorySearchList.js +3 -0
- package/dist/schema/queries/categorySearchList.js.map +1 -0
- package/dist/schema/queries/categoryStatusList.js +3 -0
- package/dist/schema/queries/categoryStatusList.js.map +1 -0
- package/dist/schema/queries/chatFollowupSuggestions.js +3 -0
- package/dist/schema/queries/chatFollowupSuggestions.js.map +1 -0
- package/dist/schema/queries/competitorsAnalysis.js +3 -0
- package/dist/schema/queries/competitorsAnalysis.js.map +1 -0
- package/dist/schema/queries/couponsList.js +3 -0
- package/dist/schema/queries/couponsList.js.map +1 -0
- package/dist/schema/queries/crawlIdList.js +3 -0
- package/dist/schema/queries/crawlIdList.js.map +1 -0
- package/dist/schema/queries/crawlIdListByUrl.js +3 -0
- package/dist/schema/queries/crawlIdListByUrl.js.map +1 -0
- package/dist/schema/queries/descriptionMarkdown.js +3 -0
- package/dist/schema/queries/descriptionMarkdown.js.map +1 -0
- package/dist/schema/queries/domainAnalysis.js +3 -0
- package/dist/schema/queries/domainAnalysis.js.map +1 -0
- package/dist/schema/queries/domainSupport.js +3 -0
- package/dist/schema/queries/domainSupport.js.map +1 -0
- package/dist/schema/queries/educationalSearch.js +3 -0
- package/dist/schema/queries/educationalSearch.js.map +1 -0
- package/dist/schema/queries/entityType.js +3 -0
- package/dist/schema/queries/entityType.js.map +1 -0
- package/dist/schema/queries/exampleQueries.js +3 -0
- package/dist/schema/queries/exampleQueries.js.map +1 -0
- package/dist/schema/queries/fallbackPriceByProductTypeId.js +3 -0
- package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +1 -0
- package/dist/schema/queries/findProducts.js +3 -0
- package/dist/schema/queries/findProducts.js.map +1 -0
- package/dist/schema/queries/findProductsV2.js +3 -0
- package/dist/schema/queries/findProductsV2.js.map +1 -0
- package/dist/schema/queries/inputLayerVersion.js +3 -0
- package/dist/schema/queries/inputLayerVersion.js.map +1 -0
- package/dist/schema/queries/latestRatingIdList.js +3 -0
- package/dist/schema/queries/latestRatingIdList.js.map +1 -0
- package/dist/schema/queries/latestRatingIdListBySomeId.js +3 -0
- package/dist/schema/queries/latestRatingIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/localServices.js +3 -0
- package/dist/schema/queries/localServices.js.map +1 -0
- package/dist/schema/queries/lookupProduct.js +3 -0
- package/dist/schema/queries/lookupProduct.js.map +1 -0
- package/dist/schema/queries/mediaIdListBySomeId.js +3 -0
- package/dist/schema/queries/mediaIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/mlCategoryDisplayMode.js +3 -0
- package/dist/schema/queries/mlCategoryDisplayMode.js.map +1 -0
- package/dist/schema/queries/noteMarkdown.js +3 -0
- package/dist/schema/queries/noteMarkdown.js.map +1 -0
- package/dist/schema/queries/offerIdListByStorePageId.js +3 -0
- package/dist/schema/queries/offerIdListByStorePageId.js.map +1 -0
- package/dist/schema/queries/possibleAliasIdListBySomeId.js +3 -0
- package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js +3 -0
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/preferredCategoryIdListByProductId.js +3 -0
- package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +1 -0
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +3 -0
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/preferredStorePageList.js +3 -0
- package/dist/schema/queries/preferredStorePageList.js.map +1 -0
- package/dist/schema/queries/priceHistoryLists.js +3 -0
- package/dist/schema/queries/priceHistoryLists.js.map +1 -0
- package/dist/schema/queries/priceHistoryLookup.js +3 -0
- package/dist/schema/queries/priceHistoryLookup.js.map +1 -0
- package/dist/schema/queries/pricePointCompetitors.js +3 -0
- package/dist/schema/queries/pricePointCompetitors.js.map +1 -0
- package/dist/schema/queries/priceRangeByCategoryId.js +3 -0
- package/dist/schema/queries/priceRangeByCategoryId.js.map +1 -0
- package/dist/schema/queries/productApiSupportedDomains.js +3 -0
- package/dist/schema/queries/productApiSupportedDomains.js.map +1 -0
- package/dist/schema/queries/productBookmarkList.js +3 -0
- package/dist/schema/queries/productBookmarkList.js.map +1 -0
- package/dist/schema/queries/productBookmarksNames.js +3 -0
- package/dist/schema/queries/productBookmarksNames.js.map +1 -0
- package/dist/schema/queries/productConfigurationIdListBySomeId.js +3 -0
- package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/productDealList.js +3 -0
- package/dist/schema/queries/productDealList.js.map +1 -0
- package/dist/schema/queries/productDeals.js +3 -0
- package/dist/schema/queries/productDeals.js.map +1 -0
- package/dist/schema/queries/productDocumentByStoreUrl.js +3 -0
- package/dist/schema/queries/productDocumentByStoreUrl.js.map +1 -0
- package/dist/schema/queries/productDocumentsByProductIds.js +3 -0
- package/dist/schema/queries/productDocumentsByProductIds.js.map +1 -0
- package/dist/schema/queries/productFamilyIdBySomeId.js +3 -0
- package/dist/schema/queries/productFamilyIdBySomeId.js.map +1 -0
- package/dist/schema/queries/productFamilyIdListBySomeId.js +3 -0
- package/dist/schema/queries/productFamilyIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/productGenerationIdBySomeId.js +3 -0
- package/dist/schema/queries/productGenerationIdBySomeId.js.map +1 -0
- package/dist/schema/queries/productGenerationIdListBySomeId.js +3 -0
- package/dist/schema/queries/productGenerationIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/productListSort.js +3 -0
- package/dist/schema/queries/productListSort.js.map +1 -0
- package/dist/schema/queries/productPricePointList.js +3 -0
- package/dist/schema/queries/productPricePointList.js.map +1 -0
- package/dist/schema/queries/productSearchList.js +3 -0
- package/dist/schema/queries/productSearchList.js.map +1 -0
- package/dist/schema/queries/productTradeoffs.js +3 -0
- package/dist/schema/queries/productTradeoffs.js.map +1 -0
- package/dist/schema/queries/productTypeIdBySomeId.js +3 -0
- package/dist/schema/queries/productTypeIdBySomeId.js.map +1 -0
- package/dist/schema/queries/productTypeIdByStoreUrl.js +3 -0
- package/dist/schema/queries/productTypeIdByStoreUrl.js.map +1 -0
- package/dist/schema/queries/productTypeIdListByCategoryId.js +3 -0
- package/dist/schema/queries/productTypeIdListByCategoryId.js.map +1 -0
- package/dist/schema/queries/productTypeIdListByModifiers.js +3 -0
- package/dist/schema/queries/productTypeIdListByModifiers.js.map +1 -0
- package/dist/schema/queries/productTypeIdListBySomeId.js +3 -0
- package/dist/schema/queries/productTypeIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/pushNotificationTokens.js +3 -0
- package/dist/schema/queries/pushNotificationTokens.js.map +1 -0
- package/dist/schema/queries/querySuggestions.js +3 -0
- package/dist/schema/queries/querySuggestions.js.map +1 -0
- package/dist/schema/queries/refineUserRequest.js +3 -0
- package/dist/schema/queries/refineUserRequest.js.map +1 -0
- package/dist/schema/queries/research.js +3 -0
- package/dist/schema/queries/research.js.map +1 -0
- package/dist/schema/queries/researchBestProducts.js +3 -0
- package/dist/schema/queries/researchBestProducts.js.map +1 -0
- package/dist/schema/queries/researchBestProductsV2.js +3 -0
- package/dist/schema/queries/researchBestProductsV2.js.map +1 -0
- package/dist/schema/queries/researchDeals.js +3 -0
- package/dist/schema/queries/researchDeals.js.map +1 -0
- package/dist/schema/queries/researchProductComparison.js +3 -0
- package/dist/schema/queries/researchProductComparison.js.map +1 -0
- package/dist/schema/queries/researchProductReview.js +3 -0
- package/dist/schema/queries/researchProductReview.js.map +1 -0
- package/dist/schema/queries/researchQueryRefinement.js +3 -0
- package/dist/schema/queries/researchQueryRefinement.js.map +1 -0
- package/dist/schema/queries/saleMetrics.js +3 -0
- package/dist/schema/queries/saleMetrics.js.map +1 -0
- package/dist/schema/queries/searchSuggestionList.js +3 -0
- package/dist/schema/queries/searchSuggestionList.js.map +1 -0
- package/dist/schema/queries/sectionDataByCrawlId.js +3 -0
- package/dist/schema/queries/sectionDataByCrawlId.js.map +1 -0
- package/dist/schema/queries/sourceIdList.js +3 -0
- package/dist/schema/queries/sourceIdList.js.map +1 -0
- package/dist/schema/queries/specIdListBySomeId.js +3 -0
- package/dist/schema/queries/specIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/specTypeIdList.js +3 -0
- package/dist/schema/queries/specTypeIdList.js.map +1 -0
- package/dist/schema/queries/specTypeValidValues.js +3 -0
- package/dist/schema/queries/specTypeValidValues.js.map +1 -0
- package/dist/schema/queries/specValueRangeListByCategoryId.js +3 -0
- package/dist/schema/queries/specValueRangeListByCategoryId.js.map +1 -0
- package/dist/schema/queries/stablePriceByProductId.js +3 -0
- package/dist/schema/queries/stablePriceByProductId.js.map +1 -0
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +3 -0
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +1 -0
- package/dist/schema/queries/stablePriceByStorePageId.js +3 -0
- package/dist/schema/queries/stablePriceByStorePageId.js.map +1 -0
- package/dist/schema/queries/storePageFetchData.js +3 -0
- package/dist/schema/queries/storePageFetchData.js.map +1 -0
- package/dist/schema/queries/storePageIdByUrl.js +3 -0
- package/dist/schema/queries/storePageIdByUrl.js.map +1 -0
- package/dist/schema/queries/storePageIdListBySomeId.js +3 -0
- package/dist/schema/queries/storePageIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/storePageInfo.js +3 -0
- package/dist/schema/queries/storePageInfo.js.map +1 -0
- package/dist/schema/queries/storePageInfoBySku.js +3 -0
- package/dist/schema/queries/storePageInfoBySku.js.map +1 -0
- package/dist/schema/queries/storePageScrapeData.js +3 -0
- package/dist/schema/queries/storePageScrapeData.js.map +1 -0
- package/dist/schema/queries/subCategoryIdListByCategoryId.js +3 -0
- package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +1 -0
- package/dist/schema/queries/subsetModifierDataByModifiers.js +3 -0
- package/dist/schema/queries/subsetModifierDataByModifiers.js.map +1 -0
- package/dist/schema/queries/thread.js +3 -0
- package/dist/schema/queries/thread.js.map +1 -0
- package/dist/schema/queries/threadIdList.js +3 -0
- package/dist/schema/queries/threadIdList.js.map +1 -0
- package/dist/schema/queries/threadMessage.js +3 -0
- package/dist/schema/queries/threadMessage.js.map +1 -0
- package/dist/schema/queries/threadMessageList.js +3 -0
- package/dist/schema/queries/threadMessageList.js.map +1 -0
- package/dist/schema/queries/topProductDocumentList.js +3 -0
- package/dist/schema/queries/topProductDocumentList.js.map +1 -0
- package/dist/schema/queries/unreadThreadIdList.js +3 -0
- package/dist/schema/queries/unreadThreadIdList.js.map +1 -0
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js +3 -0
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +1 -0
- package/dist/schema/queries/unstableSourceTrust.js +3 -0
- package/dist/schema/queries/unstableSourceTrust.js.map +1 -0
- package/dist/schema/queries/userData.js +3 -0
- package/dist/schema/queries/userData.js.map +1 -0
- package/dist/schema/queries/userIdList.js +3 -0
- package/dist/schema/queries/userIdList.js.map +1 -0
- package/dist/schema/queries/userPermissionsByUserId.js +3 -0
- package/dist/schema/queries/userPermissionsByUserId.js.map +1 -0
- package/dist/schema/queries/userPersonalization.js +3 -0
- package/dist/schema/queries/userPersonalization.js.map +1 -0
- package/dist/schema/queries/userProductDeals.js +3 -0
- package/dist/schema/queries/userProductDeals.js.map +1 -0
- package/dist/schema/queries/userRestictedData.js +3 -0
- package/dist/schema/queries/userRestictedData.js.map +1 -0
- package/dist/schema/queries/userReviewAnalysis.js +3 -0
- package/dist/schema/queries/userReviewAnalysis.js.map +1 -0
- package/dist/schema/queries/whoAmI.js +3 -0
- package/dist/schema/queries/whoAmI.js.map +1 -0
- package/dist/schema/queries.js +3 -0
- package/dist/schema/queries.js.map +1 -0
- package/dist/schema/responses.js +3 -0
- package/dist/schema/responses.js.map +1 -0
- package/package.json +1 -1
- package/types/api/ApiEmitter.d.ts +10 -0
- package/types/api/ApiEmitter.d.ts.map +1 -0
- package/types/api/FetchOptions.d.ts +7 -0
- package/types/api/FetchOptions.d.ts.map +1 -0
- package/types/api/MutationError.d.ts +25 -0
- package/types/api/MutationError.d.ts.map +1 -0
- package/types/api/QueryError.d.ts +30 -0
- package/types/api/QueryError.d.ts.map +1 -0
- package/types/api/QueryResolver.d.ts +42 -0
- package/types/api/QueryResolver.d.ts.map +1 -0
- package/types/api/WrappedMutation.d.ts +9 -0
- package/types/api/WrappedMutation.d.ts.map +1 -0
- package/types/api/WrappedQuery.d.ts +9 -0
- package/types/api/WrappedQuery.d.ts.map +1 -0
- package/types/api/fast1a64utf.d.ts +3 -0
- package/types/api/fast1a64utf.d.ts.map +1 -0
- package/types/api/fetchEntity.d.ts +7 -0
- package/types/api/fetchEntity.d.ts.map +1 -0
- package/types/api/fetchQuery.d.ts +9 -0
- package/types/api/fetchQuery.d.ts.map +1 -0
- package/types/api/getHash.d.ts +7 -0
- package/types/api/getHash.d.ts.map +1 -0
- package/types/api/getQueryHash.d.ts +3 -0
- package/types/api/getQueryHash.d.ts.map +1 -0
- package/types/api/sendMutation.d.ts +6 -0
- package/types/api/sendMutation.d.ts.map +1 -0
- package/types/index.d.ts +13 -0
- package/types/index.d.ts.map +1 -0
- package/types/schema/builtins.d.ts +397 -0
- package/types/schema/builtins.d.ts.map +1 -0
- package/types/schema/effects.d.ts +11 -0
- package/types/schema/effects.d.ts.map +1 -0
- package/types/schema/entities/alias.d.ts +6 -0
- package/types/schema/entities/alias.d.ts.map +1 -0
- package/types/schema/entities/brand.d.ts +5 -0
- package/types/schema/entities/brand.d.ts.map +1 -0
- package/types/schema/entities/category.d.ts +7 -0
- package/types/schema/entities/category.d.ts.map +1 -0
- package/types/schema/entities/crawl.d.ts +12 -0
- package/types/schema/entities/crawl.d.ts.map +1 -0
- package/types/schema/entities/index.d.ts +18 -0
- package/types/schema/entities/index.d.ts.map +1 -0
- package/types/schema/entities/media.d.ts +6 -0
- package/types/schema/entities/media.d.ts.map +1 -0
- package/types/schema/entities/offer.d.ts +11 -0
- package/types/schema/entities/offer.d.ts.map +1 -0
- package/types/schema/entities/productConfiguration.d.ts +5 -0
- package/types/schema/entities/productConfiguration.d.ts.map +1 -0
- package/types/schema/entities/productFamily.d.ts +5 -0
- package/types/schema/entities/productFamily.d.ts.map +1 -0
- package/types/schema/entities/productGeneration.d.ts +5 -0
- package/types/schema/entities/productGeneration.d.ts.map +1 -0
- package/types/schema/entities/productType.d.ts +5 -0
- package/types/schema/entities/productType.d.ts.map +1 -0
- package/types/schema/entities/rating.d.ts +53 -0
- package/types/schema/entities/rating.d.ts.map +1 -0
- package/types/schema/entities/source.d.ts +8 -0
- package/types/schema/entities/source.d.ts.map +1 -0
- package/types/schema/entities/spec.d.ts +22 -0
- package/types/schema/entities/spec.d.ts.map +1 -0
- package/types/schema/entities/specType.d.ts +6 -0
- package/types/schema/entities/specType.d.ts.map +1 -0
- package/types/schema/entities/specTypeChoice.d.ts +7 -0
- package/types/schema/entities/specTypeChoice.d.ts.map +1 -0
- package/types/schema/entities/storePage.d.ts +8 -0
- package/types/schema/entities/storePage.d.ts.map +1 -0
- package/types/schema/entities/storePageQueueGroup.d.ts +6 -0
- package/types/schema/entities/storePageQueueGroup.d.ts.map +1 -0
- package/types/schema/entities/user.d.ts +5 -0
- package/types/schema/entities/user.d.ts.map +1 -0
- package/types/schema/index.d.ts +368 -0
- package/types/schema/index.d.ts.map +1 -0
- package/types/schema/mutations/createBrand.d.ts +9 -0
- package/types/schema/mutations/createBrand.d.ts.map +1 -0
- package/types/schema/mutations/createCategory.d.ts +9 -0
- package/types/schema/mutations/createCategory.d.ts.map +1 -0
- package/types/schema/mutations/createMessages.d.ts +10 -0
- package/types/schema/mutations/createMessages.d.ts.map +1 -0
- package/types/schema/mutations/createProductBookmark.d.ts +10 -0
- package/types/schema/mutations/createProductBookmark.d.ts.map +1 -0
- package/types/schema/mutations/createProductConfiguration.d.ts +10 -0
- package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -0
- package/types/schema/mutations/createProductFamily.d.ts +10 -0
- package/types/schema/mutations/createProductFamily.d.ts.map +1 -0
- package/types/schema/mutations/createProductGeneration.d.ts +10 -0
- package/types/schema/mutations/createProductGeneration.d.ts.map +1 -0
- package/types/schema/mutations/createProductType.d.ts +10 -0
- package/types/schema/mutations/createProductType.d.ts.map +1 -0
- package/types/schema/mutations/createPushNotificationToken.d.ts +7 -0
- package/types/schema/mutations/createPushNotificationToken.d.ts.map +1 -0
- package/types/schema/mutations/createThread.d.ts +20 -0
- package/types/schema/mutations/createThread.d.ts.map +1 -0
- package/types/schema/mutations/createUser.d.ts +10 -0
- package/types/schema/mutations/createUser.d.ts.map +1 -0
- package/types/schema/mutations/deleteProductBookmark.d.ts +8 -0
- package/types/schema/mutations/deleteProductBookmark.d.ts.map +1 -0
- package/types/schema/mutations/deletePushNotificationToken.d.ts +7 -0
- package/types/schema/mutations/deletePushNotificationToken.d.ts.map +1 -0
- package/types/schema/mutations/deleteThread.d.ts +7 -0
- package/types/schema/mutations/deleteThread.d.ts.map +1 -0
- package/types/schema/mutations/deleteUser.d.ts +7 -0
- package/types/schema/mutations/deleteUser.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueClaimById.d.ts +17 -0
- package/types/schema/mutations/storePageQueueClaimById.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueClaimNext.d.ts +15 -0
- package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueHandle.d.ts +15 -0
- package/types/schema/mutations/storePageQueueHandle.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +15 -0
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +1 -0
- package/types/schema/mutations/updateAlias.d.ts +8 -0
- package/types/schema/mutations/updateAlias.d.ts.map +1 -0
- package/types/schema/mutations/updateBrand.d.ts +8 -0
- package/types/schema/mutations/updateBrand.d.ts.map +1 -0
- package/types/schema/mutations/updateCategory.d.ts +10 -0
- package/types/schema/mutations/updateCategory.d.ts.map +1 -0
- package/types/schema/mutations/updateOffer.d.ts +8 -0
- package/types/schema/mutations/updateOffer.d.ts.map +1 -0
- package/types/schema/mutations/updateProductConfiguration.d.ts +8 -0
- package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -0
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts +8 -0
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -0
- package/types/schema/mutations/updateProductFamily.d.ts +8 -0
- package/types/schema/mutations/updateProductFamily.d.ts.map +1 -0
- package/types/schema/mutations/updateProductFamilyBrand.d.ts +8 -0
- package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -0
- package/types/schema/mutations/updateProductGeneration.d.ts +8 -0
- package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -0
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +8 -0
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -0
- package/types/schema/mutations/updateProductType.d.ts +8 -0
- package/types/schema/mutations/updateProductType.d.ts.map +1 -0
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +8 -0
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -0
- package/types/schema/mutations/updateSource.d.ts +10 -0
- package/types/schema/mutations/updateSource.d.ts.map +1 -0
- package/types/schema/mutations/updateStorePage.d.ts +8 -0
- package/types/schema/mutations/updateStorePage.d.ts.map +1 -0
- package/types/schema/mutations/updateThread.d.ts +11 -0
- package/types/schema/mutations/updateThread.d.ts.map +1 -0
- package/types/schema/mutations/updateUserPersonalization.d.ts +7 -0
- package/types/schema/mutations/updateUserPersonalization.d.ts.map +1 -0
- package/types/schema/mutations.d.ts +11 -0
- package/types/schema/mutations.d.ts.map +1 -0
- package/types/schema/queries/affiliateLink.d.ts +13 -0
- package/types/schema/queries/affiliateLink.d.ts.map +1 -0
- package/types/schema/queries/affiliateLinkV2.d.ts +19 -0
- package/types/schema/queries/affiliateLinkV2.d.ts.map +1 -0
- package/types/schema/queries/affiliateUrl.d.ts +12 -0
- package/types/schema/queries/affiliateUrl.d.ts.map +1 -0
- package/types/schema/queries/aliasIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/aliasIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/analyticsTrack.d.ts +6 -0
- package/types/schema/queries/analyticsTrack.d.ts.map +1 -0
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/baseScore.d.ts +9 -0
- package/types/schema/queries/baseScore.d.ts.map +1 -0
- package/types/schema/queries/baseScoreRatingIdList.d.ts +8 -0
- package/types/schema/queries/baseScoreRatingIdList.d.ts.map +1 -0
- package/types/schema/queries/baseScoresByCategoryId.d.ts +12 -0
- package/types/schema/queries/baseScoresByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/bestInClass.d.ts +20 -0
- package/types/schema/queries/bestInClass.d.ts.map +1 -0
- package/types/schema/queries/brandAliasResolution.d.ts +11 -0
- package/types/schema/queries/brandAliasResolution.d.ts.map +1 -0
- package/types/schema/queries/brandCategoryRankings.d.ts +37 -0
- package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -0
- package/types/schema/queries/brandIdBySomeId.d.ts +6 -0
- package/types/schema/queries/brandIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/brandIdList.d.ts +9 -0
- package/types/schema/queries/brandIdList.d.ts.map +1 -0
- package/types/schema/queries/brandIdListBySearch.d.ts +7 -0
- package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -0
- package/types/schema/queries/brandSocialMediaPostList.d.ts +22 -0
- package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -0
- package/types/schema/queries/browseTheWeb.d.ts +14 -0
- package/types/schema/queries/browseTheWeb.d.ts.map +1 -0
- package/types/schema/queries/categoryAliasResolution.d.ts +13 -0
- package/types/schema/queries/categoryAliasResolution.d.ts.map +1 -0
- package/types/schema/queries/categoryDisplayMode.d.ts +11 -0
- package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -0
- package/types/schema/queries/categoryIdByUrlSlug.d.ts +6 -0
- package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +1 -0
- package/types/schema/queries/categoryIdList.d.ts +9 -0
- package/types/schema/queries/categoryIdList.d.ts.map +1 -0
- package/types/schema/queries/categoryIdListBySomeId.d.ts +11 -0
- package/types/schema/queries/categoryIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/categoryIdListBySourceId.d.ts +7 -0
- package/types/schema/queries/categoryIdListBySourceId.d.ts.map +1 -0
- package/types/schema/queries/categoryModifierSearchList.d.ts +22 -0
- package/types/schema/queries/categoryModifierSearchList.d.ts.map +1 -0
- package/types/schema/queries/categoryRankings.d.ts +14 -0
- package/types/schema/queries/categoryRankings.d.ts.map +1 -0
- package/types/schema/queries/categorySearchList.d.ts +17 -0
- package/types/schema/queries/categorySearchList.d.ts.map +1 -0
- package/types/schema/queries/categoryStatusList.d.ts +10 -0
- package/types/schema/queries/categoryStatusList.d.ts.map +1 -0
- package/types/schema/queries/chatFollowupSuggestions.d.ts +8 -0
- package/types/schema/queries/chatFollowupSuggestions.d.ts.map +1 -0
- package/types/schema/queries/competitorsAnalysis.d.ts +37 -0
- package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -0
- package/types/schema/queries/couponsList.d.ts +13 -0
- package/types/schema/queries/couponsList.d.ts.map +1 -0
- package/types/schema/queries/crawlIdList.d.ts +12 -0
- package/types/schema/queries/crawlIdList.d.ts.map +1 -0
- package/types/schema/queries/crawlIdListByUrl.d.ts +7 -0
- package/types/schema/queries/crawlIdListByUrl.d.ts.map +1 -0
- package/types/schema/queries/descriptionMarkdown.d.ts +6 -0
- package/types/schema/queries/descriptionMarkdown.d.ts.map +1 -0
- package/types/schema/queries/domainAnalysis.d.ts +19 -0
- package/types/schema/queries/domainAnalysis.d.ts.map +1 -0
- package/types/schema/queries/domainSupport.d.ts +5 -0
- package/types/schema/queries/domainSupport.d.ts.map +1 -0
- package/types/schema/queries/educationalSearch.d.ts +15 -0
- package/types/schema/queries/educationalSearch.d.ts.map +1 -0
- package/types/schema/queries/entityType.d.ts +55 -0
- package/types/schema/queries/entityType.d.ts.map +1 -0
- package/types/schema/queries/exampleQueries.d.ts +16 -0
- package/types/schema/queries/exampleQueries.d.ts.map +1 -0
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +7 -0
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +1 -0
- package/types/schema/queries/findProducts.d.ts +14 -0
- package/types/schema/queries/findProducts.d.ts.map +1 -0
- package/types/schema/queries/findProductsV2.d.ts +7 -0
- package/types/schema/queries/findProductsV2.d.ts.map +1 -0
- package/types/schema/queries/inputLayerVersion.d.ts +6 -0
- package/types/schema/queries/inputLayerVersion.d.ts.map +1 -0
- package/types/schema/queries/latestRatingIdList.d.ts +7 -0
- package/types/schema/queries/latestRatingIdList.d.ts.map +1 -0
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/localServices.d.ts +13 -0
- package/types/schema/queries/localServices.d.ts.map +1 -0
- package/types/schema/queries/lookupProduct.d.ts +9 -0
- package/types/schema/queries/lookupProduct.d.ts.map +1 -0
- package/types/schema/queries/mediaIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/mediaIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/mlCategoryDisplayMode.d.ts +9 -0
- package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -0
- package/types/schema/queries/noteMarkdown.d.ts +6 -0
- package/types/schema/queries/noteMarkdown.d.ts.map +1 -0
- package/types/schema/queries/offerIdListByStorePageId.d.ts +13 -0
- package/types/schema/queries/offerIdListByStorePageId.d.ts.map +1 -0
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +7 -0
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +1 -0
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/preferredStorePageList.d.ts +12 -0
- package/types/schema/queries/preferredStorePageList.d.ts.map +1 -0
- package/types/schema/queries/priceHistoryLists.d.ts +26 -0
- package/types/schema/queries/priceHistoryLists.d.ts.map +1 -0
- package/types/schema/queries/priceHistoryLookup.d.ts +15 -0
- package/types/schema/queries/priceHistoryLookup.d.ts.map +1 -0
- package/types/schema/queries/pricePointCompetitors.d.ts +17 -0
- package/types/schema/queries/pricePointCompetitors.d.ts.map +1 -0
- package/types/schema/queries/priceRangeByCategoryId.d.ts +11 -0
- package/types/schema/queries/priceRangeByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/productApiSupportedDomains.d.ts +8 -0
- package/types/schema/queries/productApiSupportedDomains.d.ts.map +1 -0
- package/types/schema/queries/productBookmarkList.d.ts +18 -0
- package/types/schema/queries/productBookmarkList.d.ts.map +1 -0
- package/types/schema/queries/productBookmarksNames.d.ts +12 -0
- package/types/schema/queries/productBookmarksNames.d.ts.map +1 -0
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productDealList.d.ts +14 -0
- package/types/schema/queries/productDealList.d.ts.map +1 -0
- package/types/schema/queries/productDeals.d.ts +6 -0
- package/types/schema/queries/productDeals.d.ts.map +1 -0
- package/types/schema/queries/productDocumentByStoreUrl.d.ts +8 -0
- package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +1 -0
- package/types/schema/queries/productDocumentsByProductIds.d.ts +7 -0
- package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -0
- package/types/schema/queries/productFamilyIdBySomeId.d.ts +6 -0
- package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productGenerationIdBySomeId.d.ts +6 -0
- package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productListSort.d.ts +10 -0
- package/types/schema/queries/productListSort.d.ts.map +1 -0
- package/types/schema/queries/productPricePointList.d.ts +14 -0
- package/types/schema/queries/productPricePointList.d.ts.map +1 -0
- package/types/schema/queries/productSearchList.d.ts +40 -0
- package/types/schema/queries/productSearchList.d.ts.map +1 -0
- package/types/schema/queries/productTradeoffs.d.ts +46 -0
- package/types/schema/queries/productTradeoffs.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdBySomeId.d.ts +6 -0
- package/types/schema/queries/productTypeIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts +7 -0
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts +11 -0
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdListByModifiers.d.ts +8 -0
- package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/pushNotificationTokens.d.ts +6 -0
- package/types/schema/queries/pushNotificationTokens.d.ts.map +1 -0
- package/types/schema/queries/querySuggestions.d.ts +7 -0
- package/types/schema/queries/querySuggestions.d.ts.map +1 -0
- package/types/schema/queries/refineUserRequest.d.ts +15 -0
- package/types/schema/queries/refineUserRequest.d.ts.map +1 -0
- package/types/schema/queries/research.d.ts +12 -0
- package/types/schema/queries/research.d.ts.map +1 -0
- package/types/schema/queries/researchBestProducts.d.ts +20 -0
- package/types/schema/queries/researchBestProducts.d.ts.map +1 -0
- package/types/schema/queries/researchBestProductsV2.d.ts +10 -0
- package/types/schema/queries/researchBestProductsV2.d.ts.map +1 -0
- package/types/schema/queries/researchDeals.d.ts +9 -0
- package/types/schema/queries/researchDeals.d.ts.map +1 -0
- package/types/schema/queries/researchProductComparison.d.ts +20 -0
- package/types/schema/queries/researchProductComparison.d.ts.map +1 -0
- package/types/schema/queries/researchProductReview.d.ts +19 -0
- package/types/schema/queries/researchProductReview.d.ts.map +1 -0
- package/types/schema/queries/researchQueryRefinement.d.ts +7 -0
- package/types/schema/queries/researchQueryRefinement.d.ts.map +1 -0
- package/types/schema/queries/saleMetrics.d.ts +9 -0
- package/types/schema/queries/saleMetrics.d.ts.map +1 -0
- package/types/schema/queries/searchSuggestionList.d.ts +10 -0
- package/types/schema/queries/searchSuggestionList.d.ts.map +1 -0
- package/types/schema/queries/sectionDataByCrawlId.d.ts +20 -0
- package/types/schema/queries/sectionDataByCrawlId.d.ts.map +1 -0
- package/types/schema/queries/sourceIdList.d.ts +5 -0
- package/types/schema/queries/sourceIdList.d.ts.map +1 -0
- package/types/schema/queries/specIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/specIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/specTypeIdList.d.ts +13 -0
- package/types/schema/queries/specTypeIdList.d.ts.map +1 -0
- package/types/schema/queries/specTypeValidValues.d.ts +16 -0
- package/types/schema/queries/specTypeValidValues.d.ts.map +1 -0
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts +37 -0
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/stablePriceByProductId.d.ts +7 -0
- package/types/schema/queries/stablePriceByProductId.d.ts.map +1 -0
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +8 -0
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +1 -0
- package/types/schema/queries/stablePriceByStorePageId.d.ts +7 -0
- package/types/schema/queries/stablePriceByStorePageId.d.ts.map +1 -0
- package/types/schema/queries/storePageFetchData.d.ts +13 -0
- package/types/schema/queries/storePageFetchData.d.ts.map +1 -0
- package/types/schema/queries/storePageIdByUrl.d.ts +7 -0
- package/types/schema/queries/storePageIdByUrl.d.ts.map +1 -0
- package/types/schema/queries/storePageIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/storePageIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/storePageInfo.d.ts +11 -0
- package/types/schema/queries/storePageInfo.d.ts.map +1 -0
- package/types/schema/queries/storePageInfoBySku.d.ts +21 -0
- package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -0
- package/types/schema/queries/storePageScrapeData.d.ts +10 -0
- package/types/schema/queries/storePageScrapeData.d.ts.map +1 -0
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +7 -0
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts +13 -0
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +1 -0
- package/types/schema/queries/thread.d.ts +18 -0
- package/types/schema/queries/thread.d.ts.map +1 -0
- package/types/schema/queries/threadIdList.d.ts +15 -0
- package/types/schema/queries/threadIdList.d.ts.map +1 -0
- package/types/schema/queries/threadMessage.d.ts +7 -0
- package/types/schema/queries/threadMessage.d.ts.map +1 -0
- package/types/schema/queries/threadMessageList.d.ts +6 -0
- package/types/schema/queries/threadMessageList.d.ts.map +1 -0
- package/types/schema/queries/topProductDocumentList.d.ts +9 -0
- package/types/schema/queries/topProductDocumentList.d.ts.map +1 -0
- package/types/schema/queries/unreadThreadIdList.d.ts +6 -0
- package/types/schema/queries/unreadThreadIdList.d.ts.map +1 -0
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +7 -0
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/unstableSourceTrust.d.ts +10 -0
- package/types/schema/queries/unstableSourceTrust.d.ts.map +1 -0
- package/types/schema/queries/userData.d.ts +15 -0
- package/types/schema/queries/userData.d.ts.map +1 -0
- package/types/schema/queries/userIdList.d.ts +5 -0
- package/types/schema/queries/userIdList.d.ts.map +1 -0
- package/types/schema/queries/userPermissionsByUserId.d.ts +8 -0
- package/types/schema/queries/userPermissionsByUserId.d.ts.map +1 -0
- package/types/schema/queries/userPersonalization.d.ts +6 -0
- package/types/schema/queries/userPersonalization.d.ts.map +1 -0
- package/types/schema/queries/userProductDeals.d.ts +8 -0
- package/types/schema/queries/userProductDeals.d.ts.map +1 -0
- package/types/schema/queries/userRestictedData.d.ts +11 -0
- package/types/schema/queries/userRestictedData.d.ts.map +1 -0
- package/types/schema/queries/userReviewAnalysis.d.ts +40 -0
- package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -0
- package/types/schema/queries/whoAmI.d.ts +6 -0
- package/types/schema/queries/whoAmI.d.ts.map +1 -0
- package/types/schema/queries.d.ts +121 -0
- package/types/schema/queries.d.ts.map +1 -0
- package/types/schema/responses.d.ts +121 -0
- package/types/schema/responses.d.ts.map +1 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UpdatableResponse, Url } from "../builtins";
|
|
2
|
+
export interface EducationalSearchQuery {
|
|
3
|
+
search: string;
|
|
4
|
+
}
|
|
5
|
+
interface Data {
|
|
6
|
+
summary: string;
|
|
7
|
+
citations: {
|
|
8
|
+
url: Url;
|
|
9
|
+
title: string;
|
|
10
|
+
snippet: string;
|
|
11
|
+
}[];
|
|
12
|
+
}
|
|
13
|
+
export type EducationalSearchResponse = UpdatableResponse<Data>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=educationalSearch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"educationalSearch.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/educationalSearch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,GAAG,EAAE,oBAAyB;AAE1D,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,MAAM,CAAA;CACf;AAED,UAAU,IAAI;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE;QAAE,GAAG,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAC1D;AAED,MAAM,MAAM,yBAAyB,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { AnyId } from "../builtins";
|
|
2
|
+
import * as Entities from "../entities";
|
|
3
|
+
export interface EntityTypeQuery {
|
|
4
|
+
anyId: AnyId;
|
|
5
|
+
}
|
|
6
|
+
export type EntityTypeResponse = {
|
|
7
|
+
id: Entities.Alias["id"];
|
|
8
|
+
type: "alias";
|
|
9
|
+
} | {
|
|
10
|
+
id: Entities.Brand["id"];
|
|
11
|
+
type: "brand";
|
|
12
|
+
} | {
|
|
13
|
+
id: Entities.Category["id"];
|
|
14
|
+
type: "category";
|
|
15
|
+
} | {
|
|
16
|
+
id: Entities.Crawl["id"];
|
|
17
|
+
type: "crawl";
|
|
18
|
+
} | {
|
|
19
|
+
id: Entities.Media["id"];
|
|
20
|
+
type: "media";
|
|
21
|
+
} | {
|
|
22
|
+
id: Entities.ProductConfiguration["id"];
|
|
23
|
+
type: "productConfiguration";
|
|
24
|
+
} | {
|
|
25
|
+
id: Entities.ProductFamily["id"];
|
|
26
|
+
type: "productFamily";
|
|
27
|
+
} | {
|
|
28
|
+
id: Entities.ProductGeneration["id"];
|
|
29
|
+
type: "productGeneration";
|
|
30
|
+
} | {
|
|
31
|
+
id: Entities.ProductType["id"];
|
|
32
|
+
type: "productType";
|
|
33
|
+
} | {
|
|
34
|
+
id: Entities.Rating["id"];
|
|
35
|
+
type: "rating";
|
|
36
|
+
} | {
|
|
37
|
+
id: Entities.Source["id"];
|
|
38
|
+
type: "source";
|
|
39
|
+
} | {
|
|
40
|
+
id: Entities.Spec["id"];
|
|
41
|
+
type: "spec";
|
|
42
|
+
} | {
|
|
43
|
+
id: Entities.SpecTypeChoice["id"];
|
|
44
|
+
type: "specTypeChoice";
|
|
45
|
+
} | {
|
|
46
|
+
id: Entities.SpecType["id"];
|
|
47
|
+
type: "specType";
|
|
48
|
+
} | {
|
|
49
|
+
id: Entities.StorePage["id"];
|
|
50
|
+
type: "storePage";
|
|
51
|
+
} | {
|
|
52
|
+
id: Entities.User["id"];
|
|
53
|
+
type: "user";
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=entityType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entityType.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/entityType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,KAAK,QAAQ,MAAM,aAAa,CAAA;AAEvC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAA;CACb;AAID,MAAM,MAAM,kBAAkB,GAC1B;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GACjD;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,sBAAsB,CAAA;CAAE,GACzE;IAAE,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,eAAe,CAAA;CAAE,GAC3D;IAAE,EAAE,EAAE,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,mBAAmB,CAAA;CAAE,GACnE;IAAE,EAAE,EAAE,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,aAAa,CAAA;CAAE,GACvD;IAAE,EAAE,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GAC7C;IAAE,EAAE,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GAC7C;IAAE,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GACzC;IAAE,EAAE,EAAE,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,gBAAgB,CAAA;CAAE,GAC7D;IAAE,EAAE,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GACjD;IAAE,EAAE,EAAE,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,WAAW,CAAA;CAAE,GACnD;IAAE,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type ExampleQueriesQuery = Record<string, never>;
|
|
2
|
+
export interface ExampleQueriesResponse {
|
|
3
|
+
defaultQueries: ExampleQuery[];
|
|
4
|
+
moduleQueries: {
|
|
5
|
+
stable: ExampleQuery[];
|
|
6
|
+
random: ExampleQuery[];
|
|
7
|
+
};
|
|
8
|
+
moduleLimit: number | null;
|
|
9
|
+
moduleQueryLimit: number | null;
|
|
10
|
+
}
|
|
11
|
+
interface ExampleQuery {
|
|
12
|
+
title: string;
|
|
13
|
+
body: string[];
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=exampleQueries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exampleQueries.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/exampleQueries.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;AAEvD,MAAM,WAAW,sBAAsB;IACrC,cAAc,EAAE,YAAY,EAAE,CAAA;IAC9B,aAAa,EAAE;QACb,MAAM,EAAE,YAAY,EAAE,CAAA;QACtB,MAAM,EAAE,YAAY,EAAE,CAAA;KACvB,CAAA;IAED,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAE1B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAA;CAChC;AAED,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,EAAE,CAAA;CACf"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Money } from "../builtins";
|
|
2
|
+
import { ProductType } from "../entities";
|
|
3
|
+
export interface FallbackPriceByProductTypeIdQuery {
|
|
4
|
+
productTypeId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type FallbackPriceByProductTypeIdResponse = Money;
|
|
7
|
+
//# sourceMappingURL=fallbackPriceByProductTypeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fallbackPriceByProductTypeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/fallbackPriceByProductTypeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAKzC,MAAM,WAAW,iCAAiC;IAChD,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACjC;AAED,MAAM,MAAM,oCAAoC,GAAG,KAAK,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IsoCountry, ResearchedProduct, UpdatableResponse } from "../builtins";
|
|
2
|
+
export interface FindProductsQuery {
|
|
3
|
+
googleQueries: string[];
|
|
4
|
+
redditQueries?: string[];
|
|
5
|
+
context?: string;
|
|
6
|
+
localization?: IsoCountry;
|
|
7
|
+
}
|
|
8
|
+
interface Data {
|
|
9
|
+
summary: string;
|
|
10
|
+
products: ResearchedProduct[];
|
|
11
|
+
}
|
|
12
|
+
export type FindProductsResponse = UpdatableResponse<Data>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=findProducts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"findProducts.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/findProducts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,oBAAyB;AAEpF,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,UAAU,IAAI;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,iBAAiB,EAAE,CAAA;CAC9B;AAED,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"findProductsV2.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/findProductsV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,oBAAyB;AAEhE,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputLayerVersion.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/inputLayerVersion.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG,EAEpC,CAAA;AAED,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, ProductConfiguration, ProductFamily, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
+
export interface LatestRatingIdListQuery extends ListQuery {
|
|
4
|
+
productId: Brand["id"] | ProductConfiguration["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type LatestRatingIdListResponse = ListResponse<Rating["id"]>;
|
|
7
|
+
//# sourceMappingURL=latestRatingIdList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"latestRatingIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EACL,KAAK,EACL,oBAAoB,EACpB,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,MAAM,EACP,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,uBAAwB,SAAQ,SAAS;IACxD,SAAS,EACL,KAAK,CAAC,IAAI,CAAC,GACX,oBAAoB,CAAC,IAAI,CAAC,GAC1B,aAAa,CAAC,IAAI,CAAC,GACnB,iBAAiB,CAAC,IAAI,CAAC,GACvB,WAAW,CAAC,IAAI,CAAC,CAAA;CACtB;AAED,MAAM,MAAM,0BAA0B,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
+
export interface LatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type LatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
7
|
+
//# sourceMappingURL=latestRatingIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"latestRatingIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAS3E,MAAM,WAAW,+BAAgC,SAAQ,SAAS;IAChE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAA;CAClE;AAED,MAAM,MAAM,kCAAkC,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IsoCountry, ResearchResponse } from "../builtins";
|
|
2
|
+
export interface LocalServicesQuery {
|
|
3
|
+
query: string;
|
|
4
|
+
location: Location;
|
|
5
|
+
context?: string;
|
|
6
|
+
localization?: IsoCountry;
|
|
7
|
+
}
|
|
8
|
+
interface Location {
|
|
9
|
+
search: string;
|
|
10
|
+
}
|
|
11
|
+
export type LocalServicesResponse = ResearchResponse;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=localServices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localServices.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/localServices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,oBAAyB;AAEhE,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,QAAQ,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,UAAU,QAAQ;IAChB,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,MAAM,qBAAqB,GAAG,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IsoCountry, ResearchedProductV2 } from "../builtins";
|
|
2
|
+
export interface LookupProductQuery {
|
|
3
|
+
googleProductId: string;
|
|
4
|
+
localization?: IsoCountry;
|
|
5
|
+
}
|
|
6
|
+
export interface LookupProductResponse {
|
|
7
|
+
product: ResearchedProductV2 | null;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=lookupProduct.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookupProduct.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/lookupProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,oBAAyB;AAEnE,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAA;CACpC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Media, ProductType } from "../entities";
|
|
3
|
+
export interface MediaIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type MediaIdListBySomeIdResponse = ListResponse<Media["id"]>;
|
|
7
|
+
//# sourceMappingURL=mediaIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mediaIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/mediaIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,2BAA2B,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Category } from "../entities";
|
|
2
|
+
import { DisplayMode } from "../builtins";
|
|
3
|
+
export interface MlCategoryDisplayModeQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
}
|
|
6
|
+
export interface MlCategoryDisplayModeResponse {
|
|
7
|
+
mlDisplayMode: DisplayMode;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=mlCategoryDisplayMode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mlCategoryDisplayMode.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/mlCategoryDisplayMode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAC5C,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAK/C,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAOD,MAAM,WAAW,6BAA6B;IAC5C,aAAa,EAAE,WAAW,CAAA;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"noteMarkdown.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/noteMarkdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,KAAK,CAAA;CACb;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ListQuery, ListResponse, Timestamp } from "../builtins";
|
|
2
|
+
import { Offer, StorePage } from "../entities";
|
|
3
|
+
export interface OfferIdListByStorePageIdQuery extends ListQuery<Filters> {
|
|
4
|
+
storePageId: StorePage["id"];
|
|
5
|
+
}
|
|
6
|
+
export type OfferIdListByStorePageIdResponse = ListResponse<Offer["id"]>;
|
|
7
|
+
interface Filters {
|
|
8
|
+
before?: Timestamp;
|
|
9
|
+
after?: Timestamp;
|
|
10
|
+
isValid?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=offerIdListByStorePageId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offerIdListByStorePageId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/offerIdListByStorePageId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAChE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,6BAA8B,SAAQ,SAAS,CAAC,OAAO,CAAC;IACvE,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,MAAM,MAAM,gCAAgC,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAExE,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Alias, ProductType } from "../entities";
|
|
3
|
+
export interface PossibleAliasIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type PossibleAliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
|
|
7
|
+
//# sourceMappingURL=possibleAliasIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"possibleAliasIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/possibleAliasIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,WAAW,gCAAiC,SAAQ,SAAS;IACjE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,mCAAmC,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { ProductType, StorePage } from "../entities";
|
|
3
|
+
export interface PossibleStorePageIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type PossibleStorePageIdListBySomeIdResponse = ListResponse<StorePage["id"]>;
|
|
7
|
+
//# sourceMappingURL=possibleStorePageIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"possibleStorePageIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/possibleStorePageIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEpD,MAAM,WAAW,oCAAqC,SAAQ,SAAS;IACrE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,uCAAuC,GAAG,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, SortedListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface PreferredCategoryIdListByProductIdQuery extends ListQuery {
|
|
4
|
+
productId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type PreferredCategoryIdListByProductIdResponse = SortedListResponse<Category["id"]>;
|
|
7
|
+
//# sourceMappingURL=preferredCategoryIdListByProductId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preferredCategoryIdListByProductId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredCategoryIdListByProductId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAC3D,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAOnD,MAAM,WAAW,uCAAwC,SAAQ,SAAS;IACxE,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,MAAM,MAAM,0CAA0C,GAAG,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Rating, Brand, ProductGeneration, ProductType } from "../entities";
|
|
3
|
+
export interface PreferredLatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type PreferredLatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
7
|
+
//# sourceMappingURL=preferredLatestRatingIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preferredLatestRatingIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredLatestRatingIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE3E,MAAM,WAAW,wCAAyC,SAAQ,SAAS;IACzE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAA;CAClE;AAED,MAAM,MAAM,2CAA2C,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ListQuery, ListResponse, Money } from "../builtins";
|
|
2
|
+
import { ProductType, StorePage } from "../entities";
|
|
3
|
+
export interface PreferredStorePageListQuery extends ListQuery {
|
|
4
|
+
productId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type PreferredStorePageListResponse = ListResponse<PreferredStorePage>;
|
|
7
|
+
interface PreferredStorePage {
|
|
8
|
+
storePageId: StorePage["id"];
|
|
9
|
+
price: Money;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=preferredStorePageList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preferredStorePageList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredStorePageList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQpD,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,MAAM,MAAM,8BAA8B,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAAA;AAE7E,UAAU,kBAAkB;IAC1B,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IAC5B,KAAK,EAAE,KAAK,CAAA;CACb"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IsoCurrency, PriceType, TimestampedPrice, Url } from "../builtins";
|
|
2
|
+
interface PriceHistoryParams {
|
|
3
|
+
productAlias: string;
|
|
4
|
+
storePageUrl: Url;
|
|
5
|
+
}
|
|
6
|
+
import { RequireAtLeastOne } from "type-fest";
|
|
7
|
+
export type PriceHistoryListsQuery = RequireAtLeastOne<PriceHistoryParams>;
|
|
8
|
+
export interface PriceHistoryListsResponse {
|
|
9
|
+
name: string | null;
|
|
10
|
+
url: Url | null;
|
|
11
|
+
priceHistory: PriceHistory | null;
|
|
12
|
+
summary: string | null;
|
|
13
|
+
analysis: string | null;
|
|
14
|
+
}
|
|
15
|
+
interface PriceHistory {
|
|
16
|
+
sku: string;
|
|
17
|
+
store: string;
|
|
18
|
+
priceLists: PriceList[];
|
|
19
|
+
}
|
|
20
|
+
interface PriceList {
|
|
21
|
+
type: PriceType;
|
|
22
|
+
currency: IsoCurrency;
|
|
23
|
+
prices: TimestampedPrice[];
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=priceHistoryLists.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"priceHistoryLists.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/priceHistoryLists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAE,oBAAyB;AAEjF,UAAU,kBAAkB;IAC1B,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,GAAG,CAAA;CAClB;AAED,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,CAAC,kBAAkB,CAAC,CAAA;AAE1E,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,GAAG,EAAE,GAAG,GAAG,IAAI,CAAA;IACf,YAAY,EAAE,YAAY,GAAG,IAAI,CAAA;IACjC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;CACxB;AAED,UAAU,YAAY;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,SAAS,EAAE,CAAA;CACxB;AAED,UAAU,SAAS;IACjB,IAAI,EAAE,SAAS,CAAA;IACf,QAAQ,EAAE,WAAW,CAAA;IACrB,MAAM,EAAE,gBAAgB,EAAE,CAAA;CAC3B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AnyCurrency, IsoCountry, PriceType, TimestampedPrice } from "../builtins";
|
|
2
|
+
export interface PriceHistoryLookupQuery {
|
|
3
|
+
store: "amazon" | string;
|
|
4
|
+
sku: string;
|
|
5
|
+
type: PriceType;
|
|
6
|
+
country: IsoCountry;
|
|
7
|
+
}
|
|
8
|
+
export interface PriceHistoryLookupResponse {
|
|
9
|
+
store: string;
|
|
10
|
+
sku: string;
|
|
11
|
+
type: PriceType;
|
|
12
|
+
currency: AnyCurrency;
|
|
13
|
+
prices: TimestampedPrice[];
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=priceHistoryLookup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"priceHistoryLookup.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/priceHistoryLookup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAyB;AAExF,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,QAAQ,GAAG,MAAM,CAAA;IACxB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,SAAS,CAAA;IACf,OAAO,EAAE,UAAU,CAAA;CACpB;AAED,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,SAAS,CAAA;IACf,QAAQ,EAAE,WAAW,CAAA;IACrB,MAAM,EAAE,gBAAgB,EAAE,CAAA;CAC3B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Money } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface PricePointCompetitorsQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
referencePrice: Money;
|
|
6
|
+
productTypeIds?: ProductType["id"][];
|
|
7
|
+
}
|
|
8
|
+
export interface PricePointCompetitorsResponse {
|
|
9
|
+
recommendedCompetitors: [PricePointCompetitor];
|
|
10
|
+
additionalCompetitors: [PricePointCompetitor];
|
|
11
|
+
}
|
|
12
|
+
interface PricePointCompetitor {
|
|
13
|
+
productTypeId: ProductType["id"];
|
|
14
|
+
contextualScore: number;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=pricePointCompetitors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricePointCompetitors.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/pricePointCompetitors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAWnD,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,EAAE,KAAK,CAAA;IACrB,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,6BAA6B;IAC5C,sBAAsB,EAAE,CAAC,oBAAoB,CAAC,CAAA;IAC9C,qBAAqB,EAAE,CAAC,oBAAoB,CAAC,CAAA;CAC9C;AAED,UAAU,oBAAoB;IAC5B,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,eAAe,EAAE,MAAM,CAAA;CACxB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IsoCurrency, Money } from "../builtins";
|
|
2
|
+
import { Category } from "../entities";
|
|
3
|
+
export interface PriceRangeByCategoryIdQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
currency: IsoCurrency;
|
|
6
|
+
}
|
|
7
|
+
export interface PriceRangeByCategoryIdResponse {
|
|
8
|
+
min: Money;
|
|
9
|
+
max: Money;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=priceRangeByCategoryId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"priceRangeByCategoryId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/priceRangeByCategoryId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,QAAQ,EAAE,WAAW,CAAA;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC7C,GAAG,EAAE,KAAK,CAAA;IACV,GAAG,EAAE,KAAK,CAAA;CACX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productApiSupportedDomains.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productApiSupportedDomains.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,oBAAyB;AAEvC,MAAM,WAAW,+BAA+B;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,WAAW,kCAAkC;IACjD,OAAO,EAAE,GAAG,EAAE,CAAA;CACf"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ListQuery, ListResponse, ResearchedProduct, ResearchedProductV2 } from "../builtins";
|
|
2
|
+
export interface ProductBookmarkListQuery extends ListQuery<Filters> {
|
|
3
|
+
userId: string;
|
|
4
|
+
}
|
|
5
|
+
interface Filters {
|
|
6
|
+
page: number;
|
|
7
|
+
pageSize?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface ProductBookmarkListResponse extends ListResponse<ProductBookmark> {
|
|
10
|
+
count: number;
|
|
11
|
+
}
|
|
12
|
+
interface ProductBookmark {
|
|
13
|
+
id: string;
|
|
14
|
+
version: number;
|
|
15
|
+
product: ResearchedProduct | ResearchedProductV2;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=productBookmarkList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productBookmarkList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productBookmarkList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,oBAAyB;AAEnG,MAAM,WAAW,wBAAyB,SAAQ,SAAS,CAAC,OAAO,CAAC;IAClE,MAAM,EAAE,MAAM,CAAA;CACf;AAED,UAAU,OAAO;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,2BAA4B,SAAQ,YAAY,CAAC,eAAe,CAAC;IAChF,KAAK,EAAE,MAAM,CAAA;CACd;AAED,UAAU,eAAe;IACvB,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,iBAAiB,GAAG,mBAAmB,CAAA;CACjD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface ProductBookmarksNamesQuery {
|
|
2
|
+
userId: string;
|
|
3
|
+
}
|
|
4
|
+
export interface ProductBookmarksNamesResponse {
|
|
5
|
+
productBookmarkNames: ProductBookmarkName[];
|
|
6
|
+
}
|
|
7
|
+
interface ProductBookmarkName {
|
|
8
|
+
name: string;
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=productBookmarksNames.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productBookmarksNames.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productBookmarksNames.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,0BAA0B;IACzC,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,6BAA6B;IAC5C,oBAAoB,EAAE,mBAAmB,EAAE,CAAA;CAC5C;AAED,UAAU,mBAAmB;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,EAAE,MAAM,CAAA;CACX"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { ProductConfiguration, ProductType } from "../entities";
|
|
3
|
+
export interface ProductConfigurationIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type ProductConfigurationIdListBySomeIdResponse = ListResponse<ProductConfiguration["id"]>;
|
|
7
|
+
//# sourceMappingURL=productConfigurationIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productConfigurationIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productConfigurationIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,WAAW,uCAAwC,SAAQ,SAAS;IACxE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,0CAA0C,GAAG,YAAY,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ListQuery, NonEmptySortedIds, SortedListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export type ProductDealListQuery = ListQuery<Filters>;
|
|
4
|
+
export type ProductDealListResponse = SortedListResponse<ProductDealInfo>;
|
|
5
|
+
interface Filters {
|
|
6
|
+
categoryIds?: Category["id"][];
|
|
7
|
+
maxPerCategory?: number;
|
|
8
|
+
}
|
|
9
|
+
interface ProductDealInfo {
|
|
10
|
+
productTypeId: ProductType["id"];
|
|
11
|
+
categoryIds: NonEmptySortedIds<Category["id"]>;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=productDealList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productDealList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDealList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAC9E,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAQnD,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAErD,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,eAAe,CAAC,CAAA;AAazE,UAAU,OAAO;IACf,WAAW,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAA;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAOD,UAAU,eAAe;IACvB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,WAAW,EAAE,iBAAiB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;CAC/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productDeals.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDeals.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAE/C,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;AAErD,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,WAAW,EAAE,CAAA;CACrB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Url, ProductDocument } from "../builtins";
|
|
2
|
+
export interface ProductDocumentByStoreUrlQuery {
|
|
3
|
+
storeUrl: Url;
|
|
4
|
+
}
|
|
5
|
+
export interface ProductDocumentByStoreUrlResponse {
|
|
6
|
+
result: ProductDocument | null;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=productDocumentByStoreUrl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productDocumentByStoreUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentByStoreUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAElD,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,GAAG,CAAA;CACd;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,EAAE,eAAe,GAAG,IAAI,CAAA;CAC/B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ProductType } from "../entities";
|
|
2
|
+
import { ProductDocument } from "../builtins";
|
|
3
|
+
export interface ProductDocumentsByProductIdsQuery {
|
|
4
|
+
productIds: ProductType["id"][];
|
|
5
|
+
}
|
|
6
|
+
export type ProductDocumentsByProductIdsResponse = ProductDocument[];
|
|
7
|
+
//# sourceMappingURL=productDocumentsByProductIds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productDocumentsByProductIds.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentsByProductIds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAE7C,MAAM,WAAW,iCAAiC;IAChD,UAAU,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CAChC;AAED,MAAM,MAAM,oCAAoC,GAAG,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ProductFamily, ProductGeneration } from "../entities";
|
|
2
|
+
export interface ProductFamilyIdBySomeIdQuery {
|
|
3
|
+
someId: ProductGeneration["id"];
|
|
4
|
+
}
|
|
5
|
+
export type ProductFamilyIdBySomeIdResponse = ProductFamily["id"];
|
|
6
|
+
//# sourceMappingURL=productFamilyIdBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productFamilyIdBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE9D,MAAM,WAAW,4BAA4B;IAC3C,MAAM,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;CAChC;AAED,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,IAAI,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, Category, ProductFamily } from "../entities";
|
|
3
|
+
export interface ProductFamilyIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | Category["id"];
|
|
5
|
+
}
|
|
6
|
+
export type ProductFamilyIdListBySomeIdResponse = ListResponse<ProductFamily["id"]>;
|
|
7
|
+
//# sourceMappingURL=productFamilyIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productFamilyIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,WAAW,gCAAiC,SAAQ,SAAS;IACjE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;CACrC;AAED,MAAM,MAAM,mCAAmC,GAAG,YAAY,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ProductGeneration, ProductType } from "../entities";
|
|
2
|
+
export interface ProductGenerationIdBySomeIdQuery {
|
|
3
|
+
someId: ProductType["id"];
|
|
4
|
+
}
|
|
5
|
+
export type ProductGenerationIdBySomeIdResponse = ProductGeneration["id"];
|
|
6
|
+
//# sourceMappingURL=productGenerationIdBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productGenerationIdBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productGenerationIdBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,WAAW,gCAAgC;IAC/C,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,mCAAmC,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAA"}
|