@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,18 +1,3 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./category";
|
|
4
|
-
export * from "./crawl";
|
|
5
|
-
export * from "./media";
|
|
6
|
-
export * from "./offer";
|
|
7
|
-
export * from "./productConfiguration";
|
|
8
|
-
export * from "./productFamily";
|
|
9
|
-
export * from "./productGeneration";
|
|
10
|
-
export * from "./productType";
|
|
11
|
-
export * from "./rating";
|
|
12
|
-
export * from "./source";
|
|
13
|
-
export * from "./spec";
|
|
14
|
-
export * from "./specTypeChoice";
|
|
15
|
-
export * from "./specType";
|
|
16
|
-
export * from "./storePage";
|
|
17
|
-
export * from "./user";
|
|
1
|
+
export * from "./product";
|
|
2
|
+
export * from "./variant";
|
|
18
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/product.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,OAAQ,SAAQ,MAAM,CAAC,SAAS,CAAC;IAChD,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variant.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/variant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,OAAQ,SAAQ,MAAM,CAAC,SAAS,CAAC;IAChD,IAAI,EAAE,MAAM,CAAA;CACb"}
|
package/types/schema/index.d.ts
CHANGED
|
@@ -27,214 +27,36 @@ export interface FutureError {
|
|
|
27
27
|
}
|
|
28
28
|
export declare type ServerError = HttpError | FutureError;
|
|
29
29
|
export declare type ApiEntities = {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
category: DictOf<Entities.Category>;
|
|
33
|
-
crawl: DictOf<Entities.Crawl>;
|
|
34
|
-
media: DictOf<Entities.Media>;
|
|
35
|
-
offer: DictOf<Entities.Offer>;
|
|
36
|
-
productConfiguration: DictOf<Entities.ProductConfiguration>;
|
|
37
|
-
productFamily: DictOf<Entities.ProductFamily>;
|
|
38
|
-
productGeneration: DictOf<Entities.ProductGeneration>;
|
|
39
|
-
productType: DictOf<Entities.ProductType>;
|
|
40
|
-
rating: DictOf<Entities.Rating>;
|
|
41
|
-
source: DictOf<Entities.Source>;
|
|
42
|
-
spec: DictOf<Entities.Spec>;
|
|
43
|
-
specType: DictOf<Entities.SpecType>;
|
|
44
|
-
specTypeChoice: DictOf<Entities.SpecTypeChoice>;
|
|
45
|
-
storePage: DictOf<Entities.StorePage>;
|
|
46
|
-
storePageQueueGroup: DictOf<Entities.StorePage>;
|
|
47
|
-
user: DictOf<Entities.User>;
|
|
30
|
+
product: DictOf<Entities.Product>;
|
|
31
|
+
variant: DictOf<Entities.Variant>;
|
|
48
32
|
};
|
|
49
33
|
export declare type ApiQueries = {
|
|
50
|
-
"entity-
|
|
51
|
-
"entity-
|
|
52
|
-
"entity-category": DictOf<EntityQuery<"category">>;
|
|
53
|
-
"entity-crawl": DictOf<EntityQuery<"crawl">>;
|
|
54
|
-
"entity-media": DictOf<EntityQuery<"media">>;
|
|
55
|
-
"entity-offer": DictOf<EntityQuery<"offer">>;
|
|
56
|
-
"entity-productConfiguration": DictOf<EntityQuery<"productConfiguration">>;
|
|
57
|
-
"entity-productFamily": DictOf<EntityQuery<"productFamily">>;
|
|
58
|
-
"entity-productGeneration": DictOf<EntityQuery<"productGeneration">>;
|
|
59
|
-
"entity-productType": DictOf<EntityQuery<"productType">>;
|
|
60
|
-
"entity-rating": DictOf<EntityQuery<"rating">>;
|
|
61
|
-
"entity-source": DictOf<EntityQuery<"source">>;
|
|
62
|
-
"entity-spec": DictOf<EntityQuery<"spec">>;
|
|
63
|
-
"entity-specType": DictOf<EntityQuery<"specType">>;
|
|
64
|
-
"entity-specTypeChoice": DictOf<EntityQuery<"specTypeChoice">>;
|
|
65
|
-
"entity-storePage": DictOf<EntityQuery<"storePage">>;
|
|
66
|
-
"entity-user": DictOf<EntityQuery<"user">>;
|
|
34
|
+
"entity-product": DictOf<EntityQuery<"product">>;
|
|
35
|
+
"entity-variant": DictOf<EntityQuery<"variant">>;
|
|
67
36
|
affiliateUrl: DictOf<Queries.AffiliateUrlQuery>;
|
|
68
37
|
analyticsTrack: DictOf<Queries.AnalyticsTrackQuery>;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
baseScoreRatingIdList: DictOf<Queries.BaseScoreRatingIdListQuery>;
|
|
72
|
-
baseScoresByCategoryId: DictOf<Queries.BaseScoresByCategoryIdQuery>;
|
|
73
|
-
bestInClass: DictOf<Queries.BestInClassQuery>;
|
|
74
|
-
brandIdBySomeId: DictOf<Queries.BrandIdBySomeIdQuery>;
|
|
75
|
-
brandIdList: DictOf<Queries.BrandIdListQuery>;
|
|
76
|
-
categoryDisplayMode: DictOf<Queries.CategoryDisplayModeQuery>;
|
|
77
|
-
categoryIdByUrlSlug: DictOf<Queries.CategoryIdByUrlSlugQuery>;
|
|
78
|
-
categoryIdList: DictOf<Queries.CategoryIdListQuery>;
|
|
79
|
-
categoryIdListBySomeId: DictOf<Queries.CategoryIdListBySomeIdQuery>;
|
|
80
|
-
categoryIdListBySourceId: DictOf<Queries.CategoryIdListBySourceIdQuery>;
|
|
81
|
-
categoryRankings: DictOf<Queries.CategoryRankingsQuery>;
|
|
82
|
-
categorySearchList: DictOf<Queries.CategorySearchListQuery>;
|
|
83
|
-
categoryStatusList: DictOf<Queries.CategoryStatusListQuery>;
|
|
84
|
-
crawlIdList: DictOf<Queries.CrawlIdListQuery>;
|
|
85
|
-
crawlIdListByUrl: DictOf<Queries.CrawlIdListByUrlQuery>;
|
|
86
|
-
descriptionMarkdown: DictOf<Queries.DescriptionMarkdownQuery>;
|
|
87
|
-
entityType: DictOf<Queries.EntityTypeQuery>;
|
|
88
|
-
fallbackPriceByProductTypeId: DictOf<Queries.FallbackPriceByProductTypeIdQuery>;
|
|
89
|
-
inputLayerVersion: DictOf<Queries.InputLayerVersionQuery>;
|
|
90
|
-
latestRatingIdList: DictOf<Queries.LatestRatingIdListQuery>;
|
|
91
|
-
latestRatingIdListBySomeId: DictOf<Queries.LatestRatingIdListBySomeIdQuery>;
|
|
92
|
-
mediaIdListBySomeId: DictOf<Queries.MediaIdListBySomeIdQuery>;
|
|
93
|
-
categoryModifierSearchList: DictOf<Queries.CategoryModifierSearchListQuery>;
|
|
94
|
-
noteMarkdown: DictOf<Queries.NoteMarkdownQuery>;
|
|
95
|
-
offerIdListByStorePageId: DictOf<Queries.OfferIdListByStorePageIdQuery>;
|
|
96
|
-
possibleAliasIdListBySomeId: DictOf<Queries.PossibleAliasIdListBySomeIdQuery>;
|
|
97
|
-
possibleStorePageIdListBySomeId: DictOf<Queries.PossibleStorePageIdListBySomeIdQuery>;
|
|
98
|
-
preferredCategoryIdListByProductId: DictOf<Queries.PreferredCategoryIdListByProductIdQuery>;
|
|
99
|
-
preferredLatestRatingIdListBySomeId: DictOf<Queries.PreferredLatestRatingIdListBySomeIdQuery>;
|
|
100
|
-
preferredStorePageList: DictOf<Queries.PreferredStorePageListQuery>;
|
|
101
|
-
priceHistoryLookup: DictOf<Queries.PriceHistoryLookupQuery>;
|
|
102
|
-
pricePointCompetitors: DictOf<Queries.PricePointCompetitorsQuery>;
|
|
103
|
-
priceRangeByCategoryId: DictOf<Queries.PriceRangeByCategoryIdQuery>;
|
|
104
|
-
productConfigurationIdListBySomeId: DictOf<Queries.ProductConfigurationIdListBySomeIdQuery>;
|
|
105
|
-
productDealList: DictOf<Queries.ProductDealListQuery>;
|
|
106
|
-
productDocumentByStoreUrl: DictOf<Queries.ProductDocumentByStoreUrlQuery>;
|
|
38
|
+
retailPagePriceHistory: DictOf<Queries.RetailPagePriceHistoryQuery>;
|
|
39
|
+
productDocumentsByRetailPageUrls: DictOf<Queries.ProductDocumentsByRetailPageUrlsQuery>;
|
|
107
40
|
productDocumentsByProductIds: DictOf<Queries.ProductDocumentsByProductIdsQuery>;
|
|
108
|
-
productFamilyIdBySomeId: DictOf<Queries.ProductFamilyIdBySomeIdQuery>;
|
|
109
|
-
productFamilyIdListBySomeId: DictOf<Queries.ProductFamilyIdListBySomeIdQuery>;
|
|
110
|
-
productGenerationIdBySomeId: DictOf<Queries.ProductGenerationIdBySomeIdQuery>;
|
|
111
|
-
productGenerationIdListBySomeId: DictOf<Queries.ProductGenerationIdListBySomeIdQuery>;
|
|
112
|
-
productListSort: DictOf<Queries.ProductListSortQuery>;
|
|
113
|
-
productPricePointList: DictOf<Queries.ProductPricePointListQuery>;
|
|
114
|
-
productSearchList: DictOf<Queries.ProductSearchListQuery>;
|
|
115
|
-
productTypeIdBySomeId: DictOf<Queries.ProductTypeIdBySomeIdQuery>;
|
|
116
|
-
productTypeIdByStoreUrl: DictOf<Queries.ProductTypeIdByStoreUrlQuery>;
|
|
117
|
-
productTypeIdListByCategoryId: DictOf<Queries.ProductTypeIdListByCategoryIdQuery>;
|
|
118
|
-
productTypeIdListByModifiers: DictOf<Queries.ProductTypeIdListByModifiersQuery>;
|
|
119
|
-
productTypeIdListBySomeId: DictOf<Queries.ProductTypeIdListBySomeIdQuery>;
|
|
120
|
-
saleMetrics: DictOf<Queries.SaleMetricsQuery>;
|
|
121
41
|
searchSuggestionList: DictOf<Queries.SearchSuggestionListQuery>;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
specTypeIdList: DictOf<Queries.SpecTypeIdListQuery>;
|
|
126
|
-
specTypeValidValues: DictOf<Queries.SpecTypeValidValuesQuery>;
|
|
127
|
-
specValueRangeListByCategoryId: DictOf<Queries.SpecValueRangeListByCategoryIdQuery>;
|
|
128
|
-
stablePriceByProductId: DictOf<Queries.StablePriceByProductIdQuery>;
|
|
129
|
-
stablePriceByProductIdAndStoreName: DictOf<Queries.StablePriceByProductIdAndStoreNameQuery>;
|
|
130
|
-
stablePriceByStorePageId: DictOf<Queries.StablePriceByStorePageIdQuery>;
|
|
131
|
-
storePageFetchData: DictOf<Queries.StorePageFetchDataQuery>;
|
|
132
|
-
storePageIdByUrl: DictOf<Queries.StorePageIdByUrlQuery>;
|
|
133
|
-
storePageIdListBySomeId: DictOf<Queries.StorePageIdListBySomeIdQuery>;
|
|
134
|
-
storePageInfoBySku: DictOf<Queries.StorePageInfoBySkuQuery>;
|
|
135
|
-
storePageScrapeData: DictOf<Queries.StorePageScrapeDataQuery>;
|
|
136
|
-
subCategoryIdListByCategoryId: DictOf<Queries.SubCategoryIdListByCategoryIdQuery>;
|
|
137
|
-
subsetModifierDataByModifiers: DictOf<Queries.SubsetModifierDataByModifiersQuery>;
|
|
42
|
+
searchList: DictOf<Queries.SearchListQuery>;
|
|
43
|
+
retailPageInfo: DictOf<Queries.RetailPageInfoQuery>;
|
|
44
|
+
retailPagePricing: DictOf<Queries.RetailPagePricingQuery>;
|
|
138
45
|
topProductDocumentList: DictOf<Queries.TopProductDocumentListQuery>;
|
|
139
|
-
unstableMediaIdListByCategoryId: DictOf<Queries.UnstableMediaIdListByCategoryIdQuery>;
|
|
140
|
-
unstableSourceTrust: DictOf<Queries.UnstableSourceTrustQuery>;
|
|
141
|
-
userIdList: DictOf<Queries.UserIdListQuery>;
|
|
142
|
-
userPermissionsByUserId: DictOf<Queries.UserPermissionsByUserIdQuery>;
|
|
143
46
|
};
|
|
144
47
|
export declare type ApiResponses = {
|
|
145
|
-
"entity-
|
|
146
|
-
"entity-
|
|
147
|
-
"entity-category": NullableDictOf<true>;
|
|
148
|
-
"entity-crawl": NullableDictOf<true>;
|
|
149
|
-
"entity-media": NullableDictOf<true>;
|
|
150
|
-
"entity-offer": NullableDictOf<true>;
|
|
151
|
-
"entity-productConfiguration": NullableDictOf<true>;
|
|
152
|
-
"entity-productFamily": NullableDictOf<true>;
|
|
153
|
-
"entity-productGeneration": NullableDictOf<true>;
|
|
154
|
-
"entity-productType": NullableDictOf<true>;
|
|
155
|
-
"entity-rating": NullableDictOf<true>;
|
|
156
|
-
"entity-source": NullableDictOf<true>;
|
|
157
|
-
"entity-spec": NullableDictOf<true>;
|
|
158
|
-
"entity-specType": NullableDictOf<true>;
|
|
159
|
-
"entity-specTypeChoice": NullableDictOf<true>;
|
|
160
|
-
"entity-storePage": NullableDictOf<true>;
|
|
161
|
-
"entity-user": NullableDictOf<true>;
|
|
48
|
+
"entity-product": NullableDictOf<true>;
|
|
49
|
+
"entity-variant": NullableDictOf<true>;
|
|
162
50
|
affiliateUrl: NullableDictOf<Responses.AffiliateUrlResponse>;
|
|
163
51
|
analyticsTrack: NullableDictOf<Responses.AnalyticsTrackResponse>;
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
baseScoreRatingIdList: NullableDictOf<Responses.BaseScoreRatingIdListResponse>;
|
|
167
|
-
baseScoresByCategoryId: NullableDictOf<Responses.BaseScoresByCategoryIdResponse>;
|
|
168
|
-
bestInClass: NullableDictOf<Responses.BestInClassResponse>;
|
|
169
|
-
brandIdBySomeId: NullableDictOf<Responses.BrandIdBySomeIdResponse>;
|
|
170
|
-
brandIdList: NullableDictOf<Responses.BrandIdListResponse>;
|
|
171
|
-
categoryDisplayMode: NullableDictOf<Responses.CategoryDisplayModeResponse>;
|
|
172
|
-
categoryIdByUrlSlug: NullableDictOf<Responses.CategoryIdByUrlSlugResponse>;
|
|
173
|
-
categoryIdList: NullableDictOf<Responses.CategoryIdListResponse>;
|
|
174
|
-
categoryIdListBySomeId: NullableDictOf<Responses.CategoryIdListBySomeIdResponse>;
|
|
175
|
-
categoryIdListBySourceId: NullableDictOf<Responses.CategoryIdListBySourceIdResponse>;
|
|
176
|
-
categoryRankings: NullableDictOf<Responses.CategoryRankingsResponse>;
|
|
177
|
-
categorySearchList: NullableDictOf<Responses.CategorySearchListResponse>;
|
|
178
|
-
categoryStatusList: NullableDictOf<Responses.CategoryStatusListResponse>;
|
|
179
|
-
crawlIdList: NullableDictOf<Responses.CrawlIdListResponse>;
|
|
180
|
-
crawlIdListByUrl: NullableDictOf<Responses.CrawlIdListByUrlResponse>;
|
|
181
|
-
descriptionMarkdown: NullableDictOf<Responses.DescriptionMarkdownResponse>;
|
|
182
|
-
entityType: NullableDictOf<Responses.EntityTypeResponse>;
|
|
183
|
-
fallbackPriceByProductTypeId: NullableDictOf<Responses.FallbackPriceByProductTypeIdResponse>;
|
|
184
|
-
inputLayerVersion: NullableDictOf<Responses.InputLayerVersionResponse>;
|
|
185
|
-
latestRatingIdList: NullableDictOf<Responses.LatestRatingIdListResponse>;
|
|
186
|
-
latestRatingIdListBySomeId: NullableDictOf<Responses.LatestRatingIdListBySomeIdResponse>;
|
|
187
|
-
mediaIdListBySomeId: NullableDictOf<Responses.MediaIdListBySomeIdResponse>;
|
|
188
|
-
categoryModifierSearchList: NullableDictOf<Responses.CategoryModifierSearchListResponse>;
|
|
189
|
-
noteMarkdown: NullableDictOf<Responses.NoteMarkdownResponse>;
|
|
190
|
-
offerIdListByStorePageId: NullableDictOf<Responses.OfferIdListByStorePageIdResponse>;
|
|
191
|
-
possibleAliasIdListBySomeId: NullableDictOf<Responses.PossibleAliasIdListBySomeIdResponse>;
|
|
192
|
-
possibleStorePageIdListBySomeId: NullableDictOf<Responses.PossibleStorePageIdListBySomeIdResponse>;
|
|
193
|
-
preferredCategoryIdListByProductId: NullableDictOf<Responses.PreferredCategoryIdListByProductIdResponse>;
|
|
194
|
-
preferredLatestRatingIdListBySomeId: NullableDictOf<Responses.PreferredLatestRatingIdListBySomeIdResponse>;
|
|
195
|
-
preferredStorePageList: NullableDictOf<Responses.PreferredStorePageListResponse>;
|
|
196
|
-
priceHistoryLookup: NullableDictOf<Responses.PriceHistoryLookupResponse>;
|
|
197
|
-
pricePointCompetitors: NullableDictOf<Responses.PricePointCompetitorsResponse>;
|
|
198
|
-
priceRangeByCategoryId: NullableDictOf<Responses.PriceRangeByCategoryIdResponse>;
|
|
199
|
-
productConfigurationIdListBySomeId: NullableDictOf<Responses.ProductConfigurationIdListBySomeIdResponse>;
|
|
200
|
-
productDealList: NullableDictOf<Responses.ProductDealListResponse>;
|
|
201
|
-
productDocumentByStoreUrl: NullableDictOf<Responses.ProductDocumentByStoreUrlResponse>;
|
|
52
|
+
retailPagePriceHistory: NullableDictOf<Responses.RetailPagePriceHistoryResponse>;
|
|
53
|
+
productDocumentsByRetailPageUrls: NullableDictOf<Responses.ProductDocumentsByRetailPageUrlsResponse>;
|
|
202
54
|
productDocumentsByProductIds: NullableDictOf<Responses.ProductDocumentsByProductIdsResponse>;
|
|
203
|
-
productFamilyIdBySomeId: NullableDictOf<Responses.ProductFamilyIdBySomeIdResponse>;
|
|
204
|
-
productFamilyIdListBySomeId: NullableDictOf<Responses.ProductFamilyIdListBySomeIdResponse>;
|
|
205
|
-
productGenerationIdBySomeId: NullableDictOf<Responses.ProductGenerationIdBySomeIdResponse>;
|
|
206
|
-
productGenerationIdListBySomeId: NullableDictOf<Responses.ProductGenerationIdListBySomeIdResponse>;
|
|
207
|
-
productListSort: NullableDictOf<Responses.ProductListSortResponse>;
|
|
208
|
-
productPricePointList: NullableDictOf<Responses.ProductPricePointListResponse>;
|
|
209
|
-
productSearchList: NullableDictOf<Responses.ProductSearchListResponse>;
|
|
210
|
-
productTypeIdBySomeId: NullableDictOf<Responses.ProductTypeIdBySomeIdResponse>;
|
|
211
|
-
productTypeIdByStoreUrl: NullableDictOf<Responses.ProductTypeIdByStoreUrlResponse>;
|
|
212
|
-
productTypeIdListByCategoryId: NullableDictOf<Responses.ProductTypeIdListByCategoryIdResponse>;
|
|
213
|
-
productTypeIdListByModifiers: NullableDictOf<Responses.ProductTypeIdListByModifiersResponse>;
|
|
214
|
-
productTypeIdListBySomeId: NullableDictOf<Responses.ProductTypeIdListBySomeIdResponse>;
|
|
215
|
-
saleMetrics: NullableDictOf<Responses.SaleMetricsResponse>;
|
|
216
55
|
searchSuggestionList: NullableDictOf<Responses.SearchSuggestionListResponse>;
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
specTypeIdList: NullableDictOf<Responses.SpecTypeIdListResponse>;
|
|
221
|
-
specTypeValidValues: NullableDictOf<Responses.SpecTypeValidValuesResponse>;
|
|
222
|
-
specValueRangeListByCategoryId: NullableDictOf<Responses.SpecValueRangeListByCategoryIdResponse>;
|
|
223
|
-
stablePriceByProductId: NullableDictOf<Responses.StablePriceByProductIdResponse>;
|
|
224
|
-
stablePriceByProductIdAndStoreName: NullableDictOf<Responses.StablePriceByProductIdAndStoreNameResponse>;
|
|
225
|
-
stablePriceByStorePageId: NullableDictOf<Responses.StablePriceByStorePageIdResponse>;
|
|
226
|
-
storePageFetchData: NullableDictOf<Responses.StorePageFetchDataResponse>;
|
|
227
|
-
storePageIdByUrl: NullableDictOf<Responses.StorePageIdByUrlResponse>;
|
|
228
|
-
storePageIdListBySomeId: NullableDictOf<Responses.StorePageIdListBySomeIdResponse>;
|
|
229
|
-
storePageInfoBySku: NullableDictOf<Responses.StorePageInfoBySkuResponse>;
|
|
230
|
-
storePageScrapeData: NullableDictOf<Responses.StorePageScrapeDataResponse>;
|
|
231
|
-
subCategoryIdListByCategoryId: NullableDictOf<Responses.SubCategoryIdListByCategoryIdResponse>;
|
|
232
|
-
subsetModifierDataByModifiers: NullableDictOf<Responses.SubsetModifierDataByModifiersResponse>;
|
|
56
|
+
searchList: NullableDictOf<Responses.SearchListResponse>;
|
|
57
|
+
retailPageInfo: NullableDictOf<Responses.RetailPageInfoResponse>;
|
|
58
|
+
retailPagePricing: NullableDictOf<Responses.RetailPagePricingResponse>;
|
|
233
59
|
topProductDocumentList: NullableDictOf<Responses.TopProductDocumentListResponse>;
|
|
234
|
-
unstableMediaIdListByCategoryId: NullableDictOf<Responses.UnstableMediaIdListByCategoryIdResponse>;
|
|
235
|
-
unstableSourceTrust: NullableDictOf<Responses.UnstableSourceTrustResponse>;
|
|
236
|
-
userIdList: NullableDictOf<Responses.UserIdListResponse>;
|
|
237
|
-
userPermissionsByUserId: NullableDictOf<Responses.UserPermissionsByUserIdResponse>;
|
|
238
60
|
};
|
|
239
61
|
export declare type ApiErrors = {
|
|
240
62
|
[Key in keyof ApiQueries]: DictOf<ServerError[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schema/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schema/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAA;AACtC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAA;AACtC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAA;AACpC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAA;AAGxC,cAAc,YAAY,CAAA;AAE1B,YAAY,EAAE,QAAQ,EAAE,CAAA;AACxB,YAAY,EAAE,QAAQ,EAAE,CAAA;AACxB,YAAY,EAAE,OAAO,EAAE,CAAA;AACvB,YAAY,EAAE,SAAS,EAAE,CAAA;AAEzB,oBAAY,MAAM,CAAC,CAAC,IAAI;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,CAAA;CAAE,CAAA;AAC5C,oBAAY,cAAc,CAAC,CAAC,IAAI,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAA;AAEnD,aAAK,WAAW,CAAC,CAAC,SAAS,MAAM,WAAW,IAAI;IAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAA;CAAE,CAAA;AAE7D,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAA;IAEZ,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IAEf,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAMD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,oBAAY,WAAW,GAAG,SAAS,GAAG,WAAW,CAAA;AAIjD,oBAAY,WAAW,GAAG;IACxB,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA;IACjC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA;CAClC,CAAA;AAED,oBAAY,UAAU,GAAG;IACvB,gBAAgB,EAAE,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAA;IAChD,gBAAgB,EAAE,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAA;IAChD,YAAY,EAAE,MAAM,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAA;IAC/C,cAAc,EAAE,MAAM,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAA;IACnD,sBAAsB,EAAE,MAAM,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAA;IACnE,gCAAgC,EAAE,MAAM,CAAC,OAAO,CAAC,qCAAqC,CAAC,CAAA;IACvF,4BAA4B,EAAE,MAAM,CAAC,OAAO,CAAC,iCAAiC,CAAC,CAAA;IAC/E,oBAAoB,EAAE,MAAM,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAA;IAC/D,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,CAAA;IAC3C,cAAc,EAAE,MAAM,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAA;IACnD,iBAAiB,EAAE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAA;IACzD,sBAAsB,EAAE,MAAM,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAA;CACpE,CAAA;AAED,oBAAY,YAAY,GAAG;IACzB,gBAAgB,EAAE,cAAc,CAAC,IAAI,CAAC,CAAA;IACtC,gBAAgB,EAAE,cAAc,CAAC,IAAI,CAAC,CAAA;IACtC,YAAY,EAAE,cAAc,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA;IAC5D,cAAc,EAAE,cAAc,CAAC,SAAS,CAAC,sBAAsB,CAAC,CAAA;IAChE,sBAAsB,EAAE,cAAc,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAA;IAChF,gCAAgC,EAAE,cAAc,CAAC,SAAS,CAAC,wCAAwC,CAAC,CAAA;IACpG,4BAA4B,EAAE,cAAc,CAAC,SAAS,CAAC,oCAAoC,CAAC,CAAA;IAC5F,oBAAoB,EAAE,cAAc,CAAC,SAAS,CAAC,4BAA4B,CAAC,CAAA;IAC5E,UAAU,EAAE,cAAc,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAA;IACxD,cAAc,EAAE,cAAc,CAAC,SAAS,CAAC,sBAAsB,CAAC,CAAA;IAChE,iBAAiB,EAAE,cAAc,CAAC,SAAS,CAAC,yBAAyB,CAAC,CAAA;IACtE,sBAAsB,EAAE,cAAc,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAA;CACjF,CAAA;AAED,oBAAY,SAAS,GAAG;KACrB,GAAG,IAAI,MAAM,UAAU,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;CACjD,CAAA;AAED,MAAM,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;CAC5B"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Url } from "../builtins";
|
|
2
|
-
import { StorePage } from "../entities";
|
|
3
2
|
export interface AffiliateUrlQuery {
|
|
3
|
+
url: Url;
|
|
4
4
|
contextUrl: Url;
|
|
5
|
-
storePageId: StorePage["id"];
|
|
6
5
|
partnerAmazonTag?: string;
|
|
7
6
|
partnerGeniuslinkId?: string;
|
|
8
7
|
partnerSkimlinksId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"affiliateUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/affiliateUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"affiliateUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/affiliateUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAoBjC,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,GAAG,CAAA;IACR,UAAU,EAAE,GAAG,CAAA;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B;AAED,oBAAY,oBAAoB,GAAG,GAAG,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Product } from "../entities";
|
|
2
2
|
import { ProductDocument } from "../builtins";
|
|
3
3
|
export interface ProductDocumentsByProductIdsQuery {
|
|
4
|
-
productIds:
|
|
4
|
+
productIds: Product["id"][];
|
|
5
5
|
}
|
|
6
6
|
export declare type ProductDocumentsByProductIdsResponse = ProductDocument[];
|
|
7
7
|
//# sourceMappingURL=productDocumentsByProductIds.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"productDocumentsByProductIds.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentsByProductIds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"productDocumentsByProductIds.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentsByProductIds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,oBAAyB;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAE7C,MAAM,WAAW,iCAAiC;IAChD,UAAU,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;CAC5B;AAED,oBAAY,oCAAoC,GAAG,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Url, ProductDocument } from "../builtins";
|
|
2
|
+
export interface ProductDocumentsByRetailPageUrlsQuery {
|
|
3
|
+
retailPageUrls: Url[];
|
|
4
|
+
}
|
|
5
|
+
export declare type ProductDocumentsByRetailPageUrlsResponse = ProductDocument[];
|
|
6
|
+
//# sourceMappingURL=productDocumentsByRetailPageUrls.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productDocumentsByRetailPageUrls.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentsByRetailPageUrls.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAElD,MAAM,WAAW,qCAAqC;IACpD,cAAc,EAAE,GAAG,EAAE,CAAA;CACtB;AAED,oBAAY,wCAAwC,GAAG,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Attribute, HtmlString, Url } from "../builtins";
|
|
2
|
+
export interface RetailPageInfoQuery {
|
|
3
|
+
url: Url;
|
|
4
|
+
isStrictSearchMatch?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export interface RetailPageInfoResponse {
|
|
7
|
+
retailer: string;
|
|
8
|
+
sku: string;
|
|
9
|
+
name: string;
|
|
10
|
+
url: string | null;
|
|
11
|
+
description: HtmlString | null;
|
|
12
|
+
searchMatch: {
|
|
13
|
+
search: string;
|
|
14
|
+
attributes: Attribute[];
|
|
15
|
+
} | null;
|
|
16
|
+
brand: string | null;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=retailPageInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retailPageInfo.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/retailPageInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,EAAE,oBAAyB;AAE9D,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,GAAG,CAAA;IACR,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,MAAM,CAAA;IAChB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAElB,WAAW,EAAE,UAAU,GAAG,IAAI,CAAA;IAC9B,WAAW,EAAE;QACX,MAAM,EAAE,MAAM,CAAA;QACd,UAAU,EAAE,SAAS,EAAE,CAAA;KACxB,GAAG,IAAI,CAAA;IACR,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB"}
|
|
@@ -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"}
|