@lustre/sdk 1.5.0-dev.1 → 2.0.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -18
- package/dist/api/QueryResolver.js +11 -10
- package/dist/api/QueryResolver.js.map +1 -1
- package/dist/api/fetchEntity.js.map +1 -1
- package/dist/hooks/useEntities.js.map +1 -1
- package/dist/hooks/useEntity.js.map +1 -1
- package/dist/schema/builtins.js.map +1 -1
- package/dist/schema/entities/index.js +2 -17
- package/dist/schema/entities/index.js.map +1 -1
- package/dist/schema/entities/{alias.js → product.js} +1 -1
- package/dist/schema/entities/product.js.map +1 -0
- package/dist/schema/entities/{media.js → variant.js} +1 -1
- package/dist/schema/entities/variant.js.map +1 -0
- package/dist/schema/queries/productDocumentsByRetailPageUrls.js +3 -0
- package/dist/schema/queries/productDocumentsByRetailPageUrls.js.map +1 -0
- package/dist/schema/{entities/brand.js → queries/retailPageInfo.js} +1 -1
- package/dist/schema/queries/retailPageInfo.js.map +1 -0
- package/dist/schema/queries/retailPagePriceHistory.js +3 -0
- package/dist/schema/queries/retailPagePriceHistory.js.map +1 -0
- package/dist/schema/{entities/crawl.js → queries/retailPagePricing.js} +1 -1
- package/dist/schema/queries/retailPagePricing.js.map +1 -0
- package/dist/schema/{entities/category.js → queries/searchList.js} +1 -1
- package/dist/schema/queries/searchList.js.map +1 -0
- package/dist/store/entities/index.js +2 -16
- package/dist/store/entities/index.js.map +1 -1
- package/dist/store/responses/index.js +5 -71
- package/dist/store/responses/index.js.map +1 -1
- package/package.json +1 -1
- package/types/api/QueryResolver.d.ts +1 -0
- package/types/api/QueryResolver.d.ts.map +1 -1
- package/types/api/fetchEntity.d.ts.map +1 -1
- package/types/hooks/useEntities.d.ts.map +1 -1
- package/types/hooks/useEntity.d.ts.map +1 -1
- package/types/schema/builtins.d.ts +91 -67
- package/types/schema/builtins.d.ts.map +1 -1
- package/types/schema/entities/index.d.ts +2 -17
- package/types/schema/entities/index.d.ts.map +1 -1
- package/types/schema/entities/product.d.ts +5 -0
- package/types/schema/entities/product.d.ts.map +1 -0
- package/types/schema/entities/variant.d.ts +5 -0
- package/types/schema/entities/variant.d.ts.map +1 -0
- package/types/schema/index.d.ts +16 -194
- package/types/schema/index.d.ts.map +1 -1
- package/types/schema/queries/affiliateUrl.d.ts +1 -2
- package/types/schema/queries/affiliateUrl.d.ts.map +1 -1
- package/types/schema/queries/productDocumentsByProductIds.d.ts +2 -2
- package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
- package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts +6 -0
- package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts.map +1 -0
- package/types/schema/queries/retailPageInfo.d.ts +18 -0
- package/types/schema/queries/retailPageInfo.d.ts.map +1 -0
- package/types/schema/queries/retailPagePriceHistory.d.ts +15 -0
- package/types/schema/queries/retailPagePriceHistory.d.ts.map +1 -0
- package/types/schema/queries/retailPagePricing.d.ts +10 -0
- package/types/schema/queries/retailPagePricing.d.ts.map +1 -0
- package/types/schema/queries/searchList.d.ts +54 -0
- package/types/schema/queries/searchList.d.ts.map +1 -0
- package/types/schema/queries.d.ts +5 -71
- package/types/schema/queries.d.ts.map +1 -1
- package/types/schema/responses.d.ts +5 -71
- package/types/schema/responses.d.ts.map +1 -1
- package/types/store/entities/index.d.ts +2 -16
- package/types/store/entities/index.d.ts.map +1 -1
- package/types/store/index.d.ts +7 -87
- package/types/store/index.d.ts.map +1 -1
- package/types/store/responses/index.d.ts +5 -71
- package/types/store/responses/index.d.ts.map +1 -1
- package/dist/schema/entities/alias.js.map +0 -1
- package/dist/schema/entities/brand.js.map +0 -1
- package/dist/schema/entities/category.js.map +0 -1
- package/dist/schema/entities/crawl.js.map +0 -1
- package/dist/schema/entities/media.js.map +0 -1
- package/dist/schema/entities/offer.js +0 -3
- package/dist/schema/entities/offer.js.map +0 -1
- package/dist/schema/entities/productConfiguration.js +0 -3
- package/dist/schema/entities/productConfiguration.js.map +0 -1
- package/dist/schema/entities/productFamily.js +0 -3
- package/dist/schema/entities/productFamily.js.map +0 -1
- package/dist/schema/entities/productGeneration.js +0 -3
- package/dist/schema/entities/productGeneration.js.map +0 -1
- package/dist/schema/entities/productType.js +0 -3
- package/dist/schema/entities/productType.js.map +0 -1
- package/dist/schema/entities/rating.js +0 -3
- package/dist/schema/entities/rating.js.map +0 -1
- package/dist/schema/entities/source.js +0 -3
- package/dist/schema/entities/source.js.map +0 -1
- package/dist/schema/entities/spec.js +0 -3
- package/dist/schema/entities/spec.js.map +0 -1
- package/dist/schema/entities/specType.js +0 -3
- package/dist/schema/entities/specType.js.map +0 -1
- package/dist/schema/entities/specTypeChoice.js +0 -3
- package/dist/schema/entities/specTypeChoice.js.map +0 -1
- package/dist/schema/entities/storePage.js +0 -3
- package/dist/schema/entities/storePage.js.map +0 -1
- package/dist/schema/entities/storePageQueueGroup.js +0 -3
- package/dist/schema/entities/storePageQueueGroup.js.map +0 -1
- package/dist/schema/entities/user.js +0 -3
- package/dist/schema/entities/user.js.map +0 -1
- package/dist/schema/mutations/createBrand.js +0 -3
- package/dist/schema/mutations/createBrand.js.map +0 -1
- package/dist/schema/mutations/createCategory.js +0 -3
- package/dist/schema/mutations/createCategory.js.map +0 -1
- package/dist/schema/mutations/createProductConfiguration.js +0 -3
- package/dist/schema/mutations/createProductConfiguration.js.map +0 -1
- package/dist/schema/mutations/createProductFamily.js +0 -3
- package/dist/schema/mutations/createProductFamily.js.map +0 -1
- package/dist/schema/mutations/createProductGeneration.js +0 -3
- package/dist/schema/mutations/createProductGeneration.js.map +0 -1
- package/dist/schema/mutations/createProductType.js +0 -3
- package/dist/schema/mutations/createProductType.js.map +0 -1
- package/dist/schema/mutations/createUser.js +0 -3
- package/dist/schema/mutations/createUser.js.map +0 -1
- package/dist/schema/mutations/storePageQueueClaimById.js +0 -3
- package/dist/schema/mutations/storePageQueueClaimById.js.map +0 -1
- package/dist/schema/mutations/storePageQueueClaimNext.js +0 -3
- package/dist/schema/mutations/storePageQueueClaimNext.js.map +0 -1
- package/dist/schema/mutations/storePageQueueHandle.js +0 -3
- package/dist/schema/mutations/storePageQueueHandle.js.map +0 -1
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +0 -3
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +0 -1
- package/dist/schema/mutations/updateAlias.js +0 -3
- package/dist/schema/mutations/updateAlias.js.map +0 -1
- package/dist/schema/mutations/updateBrand.js +0 -3
- package/dist/schema/mutations/updateBrand.js.map +0 -1
- package/dist/schema/mutations/updateCategory.js +0 -3
- package/dist/schema/mutations/updateCategory.js.map +0 -1
- package/dist/schema/mutations/updateOffer.js +0 -3
- package/dist/schema/mutations/updateOffer.js.map +0 -1
- package/dist/schema/mutations/updateProductConfiguration.js +0 -3
- package/dist/schema/mutations/updateProductConfiguration.js.map +0 -1
- package/dist/schema/mutations/updateProductConfigurationProductType.js +0 -3
- package/dist/schema/mutations/updateProductConfigurationProductType.js.map +0 -1
- package/dist/schema/mutations/updateProductFamily.js +0 -3
- package/dist/schema/mutations/updateProductFamily.js.map +0 -1
- package/dist/schema/mutations/updateProductFamilyBrand.js +0 -3
- package/dist/schema/mutations/updateProductFamilyBrand.js.map +0 -1
- package/dist/schema/mutations/updateProductGeneration.js +0 -3
- package/dist/schema/mutations/updateProductGeneration.js.map +0 -1
- package/dist/schema/mutations/updateProductGenerationProductFamily.js +0 -3
- package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +0 -1
- package/dist/schema/mutations/updateProductType.js +0 -3
- package/dist/schema/mutations/updateProductType.js.map +0 -1
- package/dist/schema/mutations/updateProductTypeProductGeneration.js +0 -3
- package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +0 -1
- package/dist/schema/mutations/updateSource.js +0 -3
- package/dist/schema/mutations/updateSource.js.map +0 -1
- package/dist/schema/mutations/updateStorePage.js +0 -3
- package/dist/schema/mutations/updateStorePage.js.map +0 -1
- package/dist/schema/queries/aliasIdListBySomeId.js +0 -3
- package/dist/schema/queries/aliasIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js +0 -3
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/baseScore.js +0 -3
- package/dist/schema/queries/baseScore.js.map +0 -1
- package/dist/schema/queries/baseScoreRatingIdList.js +0 -3
- package/dist/schema/queries/baseScoreRatingIdList.js.map +0 -1
- package/dist/schema/queries/baseScoresByCategoryId.js +0 -3
- package/dist/schema/queries/baseScoresByCategoryId.js.map +0 -1
- package/dist/schema/queries/bestInClass.js +0 -3
- package/dist/schema/queries/bestInClass.js.map +0 -1
- package/dist/schema/queries/brandIdBySomeId.js +0 -3
- package/dist/schema/queries/brandIdBySomeId.js.map +0 -1
- package/dist/schema/queries/brandIdList.js +0 -3
- package/dist/schema/queries/brandIdList.js.map +0 -1
- package/dist/schema/queries/brandIdListBySearch.js +0 -3
- package/dist/schema/queries/brandIdListBySearch.js.map +0 -1
- package/dist/schema/queries/categoryDisplayMode.js +0 -3
- package/dist/schema/queries/categoryDisplayMode.js.map +0 -1
- package/dist/schema/queries/categoryIdByUrlSlug.js +0 -3
- package/dist/schema/queries/categoryIdByUrlSlug.js.map +0 -1
- package/dist/schema/queries/categoryIdList.js +0 -3
- package/dist/schema/queries/categoryIdList.js.map +0 -1
- package/dist/schema/queries/categoryIdListBySomeId.js +0 -3
- package/dist/schema/queries/categoryIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/categoryIdListBySourceId.js +0 -3
- package/dist/schema/queries/categoryIdListBySourceId.js.map +0 -1
- package/dist/schema/queries/categoryModifierSearchList.js +0 -3
- package/dist/schema/queries/categoryModifierSearchList.js.map +0 -1
- package/dist/schema/queries/categoryRankings.js +0 -3
- package/dist/schema/queries/categoryRankings.js.map +0 -1
- package/dist/schema/queries/categorySearchList.js +0 -3
- package/dist/schema/queries/categorySearchList.js.map +0 -1
- package/dist/schema/queries/categoryStatusList.js +0 -3
- package/dist/schema/queries/categoryStatusList.js.map +0 -1
- package/dist/schema/queries/crawlIdList.js +0 -3
- package/dist/schema/queries/crawlIdList.js.map +0 -1
- package/dist/schema/queries/crawlIdListByUrl.js +0 -3
- package/dist/schema/queries/crawlIdListByUrl.js.map +0 -1
- package/dist/schema/queries/descriptionMarkdown.js +0 -3
- package/dist/schema/queries/descriptionMarkdown.js.map +0 -1
- package/dist/schema/queries/entityType.js +0 -3
- package/dist/schema/queries/entityType.js.map +0 -1
- package/dist/schema/queries/fallbackPriceByProductTypeId.js +0 -3
- package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +0 -1
- package/dist/schema/queries/inputLayerVersion.js +0 -3
- package/dist/schema/queries/inputLayerVersion.js.map +0 -1
- package/dist/schema/queries/latestRatingIdList.js +0 -3
- package/dist/schema/queries/latestRatingIdList.js.map +0 -1
- package/dist/schema/queries/latestRatingIdListBySomeId.js +0 -3
- package/dist/schema/queries/latestRatingIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/mediaIdListBySomeId.js +0 -3
- package/dist/schema/queries/mediaIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/mlCategoryDisplayMode.js +0 -3
- package/dist/schema/queries/mlCategoryDisplayMode.js.map +0 -1
- package/dist/schema/queries/noteMarkdown.js +0 -3
- package/dist/schema/queries/noteMarkdown.js.map +0 -1
- package/dist/schema/queries/offerIdListByStorePageId.js +0 -3
- package/dist/schema/queries/offerIdListByStorePageId.js.map +0 -1
- package/dist/schema/queries/possibleAliasIdListBySomeId.js +0 -3
- package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js +0 -3
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/preferredCategoryIdListByProductId.js +0 -3
- package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +0 -1
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +0 -3
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/preferredStorePageList.js +0 -3
- package/dist/schema/queries/preferredStorePageList.js.map +0 -1
- package/dist/schema/queries/priceHistoryLookup.js +0 -3
- package/dist/schema/queries/priceHistoryLookup.js.map +0 -1
- package/dist/schema/queries/pricePointCompetitors.js +0 -3
- package/dist/schema/queries/pricePointCompetitors.js.map +0 -1
- package/dist/schema/queries/priceRangeByCategoryId.js +0 -3
- package/dist/schema/queries/priceRangeByCategoryId.js.map +0 -1
- package/dist/schema/queries/productConfigurationIdListBySomeId.js +0 -3
- package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/productDealList.js +0 -3
- package/dist/schema/queries/productDealList.js.map +0 -1
- package/dist/schema/queries/productDocumentByStoreUrl.js +0 -3
- package/dist/schema/queries/productDocumentByStoreUrl.js.map +0 -1
- package/dist/schema/queries/productFamilyIdBySomeId.js +0 -3
- package/dist/schema/queries/productFamilyIdBySomeId.js.map +0 -1
- package/dist/schema/queries/productFamilyIdListBySomeId.js +0 -3
- package/dist/schema/queries/productFamilyIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/productGenerationIdBySomeId.js +0 -3
- package/dist/schema/queries/productGenerationIdBySomeId.js.map +0 -1
- package/dist/schema/queries/productGenerationIdListBySomeId.js +0 -3
- package/dist/schema/queries/productGenerationIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/productListSort.js +0 -3
- package/dist/schema/queries/productListSort.js.map +0 -1
- package/dist/schema/queries/productPricePointList.js +0 -3
- package/dist/schema/queries/productPricePointList.js.map +0 -1
- package/dist/schema/queries/productSearchList.js +0 -3
- package/dist/schema/queries/productSearchList.js.map +0 -1
- package/dist/schema/queries/productTypeIdBySomeId.js +0 -3
- package/dist/schema/queries/productTypeIdBySomeId.js.map +0 -1
- package/dist/schema/queries/productTypeIdByStoreUrl.js +0 -3
- package/dist/schema/queries/productTypeIdByStoreUrl.js.map +0 -1
- package/dist/schema/queries/productTypeIdListByCategoryId.js +0 -3
- package/dist/schema/queries/productTypeIdListByCategoryId.js.map +0 -1
- package/dist/schema/queries/productTypeIdListByModifiers.js +0 -3
- package/dist/schema/queries/productTypeIdListByModifiers.js.map +0 -1
- package/dist/schema/queries/productTypeIdListBySomeId.js +0 -3
- package/dist/schema/queries/productTypeIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/saleMetrics.js +0 -3
- package/dist/schema/queries/saleMetrics.js.map +0 -1
- package/dist/schema/queries/sectionDataByCrawlId.js +0 -3
- package/dist/schema/queries/sectionDataByCrawlId.js.map +0 -1
- package/dist/schema/queries/sourceIdList.js +0 -3
- package/dist/schema/queries/sourceIdList.js.map +0 -1
- package/dist/schema/queries/specIdListBySomeId.js +0 -3
- package/dist/schema/queries/specIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/specTypeIdList.js +0 -3
- package/dist/schema/queries/specTypeIdList.js.map +0 -1
- package/dist/schema/queries/specTypeValidValues.js +0 -3
- package/dist/schema/queries/specTypeValidValues.js.map +0 -1
- package/dist/schema/queries/specValueRangeListByCategoryId.js +0 -3
- package/dist/schema/queries/specValueRangeListByCategoryId.js.map +0 -1
- package/dist/schema/queries/stablePriceByProductId.js +0 -3
- package/dist/schema/queries/stablePriceByProductId.js.map +0 -1
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +0 -3
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +0 -1
- package/dist/schema/queries/stablePriceByStorePageId.js +0 -3
- package/dist/schema/queries/stablePriceByStorePageId.js.map +0 -1
- package/dist/schema/queries/storePageFetchData.js +0 -3
- package/dist/schema/queries/storePageFetchData.js.map +0 -1
- package/dist/schema/queries/storePageIdByUrl.js +0 -3
- package/dist/schema/queries/storePageIdByUrl.js.map +0 -1
- package/dist/schema/queries/storePageIdListBySomeId.js +0 -3
- package/dist/schema/queries/storePageIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/storePageInfoBySku.js +0 -3
- package/dist/schema/queries/storePageInfoBySku.js.map +0 -1
- package/dist/schema/queries/storePageScrapeData.js +0 -3
- package/dist/schema/queries/storePageScrapeData.js.map +0 -1
- package/dist/schema/queries/subCategoryIdListByCategoryId.js +0 -3
- package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +0 -1
- package/dist/schema/queries/subsetModifierDataByModifiers.js +0 -3
- package/dist/schema/queries/subsetModifierDataByModifiers.js.map +0 -1
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js +0 -3
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +0 -1
- package/dist/schema/queries/unstableSourceTrust.js +0 -3
- package/dist/schema/queries/unstableSourceTrust.js.map +0 -1
- package/dist/schema/queries/userIdList.js +0 -3
- package/dist/schema/queries/userIdList.js.map +0 -1
- package/dist/schema/queries/userPermissionsByUserId.js +0 -3
- package/dist/schema/queries/userPermissionsByUserId.js.map +0 -1
- package/dist/schema/queries/userRestictedData.js +0 -3
- package/dist/schema/queries/userRestictedData.js.map +0 -1
- package/dist/schema/queries/whoAmI.js +0 -3
- package/dist/schema/queries/whoAmI.js.map +0 -1
- package/types/schema/entities/alias.d.ts +0 -6
- package/types/schema/entities/alias.d.ts.map +0 -1
- package/types/schema/entities/brand.d.ts +0 -5
- package/types/schema/entities/brand.d.ts.map +0 -1
- package/types/schema/entities/category.d.ts +0 -7
- package/types/schema/entities/category.d.ts.map +0 -1
- package/types/schema/entities/crawl.d.ts +0 -12
- package/types/schema/entities/crawl.d.ts.map +0 -1
- package/types/schema/entities/media.d.ts +0 -6
- package/types/schema/entities/media.d.ts.map +0 -1
- package/types/schema/entities/offer.d.ts +0 -11
- package/types/schema/entities/offer.d.ts.map +0 -1
- package/types/schema/entities/productConfiguration.d.ts +0 -5
- package/types/schema/entities/productConfiguration.d.ts.map +0 -1
- package/types/schema/entities/productFamily.d.ts +0 -5
- package/types/schema/entities/productFamily.d.ts.map +0 -1
- package/types/schema/entities/productGeneration.d.ts +0 -5
- package/types/schema/entities/productGeneration.d.ts.map +0 -1
- package/types/schema/entities/productType.d.ts +0 -5
- package/types/schema/entities/productType.d.ts.map +0 -1
- package/types/schema/entities/rating.d.ts +0 -53
- package/types/schema/entities/rating.d.ts.map +0 -1
- package/types/schema/entities/source.d.ts +0 -8
- package/types/schema/entities/source.d.ts.map +0 -1
- package/types/schema/entities/spec.d.ts +0 -22
- package/types/schema/entities/spec.d.ts.map +0 -1
- package/types/schema/entities/specType.d.ts +0 -6
- package/types/schema/entities/specType.d.ts.map +0 -1
- package/types/schema/entities/specTypeChoice.d.ts +0 -7
- package/types/schema/entities/specTypeChoice.d.ts.map +0 -1
- package/types/schema/entities/storePage.d.ts +0 -8
- package/types/schema/entities/storePage.d.ts.map +0 -1
- package/types/schema/entities/storePageQueueGroup.d.ts +0 -6
- package/types/schema/entities/storePageQueueGroup.d.ts.map +0 -1
- package/types/schema/entities/user.d.ts +0 -5
- package/types/schema/entities/user.d.ts.map +0 -1
- package/types/schema/mutations/createBrand.d.ts +0 -9
- package/types/schema/mutations/createBrand.d.ts.map +0 -1
- package/types/schema/mutations/createCategory.d.ts +0 -9
- package/types/schema/mutations/createCategory.d.ts.map +0 -1
- package/types/schema/mutations/createProductConfiguration.d.ts +0 -10
- package/types/schema/mutations/createProductConfiguration.d.ts.map +0 -1
- package/types/schema/mutations/createProductFamily.d.ts +0 -10
- package/types/schema/mutations/createProductFamily.d.ts.map +0 -1
- package/types/schema/mutations/createProductGeneration.d.ts +0 -10
- package/types/schema/mutations/createProductGeneration.d.ts.map +0 -1
- package/types/schema/mutations/createProductType.d.ts +0 -10
- package/types/schema/mutations/createProductType.d.ts.map +0 -1
- package/types/schema/mutations/createUser.d.ts +0 -10
- package/types/schema/mutations/createUser.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueClaimById.d.ts +0 -17
- package/types/schema/mutations/storePageQueueClaimById.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueClaimNext.d.ts +0 -15
- package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueHandle.d.ts +0 -15
- package/types/schema/mutations/storePageQueueHandle.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +0 -15
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +0 -1
- package/types/schema/mutations/updateAlias.d.ts +0 -8
- package/types/schema/mutations/updateAlias.d.ts.map +0 -1
- package/types/schema/mutations/updateBrand.d.ts +0 -8
- package/types/schema/mutations/updateBrand.d.ts.map +0 -1
- package/types/schema/mutations/updateCategory.d.ts +0 -10
- package/types/schema/mutations/updateCategory.d.ts.map +0 -1
- package/types/schema/mutations/updateOffer.d.ts +0 -8
- package/types/schema/mutations/updateOffer.d.ts.map +0 -1
- package/types/schema/mutations/updateProductConfiguration.d.ts +0 -8
- package/types/schema/mutations/updateProductConfiguration.d.ts.map +0 -1
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts +0 -8
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +0 -1
- package/types/schema/mutations/updateProductFamily.d.ts +0 -8
- package/types/schema/mutations/updateProductFamily.d.ts.map +0 -1
- package/types/schema/mutations/updateProductFamilyBrand.d.ts +0 -8
- package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +0 -1
- package/types/schema/mutations/updateProductGeneration.d.ts +0 -8
- package/types/schema/mutations/updateProductGeneration.d.ts.map +0 -1
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +0 -8
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +0 -1
- package/types/schema/mutations/updateProductType.d.ts +0 -8
- package/types/schema/mutations/updateProductType.d.ts.map +0 -1
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +0 -8
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +0 -1
- package/types/schema/mutations/updateSource.d.ts +0 -10
- package/types/schema/mutations/updateSource.d.ts.map +0 -1
- package/types/schema/mutations/updateStorePage.d.ts +0 -8
- package/types/schema/mutations/updateStorePage.d.ts.map +0 -1
- package/types/schema/queries/aliasIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/aliasIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/baseScore.d.ts +0 -9
- package/types/schema/queries/baseScore.d.ts.map +0 -1
- package/types/schema/queries/baseScoreRatingIdList.d.ts +0 -8
- package/types/schema/queries/baseScoreRatingIdList.d.ts.map +0 -1
- package/types/schema/queries/baseScoresByCategoryId.d.ts +0 -12
- package/types/schema/queries/baseScoresByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/bestInClass.d.ts +0 -20
- package/types/schema/queries/bestInClass.d.ts.map +0 -1
- package/types/schema/queries/brandIdBySomeId.d.ts +0 -6
- package/types/schema/queries/brandIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/brandIdList.d.ts +0 -9
- package/types/schema/queries/brandIdList.d.ts.map +0 -1
- package/types/schema/queries/brandIdListBySearch.d.ts +0 -7
- package/types/schema/queries/brandIdListBySearch.d.ts.map +0 -1
- package/types/schema/queries/categoryDisplayMode.d.ts +0 -11
- package/types/schema/queries/categoryDisplayMode.d.ts.map +0 -1
- package/types/schema/queries/categoryIdByUrlSlug.d.ts +0 -6
- package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +0 -1
- package/types/schema/queries/categoryIdList.d.ts +0 -9
- package/types/schema/queries/categoryIdList.d.ts.map +0 -1
- package/types/schema/queries/categoryIdListBySomeId.d.ts +0 -11
- package/types/schema/queries/categoryIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/categoryIdListBySourceId.d.ts +0 -7
- package/types/schema/queries/categoryIdListBySourceId.d.ts.map +0 -1
- package/types/schema/queries/categoryModifierSearchList.d.ts +0 -22
- package/types/schema/queries/categoryModifierSearchList.d.ts.map +0 -1
- package/types/schema/queries/categoryRankings.d.ts +0 -14
- package/types/schema/queries/categoryRankings.d.ts.map +0 -1
- package/types/schema/queries/categorySearchList.d.ts +0 -17
- package/types/schema/queries/categorySearchList.d.ts.map +0 -1
- package/types/schema/queries/categoryStatusList.d.ts +0 -10
- package/types/schema/queries/categoryStatusList.d.ts.map +0 -1
- package/types/schema/queries/crawlIdList.d.ts +0 -12
- package/types/schema/queries/crawlIdList.d.ts.map +0 -1
- package/types/schema/queries/crawlIdListByUrl.d.ts +0 -7
- package/types/schema/queries/crawlIdListByUrl.d.ts.map +0 -1
- package/types/schema/queries/descriptionMarkdown.d.ts +0 -6
- package/types/schema/queries/descriptionMarkdown.d.ts.map +0 -1
- package/types/schema/queries/entityType.d.ts +0 -55
- package/types/schema/queries/entityType.d.ts.map +0 -1
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +0 -7
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +0 -1
- package/types/schema/queries/inputLayerVersion.d.ts +0 -6
- package/types/schema/queries/inputLayerVersion.d.ts.map +0 -1
- package/types/schema/queries/latestRatingIdList.d.ts +0 -7
- package/types/schema/queries/latestRatingIdList.d.ts.map +0 -1
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/mediaIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/mediaIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/mlCategoryDisplayMode.d.ts +0 -9
- package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +0 -1
- package/types/schema/queries/noteMarkdown.d.ts +0 -6
- package/types/schema/queries/noteMarkdown.d.ts.map +0 -1
- package/types/schema/queries/offerIdListByStorePageId.d.ts +0 -13
- package/types/schema/queries/offerIdListByStorePageId.d.ts.map +0 -1
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +0 -7
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +0 -1
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/preferredStorePageList.d.ts +0 -12
- package/types/schema/queries/preferredStorePageList.d.ts.map +0 -1
- package/types/schema/queries/priceHistoryLookup.d.ts +0 -17
- package/types/schema/queries/priceHistoryLookup.d.ts.map +0 -1
- package/types/schema/queries/pricePointCompetitors.d.ts +0 -17
- package/types/schema/queries/pricePointCompetitors.d.ts.map +0 -1
- package/types/schema/queries/priceRangeByCategoryId.d.ts +0 -11
- package/types/schema/queries/priceRangeByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productDealList.d.ts +0 -14
- package/types/schema/queries/productDealList.d.ts.map +0 -1
- package/types/schema/queries/productDocumentByStoreUrl.d.ts +0 -8
- package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +0 -1
- package/types/schema/queries/productFamilyIdBySomeId.d.ts +0 -6
- package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productGenerationIdBySomeId.d.ts +0 -6
- package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productListSort.d.ts +0 -10
- package/types/schema/queries/productListSort.d.ts.map +0 -1
- package/types/schema/queries/productPricePointList.d.ts +0 -14
- package/types/schema/queries/productPricePointList.d.ts.map +0 -1
- package/types/schema/queries/productSearchList.d.ts +0 -40
- package/types/schema/queries/productSearchList.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdBySomeId.d.ts +0 -6
- package/types/schema/queries/productTypeIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts +0 -7
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts +0 -11
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdListByModifiers.d.ts +0 -8
- package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/saleMetrics.d.ts +0 -9
- package/types/schema/queries/saleMetrics.d.ts.map +0 -1
- package/types/schema/queries/sectionDataByCrawlId.d.ts +0 -20
- package/types/schema/queries/sectionDataByCrawlId.d.ts.map +0 -1
- package/types/schema/queries/sourceIdList.d.ts +0 -5
- package/types/schema/queries/sourceIdList.d.ts.map +0 -1
- package/types/schema/queries/specIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/specIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/specTypeIdList.d.ts +0 -13
- package/types/schema/queries/specTypeIdList.d.ts.map +0 -1
- package/types/schema/queries/specTypeValidValues.d.ts +0 -16
- package/types/schema/queries/specTypeValidValues.d.ts.map +0 -1
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts +0 -37
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/stablePriceByProductId.d.ts +0 -7
- package/types/schema/queries/stablePriceByProductId.d.ts.map +0 -1
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +0 -8
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +0 -1
- package/types/schema/queries/stablePriceByStorePageId.d.ts +0 -7
- package/types/schema/queries/stablePriceByStorePageId.d.ts.map +0 -1
- package/types/schema/queries/storePageFetchData.d.ts +0 -13
- package/types/schema/queries/storePageFetchData.d.ts.map +0 -1
- package/types/schema/queries/storePageIdByUrl.d.ts +0 -7
- package/types/schema/queries/storePageIdByUrl.d.ts.map +0 -1
- package/types/schema/queries/storePageIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/storePageIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/storePageInfoBySku.d.ts +0 -20
- package/types/schema/queries/storePageInfoBySku.d.ts.map +0 -1
- package/types/schema/queries/storePageScrapeData.d.ts +0 -10
- package/types/schema/queries/storePageScrapeData.d.ts.map +0 -1
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +0 -7
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts +0 -13
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +0 -1
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +0 -7
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/unstableSourceTrust.d.ts +0 -10
- package/types/schema/queries/unstableSourceTrust.d.ts.map +0 -1
- package/types/schema/queries/userIdList.d.ts +0 -5
- package/types/schema/queries/userIdList.d.ts.map +0 -1
- package/types/schema/queries/userPermissionsByUserId.d.ts +0 -8
- package/types/schema/queries/userPermissionsByUserId.d.ts.map +0 -1
- package/types/schema/queries/userRestictedData.d.ts +0 -11
- package/types/schema/queries/userRestictedData.d.ts.map +0 -1
- package/types/schema/queries/whoAmI.d.ts +0 -6
- package/types/schema/queries/whoAmI.d.ts.map +0 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AnyCurrency, MoneyAmount, Timestamp, Url } from "../builtins";
|
|
2
|
+
export interface RetailPagePriceHistoryQuery {
|
|
3
|
+
url: Url;
|
|
4
|
+
type: PriceType;
|
|
5
|
+
}
|
|
6
|
+
export interface RetailPagePriceHistoryResponse {
|
|
7
|
+
retailer: string;
|
|
8
|
+
sku: string;
|
|
9
|
+
type: PriceType;
|
|
10
|
+
currency: AnyCurrency;
|
|
11
|
+
prices: [Timestamp, MoneyAmount | null][];
|
|
12
|
+
}
|
|
13
|
+
declare type PriceType = "list" | "buy" | "new" | "used" | "refurbished";
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=retailPagePriceHistory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retailPagePriceHistory.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/retailPagePriceHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAyB;AAE5E,MAAM,WAAW,2BAA2B;IAC1C,GAAG,EAAE,GAAG,CAAA;IACR,IAAI,EAAE,SAAS,CAAA;CAChB;AAED,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,MAAM,CAAA;IAChB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,SAAS,CAAA;IACf,QAAQ,EAAE,WAAW,CAAA;IAGrB,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,GAAG,IAAI,CAAC,EAAE,CAAA;CAC1C;AAOD,aAAK,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,aAAa,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Money, Url } from "../builtins";
|
|
2
|
+
export interface RetailPagePricingQuery {
|
|
3
|
+
url: Url;
|
|
4
|
+
}
|
|
5
|
+
export interface RetailPagePricingResponse {
|
|
6
|
+
currentPrice: Money;
|
|
7
|
+
stablePrice: Money;
|
|
8
|
+
saleStatus: "sale" | "antisale" | null;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=retailPagePricing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retailPagePricing.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/retailPagePricing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,oBAAyB;AAE9C,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,GAAG,CAAA;CACT;AAED,MAAM,WAAW,yBAAyB;IACxC,YAAY,EAAE,KAAK,CAAA;IACnB,WAAW,EAAE,KAAK,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAAA;CACvC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Attribute, ListQuery, ListResponse, Money, SearchDocument } from "../builtins";
|
|
2
|
+
export interface SearchListQuery extends ListQuery<Filters> {
|
|
3
|
+
search: string;
|
|
4
|
+
isStrict?: boolean;
|
|
5
|
+
platform?: "web" | "mobile";
|
|
6
|
+
source?: "app" | "extension";
|
|
7
|
+
contextUrl?: URL;
|
|
8
|
+
}
|
|
9
|
+
interface Filters {
|
|
10
|
+
minPrice?: Money;
|
|
11
|
+
maxPrice?: Money;
|
|
12
|
+
attributes?: Attribute[];
|
|
13
|
+
brands?: string[];
|
|
14
|
+
categories?: string[];
|
|
15
|
+
page?: number;
|
|
16
|
+
pageSize?: number;
|
|
17
|
+
}
|
|
18
|
+
interface SearchListResponseBase {
|
|
19
|
+
budgetInfo: {
|
|
20
|
+
min: Money;
|
|
21
|
+
max: Money;
|
|
22
|
+
pricePoints: PricePoint[];
|
|
23
|
+
recommendedPrices: Money[];
|
|
24
|
+
} | null;
|
|
25
|
+
attributes: Attribute[];
|
|
26
|
+
brands: string[];
|
|
27
|
+
categories: string[];
|
|
28
|
+
hitCount: number;
|
|
29
|
+
isExact: boolean;
|
|
30
|
+
intents: SearchIntent[];
|
|
31
|
+
}
|
|
32
|
+
interface SearchListResponseList extends ListResponse<SearchDocument>, SearchListResponseBase {
|
|
33
|
+
kind: "list";
|
|
34
|
+
}
|
|
35
|
+
interface SearchListResponseGroup extends ListResponse<DocumentGrouping>, SearchListResponseBase {
|
|
36
|
+
kind: "group";
|
|
37
|
+
}
|
|
38
|
+
export declare type SearchListResponse = SearchListResponseList | SearchListResponseGroup;
|
|
39
|
+
interface PricePoint {
|
|
40
|
+
price: Money;
|
|
41
|
+
count: number;
|
|
42
|
+
}
|
|
43
|
+
declare type SearchIntent = "category" | "brand";
|
|
44
|
+
interface DocumentGroupingBase {
|
|
45
|
+
kind: string;
|
|
46
|
+
hits: SearchDocument[];
|
|
47
|
+
}
|
|
48
|
+
interface DocumentGroupingBrand extends DocumentGroupingBase {
|
|
49
|
+
kind: "brand";
|
|
50
|
+
name: string;
|
|
51
|
+
}
|
|
52
|
+
declare type DocumentGrouping = DocumentGroupingBrand;
|
|
53
|
+
export {};
|
|
54
|
+
//# sourceMappingURL=searchList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"searchList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/searchList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEvF,MAAM,WAAW,eAAgB,SAAQ,SAAS,CAAC,OAAO,CAAC;IACzD,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC3B,MAAM,CAAC,EAAE,KAAK,GAAG,WAAW,CAAA;IAC5B,UAAU,CAAC,EAAE,GAAG,CAAA;CACjB;AAED,UAAU,OAAO;IACf,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,sBAAsB;IAC9B,UAAU,EAAE;QACV,GAAG,EAAE,KAAK,CAAA;QACV,GAAG,EAAE,KAAK,CAAA;QACV,WAAW,EAAE,UAAU,EAAE,CAAA;QACzB,iBAAiB,EAAE,KAAK,EAAE,CAAA;KAC3B,GAAG,IAAI,CAAA;IACR,UAAU,EAAE,SAAS,EAAE,CAAA;IACvB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,OAAO,CAAA;IAChB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB;AAED,UAAU,sBAAuB,SAAQ,YAAY,CAAC,cAAc,CAAC,EAAE,sBAAsB;IAC3F,IAAI,EAAE,MAAM,CAAA;CACb;AAED,UAAU,uBAAwB,SAAQ,YAAY,CAAC,gBAAgB,CAAC,EAAE,sBAAsB;IAC9F,IAAI,EAAE,OAAO,CAAA;CACd;AAED,oBAAY,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAA;AAEjF,UAAU,UAAU;IAClB,KAAK,EAAE,KAAK,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AAED,aAAK,YAAY,GAAG,UAAU,GAAG,OAAO,CAAA;AAExC,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,cAAc,EAAE,CAAA;CACvB;AAED,UAAU,qBAAsB,SAAQ,oBAAoB;IAC1D,IAAI,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb;AAED,aAAK,gBAAgB,GAAG,qBAAqB,CAAA"}
|
|
@@ -1,77 +1,11 @@
|
|
|
1
1
|
export type { AffiliateUrlQuery } from "./queries/affiliateUrl";
|
|
2
2
|
export type { AnalyticsTrackQuery } from "./queries/analyticsTrack";
|
|
3
|
-
export type {
|
|
4
|
-
export type { BaseScoreQuery } from "./queries/baseScore";
|
|
5
|
-
export type { BaseScoreRatingIdListQuery } from "./queries/baseScoreRatingIdList";
|
|
6
|
-
export type { BaseScoresByCategoryIdQuery } from "./queries/baseScoresByCategoryId";
|
|
7
|
-
export type { BestInClassQuery } from "./queries/bestInClass";
|
|
8
|
-
export type { BrandIdBySomeIdQuery } from "./queries/brandIdBySomeId";
|
|
9
|
-
export type { BrandIdListQuery } from "./queries/brandIdList";
|
|
10
|
-
export type { CategoryDisplayModeQuery } from "./queries/categoryDisplayMode";
|
|
11
|
-
export type { CategoryIdByUrlSlugQuery } from "./queries/categoryIdByUrlSlug";
|
|
12
|
-
export type { CategoryIdListBySomeIdQuery } from "./queries/categoryIdListBySomeId";
|
|
13
|
-
export type { CategoryIdListBySourceIdQuery } from "./queries/categoryIdListBySourceId";
|
|
14
|
-
export type { CategoryIdListQuery } from "./queries/categoryIdList";
|
|
15
|
-
export type { CategoryRankingsQuery } from "./queries/categoryRankings";
|
|
16
|
-
export type { CategorySearchListQuery } from "./queries/categorySearchList";
|
|
17
|
-
export type { CategoryStatusListQuery } from "./queries/categoryStatusList";
|
|
18
|
-
export type { CrawlIdListByUrlQuery } from "./queries/crawlIdListByUrl";
|
|
19
|
-
export type { CrawlIdListQuery } from "./queries/crawlIdList";
|
|
20
|
-
export type { DescriptionMarkdownQuery } from "./queries/descriptionMarkdown";
|
|
21
|
-
export type { EntityTypeQuery } from "./queries/entityType";
|
|
22
|
-
export type { FallbackPriceByProductTypeIdQuery } from "./queries/fallbackPriceByProductTypeId";
|
|
23
|
-
export type { InputLayerVersionQuery } from "./queries/inputLayerVersion";
|
|
24
|
-
export type { LatestRatingIdListQuery } from "./queries/latestRatingIdList";
|
|
25
|
-
export type { LatestRatingIdListBySomeIdQuery } from "./queries/latestRatingIdListBySomeId";
|
|
26
|
-
export type { MediaIdListBySomeIdQuery } from "./queries/mediaIdListBySomeId";
|
|
27
|
-
export type { CategoryModifierSearchListQuery } from "./queries/categoryModifierSearchList";
|
|
28
|
-
export type { NoteMarkdownQuery } from "./queries/noteMarkdown";
|
|
29
|
-
export type { OfferIdListByStorePageIdQuery } from "./queries/offerIdListByStorePageId";
|
|
30
|
-
export type { PossibleAliasIdListBySomeIdQuery } from "./queries/possibleAliasIdListBySomeId";
|
|
31
|
-
export type { PossibleStorePageIdListBySomeIdQuery } from "./queries/possibleStorePageIdListBySomeId";
|
|
32
|
-
export type { PreferredCategoryIdListByProductIdQuery } from "./queries/preferredCategoryIdListByProductId";
|
|
33
|
-
export type { PreferredLatestRatingIdListBySomeIdQuery } from "./queries/preferredLatestRatingIdListBySomeId";
|
|
34
|
-
export type { PreferredStorePageListQuery } from "./queries/preferredStorePageList";
|
|
35
|
-
export type { PriceHistoryLookupQuery } from "./queries/priceHistoryLookup";
|
|
36
|
-
export type { PricePointCompetitorsQuery } from "./queries/pricePointCompetitors";
|
|
37
|
-
export type { PriceRangeByCategoryIdQuery } from "./queries/priceRangeByCategoryId";
|
|
38
|
-
export type { ProductConfigurationIdListBySomeIdQuery } from "./queries/productConfigurationIdListBySomeId";
|
|
39
|
-
export type { ProductDealListQuery } from "./queries/productDealList";
|
|
40
|
-
export type { ProductDocumentByStoreUrlQuery } from "./queries/productDocumentByStoreUrl";
|
|
3
|
+
export type { ProductDocumentsByRetailPageUrlsQuery } from "./queries/productDocumentsByRetailPageUrls";
|
|
41
4
|
export type { ProductDocumentsByProductIdsQuery } from "./queries/productDocumentsByProductIds";
|
|
42
|
-
export type {
|
|
43
|
-
export type { ProductFamilyIdListBySomeIdQuery } from "./queries/productFamilyIdListBySomeId";
|
|
44
|
-
export type { ProductGenerationIdBySomeIdQuery } from "./queries/productGenerationIdBySomeId";
|
|
45
|
-
export type { ProductGenerationIdListBySomeIdQuery } from "./queries/productGenerationIdListBySomeId";
|
|
46
|
-
export type { ProductListSortQuery } from "./queries/productListSort";
|
|
47
|
-
export type { ProductPricePointListQuery } from "./queries/productPricePointList";
|
|
48
|
-
export type { ProductSearchListQuery } from "./queries/productSearchList";
|
|
49
|
-
export type { ProductTypeIdBySomeIdQuery } from "./queries/productTypeIdBySomeId";
|
|
50
|
-
export type { ProductTypeIdByStoreUrlQuery } from "./queries/productTypeIdByStoreUrl";
|
|
51
|
-
export type { ProductTypeIdListByCategoryIdQuery } from "./queries/productTypeIdListByCategoryId";
|
|
52
|
-
export type { ProductTypeIdListByModifiersQuery } from "./queries/productTypeIdListByModifiers";
|
|
53
|
-
export type { ProductTypeIdListBySomeIdQuery } from "./queries/productTypeIdListBySomeId";
|
|
54
|
-
export type { SaleMetricsQuery } from "./queries/saleMetrics";
|
|
5
|
+
export type { SearchListQuery } from "./queries/searchList";
|
|
55
6
|
export type { SearchSuggestionListQuery } from "./queries/searchSuggestionList";
|
|
56
|
-
export type {
|
|
57
|
-
export type {
|
|
58
|
-
export type {
|
|
59
|
-
export type { SpecTypeIdListQuery } from "./queries/specTypeIdList";
|
|
60
|
-
export type { SpecTypeValidValuesQuery } from "./queries/specTypeValidValues";
|
|
61
|
-
export type { SpecValueRangeListByCategoryIdQuery } from "./queries/specValueRangeListByCategoryId";
|
|
62
|
-
export type { StablePriceByProductIdAndStoreNameQuery } from "./queries/stablePriceByProductIdAndStoreName";
|
|
63
|
-
export type { StablePriceByProductIdQuery } from "./queries/stablePriceByProductId";
|
|
64
|
-
export type { StablePriceByStorePageIdQuery } from "./queries/stablePriceByStorePageId";
|
|
65
|
-
export type { StorePageFetchDataQuery } from "./queries/storePageFetchData";
|
|
66
|
-
export type { StorePageIdByUrlQuery } from "./queries/storePageIdByUrl";
|
|
67
|
-
export type { StorePageIdListBySomeIdQuery } from "./queries/storePageIdListBySomeId";
|
|
68
|
-
export type { StorePageInfoBySkuQuery } from "./queries/storePageInfoBySku";
|
|
69
|
-
export type { StorePageScrapeDataQuery } from "./queries/storePageScrapeData";
|
|
70
|
-
export type { SubCategoryIdListByCategoryIdQuery } from "./queries/subCategoryIdListByCategoryId";
|
|
71
|
-
export type { SubsetModifierDataByModifiersQuery } from "./queries/subsetModifierDataByModifiers";
|
|
7
|
+
export type { RetailPageInfoQuery } from "./queries/retailPageInfo";
|
|
8
|
+
export type { RetailPagePriceHistoryQuery } from "./queries/retailPagePriceHistory";
|
|
9
|
+
export type { RetailPagePricingQuery } from "./queries/retailPagePricing";
|
|
72
10
|
export type { TopProductDocumentListQuery } from "./queries/topProductDocumentList";
|
|
73
|
-
export type { UnstableMediaIdListByCategoryIdQuery } from "./queries/unstableMediaIdListByCategoryId";
|
|
74
|
-
export type { UnstableSourceTrustQuery } from "./queries/unstableSourceTrust";
|
|
75
|
-
export type { UserIdListQuery } from "./queries/userIdList";
|
|
76
|
-
export type { UserPermissionsByUserIdQuery } from "./queries/userPermissionsByUserId";
|
|
77
11
|
//# sourceMappingURL=queries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../src/schema/queries.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../src/schema/queries.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,YAAY,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAA;AACvG,YAAY,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAA;AAC/F,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,YAAY,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAC/E,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,YAAY,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AACnF,YAAY,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AACzE,YAAY,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA"}
|
|
@@ -1,77 +1,11 @@
|
|
|
1
1
|
export type { AffiliateUrlResponse } from "./queries/affiliateUrl";
|
|
2
2
|
export type { AnalyticsTrackResponse } from "./queries/analyticsTrack";
|
|
3
|
-
export type {
|
|
4
|
-
export type { BaseScoreRatingIdListResponse } from "./queries/baseScoreRatingIdList";
|
|
5
|
-
export type { BaseScoreResponse } from "./queries/baseScore";
|
|
6
|
-
export type { BaseScoresByCategoryIdResponse } from "./queries/baseScoresByCategoryId";
|
|
7
|
-
export type { BestInClassResponse } from "./queries/bestInClass";
|
|
8
|
-
export type { BrandIdBySomeIdResponse } from "./queries/brandIdBySomeId";
|
|
9
|
-
export type { BrandIdListResponse } from "./queries/brandIdList";
|
|
10
|
-
export type { CategoryDisplayModeResponse } from "./queries/categoryDisplayMode";
|
|
11
|
-
export type { CategoryIdByUrlSlugResponse } from "./queries/categoryIdByUrlSlug";
|
|
12
|
-
export type { CategoryIdListBySomeIdResponse } from "./queries/categoryIdListBySomeId";
|
|
13
|
-
export type { CategoryIdListBySourceIdResponse } from "./queries/categoryIdListBySourceId";
|
|
14
|
-
export type { CategoryIdListResponse } from "./queries/categoryIdList";
|
|
15
|
-
export type { CategoryRankingsResponse } from "./queries/categoryRankings";
|
|
16
|
-
export type { CategorySearchListResponse } from "./queries/categorySearchList";
|
|
17
|
-
export type { CategoryStatusListResponse } from "./queries/categoryStatusList";
|
|
18
|
-
export type { CrawlIdListByUrlResponse } from "./queries/crawlIdListByUrl";
|
|
19
|
-
export type { CrawlIdListResponse } from "./queries/crawlIdList";
|
|
20
|
-
export type { DescriptionMarkdownResponse } from "./queries/descriptionMarkdown";
|
|
21
|
-
export type { EntityTypeResponse } from "./queries/entityType";
|
|
22
|
-
export type { FallbackPriceByProductTypeIdResponse } from "./queries/fallbackPriceByProductTypeId";
|
|
23
|
-
export type { InputLayerVersionResponse } from "./queries/inputLayerVersion";
|
|
24
|
-
export type { LatestRatingIdListResponse } from "./queries/latestRatingIdList";
|
|
25
|
-
export type { LatestRatingIdListBySomeIdResponse } from "./queries/latestRatingIdListBySomeId";
|
|
26
|
-
export type { MediaIdListBySomeIdResponse } from "./queries/mediaIdListBySomeId";
|
|
27
|
-
export type { CategoryModifierSearchListResponse } from "./queries/categoryModifierSearchList";
|
|
28
|
-
export type { NoteMarkdownResponse } from "./queries/noteMarkdown";
|
|
29
|
-
export type { OfferIdListByStorePageIdResponse } from "./queries/offerIdListByStorePageId";
|
|
30
|
-
export type { PossibleAliasIdListBySomeIdResponse } from "./queries/possibleAliasIdListBySomeId";
|
|
31
|
-
export type { PossibleStorePageIdListBySomeIdResponse } from "./queries/possibleStorePageIdListBySomeId";
|
|
32
|
-
export type { PreferredCategoryIdListByProductIdResponse } from "./queries/preferredCategoryIdListByProductId";
|
|
33
|
-
export type { PreferredLatestRatingIdListBySomeIdResponse } from "./queries/preferredLatestRatingIdListBySomeId";
|
|
34
|
-
export type { PreferredStorePageListResponse } from "./queries/preferredStorePageList";
|
|
35
|
-
export type { PriceHistoryLookupResponse } from "./queries/priceHistoryLookup";
|
|
36
|
-
export type { PricePointCompetitorsResponse } from "./queries/pricePointCompetitors";
|
|
37
|
-
export type { PriceRangeByCategoryIdResponse } from "./queries/priceRangeByCategoryId";
|
|
38
|
-
export type { ProductConfigurationIdListBySomeIdResponse } from "./queries/productConfigurationIdListBySomeId";
|
|
39
|
-
export type { ProductDealListResponse } from "./queries/productDealList";
|
|
40
|
-
export type { ProductDocumentByStoreUrlResponse } from "./queries/productDocumentByStoreUrl";
|
|
3
|
+
export type { ProductDocumentsByRetailPageUrlsResponse } from "./queries/productDocumentsByRetailPageUrls";
|
|
41
4
|
export type { ProductDocumentsByProductIdsResponse } from "./queries/productDocumentsByProductIds";
|
|
42
|
-
export type {
|
|
43
|
-
export type { ProductFamilyIdListBySomeIdResponse } from "./queries/productFamilyIdListBySomeId";
|
|
44
|
-
export type { ProductGenerationIdBySomeIdResponse } from "./queries/productGenerationIdBySomeId";
|
|
45
|
-
export type { ProductGenerationIdListBySomeIdResponse } from "./queries/productGenerationIdListBySomeId";
|
|
46
|
-
export type { ProductListSortResponse } from "./queries/productListSort";
|
|
47
|
-
export type { ProductPricePointListResponse } from "./queries/productPricePointList";
|
|
48
|
-
export type { ProductSearchListResponse } from "./queries/productSearchList";
|
|
49
|
-
export type { ProductTypeIdBySomeIdResponse } from "./queries/productTypeIdBySomeId";
|
|
50
|
-
export type { ProductTypeIdByStoreUrlResponse } from "./queries/productTypeIdByStoreUrl";
|
|
51
|
-
export type { ProductTypeIdListByCategoryIdResponse } from "./queries/productTypeIdListByCategoryId";
|
|
52
|
-
export type { ProductTypeIdListByModifiersResponse } from "./queries/productTypeIdListByModifiers";
|
|
53
|
-
export type { ProductTypeIdListBySomeIdResponse } from "./queries/productTypeIdListBySomeId";
|
|
54
|
-
export type { SaleMetricsResponse } from "./queries/saleMetrics";
|
|
5
|
+
export type { SearchListResponse } from "./queries/searchList";
|
|
55
6
|
export type { SearchSuggestionListResponse } from "./queries/searchSuggestionList";
|
|
56
|
-
export type {
|
|
57
|
-
export type {
|
|
58
|
-
export type {
|
|
59
|
-
export type { SpecTypeIdListResponse } from "./queries/specTypeIdList";
|
|
60
|
-
export type { SpecTypeValidValuesResponse } from "./queries/specTypeValidValues";
|
|
61
|
-
export type { SpecValueRangeListByCategoryIdResponse } from "./queries/specValueRangeListByCategoryId";
|
|
62
|
-
export type { StablePriceByProductIdAndStoreNameResponse } from "./queries/stablePriceByProductIdAndStoreName";
|
|
63
|
-
export type { StablePriceByProductIdResponse } from "./queries/stablePriceByProductId";
|
|
64
|
-
export type { StablePriceByStorePageIdResponse } from "./queries/stablePriceByStorePageId";
|
|
65
|
-
export type { StorePageFetchDataResponse } from "./queries/storePageFetchData";
|
|
66
|
-
export type { StorePageIdByUrlResponse } from "./queries/storePageIdByUrl";
|
|
67
|
-
export type { StorePageIdListBySomeIdResponse } from "./queries/storePageIdListBySomeId";
|
|
68
|
-
export type { StorePageInfoBySkuResponse } from "./queries/storePageInfoBySku";
|
|
69
|
-
export type { StorePageScrapeDataResponse } from "./queries/storePageScrapeData";
|
|
70
|
-
export type { SubCategoryIdListByCategoryIdResponse } from "./queries/subCategoryIdListByCategoryId";
|
|
71
|
-
export type { SubsetModifierDataByModifiersResponse } from "./queries/subsetModifierDataByModifiers";
|
|
7
|
+
export type { RetailPagePriceHistoryResponse } from "./queries/retailPagePriceHistory";
|
|
8
|
+
export type { RetailPageInfoResponse } from "./queries/retailPageInfo";
|
|
9
|
+
export type { RetailPagePricingResponse } from "./queries/retailPagePricing";
|
|
72
10
|
export type { TopProductDocumentListResponse } from "./queries/topProductDocumentList";
|
|
73
|
-
export type { UnstableMediaIdListByCategoryIdResponse } from "./queries/unstableMediaIdListByCategoryId";
|
|
74
|
-
export type { UnstableSourceTrustResponse } from "./queries/unstableSourceTrust";
|
|
75
|
-
export type { UserIdListResponse } from "./queries/userIdList";
|
|
76
|
-
export type { UserPermissionsByUserIdResponse } from "./queries/userPermissionsByUserId";
|
|
77
11
|
//# sourceMappingURL=responses.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAA;AAC1G,YAAY,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAClG,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,YAAY,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAClF,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA"}
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
declare const _default: import("redux").Reducer<import("redux").CombinedState<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
category: any;
|
|
5
|
-
crawl: any;
|
|
6
|
-
media: any;
|
|
7
|
-
productConfiguration: any;
|
|
8
|
-
productFamily: any;
|
|
9
|
-
productGeneration: any;
|
|
10
|
-
productType: any;
|
|
11
|
-
rating: any;
|
|
12
|
-
source: any;
|
|
13
|
-
spec: any;
|
|
14
|
-
specType: any;
|
|
15
|
-
specTypeChoice: any;
|
|
16
|
-
storePage: any;
|
|
17
|
-
user: any;
|
|
2
|
+
product: any;
|
|
3
|
+
variant: any;
|
|
18
4
|
}>, {
|
|
19
5
|
type: "response_arrived";
|
|
20
6
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/entities/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/entities/index.ts"],"names":[],"mappings":";;;;;;;;AAIA,wBAGE"}
|
package/types/store/index.d.ts
CHANGED
|
@@ -7,100 +7,20 @@ export declare type Store = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const store: import("redux").Store<import("redux").EmptyObject & {
|
|
9
9
|
entities: import("redux").CombinedState<{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
category: any;
|
|
13
|
-
crawl: any;
|
|
14
|
-
media: any;
|
|
15
|
-
productConfiguration: any;
|
|
16
|
-
productFamily: any;
|
|
17
|
-
productGeneration: any;
|
|
18
|
-
productType: any;
|
|
19
|
-
rating: any;
|
|
20
|
-
source: any;
|
|
21
|
-
spec: any;
|
|
22
|
-
specType: any;
|
|
23
|
-
specTypeChoice: any;
|
|
24
|
-
storePage: any;
|
|
25
|
-
user: any;
|
|
10
|
+
product: any;
|
|
11
|
+
variant: any;
|
|
26
12
|
}>;
|
|
27
13
|
responses: import("redux").CombinedState<{
|
|
28
14
|
affiliateUrl: any;
|
|
29
15
|
analyticsTrack: any;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
baseScoreRatingIdList: any;
|
|
33
|
-
baseScoresByCategoryId: any;
|
|
34
|
-
bestInClass: any;
|
|
35
|
-
brandIdBySomeId: any;
|
|
36
|
-
brandIdList: any;
|
|
37
|
-
categoryDisplayMode: any;
|
|
38
|
-
categoryIdByUrlSlug: any;
|
|
39
|
-
categoryIdList: any;
|
|
40
|
-
categoryIdListBySomeId: any;
|
|
41
|
-
categoryIdListBySourceId: any;
|
|
42
|
-
categoryRankings: any;
|
|
43
|
-
categorySearchList: any;
|
|
44
|
-
categoryStatusList: any;
|
|
45
|
-
crawlIdList: any;
|
|
46
|
-
crawlIdListByUrl: any;
|
|
47
|
-
descriptionMarkdown: any;
|
|
48
|
-
entityType: any;
|
|
49
|
-
fallbackPriceByProductTypeId: any;
|
|
50
|
-
inputLayerVersion: any;
|
|
51
|
-
latestRatingIdList: any;
|
|
52
|
-
latestRatingIdListBySomeId: any;
|
|
53
|
-
mediaIdListBySomeId: any;
|
|
54
|
-
categoryModifierSearchList: any;
|
|
55
|
-
noteMarkdown: any;
|
|
56
|
-
offerIdListByStorePageId: any;
|
|
57
|
-
possibleAliasIdListBySomeId: any;
|
|
58
|
-
possibleStorePageIdListBySomeId: any;
|
|
59
|
-
preferredCategoryIdListByProductId: any;
|
|
60
|
-
preferredLatestRatingIdListBySomeId: any;
|
|
61
|
-
preferredStorePageList: any;
|
|
62
|
-
priceHistoryLookup: any;
|
|
63
|
-
pricePointCompetitors: any;
|
|
64
|
-
priceRangeByCategoryId: any;
|
|
65
|
-
productConfigurationIdListBySomeId: any;
|
|
66
|
-
productDealList: any;
|
|
67
|
-
productDocumentByStoreUrl: any;
|
|
16
|
+
retailPagePriceHistory: any;
|
|
17
|
+
productDocumentsByRetailPageUrls: any;
|
|
68
18
|
productDocumentsByProductIds: any;
|
|
69
|
-
productFamilyIdBySomeId: any;
|
|
70
|
-
productFamilyIdListBySomeId: any;
|
|
71
|
-
productGenerationIdBySomeId: any;
|
|
72
|
-
productGenerationIdListBySomeId: any;
|
|
73
|
-
productListSort: any;
|
|
74
|
-
productPricePointList: any;
|
|
75
|
-
productSearchList: any;
|
|
76
|
-
productTypeIdBySomeId: any;
|
|
77
|
-
productTypeIdByStoreUrl: any;
|
|
78
|
-
productTypeIdListByCategoryId: any;
|
|
79
|
-
productTypeIdListByModifiers: any;
|
|
80
|
-
productTypeIdListBySomeId: any;
|
|
81
|
-
saleMetrics: any;
|
|
82
19
|
searchSuggestionList: any;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
specTypeIdList: any;
|
|
87
|
-
specTypeValidValues: any;
|
|
88
|
-
specValueRangeListByCategoryId: any;
|
|
89
|
-
stablePriceByProductId: any;
|
|
90
|
-
stablePriceByProductIdAndStoreName: any;
|
|
91
|
-
stablePriceByStorePageId: any;
|
|
92
|
-
storePageFetchData: any;
|
|
93
|
-
storePageIdByUrl: any;
|
|
94
|
-
storePageIdListBySomeId: any;
|
|
95
|
-
storePageInfoBySku: any;
|
|
96
|
-
storePageScrapeData: any;
|
|
97
|
-
subCategoryIdListByCategoryId: any;
|
|
98
|
-
subsetModifierDataByModifiers: any;
|
|
20
|
+
searchList: any;
|
|
21
|
+
retailPageInfo: any;
|
|
22
|
+
retailPagePricing: any;
|
|
99
23
|
topProductDocumentList: any;
|
|
100
|
-
unstableMediaIdListByCategoryId: any;
|
|
101
|
-
unstableSourceTrust: any;
|
|
102
|
-
userIdList: any;
|
|
103
|
-
userPermissionsByUserId: any;
|
|
104
24
|
}>;
|
|
105
25
|
errors: never;
|
|
106
26
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,kBAAgB;AAQhF,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,WAAW,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,SAAS,EAAE,YAAY,CAAA;IACvB,MAAM,EAAE,SAAS,CAAA;CAClB,CAAA;AAQD,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,kBAAgB;AAQhF,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,WAAW,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,SAAS,EAAE,YAAY,CAAA;IACvB,MAAM,EAAE,SAAS,CAAA;CAClB,CAAA;AAQD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAA;AAEnC,eAAe,KAAK,CAAA"}
|
|
@@ -1,80 +1,14 @@
|
|
|
1
1
|
declare const _default: import("redux").Reducer<import("redux").CombinedState<{
|
|
2
2
|
affiliateUrl: any;
|
|
3
3
|
analyticsTrack: any;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
baseScoreRatingIdList: any;
|
|
7
|
-
baseScoresByCategoryId: any;
|
|
8
|
-
bestInClass: any;
|
|
9
|
-
brandIdBySomeId: any;
|
|
10
|
-
brandIdList: any;
|
|
11
|
-
categoryDisplayMode: any;
|
|
12
|
-
categoryIdByUrlSlug: any;
|
|
13
|
-
categoryIdList: any;
|
|
14
|
-
categoryIdListBySomeId: any;
|
|
15
|
-
categoryIdListBySourceId: any;
|
|
16
|
-
categoryRankings: any;
|
|
17
|
-
categorySearchList: any;
|
|
18
|
-
categoryStatusList: any;
|
|
19
|
-
crawlIdList: any;
|
|
20
|
-
crawlIdListByUrl: any;
|
|
21
|
-
descriptionMarkdown: any;
|
|
22
|
-
entityType: any;
|
|
23
|
-
fallbackPriceByProductTypeId: any;
|
|
24
|
-
inputLayerVersion: any;
|
|
25
|
-
latestRatingIdList: any;
|
|
26
|
-
latestRatingIdListBySomeId: any;
|
|
27
|
-
mediaIdListBySomeId: any;
|
|
28
|
-
categoryModifierSearchList: any;
|
|
29
|
-
noteMarkdown: any;
|
|
30
|
-
offerIdListByStorePageId: any;
|
|
31
|
-
possibleAliasIdListBySomeId: any;
|
|
32
|
-
possibleStorePageIdListBySomeId: any;
|
|
33
|
-
preferredCategoryIdListByProductId: any;
|
|
34
|
-
preferredLatestRatingIdListBySomeId: any;
|
|
35
|
-
preferredStorePageList: any;
|
|
36
|
-
priceHistoryLookup: any;
|
|
37
|
-
pricePointCompetitors: any;
|
|
38
|
-
priceRangeByCategoryId: any;
|
|
39
|
-
productConfigurationIdListBySomeId: any;
|
|
40
|
-
productDealList: any;
|
|
41
|
-
productDocumentByStoreUrl: any;
|
|
4
|
+
retailPagePriceHistory: any;
|
|
5
|
+
productDocumentsByRetailPageUrls: any;
|
|
42
6
|
productDocumentsByProductIds: any;
|
|
43
|
-
productFamilyIdBySomeId: any;
|
|
44
|
-
productFamilyIdListBySomeId: any;
|
|
45
|
-
productGenerationIdBySomeId: any;
|
|
46
|
-
productGenerationIdListBySomeId: any;
|
|
47
|
-
productListSort: any;
|
|
48
|
-
productPricePointList: any;
|
|
49
|
-
productSearchList: any;
|
|
50
|
-
productTypeIdBySomeId: any;
|
|
51
|
-
productTypeIdByStoreUrl: any;
|
|
52
|
-
productTypeIdListByCategoryId: any;
|
|
53
|
-
productTypeIdListByModifiers: any;
|
|
54
|
-
productTypeIdListBySomeId: any;
|
|
55
|
-
saleMetrics: any;
|
|
56
7
|
searchSuggestionList: any;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
specTypeIdList: any;
|
|
61
|
-
specTypeValidValues: any;
|
|
62
|
-
specValueRangeListByCategoryId: any;
|
|
63
|
-
stablePriceByProductId: any;
|
|
64
|
-
stablePriceByProductIdAndStoreName: any;
|
|
65
|
-
stablePriceByStorePageId: any;
|
|
66
|
-
storePageFetchData: any;
|
|
67
|
-
storePageIdByUrl: any;
|
|
68
|
-
storePageIdListBySomeId: any;
|
|
69
|
-
storePageInfoBySku: any;
|
|
70
|
-
storePageScrapeData: any;
|
|
71
|
-
subCategoryIdListByCategoryId: any;
|
|
72
|
-
subsetModifierDataByModifiers: any;
|
|
8
|
+
searchList: any;
|
|
9
|
+
retailPageInfo: any;
|
|
10
|
+
retailPagePricing: any;
|
|
73
11
|
topProductDocumentList: any;
|
|
74
|
-
unstableMediaIdListByCategoryId: any;
|
|
75
|
-
unstableSourceTrust: any;
|
|
76
|
-
userIdList: any;
|
|
77
|
-
userPermissionsByUserId: any;
|
|
78
12
|
}>, {
|
|
79
13
|
type: "response_arrived";
|
|
80
14
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/responses/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,wBAWE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alias.js","sourceRoot":"","sources":["../../../src/schema/entities/alias.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brand.js","sourceRoot":"","sources":["../../../src/schema/entities/brand.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"category.js","sourceRoot":"","sources":["../../../src/schema/entities/category.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"crawl.js","sourceRoot":"","sources":["../../../src/schema/entities/crawl.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"media.js","sourceRoot":"","sources":["../../../src/schema/entities/media.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"offer.js","sourceRoot":"","sources":["../../../src/schema/entities/offer.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productConfiguration.js","sourceRoot":"","sources":["../../../src/schema/entities/productConfiguration.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productFamily.js","sourceRoot":"","sources":["../../../src/schema/entities/productFamily.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productGeneration.js","sourceRoot":"","sources":["../../../src/schema/entities/productGeneration.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productType.js","sourceRoot":"","sources":["../../../src/schema/entities/productType.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rating.js","sourceRoot":"","sources":["../../../src/schema/entities/rating.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"source.js","sourceRoot":"","sources":["../../../src/schema/entities/source.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"spec.js","sourceRoot":"","sources":["../../../src/schema/entities/spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"specType.js","sourceRoot":"","sources":["../../../src/schema/entities/specType.ts"],"names":[],"mappings":""}
|