@lustre/sdk 3.23.0-dev.5 → 3.23.0-dev.6
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,121 @@
|
|
|
1
|
+
export type { AffiliateLinkResponse } from "./queries/affiliateLink";
|
|
2
|
+
export type { AffiliateLinkV2Response } from "./queries/affiliateLinkV2";
|
|
3
|
+
export type { AffiliateUrlResponse } from "./queries/affiliateUrl";
|
|
4
|
+
export type { AnalyticsTrackResponse } from "./queries/analyticsTrack";
|
|
5
|
+
export type { AppliedCategoryIdListBySomeIdResponse } from "./queries/appliedCategoryIdListBySomeId";
|
|
6
|
+
export type { BaseScoreRatingIdListResponse } from "./queries/baseScoreRatingIdList";
|
|
7
|
+
export type { BaseScoreResponse } from "./queries/baseScore";
|
|
8
|
+
export type { BaseScoresByCategoryIdResponse } from "./queries/baseScoresByCategoryId";
|
|
9
|
+
export type { BestInClassResponse } from "./queries/bestInClass";
|
|
10
|
+
export type { BrandAliasResolutionResponse } from "./queries/brandAliasResolution";
|
|
11
|
+
export type { BrandCategoryRankingsResponse } from "./queries/brandCategoryRankings";
|
|
12
|
+
export type { BrandIdBySomeIdResponse } from "./queries/brandIdBySomeId";
|
|
13
|
+
export type { BrandIdListResponse } from "./queries/brandIdList";
|
|
14
|
+
export type { BrandSocialMediaPostListResponse } from "./queries/brandSocialMediaPostList";
|
|
15
|
+
export type { BrowseTheWebResponse } from "./queries/browseTheWeb";
|
|
16
|
+
export type { CategoryAliasResolutionResponse } from "./queries/categoryAliasResolution";
|
|
17
|
+
export type { CategoryDisplayModeResponse } from "./queries/categoryDisplayMode";
|
|
18
|
+
export type { CategoryIdByUrlSlugResponse } from "./queries/categoryIdByUrlSlug";
|
|
19
|
+
export type { CategoryIdListBySomeIdResponse } from "./queries/categoryIdListBySomeId";
|
|
20
|
+
export type { CategoryIdListBySourceIdResponse } from "./queries/categoryIdListBySourceId";
|
|
21
|
+
export type { CategoryIdListResponse } from "./queries/categoryIdList";
|
|
22
|
+
export type { CategoryModifierSearchListResponse } from "./queries/categoryModifierSearchList";
|
|
23
|
+
export type { CategoryRankingsResponse } from "./queries/categoryRankings";
|
|
24
|
+
export type { CategorySearchListResponse } from "./queries/categorySearchList";
|
|
25
|
+
export type { CategoryStatusListResponse } from "./queries/categoryStatusList";
|
|
26
|
+
export type { ChatFollowupSuggestionsResponse } from "./queries/chatFollowupSuggestions";
|
|
27
|
+
export type { CompetitorsAnalysisResponse } from "./queries/competitorsAnalysis";
|
|
28
|
+
export type { CouponsListResponse } from "./queries/couponsList";
|
|
29
|
+
export type { CrawlIdListByUrlResponse } from "./queries/crawlIdListByUrl";
|
|
30
|
+
export type { CrawlIdListResponse } from "./queries/crawlIdList";
|
|
31
|
+
export type { DescriptionMarkdownResponse } from "./queries/descriptionMarkdown";
|
|
32
|
+
export type { DomainAnalysisResponse } from "./queries/domainAnalysis";
|
|
33
|
+
export type { DomainSupportResponse } from "./queries/domainSupport";
|
|
34
|
+
export type { EducationalSearchResponse } from "./queries/educationalSearch";
|
|
35
|
+
export type { EntityTypeResponse } from "./queries/entityType";
|
|
36
|
+
export type { ExampleQueriesResponse } from "./queries/exampleQueries";
|
|
37
|
+
export type { FallbackPriceByProductTypeIdResponse } from "./queries/fallbackPriceByProductTypeId";
|
|
38
|
+
export type { FindProductsResponse } from "./queries/findProducts";
|
|
39
|
+
export type { FindProductsV2Response } from "./queries/findProductsV2";
|
|
40
|
+
export type { InputLayerVersionResponse } from "./queries/inputLayerVersion";
|
|
41
|
+
export type { LatestRatingIdListBySomeIdResponse } from "./queries/latestRatingIdListBySomeId";
|
|
42
|
+
export type { LatestRatingIdListResponse } from "./queries/latestRatingIdList";
|
|
43
|
+
export type { LocalServicesResponse } from "./queries/localServices";
|
|
44
|
+
export type { LookupProductResponse } from "./queries/lookupProduct";
|
|
45
|
+
export type { MediaIdListBySomeIdResponse } from "./queries/mediaIdListBySomeId";
|
|
46
|
+
export type { NoteMarkdownResponse } from "./queries/noteMarkdown";
|
|
47
|
+
export type { OfferIdListByStorePageIdResponse } from "./queries/offerIdListByStorePageId";
|
|
48
|
+
export type { PossibleAliasIdListBySomeIdResponse } from "./queries/possibleAliasIdListBySomeId";
|
|
49
|
+
export type { PossibleStorePageIdListBySomeIdResponse } from "./queries/possibleStorePageIdListBySomeId";
|
|
50
|
+
export type { PreferredCategoryIdListByProductIdResponse } from "./queries/preferredCategoryIdListByProductId";
|
|
51
|
+
export type { PreferredLatestRatingIdListBySomeIdResponse } from "./queries/preferredLatestRatingIdListBySomeId";
|
|
52
|
+
export type { PreferredStorePageListResponse } from "./queries/preferredStorePageList";
|
|
53
|
+
export type { PriceHistoryListsResponse } from "./queries/priceHistoryLists";
|
|
54
|
+
export type { PriceHistoryLookupResponse } from "./queries/priceHistoryLookup";
|
|
55
|
+
export type { PricePointCompetitorsResponse } from "./queries/pricePointCompetitors";
|
|
56
|
+
export type { PriceRangeByCategoryIdResponse } from "./queries/priceRangeByCategoryId";
|
|
57
|
+
export type { ProductApiSupportedDomainsResponse } from "./queries/productApiSupportedDomains";
|
|
58
|
+
export type { ProductBookmarkListResponse } from "./queries/productBookmarkList";
|
|
59
|
+
export type { ProductBookmarksNamesResponse } from "./queries/productBookmarksNames";
|
|
60
|
+
export type { ProductConfigurationIdListBySomeIdResponse } from "./queries/productConfigurationIdListBySomeId";
|
|
61
|
+
export type { ProductDealListResponse } from "./queries/productDealList";
|
|
62
|
+
export type { ProductDealsResponse } from "./queries/productDeals";
|
|
63
|
+
export type { ProductDocumentByStoreUrlResponse } from "./queries/productDocumentByStoreUrl";
|
|
64
|
+
export type { ProductDocumentsByProductIdsResponse } from "./queries/productDocumentsByProductIds";
|
|
65
|
+
export type { ProductFamilyIdBySomeIdResponse } from "./queries/productFamilyIdBySomeId";
|
|
66
|
+
export type { ProductFamilyIdListBySomeIdResponse } from "./queries/productFamilyIdListBySomeId";
|
|
67
|
+
export type { ProductGenerationIdBySomeIdResponse } from "./queries/productGenerationIdBySomeId";
|
|
68
|
+
export type { ProductGenerationIdListBySomeIdResponse } from "./queries/productGenerationIdListBySomeId";
|
|
69
|
+
export type { ProductListSortResponse } from "./queries/productListSort";
|
|
70
|
+
export type { ProductPricePointListResponse } from "./queries/productPricePointList";
|
|
71
|
+
export type { ProductSearchListResponse } from "./queries/productSearchList";
|
|
72
|
+
export type { ProductTradeoffsResponse } from "./queries/productTradeoffs";
|
|
73
|
+
export type { ProductTypeIdBySomeIdResponse } from "./queries/productTypeIdBySomeId";
|
|
74
|
+
export type { ProductTypeIdByStoreUrlResponse } from "./queries/productTypeIdByStoreUrl";
|
|
75
|
+
export type { ProductTypeIdListByCategoryIdResponse } from "./queries/productTypeIdListByCategoryId";
|
|
76
|
+
export type { ProductTypeIdListByModifiersResponse } from "./queries/productTypeIdListByModifiers";
|
|
77
|
+
export type { ProductTypeIdListBySomeIdResponse } from "./queries/productTypeIdListBySomeId";
|
|
78
|
+
export type { PushNotificationTokensResponse } from "./queries/pushNotificationTokens";
|
|
79
|
+
export type { QuerySuggestionsResponse } from "./queries/querySuggestions";
|
|
80
|
+
export type { RefineUserRequestResponse } from "./queries/refineUserRequest";
|
|
81
|
+
export type { ResearchBestProductsResponse } from "./queries/researchBestProducts";
|
|
82
|
+
export type { ResearchBestProductsV2Response } from "./queries/researchBestProductsV2";
|
|
83
|
+
export type { ResearchDealsResponse } from "./queries/researchDeals";
|
|
84
|
+
export type { ResearchProductComparisonResponse } from "./queries/researchProductComparison";
|
|
85
|
+
export type { ResearchProductReviewResponse } from "./queries/researchProductReview";
|
|
86
|
+
export type { ResearchQueryRefinementResponse } from "./queries/researchQueryRefinement";
|
|
87
|
+
export type { ResearchResponse } from "./queries/research";
|
|
88
|
+
export type { SaleMetricsResponse } from "./queries/saleMetrics";
|
|
89
|
+
export type { SearchSuggestionListResponse } from "./queries/searchSuggestionList";
|
|
90
|
+
export type { SectionDataByCrawlIdResponse } from "./queries/sectionDataByCrawlId";
|
|
91
|
+
export type { SourceIdListResponse } from "./queries/sourceIdList";
|
|
92
|
+
export type { SpecIdListBySomeIdResponse } from "./queries/specIdListBySomeId";
|
|
93
|
+
export type { SpecTypeIdListResponse } from "./queries/specTypeIdList";
|
|
94
|
+
export type { SpecTypeValidValuesResponse } from "./queries/specTypeValidValues";
|
|
95
|
+
export type { SpecValueRangeListByCategoryIdResponse } from "./queries/specValueRangeListByCategoryId";
|
|
96
|
+
export type { StablePriceByProductIdAndStoreNameResponse } from "./queries/stablePriceByProductIdAndStoreName";
|
|
97
|
+
export type { StablePriceByProductIdResponse } from "./queries/stablePriceByProductId";
|
|
98
|
+
export type { StablePriceByStorePageIdResponse } from "./queries/stablePriceByStorePageId";
|
|
99
|
+
export type { StorePageFetchDataResponse } from "./queries/storePageFetchData";
|
|
100
|
+
export type { StorePageIdByUrlResponse } from "./queries/storePageIdByUrl";
|
|
101
|
+
export type { StorePageIdListBySomeIdResponse } from "./queries/storePageIdListBySomeId";
|
|
102
|
+
export type { StorePageInfoBySkuResponse } from "./queries/storePageInfoBySku";
|
|
103
|
+
export type { StorePageInfoResponse } from "./queries/storePageInfo";
|
|
104
|
+
export type { StorePageScrapeDataResponse } from "./queries/storePageScrapeData";
|
|
105
|
+
export type { SubCategoryIdListByCategoryIdResponse } from "./queries/subCategoryIdListByCategoryId";
|
|
106
|
+
export type { SubsetModifierDataByModifiersResponse } from "./queries/subsetModifierDataByModifiers";
|
|
107
|
+
export type { ThreadIdListResponse } from "./queries/threadIdList";
|
|
108
|
+
export type { ThreadMessageResponse } from "./queries/threadMessage";
|
|
109
|
+
export type { ThreadMessageListResponse } from "./queries/threadMessageList";
|
|
110
|
+
export type { UnreadThreadIdListResponse } from "./queries/unreadThreadIdList";
|
|
111
|
+
export type { ThreadResponse } from "./queries/thread";
|
|
112
|
+
export type { TopProductDocumentListResponse } from "./queries/topProductDocumentList";
|
|
113
|
+
export type { UnstableMediaIdListByCategoryIdResponse } from "./queries/unstableMediaIdListByCategoryId";
|
|
114
|
+
export type { UnstableSourceTrustResponse } from "./queries/unstableSourceTrust";
|
|
115
|
+
export type { UserDataResponse } from "./queries/userData";
|
|
116
|
+
export type { UserIdListResponse } from "./queries/userIdList";
|
|
117
|
+
export type { UserPermissionsByUserIdResponse } from "./queries/userPermissionsByUserId";
|
|
118
|
+
export type { UserPersonalizationResponse } from "./queries/userPersonalization";
|
|
119
|
+
export type { UserProductDealsResponse } from "./queries/userProductDeals";
|
|
120
|
+
export type { UserReviewAnalysisResponse } from "./queries/userReviewAnalysis";
|
|
121
|
+
//# sourceMappingURL=responses.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"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"}
|