@lustre/sdk 3.23.0-dev.5 → 3.23.0
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/ApiEmitter.js +7 -0
- package/dist/api/ApiEmitter.js.map +1 -0
- package/dist/api/FetchOptions.js +7 -0
- package/dist/api/FetchOptions.js.map +1 -0
- package/dist/api/MutationError.js +46 -0
- package/dist/api/MutationError.js.map +1 -0
- package/dist/api/QueryError.js +55 -0
- package/dist/api/QueryError.js.map +1 -0
- package/dist/api/QueryResolver.js +155 -0
- package/dist/api/QueryResolver.js.map +1 -0
- package/dist/api/WrappedMutation.js +3 -0
- package/dist/api/WrappedMutation.js.map +1 -0
- package/dist/api/WrappedQuery.js +3 -0
- package/dist/api/WrappedQuery.js.map +1 -0
- package/dist/api/fast1a64utf.js +136 -0
- package/dist/api/fast1a64utf.js.map +1 -0
- package/dist/api/fetchEntity.js +42 -0
- package/dist/api/fetchEntity.js.map +1 -0
- package/dist/api/fetchQuery.js +32 -0
- package/dist/api/fetchQuery.js.map +1 -0
- package/dist/api/getHash.js +28 -0
- package/dist/api/getHash.js.map +1 -0
- package/dist/api/getQueryHash.js +10 -0
- package/dist/api/getQueryHash.js.map +1 -0
- package/dist/api/sendMutation.js +48 -0
- package/dist/api/sendMutation.js.map +1 -0
- package/dist/index.js +47 -0
- package/dist/index.js.map +1 -0
- package/dist/schema/builtins.js +448 -0
- package/dist/schema/builtins.js.map +1 -0
- package/dist/schema/effects.js +3 -0
- package/dist/schema/effects.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/index.js +18 -0
- package/dist/schema/index.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/createMessages.js +3 -0
- package/dist/schema/mutations/createMessages.js.map +1 -0
- package/dist/schema/mutations/createProductBookmark.js +3 -0
- package/dist/schema/mutations/createProductBookmark.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/createPushNotificationToken.js +3 -0
- package/dist/schema/mutations/createPushNotificationToken.js.map +1 -0
- package/dist/schema/mutations/createThread.js +3 -0
- package/dist/schema/mutations/createThread.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/deleteProductBookmark.js +3 -0
- package/dist/schema/mutations/deleteProductBookmark.js.map +1 -0
- package/dist/schema/mutations/deletePushNotificationToken.js +3 -0
- package/dist/schema/mutations/deletePushNotificationToken.js.map +1 -0
- package/dist/schema/mutations/deleteThread.js +3 -0
- package/dist/schema/mutations/deleteThread.js.map +1 -0
- package/dist/schema/mutations/deleteUser.js +3 -0
- package/dist/schema/mutations/deleteUser.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/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/mutations/updateThread.js +3 -0
- package/dist/schema/mutations/updateThread.js.map +1 -0
- package/dist/schema/mutations/updateUserPersonalization.js +3 -0
- package/dist/schema/mutations/updateUserPersonalization.js.map +1 -0
- package/dist/schema/mutations.js +3 -0
- package/dist/schema/mutations.js.map +1 -0
- package/dist/schema/queries/affiliateLink.js +3 -0
- package/dist/schema/queries/affiliateLink.js.map +1 -0
- package/dist/schema/queries/affiliateLinkV2.js +3 -0
- package/dist/schema/queries/affiliateLinkV2.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/analyticsTrack.js +3 -0
- package/dist/schema/queries/analyticsTrack.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/browseTheWeb.js +3 -0
- package/dist/schema/queries/browseTheWeb.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/chatFollowupSuggestions.js +3 -0
- package/dist/schema/queries/chatFollowupSuggestions.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/couponsList.js +3 -0
- package/dist/schema/queries/couponsList.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/exampleQueries.js +3 -0
- package/dist/schema/queries/exampleQueries.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/findProductsV2.js +3 -0
- package/dist/schema/queries/findProductsV2.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/localServices.js +3 -0
- package/dist/schema/queries/localServices.js.map +1 -0
- package/dist/schema/queries/lookupProduct.js +3 -0
- package/dist/schema/queries/lookupProduct.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/priceHistoryLists.js +3 -0
- package/dist/schema/queries/priceHistoryLists.js.map +1 -0
- package/dist/schema/queries/priceHistoryLookup.js +3 -0
- package/dist/schema/queries/priceHistoryLookup.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/productApiSupportedDomains.js +3 -0
- package/dist/schema/queries/productApiSupportedDomains.js.map +1 -0
- package/dist/schema/queries/productBookmarkList.js +3 -0
- package/dist/schema/queries/productBookmarkList.js.map +1 -0
- package/dist/schema/queries/productBookmarksNames.js +3 -0
- package/dist/schema/queries/productBookmarksNames.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/productDeals.js +3 -0
- package/dist/schema/queries/productDeals.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/productTradeoffs.js +3 -0
- package/dist/schema/queries/productTradeoffs.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/pushNotificationTokens.js +3 -0
- package/dist/schema/queries/pushNotificationTokens.js.map +1 -0
- package/dist/schema/queries/querySuggestions.js +3 -0
- package/dist/schema/queries/querySuggestions.js.map +1 -0
- package/dist/schema/queries/refineUserRequest.js +3 -0
- package/dist/schema/queries/refineUserRequest.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/researchBestProductsV2.js +3 -0
- package/dist/schema/queries/researchBestProductsV2.js.map +1 -0
- package/dist/schema/queries/researchDeals.js +3 -0
- package/dist/schema/queries/researchDeals.js.map +1 -0
- package/dist/schema/queries/researchProductComparison.js +3 -0
- package/dist/schema/queries/researchProductComparison.js.map +1 -0
- package/dist/schema/queries/researchProductReview.js +3 -0
- package/dist/schema/queries/researchProductReview.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/storePageInfo.js +3 -0
- package/dist/schema/queries/storePageInfo.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/thread.js +3 -0
- package/dist/schema/queries/thread.js.map +1 -0
- package/dist/schema/queries/threadIdList.js +3 -0
- package/dist/schema/queries/threadIdList.js.map +1 -0
- package/dist/schema/queries/threadMessage.js +3 -0
- package/dist/schema/queries/threadMessage.js.map +1 -0
- package/dist/schema/queries/threadMessageList.js +3 -0
- package/dist/schema/queries/threadMessageList.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/unreadThreadIdList.js +3 -0
- package/dist/schema/queries/unreadThreadIdList.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/userData.js +3 -0
- package/dist/schema/queries/userData.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/userPersonalization.js +3 -0
- package/dist/schema/queries/userPersonalization.js.map +1 -0
- package/dist/schema/queries/userProductDeals.js +3 -0
- package/dist/schema/queries/userProductDeals.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/dist/schema/queries.js +3 -0
- package/dist/schema/queries.js.map +1 -0
- package/dist/schema/responses.js +3 -0
- package/dist/schema/responses.js.map +1 -0
- package/package.json +1 -1
- package/types/api/ApiEmitter.d.ts +10 -0
- package/types/api/ApiEmitter.d.ts.map +1 -0
- package/types/api/FetchOptions.d.ts +7 -0
- package/types/api/FetchOptions.d.ts.map +1 -0
- package/types/api/MutationError.d.ts +25 -0
- package/types/api/MutationError.d.ts.map +1 -0
- package/types/api/QueryError.d.ts +30 -0
- package/types/api/QueryError.d.ts.map +1 -0
- package/types/api/QueryResolver.d.ts +42 -0
- package/types/api/QueryResolver.d.ts.map +1 -0
- package/types/api/WrappedMutation.d.ts +9 -0
- package/types/api/WrappedMutation.d.ts.map +1 -0
- package/types/api/WrappedQuery.d.ts +9 -0
- package/types/api/WrappedQuery.d.ts.map +1 -0
- package/types/api/fast1a64utf.d.ts +3 -0
- package/types/api/fast1a64utf.d.ts.map +1 -0
- package/types/api/fetchEntity.d.ts +7 -0
- package/types/api/fetchEntity.d.ts.map +1 -0
- package/types/api/fetchQuery.d.ts +9 -0
- package/types/api/fetchQuery.d.ts.map +1 -0
- package/types/api/getHash.d.ts +7 -0
- package/types/api/getHash.d.ts.map +1 -0
- package/types/api/getQueryHash.d.ts +3 -0
- package/types/api/getQueryHash.d.ts.map +1 -0
- package/types/api/sendMutation.d.ts +6 -0
- package/types/api/sendMutation.d.ts.map +1 -0
- package/types/index.d.ts +13 -0
- package/types/index.d.ts.map +1 -0
- package/types/schema/builtins.d.ts +397 -0
- package/types/schema/builtins.d.ts.map +1 -0
- package/types/schema/effects.d.ts +11 -0
- package/types/schema/effects.d.ts.map +1 -0
- package/types/schema/entities/alias.d.ts +6 -0
- package/types/schema/entities/alias.d.ts.map +1 -0
- package/types/schema/entities/brand.d.ts +5 -0
- package/types/schema/entities/brand.d.ts.map +1 -0
- package/types/schema/entities/category.d.ts +7 -0
- package/types/schema/entities/category.d.ts.map +1 -0
- package/types/schema/entities/crawl.d.ts +12 -0
- package/types/schema/entities/crawl.d.ts.map +1 -0
- package/types/schema/entities/index.d.ts +18 -0
- package/types/schema/entities/index.d.ts.map +1 -0
- package/types/schema/entities/media.d.ts +6 -0
- package/types/schema/entities/media.d.ts.map +1 -0
- package/types/schema/entities/offer.d.ts +11 -0
- package/types/schema/entities/offer.d.ts.map +1 -0
- package/types/schema/entities/productConfiguration.d.ts +5 -0
- package/types/schema/entities/productConfiguration.d.ts.map +1 -0
- package/types/schema/entities/productFamily.d.ts +5 -0
- package/types/schema/entities/productFamily.d.ts.map +1 -0
- package/types/schema/entities/productGeneration.d.ts +5 -0
- package/types/schema/entities/productGeneration.d.ts.map +1 -0
- package/types/schema/entities/productType.d.ts +5 -0
- package/types/schema/entities/productType.d.ts.map +1 -0
- package/types/schema/entities/rating.d.ts +53 -0
- package/types/schema/entities/rating.d.ts.map +1 -0
- package/types/schema/entities/source.d.ts +8 -0
- package/types/schema/entities/source.d.ts.map +1 -0
- package/types/schema/entities/spec.d.ts +22 -0
- package/types/schema/entities/spec.d.ts.map +1 -0
- package/types/schema/entities/specType.d.ts +6 -0
- package/types/schema/entities/specType.d.ts.map +1 -0
- package/types/schema/entities/specTypeChoice.d.ts +7 -0
- package/types/schema/entities/specTypeChoice.d.ts.map +1 -0
- package/types/schema/entities/storePage.d.ts +8 -0
- package/types/schema/entities/storePage.d.ts.map +1 -0
- package/types/schema/entities/storePageQueueGroup.d.ts +6 -0
- package/types/schema/entities/storePageQueueGroup.d.ts.map +1 -0
- package/types/schema/entities/user.d.ts +5 -0
- package/types/schema/entities/user.d.ts.map +1 -0
- package/types/schema/index.d.ts +368 -0
- package/types/schema/index.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/createMessages.d.ts +10 -0
- package/types/schema/mutations/createMessages.d.ts.map +1 -0
- package/types/schema/mutations/createProductBookmark.d.ts +10 -0
- package/types/schema/mutations/createProductBookmark.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/createPushNotificationToken.d.ts +7 -0
- package/types/schema/mutations/createPushNotificationToken.d.ts.map +1 -0
- package/types/schema/mutations/createThread.d.ts +20 -0
- package/types/schema/mutations/createThread.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/deleteProductBookmark.d.ts +8 -0
- package/types/schema/mutations/deleteProductBookmark.d.ts.map +1 -0
- package/types/schema/mutations/deletePushNotificationToken.d.ts +7 -0
- package/types/schema/mutations/deletePushNotificationToken.d.ts.map +1 -0
- package/types/schema/mutations/deleteThread.d.ts +7 -0
- package/types/schema/mutations/deleteThread.d.ts.map +1 -0
- package/types/schema/mutations/deleteUser.d.ts +7 -0
- package/types/schema/mutations/deleteUser.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/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/mutations/updateThread.d.ts +11 -0
- package/types/schema/mutations/updateThread.d.ts.map +1 -0
- package/types/schema/mutations/updateUserPersonalization.d.ts +7 -0
- package/types/schema/mutations/updateUserPersonalization.d.ts.map +1 -0
- package/types/schema/mutations.d.ts +11 -0
- package/types/schema/mutations.d.ts.map +1 -0
- package/types/schema/queries/affiliateLink.d.ts +13 -0
- package/types/schema/queries/affiliateLink.d.ts.map +1 -0
- package/types/schema/queries/affiliateLinkV2.d.ts +19 -0
- package/types/schema/queries/affiliateLinkV2.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/analyticsTrack.d.ts +6 -0
- package/types/schema/queries/analyticsTrack.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/browseTheWeb.d.ts +14 -0
- package/types/schema/queries/browseTheWeb.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/chatFollowupSuggestions.d.ts +8 -0
- package/types/schema/queries/chatFollowupSuggestions.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/couponsList.d.ts +13 -0
- package/types/schema/queries/couponsList.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/exampleQueries.d.ts +16 -0
- package/types/schema/queries/exampleQueries.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 +14 -0
- package/types/schema/queries/findProducts.d.ts.map +1 -0
- package/types/schema/queries/findProductsV2.d.ts +7 -0
- package/types/schema/queries/findProductsV2.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/localServices.d.ts +13 -0
- package/types/schema/queries/localServices.d.ts.map +1 -0
- package/types/schema/queries/lookupProduct.d.ts +9 -0
- package/types/schema/queries/lookupProduct.d.ts.map +1 -0
- 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/priceHistoryLists.d.ts +26 -0
- package/types/schema/queries/priceHistoryLists.d.ts.map +1 -0
- package/types/schema/queries/priceHistoryLookup.d.ts +15 -0
- package/types/schema/queries/priceHistoryLookup.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/productApiSupportedDomains.d.ts +8 -0
- package/types/schema/queries/productApiSupportedDomains.d.ts.map +1 -0
- package/types/schema/queries/productBookmarkList.d.ts +18 -0
- package/types/schema/queries/productBookmarkList.d.ts.map +1 -0
- package/types/schema/queries/productBookmarksNames.d.ts +12 -0
- package/types/schema/queries/productBookmarksNames.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/productDeals.d.ts +6 -0
- package/types/schema/queries/productDeals.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/productTradeoffs.d.ts +46 -0
- package/types/schema/queries/productTradeoffs.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/pushNotificationTokens.d.ts +6 -0
- package/types/schema/queries/pushNotificationTokens.d.ts.map +1 -0
- package/types/schema/queries/querySuggestions.d.ts +7 -0
- package/types/schema/queries/querySuggestions.d.ts.map +1 -0
- package/types/schema/queries/refineUserRequest.d.ts +15 -0
- package/types/schema/queries/refineUserRequest.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 +20 -0
- package/types/schema/queries/researchBestProducts.d.ts.map +1 -0
- package/types/schema/queries/researchBestProductsV2.d.ts +10 -0
- package/types/schema/queries/researchBestProductsV2.d.ts.map +1 -0
- package/types/schema/queries/researchDeals.d.ts +9 -0
- package/types/schema/queries/researchDeals.d.ts.map +1 -0
- package/types/schema/queries/researchProductComparison.d.ts +20 -0
- package/types/schema/queries/researchProductComparison.d.ts.map +1 -0
- package/types/schema/queries/researchProductReview.d.ts +19 -0
- package/types/schema/queries/researchProductReview.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/storePageInfo.d.ts +11 -0
- package/types/schema/queries/storePageInfo.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/thread.d.ts +18 -0
- package/types/schema/queries/thread.d.ts.map +1 -0
- package/types/schema/queries/threadIdList.d.ts +15 -0
- package/types/schema/queries/threadIdList.d.ts.map +1 -0
- package/types/schema/queries/threadMessage.d.ts +7 -0
- package/types/schema/queries/threadMessage.d.ts.map +1 -0
- package/types/schema/queries/threadMessageList.d.ts +6 -0
- package/types/schema/queries/threadMessageList.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/unreadThreadIdList.d.ts +6 -0
- package/types/schema/queries/unreadThreadIdList.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/userData.d.ts +15 -0
- package/types/schema/queries/userData.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/userPersonalization.d.ts +6 -0
- package/types/schema/queries/userPersonalization.d.ts.map +1 -0
- package/types/schema/queries/userProductDeals.d.ts +8 -0
- package/types/schema/queries/userProductDeals.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
- package/types/schema/queries.d.ts +121 -0
- package/types/schema/queries.d.ts.map +1 -0
- package/types/schema/responses.d.ts +121 -0
- package/types/schema/responses.d.ts.map +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
import { Brand } from "../entities";
|
|
3
|
+
export interface CreateBrandMutation extends Mutation {
|
|
4
|
+
name: string;
|
|
5
|
+
}
|
|
6
|
+
export interface CreateBrandEffect extends Effect {
|
|
7
|
+
id: Brand["id"];
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=createBrand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createBrand.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,iBAAkB,SAAQ,MAAM;IAC/C,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;CAChB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Mutation, Effect } from "../builtins";
|
|
2
|
+
import { Category } from "../entities/category";
|
|
3
|
+
export interface CreateCategoryMutation extends Mutation {
|
|
4
|
+
name: string;
|
|
5
|
+
}
|
|
6
|
+
export interface CreateCategoryEffect extends Effect {
|
|
7
|
+
id: Category["id"];
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=createCategory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCategory.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createCategory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAClD,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CACnB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation, MessageRow } from "../builtins";
|
|
2
|
+
type MessageRowWithOptionalOrigin = Omit<MessageRow, "origin"> & Partial<Pick<MessageRow, "origin">>;
|
|
3
|
+
export interface CreateMessagesMutation extends Mutation {
|
|
4
|
+
threadId: string;
|
|
5
|
+
messages: MessageRowWithOptionalOrigin[];
|
|
6
|
+
}
|
|
7
|
+
export interface CreateMessagesEffect extends Effect {
|
|
8
|
+
}
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=createMessages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createMessages.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createMessages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,oBAAyB;AAGhE,KAAK,4BAA4B,GAAG,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAA;AAEpG,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,4BAA4B,EAAE,CAAA;CACzC;AAED,MAAM,WAAW,oBAAqB,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Effect, Mutation, ResearchedProduct, ResearchedProductV2 } from "../builtins";
|
|
2
|
+
export interface CreateProductBookmarkMutation extends Mutation {
|
|
3
|
+
userId: string;
|
|
4
|
+
product: ResearchedProduct | ResearchedProductV2;
|
|
5
|
+
threadId?: string | null;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateProductBookmarkEffect extends Effect {
|
|
8
|
+
productBookmarkId: string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=createProductBookmark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProductBookmark.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductBookmark.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,oBAAyB;AAE5F,MAAM,WAAW,6BAA8B,SAAQ,QAAQ;IAC7D,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,iBAAiB,GAAG,mBAAmB,CAAA;IAEhD,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACzB;AAED,MAAM,WAAW,2BAA4B,SAAQ,MAAM;IACzD,iBAAiB,EAAE,MAAM,CAAA;CAC1B"}
|
|
@@ -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,7 @@
|
|
|
1
|
+
import { Mutation, Effect, PushNotificationToken } from "../builtins";
|
|
2
|
+
export interface CreatePushNotificationTokenMutation extends Mutation, PushNotificationToken {
|
|
3
|
+
userId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface CreatePushNotificationTokenEffect extends Effect {
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=createPushNotificationToken.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createPushNotificationToken.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createPushNotificationToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAErE,MAAM,WAAW,mCAAoC,SAAQ,QAAQ,EAAE,qBAAqB;IAC1F,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,iCAAkC,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Effect, Mutation, Url } from "../builtins";
|
|
2
|
+
interface BaseCreateThread {
|
|
3
|
+
threadId: string;
|
|
4
|
+
query: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
imageUrl?: Url;
|
|
7
|
+
}
|
|
8
|
+
interface SharedCreateThread extends BaseCreateThread {
|
|
9
|
+
sourceThreadId: string;
|
|
10
|
+
}
|
|
11
|
+
interface UserCreateThread extends BaseCreateThread {
|
|
12
|
+
userId: string;
|
|
13
|
+
sourceThreadId?: string;
|
|
14
|
+
}
|
|
15
|
+
export type CreateThreadMutation = Mutation & (SharedCreateThread | UserCreateThread);
|
|
16
|
+
export interface CreateThreadEffect extends Effect {
|
|
17
|
+
id: string;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=createThread.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createThread.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createThread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,oBAAyB;AAEzD,UAAU,gBAAgB;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,GAAG,CAAA;CACf;AAED,UAAU,kBAAmB,SAAQ,gBAAgB;IACnD,cAAc,EAAE,MAAM,CAAA;CACvB;AAED,UAAU,gBAAiB,SAAQ,gBAAgB;IACjD,MAAM,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,CAAC,kBAAkB,GAAG,gBAAgB,CAAC,CAAA;AAErF,MAAM,WAAW,kBAAmB,SAAQ,MAAM;IAChD,EAAE,EAAE,MAAM,CAAA;CACX"}
|
|
@@ -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,8 @@
|
|
|
1
|
+
import { Effect, Mutation } from "../builtins";
|
|
2
|
+
export interface DeleteProductBookmarkMutation extends Mutation {
|
|
3
|
+
productBookmarkId: string;
|
|
4
|
+
userId: string;
|
|
5
|
+
}
|
|
6
|
+
export interface DeleteProductBookmarkEffect extends Effect {
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=deleteProductBookmark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteProductBookmark.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/deleteProductBookmark.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;CACf;AAED,MAAM,WAAW,2BAA4B,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Mutation, Effect, PushNotificationToken } from "../builtins";
|
|
2
|
+
export interface DeletePushNotificationTokenMutation extends Mutation, Pick<PushNotificationToken, "installId"> {
|
|
3
|
+
userId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface DeletePushNotificationTokenEffect extends Effect {
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=deletePushNotificationToken.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deletePushNotificationToken.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/deletePushNotificationToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAErE,MAAM,WAAW,mCACf,SAAQ,QAAQ,EACd,IAAI,CAAC,qBAAqB,EAAE,WAAW,CAAC;IAC1C,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,iCAAkC,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteThread.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/deleteThread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AAEpD,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,EAAE,EAAE,MAAM,CAAA;CACX;AAED,MAAM,WAAW,kBAAmB,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteUser.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/deleteUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,kBAAmB,SAAQ,QAAQ;IAClD,EAAE,EAAE,MAAM,CAAA;CACX;AAED,MAAM,WAAW,gBAAiB,SAAQ,MAAM;CAAG"}
|
|
@@ -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,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,11 @@
|
|
|
1
|
+
import { Effect, Mutation, Timestamp, Url } from "../builtins";
|
|
2
|
+
export interface UpdateThreadMutation extends Mutation {
|
|
3
|
+
id: string;
|
|
4
|
+
query?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
imageUrl?: Url;
|
|
7
|
+
lastOpened?: Timestamp;
|
|
8
|
+
}
|
|
9
|
+
export interface UpdateThreadEffect extends Effect {
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=updateThread.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateThread.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateThread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAyB;AAEpE,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,GAAG,CAAA;IACd,UAAU,CAAC,EAAE,SAAS,CAAA;CACvB;AAED,MAAM,WAAW,kBAAmB,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Mutation, Effect, Personalization } from "../builtins";
|
|
2
|
+
export type UpdateUserPersonalizationMutation = Mutation & Personalization & {
|
|
3
|
+
userId: string;
|
|
4
|
+
};
|
|
5
|
+
export interface UpdateUserPersonalizationEffect extends Effect {
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=updateUserPersonalization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateUserPersonalization.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateUserPersonalization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,iCAAiC,GAAG,QAAQ,GACtD,eAAe,GAAG;IAChB,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAEH,MAAM,WAAW,+BAAgC,SAAQ,MAAM;CAAG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type { CreatePushNotificationTokenMutation } from "./mutations/createPushNotificationToken";
|
|
2
|
+
export type { DeletePushNotificationTokenMutation } from "./mutations/deletePushNotificationToken";
|
|
3
|
+
export type { DeleteUserMutation } from "./mutations/deleteUser";
|
|
4
|
+
export type { UpdateUserPersonalizationMutation } from "./mutations/updateUserPersonalization";
|
|
5
|
+
export type { CreateThreadMutation } from "./mutations/createThread";
|
|
6
|
+
export type { UpdateThreadMutation } from "./mutations/updateThread";
|
|
7
|
+
export type { DeleteThreadMutation } from "./mutations/deleteThread";
|
|
8
|
+
export type { CreateMessagesMutation } from "./mutations/createMessages";
|
|
9
|
+
export type { CreateProductBookmarkMutation } from "./mutations/createProductBookmark";
|
|
10
|
+
export type { DeleteProductBookmarkMutation } from "./mutations/deleteProductBookmark";
|
|
11
|
+
//# sourceMappingURL=mutations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/schema/mutations.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAA;AAClG,YAAY,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAA;AAClG,YAAY,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAChE,YAAY,EAAE,iCAAiC,EAAE,MAAM,uCAAuC,CAAA;AAC9F,YAAY,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AACpE,YAAY,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AACpE,YAAY,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AACpE,YAAY,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACxE,YAAY,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAA;AACtF,YAAY,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Url } from "../builtins";
|
|
2
|
+
export interface AffiliateLinkQuery {
|
|
3
|
+
url: Url;
|
|
4
|
+
contextUrl: Url;
|
|
5
|
+
source?: "web" | "extension" | "app";
|
|
6
|
+
partnerAmazonTag?: string;
|
|
7
|
+
partnerGeniuslinkId?: string;
|
|
8
|
+
partnerSkimlinksId?: string;
|
|
9
|
+
partnerNarrativId?: string;
|
|
10
|
+
partnerSovrnApiKey?: string;
|
|
11
|
+
}
|
|
12
|
+
export type AffiliateLinkResponse = Url;
|
|
13
|
+
//# sourceMappingURL=affiliateLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affiliateLink.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/affiliateLink.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAmBjC,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,GAAG,CAAA;IACR,UAAU,EAAE,GAAG,CAAA;IACf,MAAM,CAAC,EAAE,KAAK,GAAG,WAAW,GAAG,KAAK,CAAA;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B;AAED,MAAM,MAAM,qBAAqB,GAAG,GAAG,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Url } from "../builtins";
|
|
2
|
+
export interface AffiliateLinkV2Query {
|
|
3
|
+
url: Url;
|
|
4
|
+
contextUrl: Url;
|
|
5
|
+
source?: "web" | "extension" | "app";
|
|
6
|
+
partnerAmazonTag?: string;
|
|
7
|
+
partnerGeniuslinkId?: string;
|
|
8
|
+
partnerSkimlinksId?: string;
|
|
9
|
+
partnerNarrativId?: string;
|
|
10
|
+
partnerSovrnApiKey?: string;
|
|
11
|
+
userAgent?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface AffiliateLinkV2Response {
|
|
14
|
+
url: Url;
|
|
15
|
+
impressionProvider: "admarketplace" | null;
|
|
16
|
+
impressionPixelUrl: Url | null;
|
|
17
|
+
cpc: number | null;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=affiliateLinkV2.d.ts.map
|