@lustre/sdk 4.2.0 → 4.3.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/fetchEntity.js +42 -0
- package/dist/api/fetchEntity.js.map +1 -0
- package/dist/schema/entities/alias.js +3 -0
- package/dist/schema/entities/alias.js.map +1 -0
- package/dist/schema/entities/brand.js +3 -0
- package/dist/schema/entities/brand.js.map +1 -0
- package/dist/schema/entities/category.js +3 -0
- package/dist/schema/entities/category.js.map +1 -0
- package/dist/schema/entities/crawl.js +3 -0
- package/dist/schema/entities/crawl.js.map +1 -0
- package/dist/schema/entities/index.js +34 -0
- package/dist/schema/entities/index.js.map +1 -0
- package/dist/schema/entities/media.js +3 -0
- package/dist/schema/entities/media.js.map +1 -0
- package/dist/schema/entities/offer.js +3 -0
- package/dist/schema/entities/offer.js.map +1 -0
- package/dist/schema/entities/productConfiguration.js +3 -0
- package/dist/schema/entities/productConfiguration.js.map +1 -0
- package/dist/schema/entities/productFamily.js +3 -0
- package/dist/schema/entities/productFamily.js.map +1 -0
- package/dist/schema/entities/productGeneration.js +3 -0
- package/dist/schema/entities/productGeneration.js.map +1 -0
- package/dist/schema/entities/productType.js +3 -0
- package/dist/schema/entities/productType.js.map +1 -0
- package/dist/schema/entities/rating.js +3 -0
- package/dist/schema/entities/rating.js.map +1 -0
- package/dist/schema/entities/source.js +3 -0
- package/dist/schema/entities/source.js.map +1 -0
- package/dist/schema/entities/spec.js +3 -0
- package/dist/schema/entities/spec.js.map +1 -0
- package/dist/schema/entities/specType.js +3 -0
- package/dist/schema/entities/specType.js.map +1 -0
- package/dist/schema/entities/specTypeChoice.js +3 -0
- package/dist/schema/entities/specTypeChoice.js.map +1 -0
- package/dist/schema/entities/storePage.js +3 -0
- package/dist/schema/entities/storePage.js.map +1 -0
- package/dist/schema/entities/storePageQueueGroup.js +3 -0
- package/dist/schema/entities/storePageQueueGroup.js.map +1 -0
- package/dist/schema/entities/user.js +3 -0
- package/dist/schema/entities/user.js.map +1 -0
- package/dist/schema/mutations/createBrand.js +3 -0
- package/dist/schema/mutations/createBrand.js.map +1 -0
- package/dist/schema/mutations/createCategory.js +3 -0
- package/dist/schema/mutations/createCategory.js.map +1 -0
- package/dist/schema/mutations/createProductConfiguration.js +3 -0
- package/dist/schema/mutations/createProductConfiguration.js.map +1 -0
- package/dist/schema/mutations/createProductFamily.js +3 -0
- package/dist/schema/mutations/createProductFamily.js.map +1 -0
- package/dist/schema/mutations/createProductGeneration.js +3 -0
- package/dist/schema/mutations/createProductGeneration.js.map +1 -0
- package/dist/schema/mutations/createProductType.js +3 -0
- package/dist/schema/mutations/createProductType.js.map +1 -0
- package/dist/schema/mutations/createUser.js +3 -0
- package/dist/schema/mutations/createUser.js.map +1 -0
- package/dist/schema/mutations/storePageQueueClaimById.js +3 -0
- package/dist/schema/mutations/storePageQueueClaimById.js.map +1 -0
- package/dist/schema/mutations/storePageQueueClaimNext.js +3 -0
- package/dist/schema/mutations/storePageQueueClaimNext.js.map +1 -0
- package/dist/schema/mutations/storePageQueueHandle.js +3 -0
- package/dist/schema/mutations/storePageQueueHandle.js.map +1 -0
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +3 -0
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +1 -0
- package/dist/schema/mutations/updateAlias.js +3 -0
- package/dist/schema/mutations/updateAlias.js.map +1 -0
- package/dist/schema/mutations/updateBrand.js +3 -0
- package/dist/schema/mutations/updateBrand.js.map +1 -0
- package/dist/schema/mutations/updateCategory.js +3 -0
- package/dist/schema/mutations/updateCategory.js.map +1 -0
- package/dist/schema/mutations/updateOffer.js +3 -0
- package/dist/schema/mutations/updateOffer.js.map +1 -0
- package/dist/schema/mutations/updateProductBookmark.js +3 -0
- package/dist/schema/mutations/updateProductBookmark.js.map +1 -0
- package/dist/schema/mutations/updateProductConfiguration.js +3 -0
- package/dist/schema/mutations/updateProductConfiguration.js.map +1 -0
- package/dist/schema/mutations/updateProductConfigurationProductType.js +3 -0
- package/dist/schema/mutations/updateProductConfigurationProductType.js.map +1 -0
- package/dist/schema/mutations/updateProductFamily.js +3 -0
- package/dist/schema/mutations/updateProductFamily.js.map +1 -0
- package/dist/schema/mutations/updateProductFamilyBrand.js +3 -0
- package/dist/schema/mutations/updateProductFamilyBrand.js.map +1 -0
- package/dist/schema/mutations/updateProductGeneration.js +3 -0
- package/dist/schema/mutations/updateProductGeneration.js.map +1 -0
- package/dist/schema/mutations/updateProductGenerationProductFamily.js +3 -0
- package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +1 -0
- package/dist/schema/mutations/updateProductType.js +3 -0
- package/dist/schema/mutations/updateProductType.js.map +1 -0
- package/dist/schema/mutations/updateProductTypeProductGeneration.js +3 -0
- package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +1 -0
- package/dist/schema/mutations/updateSource.js +3 -0
- package/dist/schema/mutations/updateSource.js.map +1 -0
- package/dist/schema/mutations/updateStorePage.js +3 -0
- package/dist/schema/mutations/updateStorePage.js.map +1 -0
- package/dist/schema/queries/affiliateUrl.js +3 -0
- package/dist/schema/queries/affiliateUrl.js.map +1 -0
- package/dist/schema/queries/aliasIdListBySomeId.js +3 -0
- package/dist/schema/queries/aliasIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js +3 -0
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/baseScore.js +3 -0
- package/dist/schema/queries/baseScore.js.map +1 -0
- package/dist/schema/queries/baseScoreRatingIdList.js +3 -0
- package/dist/schema/queries/baseScoreRatingIdList.js.map +1 -0
- package/dist/schema/queries/baseScoresByCategoryId.js +3 -0
- package/dist/schema/queries/baseScoresByCategoryId.js.map +1 -0
- package/dist/schema/queries/bestInClass.js +3 -0
- package/dist/schema/queries/bestInClass.js.map +1 -0
- package/dist/schema/queries/brandAliasResolution.js +3 -0
- package/dist/schema/queries/brandAliasResolution.js.map +1 -0
- package/dist/schema/queries/brandCategoryRankings.js +3 -0
- package/dist/schema/queries/brandCategoryRankings.js.map +1 -0
- package/dist/schema/queries/brandIdBySomeId.js +3 -0
- package/dist/schema/queries/brandIdBySomeId.js.map +1 -0
- package/dist/schema/queries/brandIdList.js +3 -0
- package/dist/schema/queries/brandIdList.js.map +1 -0
- package/dist/schema/queries/brandIdListBySearch.js +3 -0
- package/dist/schema/queries/brandIdListBySearch.js.map +1 -0
- package/dist/schema/queries/brandSocialMediaPostList.js +3 -0
- package/dist/schema/queries/brandSocialMediaPostList.js.map +1 -0
- package/dist/schema/queries/categoryAliasResolution.js +3 -0
- package/dist/schema/queries/categoryAliasResolution.js.map +1 -0
- package/dist/schema/queries/categoryDisplayMode.js +3 -0
- package/dist/schema/queries/categoryDisplayMode.js.map +1 -0
- package/dist/schema/queries/categoryIdByUrlSlug.js +3 -0
- package/dist/schema/queries/categoryIdByUrlSlug.js.map +1 -0
- package/dist/schema/queries/categoryIdList.js +3 -0
- package/dist/schema/queries/categoryIdList.js.map +1 -0
- package/dist/schema/queries/categoryIdListBySomeId.js +3 -0
- package/dist/schema/queries/categoryIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/categoryIdListBySourceId.js +3 -0
- package/dist/schema/queries/categoryIdListBySourceId.js.map +1 -0
- package/dist/schema/queries/categoryModifierSearchList.js +3 -0
- package/dist/schema/queries/categoryModifierSearchList.js.map +1 -0
- package/dist/schema/queries/categoryRankings.js +3 -0
- package/dist/schema/queries/categoryRankings.js.map +1 -0
- package/dist/schema/queries/categorySearchList.js +3 -0
- package/dist/schema/queries/categorySearchList.js.map +1 -0
- package/dist/schema/queries/categoryStatusList.js +3 -0
- package/dist/schema/queries/categoryStatusList.js.map +1 -0
- package/dist/schema/queries/competitorsAnalysis.js +3 -0
- package/dist/schema/queries/competitorsAnalysis.js.map +1 -0
- package/dist/schema/queries/crawlIdList.js +3 -0
- package/dist/schema/queries/crawlIdList.js.map +1 -0
- package/dist/schema/queries/crawlIdListByUrl.js +3 -0
- package/dist/schema/queries/crawlIdListByUrl.js.map +1 -0
- package/dist/schema/queries/descriptionMarkdown.js +3 -0
- package/dist/schema/queries/descriptionMarkdown.js.map +1 -0
- package/dist/schema/queries/domainAnalysis.js +3 -0
- package/dist/schema/queries/domainAnalysis.js.map +1 -0
- package/dist/schema/queries/domainSupport.js +3 -0
- package/dist/schema/queries/domainSupport.js.map +1 -0
- package/dist/schema/queries/educationalSearch.js +3 -0
- package/dist/schema/queries/educationalSearch.js.map +1 -0
- package/dist/schema/queries/entityType.js +3 -0
- package/dist/schema/queries/entityType.js.map +1 -0
- package/dist/schema/queries/fallbackPriceByProductTypeId.js +3 -0
- package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +1 -0
- package/dist/schema/queries/findProducts.js +3 -0
- package/dist/schema/queries/findProducts.js.map +1 -0
- package/dist/schema/queries/inputLayerVersion.js +3 -0
- package/dist/schema/queries/inputLayerVersion.js.map +1 -0
- package/dist/schema/queries/latestRatingIdList.js +3 -0
- package/dist/schema/queries/latestRatingIdList.js.map +1 -0
- package/dist/schema/queries/latestRatingIdListBySomeId.js +3 -0
- package/dist/schema/queries/latestRatingIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/mediaIdListBySomeId.js +3 -0
- package/dist/schema/queries/mediaIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/mlCategoryDisplayMode.js +3 -0
- package/dist/schema/queries/mlCategoryDisplayMode.js.map +1 -0
- package/dist/schema/queries/noteMarkdown.js +3 -0
- package/dist/schema/queries/noteMarkdown.js.map +1 -0
- package/dist/schema/queries/offerIdListByStorePageId.js +3 -0
- package/dist/schema/queries/offerIdListByStorePageId.js.map +1 -0
- package/dist/schema/queries/possibleAliasIdListBySomeId.js +3 -0
- package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js +3 -0
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/preferredCategoryIdListByProductId.js +3 -0
- package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +1 -0
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +3 -0
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/preferredStorePageList.js +3 -0
- package/dist/schema/queries/preferredStorePageList.js.map +1 -0
- package/dist/schema/queries/pricePointCompetitors.js +3 -0
- package/dist/schema/queries/pricePointCompetitors.js.map +1 -0
- package/dist/schema/queries/priceRangeByCategoryId.js +3 -0
- package/dist/schema/queries/priceRangeByCategoryId.js.map +1 -0
- package/dist/schema/queries/productBookmarkById.js +3 -0
- package/dist/schema/queries/productBookmarkById.js.map +1 -0
- package/dist/schema/queries/productConfigurationIdListBySomeId.js +3 -0
- package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/productDealList.js +3 -0
- package/dist/schema/queries/productDealList.js.map +1 -0
- package/dist/schema/queries/productDocumentByStoreUrl.js +3 -0
- package/dist/schema/queries/productDocumentByStoreUrl.js.map +1 -0
- package/dist/schema/queries/productDocumentsByProductIds.js +3 -0
- package/dist/schema/queries/productDocumentsByProductIds.js.map +1 -0
- package/dist/schema/queries/productFamilyIdBySomeId.js +3 -0
- package/dist/schema/queries/productFamilyIdBySomeId.js.map +1 -0
- package/dist/schema/queries/productFamilyIdListBySomeId.js +3 -0
- package/dist/schema/queries/productFamilyIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/productGenerationIdBySomeId.js +3 -0
- package/dist/schema/queries/productGenerationIdBySomeId.js.map +1 -0
- package/dist/schema/queries/productGenerationIdListBySomeId.js +3 -0
- package/dist/schema/queries/productGenerationIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/productListSort.js +3 -0
- package/dist/schema/queries/productListSort.js.map +1 -0
- package/dist/schema/queries/productPricePointList.js +3 -0
- package/dist/schema/queries/productPricePointList.js.map +1 -0
- package/dist/schema/queries/productSearchList.js +3 -0
- package/dist/schema/queries/productSearchList.js.map +1 -0
- package/dist/schema/queries/productTypeIdBySomeId.js +3 -0
- package/dist/schema/queries/productTypeIdBySomeId.js.map +1 -0
- package/dist/schema/queries/productTypeIdByStoreUrl.js +3 -0
- package/dist/schema/queries/productTypeIdByStoreUrl.js.map +1 -0
- package/dist/schema/queries/productTypeIdListByCategoryId.js +3 -0
- package/dist/schema/queries/productTypeIdListByCategoryId.js.map +1 -0
- package/dist/schema/queries/productTypeIdListByModifiers.js +3 -0
- package/dist/schema/queries/productTypeIdListByModifiers.js.map +1 -0
- package/dist/schema/queries/productTypeIdListBySomeId.js +3 -0
- package/dist/schema/queries/productTypeIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/research.js +3 -0
- package/dist/schema/queries/research.js.map +1 -0
- package/dist/schema/queries/researchBestProducts.js +3 -0
- package/dist/schema/queries/researchBestProducts.js.map +1 -0
- package/dist/schema/queries/researchQueryRefinement.js +3 -0
- package/dist/schema/queries/researchQueryRefinement.js.map +1 -0
- package/dist/schema/queries/saleMetrics.js +3 -0
- package/dist/schema/queries/saleMetrics.js.map +1 -0
- package/dist/schema/queries/searchSuggestionList.js +3 -0
- package/dist/schema/queries/searchSuggestionList.js.map +1 -0
- package/dist/schema/queries/sectionDataByCrawlId.js +3 -0
- package/dist/schema/queries/sectionDataByCrawlId.js.map +1 -0
- package/dist/schema/queries/sourceIdList.js +3 -0
- package/dist/schema/queries/sourceIdList.js.map +1 -0
- package/dist/schema/queries/specIdListBySomeId.js +3 -0
- package/dist/schema/queries/specIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/specTypeIdList.js +3 -0
- package/dist/schema/queries/specTypeIdList.js.map +1 -0
- package/dist/schema/queries/specTypeValidValues.js +3 -0
- package/dist/schema/queries/specTypeValidValues.js.map +1 -0
- package/dist/schema/queries/specValueRangeListByCategoryId.js +3 -0
- package/dist/schema/queries/specValueRangeListByCategoryId.js.map +1 -0
- package/dist/schema/queries/stablePriceByProductId.js +3 -0
- package/dist/schema/queries/stablePriceByProductId.js.map +1 -0
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +3 -0
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +1 -0
- package/dist/schema/queries/stablePriceByStorePageId.js +3 -0
- package/dist/schema/queries/stablePriceByStorePageId.js.map +1 -0
- package/dist/schema/queries/storePageFetchData.js +3 -0
- package/dist/schema/queries/storePageFetchData.js.map +1 -0
- package/dist/schema/queries/storePageIdByUrl.js +3 -0
- package/dist/schema/queries/storePageIdByUrl.js.map +1 -0
- package/dist/schema/queries/storePageIdListBySomeId.js +3 -0
- package/dist/schema/queries/storePageIdListBySomeId.js.map +1 -0
- package/dist/schema/queries/storePageInfoBySku.js +3 -0
- package/dist/schema/queries/storePageInfoBySku.js.map +1 -0
- package/dist/schema/queries/storePageScrapeData.js +3 -0
- package/dist/schema/queries/storePageScrapeData.js.map +1 -0
- package/dist/schema/queries/subCategoryIdListByCategoryId.js +3 -0
- package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +1 -0
- package/dist/schema/queries/subsetModifierDataByModifiers.js +3 -0
- package/dist/schema/queries/subsetModifierDataByModifiers.js.map +1 -0
- package/dist/schema/queries/topProductDocumentList.js +3 -0
- package/dist/schema/queries/topProductDocumentList.js.map +1 -0
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js +3 -0
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +1 -0
- package/dist/schema/queries/unstableSourceTrust.js +3 -0
- package/dist/schema/queries/unstableSourceTrust.js.map +1 -0
- package/dist/schema/queries/userIdList.js +3 -0
- package/dist/schema/queries/userIdList.js.map +1 -0
- package/dist/schema/queries/userPermissionsByUserId.js +3 -0
- package/dist/schema/queries/userPermissionsByUserId.js.map +1 -0
- package/dist/schema/queries/userRestictedData.js +3 -0
- package/dist/schema/queries/userRestictedData.js.map +1 -0
- package/dist/schema/queries/userReviewAnalysis.js +3 -0
- package/dist/schema/queries/userReviewAnalysis.js.map +1 -0
- package/dist/schema/queries/whoAmI.js +3 -0
- package/dist/schema/queries/whoAmI.js.map +1 -0
- package/package.json +1 -1
- package/types/api/fetchEntity.d.ts +7 -0
- package/types/api/fetchEntity.d.ts.map +1 -0
- package/types/schema/entities/alias.d.ts +6 -0
- package/types/schema/entities/alias.d.ts.map +1 -0
- package/types/schema/entities/brand.d.ts +5 -0
- package/types/schema/entities/brand.d.ts.map +1 -0
- package/types/schema/entities/category.d.ts +7 -0
- package/types/schema/entities/category.d.ts.map +1 -0
- package/types/schema/entities/crawl.d.ts +12 -0
- package/types/schema/entities/crawl.d.ts.map +1 -0
- package/types/schema/entities/index.d.ts +18 -0
- package/types/schema/entities/index.d.ts.map +1 -0
- package/types/schema/entities/media.d.ts +6 -0
- package/types/schema/entities/media.d.ts.map +1 -0
- package/types/schema/entities/offer.d.ts +11 -0
- package/types/schema/entities/offer.d.ts.map +1 -0
- package/types/schema/entities/productConfiguration.d.ts +5 -0
- package/types/schema/entities/productConfiguration.d.ts.map +1 -0
- package/types/schema/entities/productFamily.d.ts +5 -0
- package/types/schema/entities/productFamily.d.ts.map +1 -0
- package/types/schema/entities/productGeneration.d.ts +5 -0
- package/types/schema/entities/productGeneration.d.ts.map +1 -0
- package/types/schema/entities/productType.d.ts +5 -0
- package/types/schema/entities/productType.d.ts.map +1 -0
- package/types/schema/entities/rating.d.ts +53 -0
- package/types/schema/entities/rating.d.ts.map +1 -0
- package/types/schema/entities/source.d.ts +8 -0
- package/types/schema/entities/source.d.ts.map +1 -0
- package/types/schema/entities/spec.d.ts +22 -0
- package/types/schema/entities/spec.d.ts.map +1 -0
- package/types/schema/entities/specType.d.ts +6 -0
- package/types/schema/entities/specType.d.ts.map +1 -0
- package/types/schema/entities/specTypeChoice.d.ts +7 -0
- package/types/schema/entities/specTypeChoice.d.ts.map +1 -0
- package/types/schema/entities/storePage.d.ts +8 -0
- package/types/schema/entities/storePage.d.ts.map +1 -0
- package/types/schema/entities/storePageQueueGroup.d.ts +6 -0
- package/types/schema/entities/storePageQueueGroup.d.ts.map +1 -0
- package/types/schema/entities/user.d.ts +5 -0
- package/types/schema/entities/user.d.ts.map +1 -0
- package/types/schema/mutations/createBrand.d.ts +9 -0
- package/types/schema/mutations/createBrand.d.ts.map +1 -0
- package/types/schema/mutations/createCategory.d.ts +9 -0
- package/types/schema/mutations/createCategory.d.ts.map +1 -0
- package/types/schema/mutations/createProductConfiguration.d.ts +10 -0
- package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -0
- package/types/schema/mutations/createProductFamily.d.ts +10 -0
- package/types/schema/mutations/createProductFamily.d.ts.map +1 -0
- package/types/schema/mutations/createProductGeneration.d.ts +10 -0
- package/types/schema/mutations/createProductGeneration.d.ts.map +1 -0
- package/types/schema/mutations/createProductType.d.ts +10 -0
- package/types/schema/mutations/createProductType.d.ts.map +1 -0
- package/types/schema/mutations/createUser.d.ts +10 -0
- package/types/schema/mutations/createUser.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueClaimById.d.ts +17 -0
- package/types/schema/mutations/storePageQueueClaimById.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueClaimNext.d.ts +15 -0
- package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueHandle.d.ts +15 -0
- package/types/schema/mutations/storePageQueueHandle.d.ts.map +1 -0
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +15 -0
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +1 -0
- package/types/schema/mutations/updateAlias.d.ts +8 -0
- package/types/schema/mutations/updateAlias.d.ts.map +1 -0
- package/types/schema/mutations/updateBrand.d.ts +8 -0
- package/types/schema/mutations/updateBrand.d.ts.map +1 -0
- package/types/schema/mutations/updateCategory.d.ts +10 -0
- package/types/schema/mutations/updateCategory.d.ts.map +1 -0
- package/types/schema/mutations/updateOffer.d.ts +8 -0
- package/types/schema/mutations/updateOffer.d.ts.map +1 -0
- package/types/schema/mutations/updateProductBookmark.d.ts +11 -0
- package/types/schema/mutations/updateProductBookmark.d.ts.map +1 -0
- package/types/schema/mutations/updateProductConfiguration.d.ts +8 -0
- package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -0
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts +8 -0
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -0
- package/types/schema/mutations/updateProductFamily.d.ts +8 -0
- package/types/schema/mutations/updateProductFamily.d.ts.map +1 -0
- package/types/schema/mutations/updateProductFamilyBrand.d.ts +8 -0
- package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -0
- package/types/schema/mutations/updateProductGeneration.d.ts +8 -0
- package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -0
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +8 -0
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -0
- package/types/schema/mutations/updateProductType.d.ts +8 -0
- package/types/schema/mutations/updateProductType.d.ts.map +1 -0
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +8 -0
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -0
- package/types/schema/mutations/updateSource.d.ts +10 -0
- package/types/schema/mutations/updateSource.d.ts.map +1 -0
- package/types/schema/mutations/updateStorePage.d.ts +8 -0
- package/types/schema/mutations/updateStorePage.d.ts.map +1 -0
- package/types/schema/queries/affiliateUrl.d.ts +12 -0
- package/types/schema/queries/affiliateUrl.d.ts.map +1 -0
- package/types/schema/queries/aliasIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/aliasIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/baseScore.d.ts +9 -0
- package/types/schema/queries/baseScore.d.ts.map +1 -0
- package/types/schema/queries/baseScoreRatingIdList.d.ts +8 -0
- package/types/schema/queries/baseScoreRatingIdList.d.ts.map +1 -0
- package/types/schema/queries/baseScoresByCategoryId.d.ts +12 -0
- package/types/schema/queries/baseScoresByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/bestInClass.d.ts +20 -0
- package/types/schema/queries/bestInClass.d.ts.map +1 -0
- package/types/schema/queries/brandAliasResolution.d.ts +11 -0
- package/types/schema/queries/brandAliasResolution.d.ts.map +1 -0
- package/types/schema/queries/brandCategoryRankings.d.ts +37 -0
- package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -0
- package/types/schema/queries/brandIdBySomeId.d.ts +6 -0
- package/types/schema/queries/brandIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/brandIdList.d.ts +9 -0
- package/types/schema/queries/brandIdList.d.ts.map +1 -0
- package/types/schema/queries/brandIdListBySearch.d.ts +7 -0
- package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -0
- package/types/schema/queries/brandSocialMediaPostList.d.ts +22 -0
- package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -0
- package/types/schema/queries/categoryAliasResolution.d.ts +13 -0
- package/types/schema/queries/categoryAliasResolution.d.ts.map +1 -0
- package/types/schema/queries/categoryDisplayMode.d.ts +11 -0
- package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -0
- package/types/schema/queries/categoryIdByUrlSlug.d.ts +6 -0
- package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +1 -0
- package/types/schema/queries/categoryIdList.d.ts +9 -0
- package/types/schema/queries/categoryIdList.d.ts.map +1 -0
- package/types/schema/queries/categoryIdListBySomeId.d.ts +11 -0
- package/types/schema/queries/categoryIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/categoryIdListBySourceId.d.ts +7 -0
- package/types/schema/queries/categoryIdListBySourceId.d.ts.map +1 -0
- package/types/schema/queries/categoryModifierSearchList.d.ts +22 -0
- package/types/schema/queries/categoryModifierSearchList.d.ts.map +1 -0
- package/types/schema/queries/categoryRankings.d.ts +14 -0
- package/types/schema/queries/categoryRankings.d.ts.map +1 -0
- package/types/schema/queries/categorySearchList.d.ts +17 -0
- package/types/schema/queries/categorySearchList.d.ts.map +1 -0
- package/types/schema/queries/categoryStatusList.d.ts +10 -0
- package/types/schema/queries/categoryStatusList.d.ts.map +1 -0
- package/types/schema/queries/competitorsAnalysis.d.ts +37 -0
- package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -0
- package/types/schema/queries/crawlIdList.d.ts +12 -0
- package/types/schema/queries/crawlIdList.d.ts.map +1 -0
- package/types/schema/queries/crawlIdListByUrl.d.ts +7 -0
- package/types/schema/queries/crawlIdListByUrl.d.ts.map +1 -0
- package/types/schema/queries/descriptionMarkdown.d.ts +6 -0
- package/types/schema/queries/descriptionMarkdown.d.ts.map +1 -0
- package/types/schema/queries/domainAnalysis.d.ts +19 -0
- package/types/schema/queries/domainAnalysis.d.ts.map +1 -0
- package/types/schema/queries/domainSupport.d.ts +5 -0
- package/types/schema/queries/domainSupport.d.ts.map +1 -0
- package/types/schema/queries/educationalSearch.d.ts +15 -0
- package/types/schema/queries/educationalSearch.d.ts.map +1 -0
- package/types/schema/queries/entityType.d.ts +55 -0
- package/types/schema/queries/entityType.d.ts.map +1 -0
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +7 -0
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +1 -0
- package/types/schema/queries/findProducts.d.ts +12 -0
- package/types/schema/queries/findProducts.d.ts.map +1 -0
- package/types/schema/queries/inputLayerVersion.d.ts +6 -0
- package/types/schema/queries/inputLayerVersion.d.ts.map +1 -0
- package/types/schema/queries/latestRatingIdList.d.ts +7 -0
- package/types/schema/queries/latestRatingIdList.d.ts.map +1 -0
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/lookupProduct.d.ts +1 -1
- package/types/schema/queries/lookupProduct.d.ts.map +1 -1
- package/types/schema/queries/mediaIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/mediaIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/mlCategoryDisplayMode.d.ts +9 -0
- package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -0
- package/types/schema/queries/noteMarkdown.d.ts +6 -0
- package/types/schema/queries/noteMarkdown.d.ts.map +1 -0
- package/types/schema/queries/offerIdListByStorePageId.d.ts +13 -0
- package/types/schema/queries/offerIdListByStorePageId.d.ts.map +1 -0
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +7 -0
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +1 -0
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/preferredStorePageList.d.ts +12 -0
- package/types/schema/queries/preferredStorePageList.d.ts.map +1 -0
- package/types/schema/queries/pricePointCompetitors.d.ts +17 -0
- package/types/schema/queries/pricePointCompetitors.d.ts.map +1 -0
- package/types/schema/queries/priceRangeByCategoryId.d.ts +11 -0
- package/types/schema/queries/priceRangeByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/productBookmarkById.d.ts +12 -0
- package/types/schema/queries/productBookmarkById.d.ts.map +1 -0
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productDealList.d.ts +14 -0
- package/types/schema/queries/productDealList.d.ts.map +1 -0
- package/types/schema/queries/productDocumentByStoreUrl.d.ts +8 -0
- package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +1 -0
- package/types/schema/queries/productDocumentsByProductIds.d.ts +7 -0
- package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -0
- package/types/schema/queries/productFamilyIdBySomeId.d.ts +6 -0
- package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productGenerationIdBySomeId.d.ts +6 -0
- package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productListSort.d.ts +10 -0
- package/types/schema/queries/productListSort.d.ts.map +1 -0
- package/types/schema/queries/productPricePointList.d.ts +14 -0
- package/types/schema/queries/productPricePointList.d.ts.map +1 -0
- package/types/schema/queries/productSearchList.d.ts +40 -0
- package/types/schema/queries/productSearchList.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdBySomeId.d.ts +6 -0
- package/types/schema/queries/productTypeIdBySomeId.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts +7 -0
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts +11 -0
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdListByModifiers.d.ts +8 -0
- package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -0
- package/types/schema/queries/productTypeIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/research.d.ts +12 -0
- package/types/schema/queries/research.d.ts.map +1 -0
- package/types/schema/queries/researchBestProducts.d.ts +18 -0
- package/types/schema/queries/researchBestProducts.d.ts.map +1 -0
- package/types/schema/queries/researchQueryRefinement.d.ts +7 -0
- package/types/schema/queries/researchQueryRefinement.d.ts.map +1 -0
- package/types/schema/queries/saleMetrics.d.ts +9 -0
- package/types/schema/queries/saleMetrics.d.ts.map +1 -0
- package/types/schema/queries/searchSuggestionList.d.ts +10 -0
- package/types/schema/queries/searchSuggestionList.d.ts.map +1 -0
- package/types/schema/queries/sectionDataByCrawlId.d.ts +20 -0
- package/types/schema/queries/sectionDataByCrawlId.d.ts.map +1 -0
- package/types/schema/queries/sourceIdList.d.ts +5 -0
- package/types/schema/queries/sourceIdList.d.ts.map +1 -0
- package/types/schema/queries/specIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/specIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/specTypeIdList.d.ts +13 -0
- package/types/schema/queries/specTypeIdList.d.ts.map +1 -0
- package/types/schema/queries/specTypeValidValues.d.ts +16 -0
- package/types/schema/queries/specTypeValidValues.d.ts.map +1 -0
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts +37 -0
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/stablePriceByProductId.d.ts +7 -0
- package/types/schema/queries/stablePriceByProductId.d.ts.map +1 -0
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +8 -0
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +1 -0
- package/types/schema/queries/stablePriceByStorePageId.d.ts +7 -0
- package/types/schema/queries/stablePriceByStorePageId.d.ts.map +1 -0
- package/types/schema/queries/storePageFetchData.d.ts +13 -0
- package/types/schema/queries/storePageFetchData.d.ts.map +1 -0
- package/types/schema/queries/storePageIdByUrl.d.ts +7 -0
- package/types/schema/queries/storePageIdByUrl.d.ts.map +1 -0
- package/types/schema/queries/storePageIdListBySomeId.d.ts +7 -0
- package/types/schema/queries/storePageIdListBySomeId.d.ts.map +1 -0
- package/types/schema/queries/storePageInfoBySku.d.ts +21 -0
- package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -0
- package/types/schema/queries/storePageScrapeData.d.ts +10 -0
- package/types/schema/queries/storePageScrapeData.d.ts.map +1 -0
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +7 -0
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts +13 -0
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +1 -0
- package/types/schema/queries/topProductDocumentList.d.ts +9 -0
- package/types/schema/queries/topProductDocumentList.d.ts.map +1 -0
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +7 -0
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +1 -0
- package/types/schema/queries/unstableSourceTrust.d.ts +10 -0
- package/types/schema/queries/unstableSourceTrust.d.ts.map +1 -0
- package/types/schema/queries/userIdList.d.ts +5 -0
- package/types/schema/queries/userIdList.d.ts.map +1 -0
- package/types/schema/queries/userPermissionsByUserId.d.ts +8 -0
- package/types/schema/queries/userPermissionsByUserId.d.ts.map +1 -0
- package/types/schema/queries/userRestictedData.d.ts +11 -0
- package/types/schema/queries/userRestictedData.d.ts.map +1 -0
- package/types/schema/queries/userReviewAnalysis.d.ts +40 -0
- package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -0
- package/types/schema/queries/whoAmI.d.ts +6 -0
- package/types/schema/queries/whoAmI.d.ts.map +1 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fetchEntity = void 0;
|
|
4
|
+
const QueryResolver_1 = require("./QueryResolver");
|
|
5
|
+
const getQueryHash_1 = require("./getQueryHash");
|
|
6
|
+
const QueryError_1 = require("./QueryError");
|
|
7
|
+
const fetchEntity = (type, id, options = {}) => {
|
|
8
|
+
const { queryResolver = (0, QueryResolver_1._getDefaultQueryResolver)(), batchKey = type } = options;
|
|
9
|
+
const name = `entity-${type}`;
|
|
10
|
+
const body = { id };
|
|
11
|
+
const query = { name, body };
|
|
12
|
+
const promise = queryResolver.addQueryToQueue(query, { batchKey }).then((response) => {
|
|
13
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
14
|
+
const queryHash = (0, getQueryHash_1.getQueryHash)(query);
|
|
15
|
+
const entity = (_b = (_a = response.entities) === null || _a === void 0 ? void 0 : _a[type]) === null || _b === void 0 ? void 0 : _b[id];
|
|
16
|
+
const queryResponse = (_d = (_c = response.responses) === null || _c === void 0 ? void 0 : _c[query.name]) === null || _d === void 0 ? void 0 : _d[queryHash];
|
|
17
|
+
if (queryResponse === null) {
|
|
18
|
+
const queryError = (_f = (_e = response.errors) === null || _e === void 0 ? void 0 : _e[query.name]) === null || _f === void 0 ? void 0 : _f[queryHash];
|
|
19
|
+
if (queryError) {
|
|
20
|
+
throw new QueryError_1.QueryResponseError(query, queryError, (_h = (_g = queryError[0]) === null || _g === void 0 ? void 0 : _g.message) !== null && _h !== void 0 ? _h : "Entities query responded with an Error");
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
throw new QueryError_1.QueryReferenceError(query, "Query error is not defined");
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
if (queryResponse === undefined) {
|
|
27
|
+
throw new QueryError_1.QueryReferenceError(query, "Query is not defined");
|
|
28
|
+
}
|
|
29
|
+
if (queryResponse !== true) {
|
|
30
|
+
throw new QueryError_1.QueryValidationError(query, "Entities query did not return true");
|
|
31
|
+
}
|
|
32
|
+
if (!entity) {
|
|
33
|
+
throw new QueryError_1.QueryReferenceError(query, "Entity is not defined");
|
|
34
|
+
}
|
|
35
|
+
return entity;
|
|
36
|
+
}, (error) => {
|
|
37
|
+
throw error;
|
|
38
|
+
});
|
|
39
|
+
return promise;
|
|
40
|
+
};
|
|
41
|
+
exports.fetchEntity = fetchEntity;
|
|
42
|
+
//# sourceMappingURL=fetchEntity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetchEntity.js","sourceRoot":"","sources":["../../src/api/fetchEntity.ts"],"names":[],"mappings":";;;AAAA,mDAA6E;AAC7E,iDAAiD;AACjD,6CAKyB;AAqBlB,MAAM,WAAW,GAAG,CAKzB,IAAgB,EAChB,EAAU,EACV,UAGI,EAAE,EACW,EAAE;IACnB,MAAM,EAAE,aAAa,GAAG,IAAA,wCAAwB,GAAE,EAAE,QAAQ,GAAG,IAAI,EAAE,GAAG,OAAO,CAAA;IAC/E,MAAM,IAAI,GAAG,UAAU,IAAI,EAAE,CAAA;IAC7B,MAAM,IAAI,GAAG,EAAE,EAAE,EAAE,CAAA;IACnB,MAAM,KAAK,GAAiB,EAAE,IAAI,EAAE,IAAI,EAAkB,CAAA;IAC1D,MAAM,OAAO,GAAG,aAAa,CAAC,eAAe,CAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,CAAC,CAAC,IAAI,CACrE,CAAC,QAAa,EAAE,EAAE;;QAChB,MAAM,SAAS,GAAG,IAAA,2BAAY,EAAC,KAAK,CAAC,CAAA;QACrC,MAAM,MAAM,GAAuB,MAAA,MAAA,QAAQ,CAAC,QAAQ,0CAAG,IAAI,CAAC,0CAAG,EAAY,CAAW,CAAA;QACtF,MAAM,aAAa,GAAG,MAAA,MAAA,QAAQ,CAAC,SAAS,0CAAG,KAAK,CAAC,IAAI,CAAC,0CAAG,SAAS,CAAC,CAAA;QACnE,IAAI,aAAa,KAAK,IAAI,EAAE;YAC1B,MAAM,UAAU,GAAG,MAAA,MAAA,QAAQ,CAAC,MAAM,0CAAG,KAAK,CAAC,IAAI,CAAC,0CAAG,SAAS,CAAC,CAAA;YAC7D,IAAI,UAAU,EAAE;gBACd,MAAM,IAAI,+BAAkB,CAC1B,KAAK,EACL,UAAU,EACV,MAAA,MAAA,UAAU,CAAC,CAAC,CAAC,0CAAE,OAAO,mCAAI,wCAAwC,CACnE,CAAA;aACF;iBAAM;gBACL,MAAM,IAAI,gCAAmB,CAAC,KAAK,EAAE,4BAA4B,CAAC,CAAA;aACnE;SACF;QACD,IAAI,aAAa,KAAK,SAAS,EAAE;YAC/B,MAAM,IAAI,gCAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,CAAA;SAC7D;QACD,IAAI,aAAa,KAAK,IAAI,EAAE;YAC1B,MAAM,IAAI,iCAAoB,CAAC,KAAK,EAAE,oCAAoC,CAAC,CAAA;SAC5E;QACD,IAAI,CAAC,MAAM,EAAE;YACX,MAAM,IAAI,gCAAmB,CAAC,KAAK,EAAE,uBAAuB,CAAC,CAAA;SAC9D;QACD,OAAO,MAAM,CAAA;IACf,CAAC,EACD,CAAC,KAAiB,EAAE,EAAE;QACpB,MAAM,KAAK,CAAA;IACb,CAAC,CACF,CAAA;IACD,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA;AAjDY,QAAA,WAAW,eAiDvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alias.js","sourceRoot":"","sources":["../../../src/schema/entities/alias.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brand.js","sourceRoot":"","sources":["../../../src/schema/entities/brand.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.js","sourceRoot":"","sources":["../../../src/schema/entities/category.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"crawl.js","sourceRoot":"","sources":["../../../src/schema/entities/crawl.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./alias"), exports);
|
|
18
|
+
__exportStar(require("./brand"), exports);
|
|
19
|
+
__exportStar(require("./category"), exports);
|
|
20
|
+
__exportStar(require("./crawl"), exports);
|
|
21
|
+
__exportStar(require("./media"), exports);
|
|
22
|
+
__exportStar(require("./offer"), exports);
|
|
23
|
+
__exportStar(require("./productConfiguration"), exports);
|
|
24
|
+
__exportStar(require("./productFamily"), exports);
|
|
25
|
+
__exportStar(require("./productGeneration"), exports);
|
|
26
|
+
__exportStar(require("./productType"), exports);
|
|
27
|
+
__exportStar(require("./rating"), exports);
|
|
28
|
+
__exportStar(require("./source"), exports);
|
|
29
|
+
__exportStar(require("./spec"), exports);
|
|
30
|
+
__exportStar(require("./specTypeChoice"), exports);
|
|
31
|
+
__exportStar(require("./specType"), exports);
|
|
32
|
+
__exportStar(require("./storePage"), exports);
|
|
33
|
+
__exportStar(require("./user"), exports);
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/schema/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB;AACvB,6CAA0B;AAC1B,0CAAuB;AACvB,0CAAuB;AACvB,0CAAuB;AACvB,yDAAsC;AACtC,kDAA+B;AAC/B,sDAAmC;AACnC,gDAA6B;AAC7B,2CAAwB;AACxB,2CAAwB;AACxB,yCAAsB;AACtB,mDAAgC;AAChC,6CAA0B;AAC1B,8CAA2B;AAC3B,yCAAsB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media.js","sourceRoot":"","sources":["../../../src/schema/entities/media.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offer.js","sourceRoot":"","sources":["../../../src/schema/entities/offer.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productConfiguration.js","sourceRoot":"","sources":["../../../src/schema/entities/productConfiguration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productFamily.js","sourceRoot":"","sources":["../../../src/schema/entities/productFamily.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productGeneration.js","sourceRoot":"","sources":["../../../src/schema/entities/productGeneration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productType.js","sourceRoot":"","sources":["../../../src/schema/entities/productType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rating.js","sourceRoot":"","sources":["../../../src/schema/entities/rating.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source.js","sourceRoot":"","sources":["../../../src/schema/entities/source.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec.js","sourceRoot":"","sources":["../../../src/schema/entities/spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"specType.js","sourceRoot":"","sources":["../../../src/schema/entities/specType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"specTypeChoice.js","sourceRoot":"","sources":["../../../src/schema/entities/specTypeChoice.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePage.js","sourceRoot":"","sources":["../../../src/schema/entities/storePage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueGroup.js","sourceRoot":"","sources":["../../../src/schema/entities/storePageQueueGroup.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/schema/entities/user.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/createBrand.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCategory.js","sourceRoot":"","sources":["../../../src/schema/mutations/createCategory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductConfiguration.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductConfiguration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductFamily.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductFamily.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductGeneration.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductGeneration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductType.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createUser.js","sourceRoot":"","sources":["../../../src/schema/mutations/createUser.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueClaimById.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimById.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueClaimNext.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimNext.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueHandle.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandle.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueHandleStorePageIdSet.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandleStorePageIdSet.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAlias.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateAlias.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateBrand.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateCategory.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateCategory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateOffer.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateOffer.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductBookmark.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductBookmark.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductConfiguration.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfiguration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductConfigurationProductType.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfigurationProductType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductFamily.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductFamily.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductFamilyBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductFamilyBrand.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductGeneration.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductGeneration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductGenerationProductFamily.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductGenerationProductFamily.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductType.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductTypeProductGeneration.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductTypeProductGeneration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSource.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateSource.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateStorePage.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateStorePage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affiliateUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/affiliateUrl.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aliasIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/aliasIdListBySomeId.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appliedCategoryIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/appliedCategoryIdListBySomeId.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseScore.js","sourceRoot":"","sources":["../../../src/schema/queries/baseScore.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseScoreRatingIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/baseScoreRatingIdList.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseScoresByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/baseScoresByCategoryId.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bestInClass.js","sourceRoot":"","sources":["../../../src/schema/queries/bestInClass.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandAliasResolution.js","sourceRoot":"","sources":["../../../src/schema/queries/brandAliasResolution.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandCategoryRankings.js","sourceRoot":"","sources":["../../../src/schema/queries/brandCategoryRankings.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/brandIdBySomeId.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/brandIdList.ts"],"names":[],"mappings":""}
|