@lustre/sdk 4.2.0 → 4.3.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/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/builtins.d.ts +1 -1
- package/types/schema/builtins.d.ts.map +1 -1
- 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,10 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { ProductConfiguration, ProductType } from "../entities";
|
|
3
|
+
export interface CreateProductConfigurationMutation extends Mutation {
|
|
4
|
+
productTypeId: ProductType["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateProductConfigurationEffect extends Effect {
|
|
8
|
+
id: ProductConfiguration["id"];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=createProductConfiguration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductConfiguration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,oBAAyB;AAErE,MAAM,WAAW,kCAAmC,SAAQ,QAAQ;IAClE,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,gCAAiC,SAAQ,MAAM;IAC9D,EAAE,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAA;CAC/B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { Brand, ProductFamily } from "../entities";
|
|
3
|
+
export interface CreateProductFamilyMutation extends Mutation {
|
|
4
|
+
brandId: Brand["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateProductFamilyEffect extends Effect {
|
|
8
|
+
id: ProductFamily["id"];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=createProductFamily.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAyB;AAExD,MAAM,WAAW,2BAA4B,SAAQ,QAAQ;IAC3D,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,yBAA0B,SAAQ,MAAM;IACvD,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;CACxB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { ProductFamily, ProductGeneration } from "../entities";
|
|
3
|
+
export interface CreateProductGenerationMutation extends Mutation {
|
|
4
|
+
productFamilyId: ProductFamily["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateProductGenerationEffect extends Effect {
|
|
8
|
+
id: ProductGeneration["id"];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=createProductGeneration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,oBAAyB;AAEpE,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,eAAe,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;IACpC,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,6BAA8B,SAAQ,MAAM;IAC3D,EAAE,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;CAC5B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { ProductGeneration, ProductType } from "../entities";
|
|
3
|
+
export interface CreateProductTypeMutation extends Mutation {
|
|
4
|
+
productGenerationId: ProductGeneration["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateProductTypeEffect extends Effect {
|
|
8
|
+
id: ProductType["id"];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=createProductType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductType.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAyB;AAElE,MAAM,WAAW,yBAA0B,SAAQ,QAAQ;IACzD,mBAAmB,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC5C,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,uBAAwB,SAAQ,MAAM;IACrD,EAAE,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACtB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { User } from "../entities";
|
|
3
|
+
export interface CreateUserMutation extends Mutation {
|
|
4
|
+
email: string;
|
|
5
|
+
password: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateUserEffect extends Effect {
|
|
8
|
+
id: User["id"];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=createUser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createUser.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAElC,MAAM,WAAW,kBAAmB,SAAQ,QAAQ;IAClD,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;CACf"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Effect, Mutation, TimeInterval } from "../builtins";
|
|
2
|
+
import { StorePageQueueGroup } from "../entities/storePageQueueGroup";
|
|
3
|
+
export interface StorePageQueueClaimNextMutation extends Mutation {
|
|
4
|
+
duration: TimeInterval;
|
|
5
|
+
maximumGroupSize?: number;
|
|
6
|
+
minimumGroupSize?: number;
|
|
7
|
+
maximumOtherStorePageCount?: number;
|
|
8
|
+
minimumOtherStorePageCount?: number;
|
|
9
|
+
maximumNormalizedStorePageCount?: number;
|
|
10
|
+
minimumNormalizedStorePageCount?: number;
|
|
11
|
+
maximumSectionCount?: number;
|
|
12
|
+
minimumSectionCount?: number;
|
|
13
|
+
}
|
|
14
|
+
export interface StorePageQueueClaimNextEffect extends Effect {
|
|
15
|
+
storePageQueueGroupId: StorePageQueueGroup["id"];
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=storePageQueueClaimById.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueClaimById.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimById.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AAYrE,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,QAAQ,EAAE,YAAY,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,6BAA8B,SAAQ,MAAM;IAC3D,qBAAqB,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAA;CACjD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Effect, Mutation, TimeInterval } from "../builtins";
|
|
2
|
+
import { StorePageQueueGroup } from "../entities/storePageQueueGroup";
|
|
3
|
+
export interface StorePageQueueClaimNextMutation extends Mutation {
|
|
4
|
+
duration: TimeInterval;
|
|
5
|
+
maximumGroupSize?: number;
|
|
6
|
+
minimumGroupSize?: number;
|
|
7
|
+
maximumOtherStorePageCount?: number;
|
|
8
|
+
minimumOtherStorePageCount?: number;
|
|
9
|
+
maximumNormalizedStorePageCount?: number;
|
|
10
|
+
minimumNormalizedStorePageCount?: number;
|
|
11
|
+
}
|
|
12
|
+
export interface StorePageQueueClaimNextEffect extends Effect {
|
|
13
|
+
storePageQueueGroupId: StorePageQueueGroup["id"];
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=storePageQueueClaimNext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueClaimNext.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimNext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AAYrE,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,QAAQ,EAAE,YAAY,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,+BAA+B,CAAC,EAAE,MAAM,CAAA;CACzC;AAED,MAAM,WAAW,6BAA8B,SAAQ,MAAM;IAC3D,qBAAqB,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAA;CACjD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { User } from "../entities/user";
|
|
3
|
+
import { StorePageQueueGroup } from "../entities/storePageQueueGroup";
|
|
4
|
+
export interface StorePageQueueHandleMutation extends Mutation {
|
|
5
|
+
storePageQueueGroupId: StorePageQueueGroup["id"];
|
|
6
|
+
isAccepted: boolean;
|
|
7
|
+
handlerContext: StorePageQueueGroupHandlerContext;
|
|
8
|
+
}
|
|
9
|
+
export type StorePageQueueHandleEffect = Effect;
|
|
10
|
+
interface StorePageQueueGroupHandlerContext {
|
|
11
|
+
userId: User["id"];
|
|
12
|
+
reason: string;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=storePageQueueHandle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueHandle.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AASrE,MAAM,WAAW,4BAA6B,SAAQ,QAAQ;IAC5D,qBAAqB,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAA;IAChD,UAAU,EAAE,OAAO,CAAA;IACnB,cAAc,EAAE,iCAAiC,CAAA;CAClD;AAED,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAA;AAE/C,UAAU,iCAAiC;IACzC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACf"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { User } from "../entities/user";
|
|
3
|
+
import { StorePage } from "../entities/storePage";
|
|
4
|
+
export interface StorePageQueueHandleStorePageIdSetMutation extends Mutation {
|
|
5
|
+
storePageIdSet: Set<StorePage["id"]>;
|
|
6
|
+
isAccepted: boolean;
|
|
7
|
+
handlerContext: StorePageQueueGroupHandlerContext;
|
|
8
|
+
}
|
|
9
|
+
export type StorePageQueueHandleStorePageIdSetEffect = Effect;
|
|
10
|
+
interface StorePageQueueGroupHandlerContext {
|
|
11
|
+
userId: User["id"];
|
|
12
|
+
reason: string;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=storePageQueueHandleStorePageIdSet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storePageQueueHandleStorePageIdSet.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandleStorePageIdSet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AASjD,MAAM,WAAW,0CAA2C,SAAQ,QAAQ;IAC1E,cAAc,EAAE,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;IACpC,UAAU,EAAE,OAAO,CAAA;IACnB,cAAc,EAAE,iCAAiC,CAAA;CAElD;AAED,MAAM,MAAM,wCAAwC,GAAG,MAAM,CAAA;AAE7D,UAAU,iCAAiC;IACzC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACf"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { Alias } from "../entities";
|
|
3
|
+
export interface UpdateAliasMutation extends Mutation {
|
|
4
|
+
id: Alias["id"];
|
|
5
|
+
isInvalid: boolean;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateAliasEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateAlias.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAlias.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateAlias.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACf,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { Brand } from "../entities";
|
|
3
|
+
export interface UpdateBrandMutation extends Mutation {
|
|
4
|
+
id: Brand["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateBrandEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateBrand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateBrand.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation, SearchDisplayMode } from "../builtins";
|
|
2
|
+
import { Category } from "../entities";
|
|
3
|
+
export interface UpdateCategoryMutation extends Mutation {
|
|
4
|
+
id: Category["id"];
|
|
5
|
+
name?: string;
|
|
6
|
+
pluralName?: string;
|
|
7
|
+
searchDisplayMode?: SearchDisplayMode;
|
|
8
|
+
}
|
|
9
|
+
export type UpdateCategoryEffect = Effect;
|
|
10
|
+
//# sourceMappingURL=updateCategory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateCategory.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateCategory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAE5C,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;CACtC;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { Offer } from "../entities";
|
|
3
|
+
export interface UpdateOfferMutation extends Mutation {
|
|
4
|
+
id: Offer["id"];
|
|
5
|
+
isInvalid: boolean;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateOfferEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateOffer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateOffer.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateOffer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACf,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
export interface UpdateProductBookmarkMutation extends Mutation {
|
|
3
|
+
productBookmarkId: string;
|
|
4
|
+
userId: string;
|
|
5
|
+
notificationsEnabled: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateProductBookmarkEffect extends Effect {
|
|
8
|
+
productBookmarkId: string;
|
|
9
|
+
notificationsEnabled: boolean;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=updateProductBookmark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductBookmark.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductBookmark.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AAEpD,MAAM,WAAW,6BAA8B,SAAQ,QAAQ;IAC7D,iBAAiB,EAAE,MAAM,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;IACd,oBAAoB,EAAE,OAAO,CAAA;CAC9B;AAED,MAAM,WAAW,2BAA4B,SAAQ,MAAM;IACzD,iBAAiB,EAAE,MAAM,CAAA;IACzB,oBAAoB,EAAE,OAAO,CAAA;CAC9B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { ProductConfiguration } from "../entities";
|
|
3
|
+
export interface UpdateProductConfigurationMutation extends Mutation {
|
|
4
|
+
id: ProductConfiguration["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductConfigurationEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductConfiguration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductConfiguration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,oBAAyB;AAExD,MAAM,WAAW,kCAAmC,SAAQ,QAAQ;IAClE,EAAE,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAA;IAC9B,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { ProductConfiguration, ProductType } from "../entities";
|
|
3
|
+
export interface UpdateProductConfigurationProductTypeMutation extends Mutation {
|
|
4
|
+
id: ProductConfiguration["id"];
|
|
5
|
+
productTypeId: ProductType["id"];
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductConfigurationProductTypeEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductConfigurationProductType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductConfigurationProductType.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfigurationProductType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,oBAAyB;AAErE,MAAM,WAAW,6CAA8C,SAAQ,QAAQ;IAC7E,EAAE,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAA;IAC9B,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACjC;AAED,MAAM,MAAM,2CAA2C,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { ProductFamily } from "../entities";
|
|
3
|
+
export interface UpdateProductFamilyMutation extends Mutation {
|
|
4
|
+
id: ProductFamily["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductFamilyEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductFamily.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,aAAa,EAAE,oBAAyB;AAEjD,MAAM,WAAW,2BAA4B,SAAQ,QAAQ;IAC3D,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;IACvB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { Brand, ProductFamily } from "../entities";
|
|
3
|
+
export interface UpdateProductFamilyBrandMutation extends Mutation {
|
|
4
|
+
id: ProductFamily["id"];
|
|
5
|
+
brandId: Brand["id"];
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductFamilyBrandEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductFamilyBrand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductFamilyBrand.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductFamilyBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAyB;AAExD,MAAM,WAAW,gCAAiC,SAAQ,QAAQ;IAChE,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;IACvB,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;CACrB;AAED,MAAM,MAAM,8BAA8B,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { ProductGeneration } from "../entities";
|
|
3
|
+
export interface UpdateProductGenerationMutation extends Mutation {
|
|
4
|
+
id: ProductGeneration["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductGenerationEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductGeneration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,oBAAyB;AAErD,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,EAAE,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC3B,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,6BAA6B,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { ProductGeneration, ProductFamily } from "../entities";
|
|
3
|
+
export interface UpdateProductGenerationProductFamilyMutation extends Mutation {
|
|
4
|
+
id: ProductGeneration["id"];
|
|
5
|
+
productFamilyId: ProductFamily["id"];
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductGenerationProductFamilyEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductGenerationProductFamily.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductGenerationProductFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductGenerationProductFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,oBAAyB;AAEpE,MAAM,WAAW,4CAA6C,SAAQ,QAAQ;IAC5E,EAAE,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC3B,eAAe,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;CACrC;AAED,MAAM,MAAM,0CAA0C,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { ProductType } from "../entities";
|
|
3
|
+
export interface UpdateProductTypeMutation extends Mutation {
|
|
4
|
+
id: ProductType["id"];
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductTypeEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductType.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAE/C,MAAM,WAAW,yBAA0B,SAAQ,QAAQ;IACzD,EAAE,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { ProductGeneration, ProductType } from "../entities";
|
|
3
|
+
export interface UpdateProductTypeProductGenerationMutation extends Mutation {
|
|
4
|
+
id: ProductType["id"];
|
|
5
|
+
productGenerationId: ProductGeneration["id"];
|
|
6
|
+
}
|
|
7
|
+
export type UpdateProductTypeProductGenerationEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateProductTypeProductGeneration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateProductTypeProductGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductTypeProductGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAyB;AAElE,MAAM,WAAW,0CAA2C,SAAQ,QAAQ;IAC1E,EAAE,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IACrB,mBAAmB,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;CAC7C;AAED,MAAM,MAAM,wCAAwC,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation, Url } from "../builtins";
|
|
2
|
+
import { Source } from "../entities";
|
|
3
|
+
export interface UpdateSourceMutation extends Mutation {
|
|
4
|
+
id: Source["id"];
|
|
5
|
+
faviconUrl?: Url;
|
|
6
|
+
logoUrl?: Url;
|
|
7
|
+
name?: string;
|
|
8
|
+
}
|
|
9
|
+
export type UpdateSourceEffect = Effect;
|
|
10
|
+
//# sourceMappingURL=updateSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSource.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,oBAAyB;AACzD,OAAO,EAAE,MAAM,EAAE,oBAAyB;AAE1C,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,CAAA;IAChB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,OAAO,CAAC,EAAE,GAAG,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { StorePage } from "../entities";
|
|
3
|
+
export interface UpdateStorePageMutation extends Mutation {
|
|
4
|
+
id: StorePage["id"];
|
|
5
|
+
fetchInterval: number;
|
|
6
|
+
}
|
|
7
|
+
export type UpdateStorePageEffect = Effect;
|
|
8
|
+
//# sourceMappingURL=updateStorePage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateStorePage.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateStorePage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,SAAS,EAAE,oBAAyB;AAE7C,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;CACtB;AAED,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Url } from "../builtins";
|
|
2
|
+
import { StorePage } from "../entities";
|
|
3
|
+
export interface AffiliateUrlQuery {
|
|
4
|
+
contextUrl: Url;
|
|
5
|
+
storePageId: StorePage["id"];
|
|
6
|
+
partnerAmazonTag?: string;
|
|
7
|
+
partnerGeniuslinkId?: string;
|
|
8
|
+
partnerSkimlinksId?: string;
|
|
9
|
+
partnerNarrativId?: string;
|
|
10
|
+
}
|
|
11
|
+
export type AffiliateUrlResponse = Url;
|
|
12
|
+
//# sourceMappingURL=affiliateUrl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affiliateUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/affiliateUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAoBvC,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,GAAG,CAAA;IACf,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B;AAED,MAAM,MAAM,oBAAoB,GAAG,GAAG,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Alias, Category, Brand, ProductType, ProductGeneration, ProductFamily, ProductConfiguration } from "../entities";
|
|
3
|
+
export interface AliasIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | Category["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"] | ProductConfiguration["id"];
|
|
5
|
+
}
|
|
6
|
+
export type AliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
|
|
7
|
+
//# sourceMappingURL=aliasIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aliasIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/aliasIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EACL,KAAK,EACL,QAAQ,EACR,KAAK,EACL,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,oBAAoB,EACrB,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,MAAM,EACF,KAAK,CAAC,IAAI,CAAC,GACX,QAAQ,CAAC,IAAI,CAAC,GACd,aAAa,CAAC,IAAI,CAAC,GACnB,iBAAiB,CAAC,IAAI,CAAC,GACvB,WAAW,CAAC,IAAI,CAAC,GACjB,oBAAoB,CAAC,IAAI,CAAC,CAAA;CAC/B;AAED,MAAM,MAAM,2BAA2B,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface AppliedCategoryIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export type AppliedCategoryIdListBySomeIdResponse = ListResponse<Category["id"]>;
|
|
7
|
+
//# sourceMappingURL=appliedCategoryIdListBySomeId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appliedCategoryIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/appliedCategoryIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AASnD,MAAM,WAAW,kCAAmC,SAAQ,SAAS;IACnE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,qCAAqC,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Category, ProductType } from "../entities";
|
|
2
|
+
export interface BaseScoreQuery {
|
|
3
|
+
productId: ProductType["id"];
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
}
|
|
6
|
+
export type BaseScoreResponse = BaseScore;
|
|
7
|
+
type BaseScore = number;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=baseScore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseScore.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/baseScore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAMnD,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAC5B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED,MAAM,MAAM,iBAAiB,GAAG,SAAS,CAAA;AAEzC,KAAK,SAAS,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType, Rating } from "../entities";
|
|
3
|
+
export interface BaseScoreRatingIdListQuery extends ListQuery {
|
|
4
|
+
productId: ProductType["id"];
|
|
5
|
+
categoryId: Category["id"];
|
|
6
|
+
}
|
|
7
|
+
export type BaseScoreRatingIdListResponse = ListResponse<Rating["id"]>;
|
|
8
|
+
//# sourceMappingURL=baseScoreRatingIdList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseScoreRatingIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/baseScoreRatingIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAM3D,MAAM,WAAW,0BAA2B,SAAQ,SAAS;IAC3D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAC5B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Category, ProductType } from "../entities";
|
|
2
|
+
export interface BaseScoresByCategoryIdQuery {
|
|
3
|
+
categoryId: Category["id"];
|
|
4
|
+
productTypeIds?: ProductType["id"][];
|
|
5
|
+
}
|
|
6
|
+
export type BaseScoresByCategoryIdResponse = BaseScoreInfo[];
|
|
7
|
+
interface BaseScoreInfo {
|
|
8
|
+
productTypeId: ProductType["id"];
|
|
9
|
+
baseScore: number;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=baseScoresByCategoryId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseScoresByCategoryId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/baseScoresByCategoryId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAanD,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,MAAM,MAAM,8BAA8B,GAAG,aAAa,EAAE,CAAA;AAM5D,UAAU,aAAa;IACrB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;CAClB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ArraySorted, Money } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface BestInClassQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
productTypeIds?: ProductType["id"][];
|
|
6
|
+
}
|
|
7
|
+
export interface BestInClassResponse {
|
|
8
|
+
bestInClassAwards: BestInClassAward[];
|
|
9
|
+
bucketWinners: ArraySorted<BucketWinner>;
|
|
10
|
+
}
|
|
11
|
+
interface BestInClassAward {
|
|
12
|
+
productTypeId: ProductType["id"];
|
|
13
|
+
referencePrice: Money;
|
|
14
|
+
}
|
|
15
|
+
interface BucketWinner {
|
|
16
|
+
productTypeId: ProductType["id"];
|
|
17
|
+
referencePrice: Money;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=bestInClass.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bestInClass.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/bestInClass.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAWnD,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,mBAAmB;IAClC,iBAAiB,EAAE,gBAAgB,EAAE,CAAA;IACrC,aAAa,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;CACzC;AAED,UAAU,gBAAgB;IACxB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,cAAc,EAAE,KAAK,CAAA;CACtB;AAED,UAAU,YAAY;IACpB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,cAAc,EAAE,KAAK,CAAA;CACtB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface BrandAliasResolutionQuery {
|
|
2
|
+
brandSearch: string;
|
|
3
|
+
}
|
|
4
|
+
export type BrandAliasResolutionResponse = {
|
|
5
|
+
brandId: string;
|
|
6
|
+
brandName: string;
|
|
7
|
+
} | {
|
|
8
|
+
brandId: null;
|
|
9
|
+
brandName: null;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=brandAliasResolution.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandAliasResolution.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandAliasResolution.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,MAAM,4BAA4B,GACpC;IACE,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;CAClB,GACD;IACE,OAAO,EAAE,IAAI,CAAA;IACb,SAAS,EAAE,IAAI,CAAA;CAChB,CAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { BadgeStates } from "../builtins";
|
|
2
|
+
interface CategoryScores {
|
|
3
|
+
vcs: number | null;
|
|
4
|
+
rcs: number | null;
|
|
5
|
+
ecs: number | null;
|
|
6
|
+
}
|
|
7
|
+
export interface BrandCategoryRankingsQuery {
|
|
8
|
+
brandId: string;
|
|
9
|
+
}
|
|
10
|
+
export interface BrandCategoryRankingsResponse {
|
|
11
|
+
brandId: string | null;
|
|
12
|
+
brandName: string | null;
|
|
13
|
+
badge: BadgeStates;
|
|
14
|
+
scores: {
|
|
15
|
+
vbs: number | null;
|
|
16
|
+
rbs: number | null;
|
|
17
|
+
ebs: number | null;
|
|
18
|
+
};
|
|
19
|
+
categoryRankings: {
|
|
20
|
+
categoryId: string;
|
|
21
|
+
categoryName: string;
|
|
22
|
+
scores: CategoryScores;
|
|
23
|
+
positions: {
|
|
24
|
+
vcsPosition: number | null;
|
|
25
|
+
rcsPosition: number | null;
|
|
26
|
+
ecsPosition: number | null;
|
|
27
|
+
};
|
|
28
|
+
topBrands: {
|
|
29
|
+
brandId: string;
|
|
30
|
+
brandName: string;
|
|
31
|
+
scores: CategoryScores;
|
|
32
|
+
}[];
|
|
33
|
+
total: number;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
37
|
+
//# sourceMappingURL=brandCategoryRankings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandCategoryRankings.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandCategoryRankings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAE/C,UAAU,cAAc;IACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;CACnB;AAED,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,6BAA6B;IAC5C,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,EAAE,WAAW,CAAA;IAClB,MAAM,EAAE;QACN,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;QAClB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;QAClB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;KACnB,CAAA;IACD,gBAAgB,EAAE;QAChB,UAAU,EAAE,MAAM,CAAA;QAClB,YAAY,EAAE,MAAM,CAAA;QACpB,MAAM,EAAE,cAAc,CAAA;QACtB,SAAS,EAAE;YACT,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;YAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;YAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;SAC3B,CAAA;QACD,SAAS,EAAE;YACT,OAAO,EAAE,MAAM,CAAA;YACf,SAAS,EAAE,MAAM,CAAA;YACjB,MAAM,EAAE,cAAc,CAAA;SACvB,EAAE,CAAA;QACH,KAAK,EAAE,MAAM,CAAA;KACd,EAAE,CAAA;CACJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandIdBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandIdBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAElD,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;CAC5B;AAED,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,IAAI,CAAC,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, Category } from "../entities";
|
|
3
|
+
export type BrandIdListQuery = ListQuery<Filters>;
|
|
4
|
+
export type BrandIdListResponse = ListResponse<Brand["id"]>;
|
|
5
|
+
interface Filters {
|
|
6
|
+
categoryId?: Category["id"];
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=brandIdList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brandIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE7C,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAEjD,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAE3D,UAAU,OAAO;IAIf,UAAU,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ListQuery, SortedListResponse } from "../builtins";
|
|
2
|
+
import { Brand } from "../entities";
|
|
3
|
+
export interface BrandIdListBySearchQuery extends ListQuery {
|
|
4
|
+
search: string;
|
|
5
|
+
}
|
|
6
|
+
export type BrandIdListBySearchResponse = SortedListResponse<Brand["id"]>;
|
|
7
|
+
//# sourceMappingURL=brandIdListBySearch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,MAAM,MAAM,2BAA2B,GAAG,kBAAkB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
|