@lustre/sdk 1.5.0-dev.1 → 2.0.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -18
- package/dist/api/QueryResolver.js +11 -10
- package/dist/api/QueryResolver.js.map +1 -1
- package/dist/api/fetchEntity.js.map +1 -1
- package/dist/hooks/useEntities.js.map +1 -1
- package/dist/hooks/useEntity.js.map +1 -1
- package/dist/schema/builtins.js.map +1 -1
- package/dist/schema/entities/index.js +2 -17
- package/dist/schema/entities/index.js.map +1 -1
- package/dist/schema/entities/{alias.js → product.js} +1 -1
- package/dist/schema/entities/product.js.map +1 -0
- package/dist/schema/entities/{media.js → variant.js} +1 -1
- package/dist/schema/entities/variant.js.map +1 -0
- package/dist/schema/queries/productDocumentsByRetailPageUrls.js +3 -0
- package/dist/schema/queries/productDocumentsByRetailPageUrls.js.map +1 -0
- package/dist/schema/{entities/brand.js → queries/retailPageInfo.js} +1 -1
- package/dist/schema/queries/retailPageInfo.js.map +1 -0
- package/dist/schema/queries/retailPagePriceHistory.js +3 -0
- package/dist/schema/queries/retailPagePriceHistory.js.map +1 -0
- package/dist/schema/{entities/crawl.js → queries/retailPagePricing.js} +1 -1
- package/dist/schema/queries/retailPagePricing.js.map +1 -0
- package/dist/schema/{entities/category.js → queries/searchList.js} +1 -1
- package/dist/schema/queries/searchList.js.map +1 -0
- package/dist/store/entities/index.js +2 -16
- package/dist/store/entities/index.js.map +1 -1
- package/dist/store/responses/index.js +5 -71
- package/dist/store/responses/index.js.map +1 -1
- package/package.json +1 -1
- package/types/api/QueryResolver.d.ts +1 -0
- package/types/api/QueryResolver.d.ts.map +1 -1
- package/types/api/fetchEntity.d.ts.map +1 -1
- package/types/hooks/useEntities.d.ts.map +1 -1
- package/types/hooks/useEntity.d.ts.map +1 -1
- package/types/schema/builtins.d.ts +91 -67
- package/types/schema/builtins.d.ts.map +1 -1
- package/types/schema/entities/index.d.ts +2 -17
- package/types/schema/entities/index.d.ts.map +1 -1
- package/types/schema/entities/product.d.ts +5 -0
- package/types/schema/entities/product.d.ts.map +1 -0
- package/types/schema/entities/variant.d.ts +5 -0
- package/types/schema/entities/variant.d.ts.map +1 -0
- package/types/schema/index.d.ts +16 -194
- package/types/schema/index.d.ts.map +1 -1
- package/types/schema/queries/affiliateUrl.d.ts +1 -2
- package/types/schema/queries/affiliateUrl.d.ts.map +1 -1
- package/types/schema/queries/productDocumentsByProductIds.d.ts +2 -2
- package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
- package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts +6 -0
- package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts.map +1 -0
- package/types/schema/queries/retailPageInfo.d.ts +18 -0
- package/types/schema/queries/retailPageInfo.d.ts.map +1 -0
- package/types/schema/queries/retailPagePriceHistory.d.ts +15 -0
- package/types/schema/queries/retailPagePriceHistory.d.ts.map +1 -0
- package/types/schema/queries/retailPagePricing.d.ts +10 -0
- package/types/schema/queries/retailPagePricing.d.ts.map +1 -0
- package/types/schema/queries/searchList.d.ts +54 -0
- package/types/schema/queries/searchList.d.ts.map +1 -0
- package/types/schema/queries.d.ts +5 -71
- package/types/schema/queries.d.ts.map +1 -1
- package/types/schema/responses.d.ts +5 -71
- package/types/schema/responses.d.ts.map +1 -1
- package/types/store/entities/index.d.ts +2 -16
- package/types/store/entities/index.d.ts.map +1 -1
- package/types/store/index.d.ts +7 -87
- package/types/store/index.d.ts.map +1 -1
- package/types/store/responses/index.d.ts +5 -71
- package/types/store/responses/index.d.ts.map +1 -1
- package/dist/schema/entities/alias.js.map +0 -1
- package/dist/schema/entities/brand.js.map +0 -1
- package/dist/schema/entities/category.js.map +0 -1
- package/dist/schema/entities/crawl.js.map +0 -1
- package/dist/schema/entities/media.js.map +0 -1
- package/dist/schema/entities/offer.js +0 -3
- package/dist/schema/entities/offer.js.map +0 -1
- package/dist/schema/entities/productConfiguration.js +0 -3
- package/dist/schema/entities/productConfiguration.js.map +0 -1
- package/dist/schema/entities/productFamily.js +0 -3
- package/dist/schema/entities/productFamily.js.map +0 -1
- package/dist/schema/entities/productGeneration.js +0 -3
- package/dist/schema/entities/productGeneration.js.map +0 -1
- package/dist/schema/entities/productType.js +0 -3
- package/dist/schema/entities/productType.js.map +0 -1
- package/dist/schema/entities/rating.js +0 -3
- package/dist/schema/entities/rating.js.map +0 -1
- package/dist/schema/entities/source.js +0 -3
- package/dist/schema/entities/source.js.map +0 -1
- package/dist/schema/entities/spec.js +0 -3
- package/dist/schema/entities/spec.js.map +0 -1
- package/dist/schema/entities/specType.js +0 -3
- package/dist/schema/entities/specType.js.map +0 -1
- package/dist/schema/entities/specTypeChoice.js +0 -3
- package/dist/schema/entities/specTypeChoice.js.map +0 -1
- package/dist/schema/entities/storePage.js +0 -3
- package/dist/schema/entities/storePage.js.map +0 -1
- package/dist/schema/entities/storePageQueueGroup.js +0 -3
- package/dist/schema/entities/storePageQueueGroup.js.map +0 -1
- package/dist/schema/entities/user.js +0 -3
- package/dist/schema/entities/user.js.map +0 -1
- package/dist/schema/mutations/createBrand.js +0 -3
- package/dist/schema/mutations/createBrand.js.map +0 -1
- package/dist/schema/mutations/createCategory.js +0 -3
- package/dist/schema/mutations/createCategory.js.map +0 -1
- package/dist/schema/mutations/createProductConfiguration.js +0 -3
- package/dist/schema/mutations/createProductConfiguration.js.map +0 -1
- package/dist/schema/mutations/createProductFamily.js +0 -3
- package/dist/schema/mutations/createProductFamily.js.map +0 -1
- package/dist/schema/mutations/createProductGeneration.js +0 -3
- package/dist/schema/mutations/createProductGeneration.js.map +0 -1
- package/dist/schema/mutations/createProductType.js +0 -3
- package/dist/schema/mutations/createProductType.js.map +0 -1
- package/dist/schema/mutations/createUser.js +0 -3
- package/dist/schema/mutations/createUser.js.map +0 -1
- package/dist/schema/mutations/storePageQueueClaimById.js +0 -3
- package/dist/schema/mutations/storePageQueueClaimById.js.map +0 -1
- package/dist/schema/mutations/storePageQueueClaimNext.js +0 -3
- package/dist/schema/mutations/storePageQueueClaimNext.js.map +0 -1
- package/dist/schema/mutations/storePageQueueHandle.js +0 -3
- package/dist/schema/mutations/storePageQueueHandle.js.map +0 -1
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +0 -3
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +0 -1
- package/dist/schema/mutations/updateAlias.js +0 -3
- package/dist/schema/mutations/updateAlias.js.map +0 -1
- package/dist/schema/mutations/updateBrand.js +0 -3
- package/dist/schema/mutations/updateBrand.js.map +0 -1
- package/dist/schema/mutations/updateCategory.js +0 -3
- package/dist/schema/mutations/updateCategory.js.map +0 -1
- package/dist/schema/mutations/updateOffer.js +0 -3
- package/dist/schema/mutations/updateOffer.js.map +0 -1
- package/dist/schema/mutations/updateProductConfiguration.js +0 -3
- package/dist/schema/mutations/updateProductConfiguration.js.map +0 -1
- package/dist/schema/mutations/updateProductConfigurationProductType.js +0 -3
- package/dist/schema/mutations/updateProductConfigurationProductType.js.map +0 -1
- package/dist/schema/mutations/updateProductFamily.js +0 -3
- package/dist/schema/mutations/updateProductFamily.js.map +0 -1
- package/dist/schema/mutations/updateProductFamilyBrand.js +0 -3
- package/dist/schema/mutations/updateProductFamilyBrand.js.map +0 -1
- package/dist/schema/mutations/updateProductGeneration.js +0 -3
- package/dist/schema/mutations/updateProductGeneration.js.map +0 -1
- package/dist/schema/mutations/updateProductGenerationProductFamily.js +0 -3
- package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +0 -1
- package/dist/schema/mutations/updateProductType.js +0 -3
- package/dist/schema/mutations/updateProductType.js.map +0 -1
- package/dist/schema/mutations/updateProductTypeProductGeneration.js +0 -3
- package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +0 -1
- package/dist/schema/mutations/updateSource.js +0 -3
- package/dist/schema/mutations/updateSource.js.map +0 -1
- package/dist/schema/mutations/updateStorePage.js +0 -3
- package/dist/schema/mutations/updateStorePage.js.map +0 -1
- package/dist/schema/queries/aliasIdListBySomeId.js +0 -3
- package/dist/schema/queries/aliasIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js +0 -3
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/baseScore.js +0 -3
- package/dist/schema/queries/baseScore.js.map +0 -1
- package/dist/schema/queries/baseScoreRatingIdList.js +0 -3
- package/dist/schema/queries/baseScoreRatingIdList.js.map +0 -1
- package/dist/schema/queries/baseScoresByCategoryId.js +0 -3
- package/dist/schema/queries/baseScoresByCategoryId.js.map +0 -1
- package/dist/schema/queries/bestInClass.js +0 -3
- package/dist/schema/queries/bestInClass.js.map +0 -1
- package/dist/schema/queries/brandIdBySomeId.js +0 -3
- package/dist/schema/queries/brandIdBySomeId.js.map +0 -1
- package/dist/schema/queries/brandIdList.js +0 -3
- package/dist/schema/queries/brandIdList.js.map +0 -1
- package/dist/schema/queries/brandIdListBySearch.js +0 -3
- package/dist/schema/queries/brandIdListBySearch.js.map +0 -1
- package/dist/schema/queries/categoryDisplayMode.js +0 -3
- package/dist/schema/queries/categoryDisplayMode.js.map +0 -1
- package/dist/schema/queries/categoryIdByUrlSlug.js +0 -3
- package/dist/schema/queries/categoryIdByUrlSlug.js.map +0 -1
- package/dist/schema/queries/categoryIdList.js +0 -3
- package/dist/schema/queries/categoryIdList.js.map +0 -1
- package/dist/schema/queries/categoryIdListBySomeId.js +0 -3
- package/dist/schema/queries/categoryIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/categoryIdListBySourceId.js +0 -3
- package/dist/schema/queries/categoryIdListBySourceId.js.map +0 -1
- package/dist/schema/queries/categoryModifierSearchList.js +0 -3
- package/dist/schema/queries/categoryModifierSearchList.js.map +0 -1
- package/dist/schema/queries/categoryRankings.js +0 -3
- package/dist/schema/queries/categoryRankings.js.map +0 -1
- package/dist/schema/queries/categorySearchList.js +0 -3
- package/dist/schema/queries/categorySearchList.js.map +0 -1
- package/dist/schema/queries/categoryStatusList.js +0 -3
- package/dist/schema/queries/categoryStatusList.js.map +0 -1
- package/dist/schema/queries/crawlIdList.js +0 -3
- package/dist/schema/queries/crawlIdList.js.map +0 -1
- package/dist/schema/queries/crawlIdListByUrl.js +0 -3
- package/dist/schema/queries/crawlIdListByUrl.js.map +0 -1
- package/dist/schema/queries/descriptionMarkdown.js +0 -3
- package/dist/schema/queries/descriptionMarkdown.js.map +0 -1
- package/dist/schema/queries/entityType.js +0 -3
- package/dist/schema/queries/entityType.js.map +0 -1
- package/dist/schema/queries/fallbackPriceByProductTypeId.js +0 -3
- package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +0 -1
- package/dist/schema/queries/inputLayerVersion.js +0 -3
- package/dist/schema/queries/inputLayerVersion.js.map +0 -1
- package/dist/schema/queries/latestRatingIdList.js +0 -3
- package/dist/schema/queries/latestRatingIdList.js.map +0 -1
- package/dist/schema/queries/latestRatingIdListBySomeId.js +0 -3
- package/dist/schema/queries/latestRatingIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/mediaIdListBySomeId.js +0 -3
- package/dist/schema/queries/mediaIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/mlCategoryDisplayMode.js +0 -3
- package/dist/schema/queries/mlCategoryDisplayMode.js.map +0 -1
- package/dist/schema/queries/noteMarkdown.js +0 -3
- package/dist/schema/queries/noteMarkdown.js.map +0 -1
- package/dist/schema/queries/offerIdListByStorePageId.js +0 -3
- package/dist/schema/queries/offerIdListByStorePageId.js.map +0 -1
- package/dist/schema/queries/possibleAliasIdListBySomeId.js +0 -3
- package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js +0 -3
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/preferredCategoryIdListByProductId.js +0 -3
- package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +0 -1
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +0 -3
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/preferredStorePageList.js +0 -3
- package/dist/schema/queries/preferredStorePageList.js.map +0 -1
- package/dist/schema/queries/priceHistoryLookup.js +0 -3
- package/dist/schema/queries/priceHistoryLookup.js.map +0 -1
- package/dist/schema/queries/pricePointCompetitors.js +0 -3
- package/dist/schema/queries/pricePointCompetitors.js.map +0 -1
- package/dist/schema/queries/priceRangeByCategoryId.js +0 -3
- package/dist/schema/queries/priceRangeByCategoryId.js.map +0 -1
- package/dist/schema/queries/productConfigurationIdListBySomeId.js +0 -3
- package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/productDealList.js +0 -3
- package/dist/schema/queries/productDealList.js.map +0 -1
- package/dist/schema/queries/productDocumentByStoreUrl.js +0 -3
- package/dist/schema/queries/productDocumentByStoreUrl.js.map +0 -1
- package/dist/schema/queries/productFamilyIdBySomeId.js +0 -3
- package/dist/schema/queries/productFamilyIdBySomeId.js.map +0 -1
- package/dist/schema/queries/productFamilyIdListBySomeId.js +0 -3
- package/dist/schema/queries/productFamilyIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/productGenerationIdBySomeId.js +0 -3
- package/dist/schema/queries/productGenerationIdBySomeId.js.map +0 -1
- package/dist/schema/queries/productGenerationIdListBySomeId.js +0 -3
- package/dist/schema/queries/productGenerationIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/productListSort.js +0 -3
- package/dist/schema/queries/productListSort.js.map +0 -1
- package/dist/schema/queries/productPricePointList.js +0 -3
- package/dist/schema/queries/productPricePointList.js.map +0 -1
- package/dist/schema/queries/productSearchList.js +0 -3
- package/dist/schema/queries/productSearchList.js.map +0 -1
- package/dist/schema/queries/productTypeIdBySomeId.js +0 -3
- package/dist/schema/queries/productTypeIdBySomeId.js.map +0 -1
- package/dist/schema/queries/productTypeIdByStoreUrl.js +0 -3
- package/dist/schema/queries/productTypeIdByStoreUrl.js.map +0 -1
- package/dist/schema/queries/productTypeIdListByCategoryId.js +0 -3
- package/dist/schema/queries/productTypeIdListByCategoryId.js.map +0 -1
- package/dist/schema/queries/productTypeIdListByModifiers.js +0 -3
- package/dist/schema/queries/productTypeIdListByModifiers.js.map +0 -1
- package/dist/schema/queries/productTypeIdListBySomeId.js +0 -3
- package/dist/schema/queries/productTypeIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/saleMetrics.js +0 -3
- package/dist/schema/queries/saleMetrics.js.map +0 -1
- package/dist/schema/queries/sectionDataByCrawlId.js +0 -3
- package/dist/schema/queries/sectionDataByCrawlId.js.map +0 -1
- package/dist/schema/queries/sourceIdList.js +0 -3
- package/dist/schema/queries/sourceIdList.js.map +0 -1
- package/dist/schema/queries/specIdListBySomeId.js +0 -3
- package/dist/schema/queries/specIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/specTypeIdList.js +0 -3
- package/dist/schema/queries/specTypeIdList.js.map +0 -1
- package/dist/schema/queries/specTypeValidValues.js +0 -3
- package/dist/schema/queries/specTypeValidValues.js.map +0 -1
- package/dist/schema/queries/specValueRangeListByCategoryId.js +0 -3
- package/dist/schema/queries/specValueRangeListByCategoryId.js.map +0 -1
- package/dist/schema/queries/stablePriceByProductId.js +0 -3
- package/dist/schema/queries/stablePriceByProductId.js.map +0 -1
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +0 -3
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +0 -1
- package/dist/schema/queries/stablePriceByStorePageId.js +0 -3
- package/dist/schema/queries/stablePriceByStorePageId.js.map +0 -1
- package/dist/schema/queries/storePageFetchData.js +0 -3
- package/dist/schema/queries/storePageFetchData.js.map +0 -1
- package/dist/schema/queries/storePageIdByUrl.js +0 -3
- package/dist/schema/queries/storePageIdByUrl.js.map +0 -1
- package/dist/schema/queries/storePageIdListBySomeId.js +0 -3
- package/dist/schema/queries/storePageIdListBySomeId.js.map +0 -1
- package/dist/schema/queries/storePageInfoBySku.js +0 -3
- package/dist/schema/queries/storePageInfoBySku.js.map +0 -1
- package/dist/schema/queries/storePageScrapeData.js +0 -3
- package/dist/schema/queries/storePageScrapeData.js.map +0 -1
- package/dist/schema/queries/subCategoryIdListByCategoryId.js +0 -3
- package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +0 -1
- package/dist/schema/queries/subsetModifierDataByModifiers.js +0 -3
- package/dist/schema/queries/subsetModifierDataByModifiers.js.map +0 -1
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js +0 -3
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +0 -1
- package/dist/schema/queries/unstableSourceTrust.js +0 -3
- package/dist/schema/queries/unstableSourceTrust.js.map +0 -1
- package/dist/schema/queries/userIdList.js +0 -3
- package/dist/schema/queries/userIdList.js.map +0 -1
- package/dist/schema/queries/userPermissionsByUserId.js +0 -3
- package/dist/schema/queries/userPermissionsByUserId.js.map +0 -1
- package/dist/schema/queries/userRestictedData.js +0 -3
- package/dist/schema/queries/userRestictedData.js.map +0 -1
- package/dist/schema/queries/whoAmI.js +0 -3
- package/dist/schema/queries/whoAmI.js.map +0 -1
- package/types/schema/entities/alias.d.ts +0 -6
- package/types/schema/entities/alias.d.ts.map +0 -1
- package/types/schema/entities/brand.d.ts +0 -5
- package/types/schema/entities/brand.d.ts.map +0 -1
- package/types/schema/entities/category.d.ts +0 -7
- package/types/schema/entities/category.d.ts.map +0 -1
- package/types/schema/entities/crawl.d.ts +0 -12
- package/types/schema/entities/crawl.d.ts.map +0 -1
- package/types/schema/entities/media.d.ts +0 -6
- package/types/schema/entities/media.d.ts.map +0 -1
- package/types/schema/entities/offer.d.ts +0 -11
- package/types/schema/entities/offer.d.ts.map +0 -1
- package/types/schema/entities/productConfiguration.d.ts +0 -5
- package/types/schema/entities/productConfiguration.d.ts.map +0 -1
- package/types/schema/entities/productFamily.d.ts +0 -5
- package/types/schema/entities/productFamily.d.ts.map +0 -1
- package/types/schema/entities/productGeneration.d.ts +0 -5
- package/types/schema/entities/productGeneration.d.ts.map +0 -1
- package/types/schema/entities/productType.d.ts +0 -5
- package/types/schema/entities/productType.d.ts.map +0 -1
- package/types/schema/entities/rating.d.ts +0 -53
- package/types/schema/entities/rating.d.ts.map +0 -1
- package/types/schema/entities/source.d.ts +0 -8
- package/types/schema/entities/source.d.ts.map +0 -1
- package/types/schema/entities/spec.d.ts +0 -22
- package/types/schema/entities/spec.d.ts.map +0 -1
- package/types/schema/entities/specType.d.ts +0 -6
- package/types/schema/entities/specType.d.ts.map +0 -1
- package/types/schema/entities/specTypeChoice.d.ts +0 -7
- package/types/schema/entities/specTypeChoice.d.ts.map +0 -1
- package/types/schema/entities/storePage.d.ts +0 -8
- package/types/schema/entities/storePage.d.ts.map +0 -1
- package/types/schema/entities/storePageQueueGroup.d.ts +0 -6
- package/types/schema/entities/storePageQueueGroup.d.ts.map +0 -1
- package/types/schema/entities/user.d.ts +0 -5
- package/types/schema/entities/user.d.ts.map +0 -1
- package/types/schema/mutations/createBrand.d.ts +0 -9
- package/types/schema/mutations/createBrand.d.ts.map +0 -1
- package/types/schema/mutations/createCategory.d.ts +0 -9
- package/types/schema/mutations/createCategory.d.ts.map +0 -1
- package/types/schema/mutations/createProductConfiguration.d.ts +0 -10
- package/types/schema/mutations/createProductConfiguration.d.ts.map +0 -1
- package/types/schema/mutations/createProductFamily.d.ts +0 -10
- package/types/schema/mutations/createProductFamily.d.ts.map +0 -1
- package/types/schema/mutations/createProductGeneration.d.ts +0 -10
- package/types/schema/mutations/createProductGeneration.d.ts.map +0 -1
- package/types/schema/mutations/createProductType.d.ts +0 -10
- package/types/schema/mutations/createProductType.d.ts.map +0 -1
- package/types/schema/mutations/createUser.d.ts +0 -10
- package/types/schema/mutations/createUser.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueClaimById.d.ts +0 -17
- package/types/schema/mutations/storePageQueueClaimById.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueClaimNext.d.ts +0 -15
- package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueHandle.d.ts +0 -15
- package/types/schema/mutations/storePageQueueHandle.d.ts.map +0 -1
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +0 -15
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +0 -1
- package/types/schema/mutations/updateAlias.d.ts +0 -8
- package/types/schema/mutations/updateAlias.d.ts.map +0 -1
- package/types/schema/mutations/updateBrand.d.ts +0 -8
- package/types/schema/mutations/updateBrand.d.ts.map +0 -1
- package/types/schema/mutations/updateCategory.d.ts +0 -10
- package/types/schema/mutations/updateCategory.d.ts.map +0 -1
- package/types/schema/mutations/updateOffer.d.ts +0 -8
- package/types/schema/mutations/updateOffer.d.ts.map +0 -1
- package/types/schema/mutations/updateProductConfiguration.d.ts +0 -8
- package/types/schema/mutations/updateProductConfiguration.d.ts.map +0 -1
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts +0 -8
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +0 -1
- package/types/schema/mutations/updateProductFamily.d.ts +0 -8
- package/types/schema/mutations/updateProductFamily.d.ts.map +0 -1
- package/types/schema/mutations/updateProductFamilyBrand.d.ts +0 -8
- package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +0 -1
- package/types/schema/mutations/updateProductGeneration.d.ts +0 -8
- package/types/schema/mutations/updateProductGeneration.d.ts.map +0 -1
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +0 -8
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +0 -1
- package/types/schema/mutations/updateProductType.d.ts +0 -8
- package/types/schema/mutations/updateProductType.d.ts.map +0 -1
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +0 -8
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +0 -1
- package/types/schema/mutations/updateSource.d.ts +0 -10
- package/types/schema/mutations/updateSource.d.ts.map +0 -1
- package/types/schema/mutations/updateStorePage.d.ts +0 -8
- package/types/schema/mutations/updateStorePage.d.ts.map +0 -1
- package/types/schema/queries/aliasIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/aliasIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/baseScore.d.ts +0 -9
- package/types/schema/queries/baseScore.d.ts.map +0 -1
- package/types/schema/queries/baseScoreRatingIdList.d.ts +0 -8
- package/types/schema/queries/baseScoreRatingIdList.d.ts.map +0 -1
- package/types/schema/queries/baseScoresByCategoryId.d.ts +0 -12
- package/types/schema/queries/baseScoresByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/bestInClass.d.ts +0 -20
- package/types/schema/queries/bestInClass.d.ts.map +0 -1
- package/types/schema/queries/brandIdBySomeId.d.ts +0 -6
- package/types/schema/queries/brandIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/brandIdList.d.ts +0 -9
- package/types/schema/queries/brandIdList.d.ts.map +0 -1
- package/types/schema/queries/brandIdListBySearch.d.ts +0 -7
- package/types/schema/queries/brandIdListBySearch.d.ts.map +0 -1
- package/types/schema/queries/categoryDisplayMode.d.ts +0 -11
- package/types/schema/queries/categoryDisplayMode.d.ts.map +0 -1
- package/types/schema/queries/categoryIdByUrlSlug.d.ts +0 -6
- package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +0 -1
- package/types/schema/queries/categoryIdList.d.ts +0 -9
- package/types/schema/queries/categoryIdList.d.ts.map +0 -1
- package/types/schema/queries/categoryIdListBySomeId.d.ts +0 -11
- package/types/schema/queries/categoryIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/categoryIdListBySourceId.d.ts +0 -7
- package/types/schema/queries/categoryIdListBySourceId.d.ts.map +0 -1
- package/types/schema/queries/categoryModifierSearchList.d.ts +0 -22
- package/types/schema/queries/categoryModifierSearchList.d.ts.map +0 -1
- package/types/schema/queries/categoryRankings.d.ts +0 -14
- package/types/schema/queries/categoryRankings.d.ts.map +0 -1
- package/types/schema/queries/categorySearchList.d.ts +0 -17
- package/types/schema/queries/categorySearchList.d.ts.map +0 -1
- package/types/schema/queries/categoryStatusList.d.ts +0 -10
- package/types/schema/queries/categoryStatusList.d.ts.map +0 -1
- package/types/schema/queries/crawlIdList.d.ts +0 -12
- package/types/schema/queries/crawlIdList.d.ts.map +0 -1
- package/types/schema/queries/crawlIdListByUrl.d.ts +0 -7
- package/types/schema/queries/crawlIdListByUrl.d.ts.map +0 -1
- package/types/schema/queries/descriptionMarkdown.d.ts +0 -6
- package/types/schema/queries/descriptionMarkdown.d.ts.map +0 -1
- package/types/schema/queries/entityType.d.ts +0 -55
- package/types/schema/queries/entityType.d.ts.map +0 -1
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +0 -7
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +0 -1
- package/types/schema/queries/inputLayerVersion.d.ts +0 -6
- package/types/schema/queries/inputLayerVersion.d.ts.map +0 -1
- package/types/schema/queries/latestRatingIdList.d.ts +0 -7
- package/types/schema/queries/latestRatingIdList.d.ts.map +0 -1
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/mediaIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/mediaIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/mlCategoryDisplayMode.d.ts +0 -9
- package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +0 -1
- package/types/schema/queries/noteMarkdown.d.ts +0 -6
- package/types/schema/queries/noteMarkdown.d.ts.map +0 -1
- package/types/schema/queries/offerIdListByStorePageId.d.ts +0 -13
- package/types/schema/queries/offerIdListByStorePageId.d.ts.map +0 -1
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +0 -7
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +0 -1
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/preferredStorePageList.d.ts +0 -12
- package/types/schema/queries/preferredStorePageList.d.ts.map +0 -1
- package/types/schema/queries/priceHistoryLookup.d.ts +0 -17
- package/types/schema/queries/priceHistoryLookup.d.ts.map +0 -1
- package/types/schema/queries/pricePointCompetitors.d.ts +0 -17
- package/types/schema/queries/pricePointCompetitors.d.ts.map +0 -1
- package/types/schema/queries/priceRangeByCategoryId.d.ts +0 -11
- package/types/schema/queries/priceRangeByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productDealList.d.ts +0 -14
- package/types/schema/queries/productDealList.d.ts.map +0 -1
- package/types/schema/queries/productDocumentByStoreUrl.d.ts +0 -8
- package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +0 -1
- package/types/schema/queries/productFamilyIdBySomeId.d.ts +0 -6
- package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productGenerationIdBySomeId.d.ts +0 -6
- package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productListSort.d.ts +0 -10
- package/types/schema/queries/productListSort.d.ts.map +0 -1
- package/types/schema/queries/productPricePointList.d.ts +0 -14
- package/types/schema/queries/productPricePointList.d.ts.map +0 -1
- package/types/schema/queries/productSearchList.d.ts +0 -40
- package/types/schema/queries/productSearchList.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdBySomeId.d.ts +0 -6
- package/types/schema/queries/productTypeIdBySomeId.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts +0 -7
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts +0 -11
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdListByModifiers.d.ts +0 -8
- package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +0 -1
- package/types/schema/queries/productTypeIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/saleMetrics.d.ts +0 -9
- package/types/schema/queries/saleMetrics.d.ts.map +0 -1
- package/types/schema/queries/sectionDataByCrawlId.d.ts +0 -20
- package/types/schema/queries/sectionDataByCrawlId.d.ts.map +0 -1
- package/types/schema/queries/sourceIdList.d.ts +0 -5
- package/types/schema/queries/sourceIdList.d.ts.map +0 -1
- package/types/schema/queries/specIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/specIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/specTypeIdList.d.ts +0 -13
- package/types/schema/queries/specTypeIdList.d.ts.map +0 -1
- package/types/schema/queries/specTypeValidValues.d.ts +0 -16
- package/types/schema/queries/specTypeValidValues.d.ts.map +0 -1
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts +0 -37
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/stablePriceByProductId.d.ts +0 -7
- package/types/schema/queries/stablePriceByProductId.d.ts.map +0 -1
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +0 -8
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +0 -1
- package/types/schema/queries/stablePriceByStorePageId.d.ts +0 -7
- package/types/schema/queries/stablePriceByStorePageId.d.ts.map +0 -1
- package/types/schema/queries/storePageFetchData.d.ts +0 -13
- package/types/schema/queries/storePageFetchData.d.ts.map +0 -1
- package/types/schema/queries/storePageIdByUrl.d.ts +0 -7
- package/types/schema/queries/storePageIdByUrl.d.ts.map +0 -1
- package/types/schema/queries/storePageIdListBySomeId.d.ts +0 -7
- package/types/schema/queries/storePageIdListBySomeId.d.ts.map +0 -1
- package/types/schema/queries/storePageInfoBySku.d.ts +0 -20
- package/types/schema/queries/storePageInfoBySku.d.ts.map +0 -1
- package/types/schema/queries/storePageScrapeData.d.ts +0 -10
- package/types/schema/queries/storePageScrapeData.d.ts.map +0 -1
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +0 -7
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts +0 -13
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +0 -1
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +0 -7
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +0 -1
- package/types/schema/queries/unstableSourceTrust.d.ts +0 -10
- package/types/schema/queries/unstableSourceTrust.d.ts.map +0 -1
- package/types/schema/queries/userIdList.d.ts +0 -5
- package/types/schema/queries/userIdList.d.ts.map +0 -1
- package/types/schema/queries/userPermissionsByUserId.d.ts +0 -8
- package/types/schema/queries/userPermissionsByUserId.d.ts.map +0 -1
- package/types/schema/queries/userRestictedData.d.ts +0 -11
- package/types/schema/queries/userRestictedData.d.ts.map +0 -1
- package/types/schema/queries/whoAmI.d.ts +0 -6
- package/types/schema/queries/whoAmI.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brandIdListBySearch.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandIdListBySearch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,oBAAyB;AACjE,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAKzC,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,MAAM,EAAE,MAAM,CAAA;CACf;AAED,oBAAY,2BAA2B,GAAG,kBAAkB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Category } from "../entities";
|
|
2
|
-
import { DisplayMode, DisplayModeWithDefault, SearchDisplayMode } from "../builtins";
|
|
3
|
-
export interface CategoryDisplayModeQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
}
|
|
6
|
-
export interface CategoryDisplayModeResponse {
|
|
7
|
-
ml: DisplayMode;
|
|
8
|
-
override: DisplayModeWithDefault;
|
|
9
|
-
searchDisplayMode: SearchDisplayMode;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=categoryDisplayMode.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryDisplayMode.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryDisplayMode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AACtC,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,oBAAyB;AAE1F,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED,MAAM,WAAW,2BAA2B;IAI1C,EAAE,EAAE,WAAW,CAAA;IACf,QAAQ,EAAE,sBAAsB,CAAA;IAChC,iBAAiB,EAAE,iBAAiB,CAAA;CACrC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryIdByUrlSlug.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdByUrlSlug.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,oBAAY,2BAA2B,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Category } from "../entities";
|
|
3
|
-
export declare type CategoryIdListQuery = ListQuery<Filters>;
|
|
4
|
-
export declare type CategoryIdListResponse = ListResponse<Category["id"]>;
|
|
5
|
-
interface Filters {
|
|
6
|
-
isReady?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=categoryIdList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAKtC,oBAAY,mBAAmB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAKpD,oBAAY,sBAAsB,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AAEjE,UAAU,OAAO;IAOf,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { ProductFamily } from "../entities/productFamily";
|
|
3
|
-
import { ProductGeneration } from "../entities/productGeneration";
|
|
4
|
-
import { ProductType } from "../entities/productType";
|
|
5
|
-
import { SpecType } from "../entities/specType";
|
|
6
|
-
import { Category } from "../entities/category";
|
|
7
|
-
export interface CategoryIdListBySomeIdQuery extends ListQuery {
|
|
8
|
-
someId: ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"] | SpecType["id"];
|
|
9
|
-
}
|
|
10
|
-
export declare type CategoryIdListBySomeIdResponse = ListResponse<Category["id"]>;
|
|
11
|
-
//# sourceMappingURL=categoryIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAErD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,MAAM,EAAE,aAAa,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3F;AAED,oBAAY,8BAA8B,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Category, Source } from "../entities";
|
|
3
|
-
export interface CategoryIdListBySourceIdQuery extends ListQuery {
|
|
4
|
-
sourceId: Source["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type CategoryIdListBySourceIdResponse = ListResponse<Category["id"]>;
|
|
7
|
-
//# sourceMappingURL=categoryIdListBySourceId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryIdListBySourceId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdListBySourceId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,6BAA8B,SAAQ,SAAS;IAC9D,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,CAAA;CACvB;AAED,oBAAY,gCAAgC,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Category } from "../entities";
|
|
3
|
-
export interface CategoryModifierSearchListQuery extends ListQuery {
|
|
4
|
-
search: string;
|
|
5
|
-
}
|
|
6
|
-
export declare type CategoryModifierSearchListResponse = ListResponse<SearchResult>;
|
|
7
|
-
interface SearchResult {
|
|
8
|
-
categoryMatch: CategoryMatch;
|
|
9
|
-
modifierMatches: ModifierMatch[];
|
|
10
|
-
isExact?: boolean;
|
|
11
|
-
}
|
|
12
|
-
interface CategoryMatch {
|
|
13
|
-
categoryId: Category["id"];
|
|
14
|
-
categoryName: string;
|
|
15
|
-
highlight: string;
|
|
16
|
-
}
|
|
17
|
-
interface ModifierMatch {
|
|
18
|
-
modifier: string;
|
|
19
|
-
highlight: string;
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
22
|
-
//# sourceMappingURL=categoryModifierSearchList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryModifierSearchList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryModifierSearchList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,+BAAgC,SAAQ,SAAS;IAChE,MAAM,EAAE,MAAM,CAAA;CACf;AAED,oBAAY,kCAAkC,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAE3E,UAAU,YAAY;IACpB,aAAa,EAAE,aAAa,CAAA;IAC5B,eAAe,EAAE,aAAa,EAAE,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,UAAU,aAAa;IACrB,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,aAAa;IACrB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;CAClB"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Money, SortedIds } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export interface CategoryRankingsQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
productTypeIds: ProductType["id"][];
|
|
6
|
-
}
|
|
7
|
-
export declare type CategoryRankingsResponse = CategoryRankingGroup[];
|
|
8
|
-
interface CategoryRankingGroup {
|
|
9
|
-
groupLabelPrice: Money;
|
|
10
|
-
currentPriceSortedIds: SortedIds<ProductType["id"]>;
|
|
11
|
-
stablePriceSortedIds: SortedIds<ProductType["id"]>;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=categoryRankings.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryRankings.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryRankings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AASnD,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACpC;AAED,oBAAY,wBAAwB,GAAG,oBAAoB,EAAE,CAAA;AAQ7D,UAAU,oBAAoB;IAC5B,eAAe,EAAE,KAAK,CAAA;IACtB,qBAAqB,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAA;IACnD,oBAAoB,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAA;CACnD"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, SpecFilter } from "../builtins";
|
|
2
|
-
import { Category } from "../entities";
|
|
3
|
-
export interface CategorySearchListQuery extends ListQuery<Filters> {
|
|
4
|
-
search: string;
|
|
5
|
-
}
|
|
6
|
-
interface Filters {
|
|
7
|
-
isExact?: boolean;
|
|
8
|
-
isPrefix?: boolean;
|
|
9
|
-
aliasOnly?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare type CategorySearchListResponse = ListResponse<SearchResult>;
|
|
12
|
-
interface SearchResult {
|
|
13
|
-
categoryId: Category["id"];
|
|
14
|
-
specFilters: SpecFilter[];
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=categorySearchList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categorySearchList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categorySearchList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,uBAAwB,SAAQ,SAAS,CAAC,OAAO,CAAC;IACjE,MAAM,EAAE,MAAM,CAAA;CACf;AAED,UAAU,OAAO;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,oBAAY,0BAA0B,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAEnE,UAAU,YAAY;IACpB,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,WAAW,EAAE,UAAU,EAAE,CAAA;CAC1B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Category } from "../entities";
|
|
2
|
-
import { ArraySorted, ListResponse } from "../builtins";
|
|
3
|
-
export declare type CategoryStatusListQuery = {};
|
|
4
|
-
export declare type AllowedStates = "bestInClass" | "allProducts";
|
|
5
|
-
export declare type CategoryStatusListResponse = ListResponse<CategoryStatus>;
|
|
6
|
-
export interface CategoryStatus {
|
|
7
|
-
categoryId: Category["id"];
|
|
8
|
-
allowedStates: ArraySorted<AllowedStates>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=categoryStatusList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categoryStatusList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryStatusList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAC5C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,oBAAyB;AAE7D,oBAAY,uBAAuB,GAAG,EAErC,CAAA;AAED,oBAAY,aAAa,GAAG,aAAa,GAAG,aAAa,CAAA;AAEzD,oBAAY,0BAA0B,GAAG,YAAY,CAAC,cAAc,CAAC,CAAA;AAErE,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,aAAa,EAAE,WAAW,CAAC,aAAa,CAAC,CAAA;CAC1C"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, Url } from "../builtins";
|
|
2
|
-
import { Category, Crawl, Source } from "../entities";
|
|
3
|
-
export declare type CrawlIdListQuery = ListQuery<Filters>;
|
|
4
|
-
export declare type CrawlIdListResponse = ListResponse<Crawl["id"]>;
|
|
5
|
-
interface Filters {
|
|
6
|
-
crawlUrls?: Url[];
|
|
7
|
-
categoryIds?: Category["id"][];
|
|
8
|
-
isLatest?: boolean;
|
|
9
|
-
sourceIds?: Source["id"][];
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
12
|
-
//# sourceMappingURL=crawlIdList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"crawlIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/crawlIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAC1D,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAErD,oBAAY,gBAAgB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAEjD,oBAAY,mBAAmB,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAE3D,UAAU,OAAO;IACf,SAAS,CAAC,EAAE,GAAG,EAAE,CAAA;IACjB,WAAW,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE,CAAA;CAC3B"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, Url } from "../builtins";
|
|
2
|
-
import { Crawl } from "../entities";
|
|
3
|
-
export interface CrawlIdListByUrlQuery extends ListQuery {
|
|
4
|
-
url: Url;
|
|
5
|
-
}
|
|
6
|
-
export declare type CrawlIdListByUrlResponse = ListResponse<Crawl["id"]>;
|
|
7
|
-
//# sourceMappingURL=crawlIdListByUrl.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"crawlIdListByUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/crawlIdListByUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACtD,GAAG,EAAE,GAAG,CAAA;CACT;AAED,oBAAY,wBAAwB,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"descriptionMarkdown.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/descriptionMarkdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,KAAK,CAAA;CACb;AAED,oBAAY,2BAA2B,GAAG,MAAM,CAAA"}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { AnyId } from "../builtins";
|
|
2
|
-
import * as Entities from "../entities";
|
|
3
|
-
export interface EntityTypeQuery {
|
|
4
|
-
anyId: AnyId;
|
|
5
|
-
}
|
|
6
|
-
export declare type EntityTypeResponse = {
|
|
7
|
-
id: Entities.Alias["id"];
|
|
8
|
-
type: "alias";
|
|
9
|
-
} | {
|
|
10
|
-
id: Entities.Brand["id"];
|
|
11
|
-
type: "brand";
|
|
12
|
-
} | {
|
|
13
|
-
id: Entities.Category["id"];
|
|
14
|
-
type: "category";
|
|
15
|
-
} | {
|
|
16
|
-
id: Entities.Crawl["id"];
|
|
17
|
-
type: "crawl";
|
|
18
|
-
} | {
|
|
19
|
-
id: Entities.Media["id"];
|
|
20
|
-
type: "media";
|
|
21
|
-
} | {
|
|
22
|
-
id: Entities.ProductConfiguration["id"];
|
|
23
|
-
type: "productConfiguration";
|
|
24
|
-
} | {
|
|
25
|
-
id: Entities.ProductFamily["id"];
|
|
26
|
-
type: "productFamily";
|
|
27
|
-
} | {
|
|
28
|
-
id: Entities.ProductGeneration["id"];
|
|
29
|
-
type: "productGeneration";
|
|
30
|
-
} | {
|
|
31
|
-
id: Entities.ProductType["id"];
|
|
32
|
-
type: "productType";
|
|
33
|
-
} | {
|
|
34
|
-
id: Entities.Rating["id"];
|
|
35
|
-
type: "rating";
|
|
36
|
-
} | {
|
|
37
|
-
id: Entities.Source["id"];
|
|
38
|
-
type: "source";
|
|
39
|
-
} | {
|
|
40
|
-
id: Entities.Spec["id"];
|
|
41
|
-
type: "spec";
|
|
42
|
-
} | {
|
|
43
|
-
id: Entities.SpecTypeChoice["id"];
|
|
44
|
-
type: "specTypeChoice";
|
|
45
|
-
} | {
|
|
46
|
-
id: Entities.SpecType["id"];
|
|
47
|
-
type: "specType";
|
|
48
|
-
} | {
|
|
49
|
-
id: Entities.StorePage["id"];
|
|
50
|
-
type: "storePage";
|
|
51
|
-
} | {
|
|
52
|
-
id: Entities.User["id"];
|
|
53
|
-
type: "user";
|
|
54
|
-
};
|
|
55
|
-
//# sourceMappingURL=entityType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entityType.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/entityType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,KAAK,QAAQ,MAAM,aAAa,CAAA;AAEvC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAA;CACb;AAID,oBAAY,kBAAkB,GAC1B;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GACjD;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,sBAAsB,CAAA;CAAE,GACzE;IAAE,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,eAAe,CAAA;CAAE,GAC3D;IAAE,EAAE,EAAE,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,mBAAmB,CAAA;CAAE,GACnE;IAAE,EAAE,EAAE,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,aAAa,CAAA;CAAE,GACvD;IAAE,EAAE,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GAC7C;IAAE,EAAE,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GAC7C;IAAE,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GACzC;IAAE,EAAE,EAAE,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,gBAAgB,CAAA;CAAE,GAC7D;IAAE,EAAE,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GACjD;IAAE,EAAE,EAAE,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,WAAW,CAAA;CAAE,GACnD;IAAE,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Money } from "../builtins";
|
|
2
|
-
import { ProductType } from "../entities";
|
|
3
|
-
export interface FallbackPriceByProductTypeIdQuery {
|
|
4
|
-
productTypeId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type FallbackPriceByProductTypeIdResponse = Money;
|
|
7
|
-
//# sourceMappingURL=fallbackPriceByProductTypeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fallbackPriceByProductTypeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/fallbackPriceByProductTypeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAKzC,MAAM,WAAW,iCAAiC;IAChD,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACjC;AAED,oBAAY,oCAAoC,GAAG,KAAK,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inputLayerVersion.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/inputLayerVersion.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB,GAAG,EAEpC,CAAA;AAED,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Brand, ProductConfiguration, ProductFamily, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
-
export interface LatestRatingIdListQuery extends ListQuery {
|
|
4
|
-
productId: Brand["id"] | ProductConfiguration["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type LatestRatingIdListResponse = ListResponse<Rating["id"]>;
|
|
7
|
-
//# sourceMappingURL=latestRatingIdList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"latestRatingIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EACL,KAAK,EACL,oBAAoB,EACpB,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,MAAM,EACP,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,uBAAwB,SAAQ,SAAS;IACxD,SAAS,EACL,KAAK,CAAC,IAAI,CAAC,GACX,oBAAoB,CAAC,IAAI,CAAC,GAC1B,aAAa,CAAC,IAAI,CAAC,GACnB,iBAAiB,CAAC,IAAI,CAAC,GACvB,WAAW,CAAC,IAAI,CAAC,CAAA;CACtB;AAED,oBAAY,0BAA0B,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Brand, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
-
export interface LatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type LatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
7
|
-
//# sourceMappingURL=latestRatingIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"latestRatingIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAS3E,MAAM,WAAW,+BAAgC,SAAQ,SAAS;IAChE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAA;CAClE;AAED,oBAAY,kCAAkC,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Media, ProductType } from "../entities";
|
|
3
|
-
export interface MediaIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type MediaIdListBySomeIdResponse = ListResponse<Media["id"]>;
|
|
7
|
-
//# sourceMappingURL=mediaIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mediaIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/mediaIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,oBAAY,2BAA2B,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Category } from "../entities";
|
|
2
|
-
import { DisplayMode } from "../builtins";
|
|
3
|
-
export interface MlCategoryDisplayModeQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
}
|
|
6
|
-
export interface MlCategoryDisplayModeResponse {
|
|
7
|
-
mlDisplayMode: DisplayMode;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=mlCategoryDisplayMode.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mlCategoryDisplayMode.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/mlCategoryDisplayMode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAC5C,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAK/C,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAOD,MAAM,WAAW,6BAA6B;IAC5C,aAAa,EAAE,WAAW,CAAA;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"noteMarkdown.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/noteMarkdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,KAAK,CAAA;CACb;AAED,oBAAY,oBAAoB,GAAG,MAAM,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, Timestamp } from "../builtins";
|
|
2
|
-
import { Offer, StorePage } from "../entities";
|
|
3
|
-
export interface OfferIdListByStorePageIdQuery extends ListQuery<Filters> {
|
|
4
|
-
storePageId: StorePage["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type OfferIdListByStorePageIdResponse = ListResponse<Offer["id"]>;
|
|
7
|
-
interface Filters {
|
|
8
|
-
before?: Timestamp;
|
|
9
|
-
after?: Timestamp;
|
|
10
|
-
isValid?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=offerIdListByStorePageId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"offerIdListByStorePageId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/offerIdListByStorePageId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAChE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,6BAA8B,SAAQ,SAAS,CAAC,OAAO,CAAC;IACvE,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,oBAAY,gCAAgC,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAExE,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Alias, ProductType } from "../entities";
|
|
3
|
-
export interface PossibleAliasIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PossibleAliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
|
|
7
|
-
//# sourceMappingURL=possibleAliasIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"possibleAliasIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/possibleAliasIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,WAAW,gCAAiC,SAAQ,SAAS;IACjE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,oBAAY,mCAAmC,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { ProductType, StorePage } from "../entities";
|
|
3
|
-
export interface PossibleStorePageIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PossibleStorePageIdListBySomeIdResponse = ListResponse<StorePage["id"]>;
|
|
7
|
-
//# sourceMappingURL=possibleStorePageIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"possibleStorePageIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/possibleStorePageIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEpD,MAAM,WAAW,oCAAqC,SAAQ,SAAS;IACrE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,oBAAY,uCAAuC,GAAG,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, SortedListResponse } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export interface PreferredCategoryIdListByProductIdQuery extends ListQuery {
|
|
4
|
-
productId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PreferredCategoryIdListByProductIdResponse = SortedListResponse<Category["id"]>;
|
|
7
|
-
//# sourceMappingURL=preferredCategoryIdListByProductId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preferredCategoryIdListByProductId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredCategoryIdListByProductId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAC3D,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAOnD,MAAM,WAAW,uCAAwC,SAAQ,SAAS;IACxE,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,oBAAY,0CAA0C,GAAG,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Rating, Brand, ProductGeneration, ProductType } from "../entities";
|
|
3
|
-
export interface PreferredLatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PreferredLatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
7
|
-
//# sourceMappingURL=preferredLatestRatingIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preferredLatestRatingIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredLatestRatingIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE3E,MAAM,WAAW,wCAAyC,SAAQ,SAAS;IACzE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAA;CAClE;AAED,oBAAY,2CAA2C,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, Money } from "../builtins";
|
|
2
|
-
import { ProductType, StorePage } from "../entities";
|
|
3
|
-
export interface PreferredStorePageListQuery extends ListQuery {
|
|
4
|
-
productId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PreferredStorePageListResponse = ListResponse<PreferredStorePage>;
|
|
7
|
-
interface PreferredStorePage {
|
|
8
|
-
storePageId: StorePage["id"];
|
|
9
|
-
price: Money;
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
12
|
-
//# sourceMappingURL=preferredStorePageList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preferredStorePageList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredStorePageList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQpD,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,oBAAY,8BAA8B,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAAA;AAE7E,UAAU,kBAAkB;IAC1B,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IAC5B,KAAK,EAAE,KAAK,CAAA;CACb"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AnyCurrency, IsoCountry, MoneyAmount, Timestamp } from "../builtins";
|
|
2
|
-
export interface PriceHistoryLookupQuery {
|
|
3
|
-
store: "amazon" | string;
|
|
4
|
-
sku: string;
|
|
5
|
-
type: PriceType;
|
|
6
|
-
country: IsoCountry;
|
|
7
|
-
}
|
|
8
|
-
export interface PriceHistoryLookupResponse {
|
|
9
|
-
store: string;
|
|
10
|
-
sku: string;
|
|
11
|
-
type: PriceType;
|
|
12
|
-
currency: AnyCurrency;
|
|
13
|
-
prices: [Timestamp, MoneyAmount | null][];
|
|
14
|
-
}
|
|
15
|
-
declare type PriceType = "list" | "buy" | "new" | "used" | "refurbished";
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=priceHistoryLookup.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"priceHistoryLookup.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/priceHistoryLookup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,oBAAyB;AAEnF,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,QAAQ,GAAG,MAAM,CAAA;IACxB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,SAAS,CAAA;IACf,OAAO,EAAE,UAAU,CAAA;CACpB;AAED,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,MAAM,CAAA;IACb,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"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Money } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export interface PricePointCompetitorsQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
referencePrice: Money;
|
|
6
|
-
productTypeIds?: ProductType["id"][];
|
|
7
|
-
}
|
|
8
|
-
export interface PricePointCompetitorsResponse {
|
|
9
|
-
recommendedCompetitors: [PricePointCompetitor];
|
|
10
|
-
additionalCompetitors: [PricePointCompetitor];
|
|
11
|
-
}
|
|
12
|
-
interface PricePointCompetitor {
|
|
13
|
-
productTypeId: ProductType["id"];
|
|
14
|
-
contextualScore: number;
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=pricePointCompetitors.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pricePointCompetitors.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/pricePointCompetitors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAWnD,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,EAAE,KAAK,CAAA;IACrB,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,6BAA6B;IAC5C,sBAAsB,EAAE,CAAC,oBAAoB,CAAC,CAAA;IAC9C,qBAAqB,EAAE,CAAC,oBAAoB,CAAC,CAAA;CAC9C;AAED,UAAU,oBAAoB;IAC5B,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,eAAe,EAAE,MAAM,CAAA;CACxB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IsoCurrency, Money } from "../builtins";
|
|
2
|
-
import { Category } from "../entities";
|
|
3
|
-
export interface PriceRangeByCategoryIdQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
currency: IsoCurrency;
|
|
6
|
-
}
|
|
7
|
-
export interface PriceRangeByCategoryIdResponse {
|
|
8
|
-
min: Money;
|
|
9
|
-
max: Money;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=priceRangeByCategoryId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"priceRangeByCategoryId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/priceRangeByCategoryId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,QAAQ,EAAE,WAAW,CAAA;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC7C,GAAG,EAAE,KAAK,CAAA;IACV,GAAG,EAAE,KAAK,CAAA;CACX"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { ProductConfiguration, ProductType } from "../entities";
|
|
3
|
-
export interface ProductConfigurationIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type ProductConfigurationIdListBySomeIdResponse = ListResponse<ProductConfiguration["id"]>;
|
|
7
|
-
//# sourceMappingURL=productConfigurationIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productConfigurationIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productConfigurationIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,WAAW,uCAAwC,SAAQ,SAAS;IACxE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,oBAAY,0CAA0C,GAAG,YAAY,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ListQuery, NonEmptySortedIds, SortedListResponse } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export declare type ProductDealListQuery = ListQuery<Filters>;
|
|
4
|
-
export declare type ProductDealListResponse = SortedListResponse<ProductDealInfo>;
|
|
5
|
-
interface Filters {
|
|
6
|
-
categoryIds?: Category["id"][];
|
|
7
|
-
maxPerCategory?: number;
|
|
8
|
-
}
|
|
9
|
-
interface ProductDealInfo {
|
|
10
|
-
productTypeId: ProductType["id"];
|
|
11
|
-
categoryIds: NonEmptySortedIds<Category["id"]>;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=productDealList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productDealList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDealList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAC9E,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAQnD,oBAAY,oBAAoB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAErD,oBAAY,uBAAuB,GAAG,kBAAkB,CAAC,eAAe,CAAC,CAAA;AAazE,UAAU,OAAO;IACf,WAAW,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAA;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAOD,UAAU,eAAe;IACvB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,WAAW,EAAE,iBAAiB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;CAC/C"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Url, ProductDocument } from "../builtins";
|
|
2
|
-
export interface ProductDocumentByStoreUrlQuery {
|
|
3
|
-
storeUrl: Url;
|
|
4
|
-
}
|
|
5
|
-
export interface ProductDocumentByStoreUrlResponse {
|
|
6
|
-
result: ProductDocument | null;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=productDocumentByStoreUrl.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productDocumentByStoreUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentByStoreUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAElD,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,GAAG,CAAA;CACd;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,EAAE,eAAe,GAAG,IAAI,CAAA;CAC/B"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ProductFamily, ProductGeneration } from "../entities";
|
|
2
|
-
export interface ProductFamilyIdBySomeIdQuery {
|
|
3
|
-
someId: ProductGeneration["id"];
|
|
4
|
-
}
|
|
5
|
-
export declare type ProductFamilyIdBySomeIdResponse = ProductFamily["id"];
|
|
6
|
-
//# sourceMappingURL=productFamilyIdBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productFamilyIdBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE9D,MAAM,WAAW,4BAA4B;IAC3C,MAAM,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;CAChC;AAED,oBAAY,+BAA+B,GAAG,aAAa,CAAC,IAAI,CAAC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Brand, Category, ProductFamily } from "../entities";
|
|
3
|
-
export interface ProductFamilyIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: Brand["id"] | Category["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type ProductFamilyIdListBySomeIdResponse = ListResponse<ProductFamily["id"]>;
|
|
7
|
-
//# sourceMappingURL=productFamilyIdListBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productFamilyIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,WAAW,gCAAiC,SAAQ,SAAS;IACjE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;CACrC;AAED,oBAAY,mCAAmC,GAAG,YAAY,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ProductGeneration, ProductType } from "../entities";
|
|
2
|
-
export interface ProductGenerationIdBySomeIdQuery {
|
|
3
|
-
someId: ProductType["id"];
|
|
4
|
-
}
|
|
5
|
-
export declare type ProductGenerationIdBySomeIdResponse = ProductGeneration["id"];
|
|
6
|
-
//# sourceMappingURL=productGenerationIdBySomeId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productGenerationIdBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productGenerationIdBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,WAAW,gCAAgC;IAC/C,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,oBAAY,mCAAmC,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAA"}
|