@lustre/sdk 1.5.0 → 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/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/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 +90 -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
|
@@ -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":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"specTypeChoice.js","sourceRoot":"","sources":["../../../src/schema/entities/specTypeChoice.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storePage.js","sourceRoot":"","sources":["../../../src/schema/entities/storePage.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storePageQueueGroup.js","sourceRoot":"","sources":["../../../src/schema/entities/storePageQueueGroup.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/schema/entities/user.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/createBrand.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createCategory.js","sourceRoot":"","sources":["../../../src/schema/mutations/createCategory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createProductConfiguration.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductConfiguration.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createProductFamily.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductFamily.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createProductGeneration.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductGeneration.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createProductType.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductType.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createUser.js","sourceRoot":"","sources":["../../../src/schema/mutations/createUser.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storePageQueueClaimById.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimById.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storePageQueueClaimNext.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimNext.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storePageQueueHandle.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandle.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storePageQueueHandleStorePageIdSet.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandleStorePageIdSet.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateAlias.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateAlias.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateBrand.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateCategory.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateCategory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateOffer.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateOffer.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateProductConfiguration.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfiguration.ts"],"names":[],"mappings":""}
|