@lustre/sdk 1.5.0-dev.1 → 2.0.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (538) hide show
  1. package/README.md +18 -18
  2. package/dist/api/QueryResolver.js +11 -10
  3. package/dist/api/QueryResolver.js.map +1 -1
  4. package/dist/api/fetchEntity.js.map +1 -1
  5. package/dist/hooks/useEntities.js.map +1 -1
  6. package/dist/hooks/useEntity.js.map +1 -1
  7. package/dist/schema/builtins.js.map +1 -1
  8. package/dist/schema/entities/index.js +2 -17
  9. package/dist/schema/entities/index.js.map +1 -1
  10. package/dist/schema/entities/{alias.js → product.js} +1 -1
  11. package/dist/schema/entities/product.js.map +1 -0
  12. package/dist/schema/entities/{media.js → variant.js} +1 -1
  13. package/dist/schema/entities/variant.js.map +1 -0
  14. package/dist/schema/queries/productDocumentsByRetailPageUrls.js +3 -0
  15. package/dist/schema/queries/productDocumentsByRetailPageUrls.js.map +1 -0
  16. package/dist/schema/{entities/brand.js → queries/retailPageInfo.js} +1 -1
  17. package/dist/schema/queries/retailPageInfo.js.map +1 -0
  18. package/dist/schema/queries/retailPagePriceHistory.js +3 -0
  19. package/dist/schema/queries/retailPagePriceHistory.js.map +1 -0
  20. package/dist/schema/{entities/crawl.js → queries/retailPagePricing.js} +1 -1
  21. package/dist/schema/queries/retailPagePricing.js.map +1 -0
  22. package/dist/schema/{entities/category.js → queries/searchList.js} +1 -1
  23. package/dist/schema/queries/searchList.js.map +1 -0
  24. package/dist/store/entities/index.js +2 -16
  25. package/dist/store/entities/index.js.map +1 -1
  26. package/dist/store/responses/index.js +5 -71
  27. package/dist/store/responses/index.js.map +1 -1
  28. package/package.json +1 -1
  29. package/types/api/QueryResolver.d.ts +1 -0
  30. package/types/api/QueryResolver.d.ts.map +1 -1
  31. package/types/api/fetchEntity.d.ts.map +1 -1
  32. package/types/hooks/useEntities.d.ts.map +1 -1
  33. package/types/hooks/useEntity.d.ts.map +1 -1
  34. package/types/schema/builtins.d.ts +91 -67
  35. package/types/schema/builtins.d.ts.map +1 -1
  36. package/types/schema/entities/index.d.ts +2 -17
  37. package/types/schema/entities/index.d.ts.map +1 -1
  38. package/types/schema/entities/product.d.ts +5 -0
  39. package/types/schema/entities/product.d.ts.map +1 -0
  40. package/types/schema/entities/variant.d.ts +5 -0
  41. package/types/schema/entities/variant.d.ts.map +1 -0
  42. package/types/schema/index.d.ts +16 -194
  43. package/types/schema/index.d.ts.map +1 -1
  44. package/types/schema/queries/affiliateUrl.d.ts +1 -2
  45. package/types/schema/queries/affiliateUrl.d.ts.map +1 -1
  46. package/types/schema/queries/productDocumentsByProductIds.d.ts +2 -2
  47. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
  48. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts +6 -0
  49. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts.map +1 -0
  50. package/types/schema/queries/retailPageInfo.d.ts +18 -0
  51. package/types/schema/queries/retailPageInfo.d.ts.map +1 -0
  52. package/types/schema/queries/retailPagePriceHistory.d.ts +15 -0
  53. package/types/schema/queries/retailPagePriceHistory.d.ts.map +1 -0
  54. package/types/schema/queries/retailPagePricing.d.ts +10 -0
  55. package/types/schema/queries/retailPagePricing.d.ts.map +1 -0
  56. package/types/schema/queries/searchList.d.ts +54 -0
  57. package/types/schema/queries/searchList.d.ts.map +1 -0
  58. package/types/schema/queries.d.ts +5 -71
  59. package/types/schema/queries.d.ts.map +1 -1
  60. package/types/schema/responses.d.ts +5 -71
  61. package/types/schema/responses.d.ts.map +1 -1
  62. package/types/store/entities/index.d.ts +2 -16
  63. package/types/store/entities/index.d.ts.map +1 -1
  64. package/types/store/index.d.ts +7 -87
  65. package/types/store/index.d.ts.map +1 -1
  66. package/types/store/responses/index.d.ts +5 -71
  67. package/types/store/responses/index.d.ts.map +1 -1
  68. package/dist/schema/entities/alias.js.map +0 -1
  69. package/dist/schema/entities/brand.js.map +0 -1
  70. package/dist/schema/entities/category.js.map +0 -1
  71. package/dist/schema/entities/crawl.js.map +0 -1
  72. package/dist/schema/entities/media.js.map +0 -1
  73. package/dist/schema/entities/offer.js +0 -3
  74. package/dist/schema/entities/offer.js.map +0 -1
  75. package/dist/schema/entities/productConfiguration.js +0 -3
  76. package/dist/schema/entities/productConfiguration.js.map +0 -1
  77. package/dist/schema/entities/productFamily.js +0 -3
  78. package/dist/schema/entities/productFamily.js.map +0 -1
  79. package/dist/schema/entities/productGeneration.js +0 -3
  80. package/dist/schema/entities/productGeneration.js.map +0 -1
  81. package/dist/schema/entities/productType.js +0 -3
  82. package/dist/schema/entities/productType.js.map +0 -1
  83. package/dist/schema/entities/rating.js +0 -3
  84. package/dist/schema/entities/rating.js.map +0 -1
  85. package/dist/schema/entities/source.js +0 -3
  86. package/dist/schema/entities/source.js.map +0 -1
  87. package/dist/schema/entities/spec.js +0 -3
  88. package/dist/schema/entities/spec.js.map +0 -1
  89. package/dist/schema/entities/specType.js +0 -3
  90. package/dist/schema/entities/specType.js.map +0 -1
  91. package/dist/schema/entities/specTypeChoice.js +0 -3
  92. package/dist/schema/entities/specTypeChoice.js.map +0 -1
  93. package/dist/schema/entities/storePage.js +0 -3
  94. package/dist/schema/entities/storePage.js.map +0 -1
  95. package/dist/schema/entities/storePageQueueGroup.js +0 -3
  96. package/dist/schema/entities/storePageQueueGroup.js.map +0 -1
  97. package/dist/schema/entities/user.js +0 -3
  98. package/dist/schema/entities/user.js.map +0 -1
  99. package/dist/schema/mutations/createBrand.js +0 -3
  100. package/dist/schema/mutations/createBrand.js.map +0 -1
  101. package/dist/schema/mutations/createCategory.js +0 -3
  102. package/dist/schema/mutations/createCategory.js.map +0 -1
  103. package/dist/schema/mutations/createProductConfiguration.js +0 -3
  104. package/dist/schema/mutations/createProductConfiguration.js.map +0 -1
  105. package/dist/schema/mutations/createProductFamily.js +0 -3
  106. package/dist/schema/mutations/createProductFamily.js.map +0 -1
  107. package/dist/schema/mutations/createProductGeneration.js +0 -3
  108. package/dist/schema/mutations/createProductGeneration.js.map +0 -1
  109. package/dist/schema/mutations/createProductType.js +0 -3
  110. package/dist/schema/mutations/createProductType.js.map +0 -1
  111. package/dist/schema/mutations/createUser.js +0 -3
  112. package/dist/schema/mutations/createUser.js.map +0 -1
  113. package/dist/schema/mutations/storePageQueueClaimById.js +0 -3
  114. package/dist/schema/mutations/storePageQueueClaimById.js.map +0 -1
  115. package/dist/schema/mutations/storePageQueueClaimNext.js +0 -3
  116. package/dist/schema/mutations/storePageQueueClaimNext.js.map +0 -1
  117. package/dist/schema/mutations/storePageQueueHandle.js +0 -3
  118. package/dist/schema/mutations/storePageQueueHandle.js.map +0 -1
  119. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +0 -3
  120. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +0 -1
  121. package/dist/schema/mutations/updateAlias.js +0 -3
  122. package/dist/schema/mutations/updateAlias.js.map +0 -1
  123. package/dist/schema/mutations/updateBrand.js +0 -3
  124. package/dist/schema/mutations/updateBrand.js.map +0 -1
  125. package/dist/schema/mutations/updateCategory.js +0 -3
  126. package/dist/schema/mutations/updateCategory.js.map +0 -1
  127. package/dist/schema/mutations/updateOffer.js +0 -3
  128. package/dist/schema/mutations/updateOffer.js.map +0 -1
  129. package/dist/schema/mutations/updateProductConfiguration.js +0 -3
  130. package/dist/schema/mutations/updateProductConfiguration.js.map +0 -1
  131. package/dist/schema/mutations/updateProductConfigurationProductType.js +0 -3
  132. package/dist/schema/mutations/updateProductConfigurationProductType.js.map +0 -1
  133. package/dist/schema/mutations/updateProductFamily.js +0 -3
  134. package/dist/schema/mutations/updateProductFamily.js.map +0 -1
  135. package/dist/schema/mutations/updateProductFamilyBrand.js +0 -3
  136. package/dist/schema/mutations/updateProductFamilyBrand.js.map +0 -1
  137. package/dist/schema/mutations/updateProductGeneration.js +0 -3
  138. package/dist/schema/mutations/updateProductGeneration.js.map +0 -1
  139. package/dist/schema/mutations/updateProductGenerationProductFamily.js +0 -3
  140. package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +0 -1
  141. package/dist/schema/mutations/updateProductType.js +0 -3
  142. package/dist/schema/mutations/updateProductType.js.map +0 -1
  143. package/dist/schema/mutations/updateProductTypeProductGeneration.js +0 -3
  144. package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +0 -1
  145. package/dist/schema/mutations/updateSource.js +0 -3
  146. package/dist/schema/mutations/updateSource.js.map +0 -1
  147. package/dist/schema/mutations/updateStorePage.js +0 -3
  148. package/dist/schema/mutations/updateStorePage.js.map +0 -1
  149. package/dist/schema/queries/aliasIdListBySomeId.js +0 -3
  150. package/dist/schema/queries/aliasIdListBySomeId.js.map +0 -1
  151. package/dist/schema/queries/appliedCategoryIdListBySomeId.js +0 -3
  152. package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +0 -1
  153. package/dist/schema/queries/baseScore.js +0 -3
  154. package/dist/schema/queries/baseScore.js.map +0 -1
  155. package/dist/schema/queries/baseScoreRatingIdList.js +0 -3
  156. package/dist/schema/queries/baseScoreRatingIdList.js.map +0 -1
  157. package/dist/schema/queries/baseScoresByCategoryId.js +0 -3
  158. package/dist/schema/queries/baseScoresByCategoryId.js.map +0 -1
  159. package/dist/schema/queries/bestInClass.js +0 -3
  160. package/dist/schema/queries/bestInClass.js.map +0 -1
  161. package/dist/schema/queries/brandIdBySomeId.js +0 -3
  162. package/dist/schema/queries/brandIdBySomeId.js.map +0 -1
  163. package/dist/schema/queries/brandIdList.js +0 -3
  164. package/dist/schema/queries/brandIdList.js.map +0 -1
  165. package/dist/schema/queries/brandIdListBySearch.js +0 -3
  166. package/dist/schema/queries/brandIdListBySearch.js.map +0 -1
  167. package/dist/schema/queries/categoryDisplayMode.js +0 -3
  168. package/dist/schema/queries/categoryDisplayMode.js.map +0 -1
  169. package/dist/schema/queries/categoryIdByUrlSlug.js +0 -3
  170. package/dist/schema/queries/categoryIdByUrlSlug.js.map +0 -1
  171. package/dist/schema/queries/categoryIdList.js +0 -3
  172. package/dist/schema/queries/categoryIdList.js.map +0 -1
  173. package/dist/schema/queries/categoryIdListBySomeId.js +0 -3
  174. package/dist/schema/queries/categoryIdListBySomeId.js.map +0 -1
  175. package/dist/schema/queries/categoryIdListBySourceId.js +0 -3
  176. package/dist/schema/queries/categoryIdListBySourceId.js.map +0 -1
  177. package/dist/schema/queries/categoryModifierSearchList.js +0 -3
  178. package/dist/schema/queries/categoryModifierSearchList.js.map +0 -1
  179. package/dist/schema/queries/categoryRankings.js +0 -3
  180. package/dist/schema/queries/categoryRankings.js.map +0 -1
  181. package/dist/schema/queries/categorySearchList.js +0 -3
  182. package/dist/schema/queries/categorySearchList.js.map +0 -1
  183. package/dist/schema/queries/categoryStatusList.js +0 -3
  184. package/dist/schema/queries/categoryStatusList.js.map +0 -1
  185. package/dist/schema/queries/crawlIdList.js +0 -3
  186. package/dist/schema/queries/crawlIdList.js.map +0 -1
  187. package/dist/schema/queries/crawlIdListByUrl.js +0 -3
  188. package/dist/schema/queries/crawlIdListByUrl.js.map +0 -1
  189. package/dist/schema/queries/descriptionMarkdown.js +0 -3
  190. package/dist/schema/queries/descriptionMarkdown.js.map +0 -1
  191. package/dist/schema/queries/entityType.js +0 -3
  192. package/dist/schema/queries/entityType.js.map +0 -1
  193. package/dist/schema/queries/fallbackPriceByProductTypeId.js +0 -3
  194. package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +0 -1
  195. package/dist/schema/queries/inputLayerVersion.js +0 -3
  196. package/dist/schema/queries/inputLayerVersion.js.map +0 -1
  197. package/dist/schema/queries/latestRatingIdList.js +0 -3
  198. package/dist/schema/queries/latestRatingIdList.js.map +0 -1
  199. package/dist/schema/queries/latestRatingIdListBySomeId.js +0 -3
  200. package/dist/schema/queries/latestRatingIdListBySomeId.js.map +0 -1
  201. package/dist/schema/queries/mediaIdListBySomeId.js +0 -3
  202. package/dist/schema/queries/mediaIdListBySomeId.js.map +0 -1
  203. package/dist/schema/queries/mlCategoryDisplayMode.js +0 -3
  204. package/dist/schema/queries/mlCategoryDisplayMode.js.map +0 -1
  205. package/dist/schema/queries/noteMarkdown.js +0 -3
  206. package/dist/schema/queries/noteMarkdown.js.map +0 -1
  207. package/dist/schema/queries/offerIdListByStorePageId.js +0 -3
  208. package/dist/schema/queries/offerIdListByStorePageId.js.map +0 -1
  209. package/dist/schema/queries/possibleAliasIdListBySomeId.js +0 -3
  210. package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +0 -1
  211. package/dist/schema/queries/possibleStorePageIdListBySomeId.js +0 -3
  212. package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +0 -1
  213. package/dist/schema/queries/preferredCategoryIdListByProductId.js +0 -3
  214. package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +0 -1
  215. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +0 -3
  216. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +0 -1
  217. package/dist/schema/queries/preferredStorePageList.js +0 -3
  218. package/dist/schema/queries/preferredStorePageList.js.map +0 -1
  219. package/dist/schema/queries/priceHistoryLookup.js +0 -3
  220. package/dist/schema/queries/priceHistoryLookup.js.map +0 -1
  221. package/dist/schema/queries/pricePointCompetitors.js +0 -3
  222. package/dist/schema/queries/pricePointCompetitors.js.map +0 -1
  223. package/dist/schema/queries/priceRangeByCategoryId.js +0 -3
  224. package/dist/schema/queries/priceRangeByCategoryId.js.map +0 -1
  225. package/dist/schema/queries/productConfigurationIdListBySomeId.js +0 -3
  226. package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +0 -1
  227. package/dist/schema/queries/productDealList.js +0 -3
  228. package/dist/schema/queries/productDealList.js.map +0 -1
  229. package/dist/schema/queries/productDocumentByStoreUrl.js +0 -3
  230. package/dist/schema/queries/productDocumentByStoreUrl.js.map +0 -1
  231. package/dist/schema/queries/productFamilyIdBySomeId.js +0 -3
  232. package/dist/schema/queries/productFamilyIdBySomeId.js.map +0 -1
  233. package/dist/schema/queries/productFamilyIdListBySomeId.js +0 -3
  234. package/dist/schema/queries/productFamilyIdListBySomeId.js.map +0 -1
  235. package/dist/schema/queries/productGenerationIdBySomeId.js +0 -3
  236. package/dist/schema/queries/productGenerationIdBySomeId.js.map +0 -1
  237. package/dist/schema/queries/productGenerationIdListBySomeId.js +0 -3
  238. package/dist/schema/queries/productGenerationIdListBySomeId.js.map +0 -1
  239. package/dist/schema/queries/productListSort.js +0 -3
  240. package/dist/schema/queries/productListSort.js.map +0 -1
  241. package/dist/schema/queries/productPricePointList.js +0 -3
  242. package/dist/schema/queries/productPricePointList.js.map +0 -1
  243. package/dist/schema/queries/productSearchList.js +0 -3
  244. package/dist/schema/queries/productSearchList.js.map +0 -1
  245. package/dist/schema/queries/productTypeIdBySomeId.js +0 -3
  246. package/dist/schema/queries/productTypeIdBySomeId.js.map +0 -1
  247. package/dist/schema/queries/productTypeIdByStoreUrl.js +0 -3
  248. package/dist/schema/queries/productTypeIdByStoreUrl.js.map +0 -1
  249. package/dist/schema/queries/productTypeIdListByCategoryId.js +0 -3
  250. package/dist/schema/queries/productTypeIdListByCategoryId.js.map +0 -1
  251. package/dist/schema/queries/productTypeIdListByModifiers.js +0 -3
  252. package/dist/schema/queries/productTypeIdListByModifiers.js.map +0 -1
  253. package/dist/schema/queries/productTypeIdListBySomeId.js +0 -3
  254. package/dist/schema/queries/productTypeIdListBySomeId.js.map +0 -1
  255. package/dist/schema/queries/saleMetrics.js +0 -3
  256. package/dist/schema/queries/saleMetrics.js.map +0 -1
  257. package/dist/schema/queries/sectionDataByCrawlId.js +0 -3
  258. package/dist/schema/queries/sectionDataByCrawlId.js.map +0 -1
  259. package/dist/schema/queries/sourceIdList.js +0 -3
  260. package/dist/schema/queries/sourceIdList.js.map +0 -1
  261. package/dist/schema/queries/specIdListBySomeId.js +0 -3
  262. package/dist/schema/queries/specIdListBySomeId.js.map +0 -1
  263. package/dist/schema/queries/specTypeIdList.js +0 -3
  264. package/dist/schema/queries/specTypeIdList.js.map +0 -1
  265. package/dist/schema/queries/specTypeValidValues.js +0 -3
  266. package/dist/schema/queries/specTypeValidValues.js.map +0 -1
  267. package/dist/schema/queries/specValueRangeListByCategoryId.js +0 -3
  268. package/dist/schema/queries/specValueRangeListByCategoryId.js.map +0 -1
  269. package/dist/schema/queries/stablePriceByProductId.js +0 -3
  270. package/dist/schema/queries/stablePriceByProductId.js.map +0 -1
  271. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +0 -3
  272. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +0 -1
  273. package/dist/schema/queries/stablePriceByStorePageId.js +0 -3
  274. package/dist/schema/queries/stablePriceByStorePageId.js.map +0 -1
  275. package/dist/schema/queries/storePageFetchData.js +0 -3
  276. package/dist/schema/queries/storePageFetchData.js.map +0 -1
  277. package/dist/schema/queries/storePageIdByUrl.js +0 -3
  278. package/dist/schema/queries/storePageIdByUrl.js.map +0 -1
  279. package/dist/schema/queries/storePageIdListBySomeId.js +0 -3
  280. package/dist/schema/queries/storePageIdListBySomeId.js.map +0 -1
  281. package/dist/schema/queries/storePageInfoBySku.js +0 -3
  282. package/dist/schema/queries/storePageInfoBySku.js.map +0 -1
  283. package/dist/schema/queries/storePageScrapeData.js +0 -3
  284. package/dist/schema/queries/storePageScrapeData.js.map +0 -1
  285. package/dist/schema/queries/subCategoryIdListByCategoryId.js +0 -3
  286. package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +0 -1
  287. package/dist/schema/queries/subsetModifierDataByModifiers.js +0 -3
  288. package/dist/schema/queries/subsetModifierDataByModifiers.js.map +0 -1
  289. package/dist/schema/queries/unstableMediaIdListByCategoryId.js +0 -3
  290. package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +0 -1
  291. package/dist/schema/queries/unstableSourceTrust.js +0 -3
  292. package/dist/schema/queries/unstableSourceTrust.js.map +0 -1
  293. package/dist/schema/queries/userIdList.js +0 -3
  294. package/dist/schema/queries/userIdList.js.map +0 -1
  295. package/dist/schema/queries/userPermissionsByUserId.js +0 -3
  296. package/dist/schema/queries/userPermissionsByUserId.js.map +0 -1
  297. package/dist/schema/queries/userRestictedData.js +0 -3
  298. package/dist/schema/queries/userRestictedData.js.map +0 -1
  299. package/dist/schema/queries/whoAmI.js +0 -3
  300. package/dist/schema/queries/whoAmI.js.map +0 -1
  301. package/types/schema/entities/alias.d.ts +0 -6
  302. package/types/schema/entities/alias.d.ts.map +0 -1
  303. package/types/schema/entities/brand.d.ts +0 -5
  304. package/types/schema/entities/brand.d.ts.map +0 -1
  305. package/types/schema/entities/category.d.ts +0 -7
  306. package/types/schema/entities/category.d.ts.map +0 -1
  307. package/types/schema/entities/crawl.d.ts +0 -12
  308. package/types/schema/entities/crawl.d.ts.map +0 -1
  309. package/types/schema/entities/media.d.ts +0 -6
  310. package/types/schema/entities/media.d.ts.map +0 -1
  311. package/types/schema/entities/offer.d.ts +0 -11
  312. package/types/schema/entities/offer.d.ts.map +0 -1
  313. package/types/schema/entities/productConfiguration.d.ts +0 -5
  314. package/types/schema/entities/productConfiguration.d.ts.map +0 -1
  315. package/types/schema/entities/productFamily.d.ts +0 -5
  316. package/types/schema/entities/productFamily.d.ts.map +0 -1
  317. package/types/schema/entities/productGeneration.d.ts +0 -5
  318. package/types/schema/entities/productGeneration.d.ts.map +0 -1
  319. package/types/schema/entities/productType.d.ts +0 -5
  320. package/types/schema/entities/productType.d.ts.map +0 -1
  321. package/types/schema/entities/rating.d.ts +0 -53
  322. package/types/schema/entities/rating.d.ts.map +0 -1
  323. package/types/schema/entities/source.d.ts +0 -8
  324. package/types/schema/entities/source.d.ts.map +0 -1
  325. package/types/schema/entities/spec.d.ts +0 -22
  326. package/types/schema/entities/spec.d.ts.map +0 -1
  327. package/types/schema/entities/specType.d.ts +0 -6
  328. package/types/schema/entities/specType.d.ts.map +0 -1
  329. package/types/schema/entities/specTypeChoice.d.ts +0 -7
  330. package/types/schema/entities/specTypeChoice.d.ts.map +0 -1
  331. package/types/schema/entities/storePage.d.ts +0 -8
  332. package/types/schema/entities/storePage.d.ts.map +0 -1
  333. package/types/schema/entities/storePageQueueGroup.d.ts +0 -6
  334. package/types/schema/entities/storePageQueueGroup.d.ts.map +0 -1
  335. package/types/schema/entities/user.d.ts +0 -5
  336. package/types/schema/entities/user.d.ts.map +0 -1
  337. package/types/schema/mutations/createBrand.d.ts +0 -9
  338. package/types/schema/mutations/createBrand.d.ts.map +0 -1
  339. package/types/schema/mutations/createCategory.d.ts +0 -9
  340. package/types/schema/mutations/createCategory.d.ts.map +0 -1
  341. package/types/schema/mutations/createProductConfiguration.d.ts +0 -10
  342. package/types/schema/mutations/createProductConfiguration.d.ts.map +0 -1
  343. package/types/schema/mutations/createProductFamily.d.ts +0 -10
  344. package/types/schema/mutations/createProductFamily.d.ts.map +0 -1
  345. package/types/schema/mutations/createProductGeneration.d.ts +0 -10
  346. package/types/schema/mutations/createProductGeneration.d.ts.map +0 -1
  347. package/types/schema/mutations/createProductType.d.ts +0 -10
  348. package/types/schema/mutations/createProductType.d.ts.map +0 -1
  349. package/types/schema/mutations/createUser.d.ts +0 -10
  350. package/types/schema/mutations/createUser.d.ts.map +0 -1
  351. package/types/schema/mutations/storePageQueueClaimById.d.ts +0 -17
  352. package/types/schema/mutations/storePageQueueClaimById.d.ts.map +0 -1
  353. package/types/schema/mutations/storePageQueueClaimNext.d.ts +0 -15
  354. package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +0 -1
  355. package/types/schema/mutations/storePageQueueHandle.d.ts +0 -15
  356. package/types/schema/mutations/storePageQueueHandle.d.ts.map +0 -1
  357. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +0 -15
  358. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +0 -1
  359. package/types/schema/mutations/updateAlias.d.ts +0 -8
  360. package/types/schema/mutations/updateAlias.d.ts.map +0 -1
  361. package/types/schema/mutations/updateBrand.d.ts +0 -8
  362. package/types/schema/mutations/updateBrand.d.ts.map +0 -1
  363. package/types/schema/mutations/updateCategory.d.ts +0 -10
  364. package/types/schema/mutations/updateCategory.d.ts.map +0 -1
  365. package/types/schema/mutations/updateOffer.d.ts +0 -8
  366. package/types/schema/mutations/updateOffer.d.ts.map +0 -1
  367. package/types/schema/mutations/updateProductConfiguration.d.ts +0 -8
  368. package/types/schema/mutations/updateProductConfiguration.d.ts.map +0 -1
  369. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +0 -8
  370. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +0 -1
  371. package/types/schema/mutations/updateProductFamily.d.ts +0 -8
  372. package/types/schema/mutations/updateProductFamily.d.ts.map +0 -1
  373. package/types/schema/mutations/updateProductFamilyBrand.d.ts +0 -8
  374. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +0 -1
  375. package/types/schema/mutations/updateProductGeneration.d.ts +0 -8
  376. package/types/schema/mutations/updateProductGeneration.d.ts.map +0 -1
  377. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +0 -8
  378. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +0 -1
  379. package/types/schema/mutations/updateProductType.d.ts +0 -8
  380. package/types/schema/mutations/updateProductType.d.ts.map +0 -1
  381. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +0 -8
  382. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +0 -1
  383. package/types/schema/mutations/updateSource.d.ts +0 -10
  384. package/types/schema/mutations/updateSource.d.ts.map +0 -1
  385. package/types/schema/mutations/updateStorePage.d.ts +0 -8
  386. package/types/schema/mutations/updateStorePage.d.ts.map +0 -1
  387. package/types/schema/queries/aliasIdListBySomeId.d.ts +0 -7
  388. package/types/schema/queries/aliasIdListBySomeId.d.ts.map +0 -1
  389. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +0 -7
  390. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +0 -1
  391. package/types/schema/queries/baseScore.d.ts +0 -9
  392. package/types/schema/queries/baseScore.d.ts.map +0 -1
  393. package/types/schema/queries/baseScoreRatingIdList.d.ts +0 -8
  394. package/types/schema/queries/baseScoreRatingIdList.d.ts.map +0 -1
  395. package/types/schema/queries/baseScoresByCategoryId.d.ts +0 -12
  396. package/types/schema/queries/baseScoresByCategoryId.d.ts.map +0 -1
  397. package/types/schema/queries/bestInClass.d.ts +0 -20
  398. package/types/schema/queries/bestInClass.d.ts.map +0 -1
  399. package/types/schema/queries/brandIdBySomeId.d.ts +0 -6
  400. package/types/schema/queries/brandIdBySomeId.d.ts.map +0 -1
  401. package/types/schema/queries/brandIdList.d.ts +0 -9
  402. package/types/schema/queries/brandIdList.d.ts.map +0 -1
  403. package/types/schema/queries/brandIdListBySearch.d.ts +0 -7
  404. package/types/schema/queries/brandIdListBySearch.d.ts.map +0 -1
  405. package/types/schema/queries/categoryDisplayMode.d.ts +0 -11
  406. package/types/schema/queries/categoryDisplayMode.d.ts.map +0 -1
  407. package/types/schema/queries/categoryIdByUrlSlug.d.ts +0 -6
  408. package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +0 -1
  409. package/types/schema/queries/categoryIdList.d.ts +0 -9
  410. package/types/schema/queries/categoryIdList.d.ts.map +0 -1
  411. package/types/schema/queries/categoryIdListBySomeId.d.ts +0 -11
  412. package/types/schema/queries/categoryIdListBySomeId.d.ts.map +0 -1
  413. package/types/schema/queries/categoryIdListBySourceId.d.ts +0 -7
  414. package/types/schema/queries/categoryIdListBySourceId.d.ts.map +0 -1
  415. package/types/schema/queries/categoryModifierSearchList.d.ts +0 -22
  416. package/types/schema/queries/categoryModifierSearchList.d.ts.map +0 -1
  417. package/types/schema/queries/categoryRankings.d.ts +0 -14
  418. package/types/schema/queries/categoryRankings.d.ts.map +0 -1
  419. package/types/schema/queries/categorySearchList.d.ts +0 -17
  420. package/types/schema/queries/categorySearchList.d.ts.map +0 -1
  421. package/types/schema/queries/categoryStatusList.d.ts +0 -10
  422. package/types/schema/queries/categoryStatusList.d.ts.map +0 -1
  423. package/types/schema/queries/crawlIdList.d.ts +0 -12
  424. package/types/schema/queries/crawlIdList.d.ts.map +0 -1
  425. package/types/schema/queries/crawlIdListByUrl.d.ts +0 -7
  426. package/types/schema/queries/crawlIdListByUrl.d.ts.map +0 -1
  427. package/types/schema/queries/descriptionMarkdown.d.ts +0 -6
  428. package/types/schema/queries/descriptionMarkdown.d.ts.map +0 -1
  429. package/types/schema/queries/entityType.d.ts +0 -55
  430. package/types/schema/queries/entityType.d.ts.map +0 -1
  431. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +0 -7
  432. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +0 -1
  433. package/types/schema/queries/inputLayerVersion.d.ts +0 -6
  434. package/types/schema/queries/inputLayerVersion.d.ts.map +0 -1
  435. package/types/schema/queries/latestRatingIdList.d.ts +0 -7
  436. package/types/schema/queries/latestRatingIdList.d.ts.map +0 -1
  437. package/types/schema/queries/latestRatingIdListBySomeId.d.ts +0 -7
  438. package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +0 -1
  439. package/types/schema/queries/mediaIdListBySomeId.d.ts +0 -7
  440. package/types/schema/queries/mediaIdListBySomeId.d.ts.map +0 -1
  441. package/types/schema/queries/mlCategoryDisplayMode.d.ts +0 -9
  442. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +0 -1
  443. package/types/schema/queries/noteMarkdown.d.ts +0 -6
  444. package/types/schema/queries/noteMarkdown.d.ts.map +0 -1
  445. package/types/schema/queries/offerIdListByStorePageId.d.ts +0 -13
  446. package/types/schema/queries/offerIdListByStorePageId.d.ts.map +0 -1
  447. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +0 -7
  448. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +0 -1
  449. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +0 -7
  450. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +0 -1
  451. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +0 -7
  452. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +0 -1
  453. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +0 -7
  454. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +0 -1
  455. package/types/schema/queries/preferredStorePageList.d.ts +0 -12
  456. package/types/schema/queries/preferredStorePageList.d.ts.map +0 -1
  457. package/types/schema/queries/priceHistoryLookup.d.ts +0 -17
  458. package/types/schema/queries/priceHistoryLookup.d.ts.map +0 -1
  459. package/types/schema/queries/pricePointCompetitors.d.ts +0 -17
  460. package/types/schema/queries/pricePointCompetitors.d.ts.map +0 -1
  461. package/types/schema/queries/priceRangeByCategoryId.d.ts +0 -11
  462. package/types/schema/queries/priceRangeByCategoryId.d.ts.map +0 -1
  463. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +0 -7
  464. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +0 -1
  465. package/types/schema/queries/productDealList.d.ts +0 -14
  466. package/types/schema/queries/productDealList.d.ts.map +0 -1
  467. package/types/schema/queries/productDocumentByStoreUrl.d.ts +0 -8
  468. package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +0 -1
  469. package/types/schema/queries/productFamilyIdBySomeId.d.ts +0 -6
  470. package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +0 -1
  471. package/types/schema/queries/productFamilyIdListBySomeId.d.ts +0 -7
  472. package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +0 -1
  473. package/types/schema/queries/productGenerationIdBySomeId.d.ts +0 -6
  474. package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +0 -1
  475. package/types/schema/queries/productGenerationIdListBySomeId.d.ts +0 -7
  476. package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +0 -1
  477. package/types/schema/queries/productListSort.d.ts +0 -10
  478. package/types/schema/queries/productListSort.d.ts.map +0 -1
  479. package/types/schema/queries/productPricePointList.d.ts +0 -14
  480. package/types/schema/queries/productPricePointList.d.ts.map +0 -1
  481. package/types/schema/queries/productSearchList.d.ts +0 -40
  482. package/types/schema/queries/productSearchList.d.ts.map +0 -1
  483. package/types/schema/queries/productTypeIdBySomeId.d.ts +0 -6
  484. package/types/schema/queries/productTypeIdBySomeId.d.ts.map +0 -1
  485. package/types/schema/queries/productTypeIdByStoreUrl.d.ts +0 -7
  486. package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +0 -1
  487. package/types/schema/queries/productTypeIdListByCategoryId.d.ts +0 -11
  488. package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +0 -1
  489. package/types/schema/queries/productTypeIdListByModifiers.d.ts +0 -8
  490. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +0 -1
  491. package/types/schema/queries/productTypeIdListBySomeId.d.ts +0 -7
  492. package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +0 -1
  493. package/types/schema/queries/saleMetrics.d.ts +0 -9
  494. package/types/schema/queries/saleMetrics.d.ts.map +0 -1
  495. package/types/schema/queries/sectionDataByCrawlId.d.ts +0 -20
  496. package/types/schema/queries/sectionDataByCrawlId.d.ts.map +0 -1
  497. package/types/schema/queries/sourceIdList.d.ts +0 -5
  498. package/types/schema/queries/sourceIdList.d.ts.map +0 -1
  499. package/types/schema/queries/specIdListBySomeId.d.ts +0 -7
  500. package/types/schema/queries/specIdListBySomeId.d.ts.map +0 -1
  501. package/types/schema/queries/specTypeIdList.d.ts +0 -13
  502. package/types/schema/queries/specTypeIdList.d.ts.map +0 -1
  503. package/types/schema/queries/specTypeValidValues.d.ts +0 -16
  504. package/types/schema/queries/specTypeValidValues.d.ts.map +0 -1
  505. package/types/schema/queries/specValueRangeListByCategoryId.d.ts +0 -37
  506. package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +0 -1
  507. package/types/schema/queries/stablePriceByProductId.d.ts +0 -7
  508. package/types/schema/queries/stablePriceByProductId.d.ts.map +0 -1
  509. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +0 -8
  510. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +0 -1
  511. package/types/schema/queries/stablePriceByStorePageId.d.ts +0 -7
  512. package/types/schema/queries/stablePriceByStorePageId.d.ts.map +0 -1
  513. package/types/schema/queries/storePageFetchData.d.ts +0 -13
  514. package/types/schema/queries/storePageFetchData.d.ts.map +0 -1
  515. package/types/schema/queries/storePageIdByUrl.d.ts +0 -7
  516. package/types/schema/queries/storePageIdByUrl.d.ts.map +0 -1
  517. package/types/schema/queries/storePageIdListBySomeId.d.ts +0 -7
  518. package/types/schema/queries/storePageIdListBySomeId.d.ts.map +0 -1
  519. package/types/schema/queries/storePageInfoBySku.d.ts +0 -20
  520. package/types/schema/queries/storePageInfoBySku.d.ts.map +0 -1
  521. package/types/schema/queries/storePageScrapeData.d.ts +0 -10
  522. package/types/schema/queries/storePageScrapeData.d.ts.map +0 -1
  523. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +0 -7
  524. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +0 -1
  525. package/types/schema/queries/subsetModifierDataByModifiers.d.ts +0 -13
  526. package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +0 -1
  527. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +0 -7
  528. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +0 -1
  529. package/types/schema/queries/unstableSourceTrust.d.ts +0 -10
  530. package/types/schema/queries/unstableSourceTrust.d.ts.map +0 -1
  531. package/types/schema/queries/userIdList.d.ts +0 -5
  532. package/types/schema/queries/userIdList.d.ts.map +0 -1
  533. package/types/schema/queries/userPermissionsByUserId.d.ts +0 -8
  534. package/types/schema/queries/userPermissionsByUserId.d.ts.map +0 -1
  535. package/types/schema/queries/userRestictedData.d.ts +0 -11
  536. package/types/schema/queries/userRestictedData.d.ts.map +0 -1
  537. package/types/schema/queries/whoAmI.d.ts +0 -6
  538. package/types/schema/queries/whoAmI.d.ts.map +0 -1
@@ -0,0 +1,15 @@
1
+ import { AnyCurrency, MoneyAmount, Timestamp, Url } from "../builtins";
2
+ export interface RetailPagePriceHistoryQuery {
3
+ url: Url;
4
+ type: PriceType;
5
+ }
6
+ export interface RetailPagePriceHistoryResponse {
7
+ retailer: string;
8
+ sku: string;
9
+ type: PriceType;
10
+ currency: AnyCurrency;
11
+ prices: [Timestamp, MoneyAmount | null][];
12
+ }
13
+ declare type PriceType = "list" | "buy" | "new" | "used" | "refurbished";
14
+ export {};
15
+ //# sourceMappingURL=retailPagePriceHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retailPagePriceHistory.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/retailPagePriceHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAyB;AAE5E,MAAM,WAAW,2BAA2B;IAC1C,GAAG,EAAE,GAAG,CAAA;IACR,IAAI,EAAE,SAAS,CAAA;CAChB;AAED,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,MAAM,CAAA;IAChB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,SAAS,CAAA;IACf,QAAQ,EAAE,WAAW,CAAA;IAGrB,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,GAAG,IAAI,CAAC,EAAE,CAAA;CAC1C;AAOD,aAAK,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,aAAa,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { Money, Url } from "../builtins";
2
+ export interface RetailPagePricingQuery {
3
+ url: Url;
4
+ }
5
+ export interface RetailPagePricingResponse {
6
+ currentPrice: Money;
7
+ stablePrice: Money;
8
+ saleStatus: "sale" | "antisale" | null;
9
+ }
10
+ //# sourceMappingURL=retailPagePricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retailPagePricing.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/retailPagePricing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,oBAAyB;AAE9C,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,GAAG,CAAA;CACT;AAED,MAAM,WAAW,yBAAyB;IACxC,YAAY,EAAE,KAAK,CAAA;IACnB,WAAW,EAAE,KAAK,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAAA;CACvC"}
@@ -0,0 +1,54 @@
1
+ import { Attribute, ListQuery, ListResponse, Money, SearchDocument } from "../builtins";
2
+ export interface SearchListQuery extends ListQuery<Filters> {
3
+ search: string;
4
+ isStrict?: boolean;
5
+ platform?: "web" | "mobile";
6
+ source?: "app" | "extension";
7
+ contextUrl?: URL;
8
+ }
9
+ interface Filters {
10
+ minPrice?: Money;
11
+ maxPrice?: Money;
12
+ attributes?: Attribute[];
13
+ brands?: string[];
14
+ categories?: string[];
15
+ page?: number;
16
+ pageSize?: number;
17
+ }
18
+ interface SearchListResponseBase {
19
+ budgetInfo: {
20
+ min: Money;
21
+ max: Money;
22
+ pricePoints: PricePoint[];
23
+ recommendedPrices: Money[];
24
+ } | null;
25
+ attributes: Attribute[];
26
+ brands: string[];
27
+ categories: string[];
28
+ hitCount: number;
29
+ isExact: boolean;
30
+ intents: SearchIntent[];
31
+ }
32
+ interface SearchListResponseList extends ListResponse<SearchDocument>, SearchListResponseBase {
33
+ kind: "list";
34
+ }
35
+ interface SearchListResponseGroup extends ListResponse<DocumentGrouping>, SearchListResponseBase {
36
+ kind: "group";
37
+ }
38
+ export declare type SearchListResponse = SearchListResponseList | SearchListResponseGroup;
39
+ interface PricePoint {
40
+ price: Money;
41
+ count: number;
42
+ }
43
+ declare type SearchIntent = "category" | "brand";
44
+ interface DocumentGroupingBase {
45
+ kind: string;
46
+ hits: SearchDocument[];
47
+ }
48
+ interface DocumentGroupingBrand extends DocumentGroupingBase {
49
+ kind: "brand";
50
+ name: string;
51
+ }
52
+ declare type DocumentGrouping = DocumentGroupingBrand;
53
+ export {};
54
+ //# sourceMappingURL=searchList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/searchList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEvF,MAAM,WAAW,eAAgB,SAAQ,SAAS,CAAC,OAAO,CAAC;IACzD,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC3B,MAAM,CAAC,EAAE,KAAK,GAAG,WAAW,CAAA;IAC5B,UAAU,CAAC,EAAE,GAAG,CAAA;CACjB;AAED,UAAU,OAAO;IACf,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,sBAAsB;IAC9B,UAAU,EAAE;QACV,GAAG,EAAE,KAAK,CAAA;QACV,GAAG,EAAE,KAAK,CAAA;QACV,WAAW,EAAE,UAAU,EAAE,CAAA;QACzB,iBAAiB,EAAE,KAAK,EAAE,CAAA;KAC3B,GAAG,IAAI,CAAA;IACR,UAAU,EAAE,SAAS,EAAE,CAAA;IACvB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,OAAO,CAAA;IAChB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB;AAED,UAAU,sBAAuB,SAAQ,YAAY,CAAC,cAAc,CAAC,EAAE,sBAAsB;IAC3F,IAAI,EAAE,MAAM,CAAA;CACb;AAED,UAAU,uBAAwB,SAAQ,YAAY,CAAC,gBAAgB,CAAC,EAAE,sBAAsB;IAC9F,IAAI,EAAE,OAAO,CAAA;CACd;AAED,oBAAY,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAA;AAEjF,UAAU,UAAU;IAClB,KAAK,EAAE,KAAK,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AAED,aAAK,YAAY,GAAG,UAAU,GAAG,OAAO,CAAA;AAExC,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,cAAc,EAAE,CAAA;CACvB;AAED,UAAU,qBAAsB,SAAQ,oBAAoB;IAC1D,IAAI,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb;AAED,aAAK,gBAAgB,GAAG,qBAAqB,CAAA"}
@@ -1,77 +1,11 @@
1
1
  export type { AffiliateUrlQuery } from "./queries/affiliateUrl";
2
2
  export type { AnalyticsTrackQuery } from "./queries/analyticsTrack";
3
- export type { AppliedCategoryIdListBySomeIdQuery } from "./queries/appliedCategoryIdListBySomeId";
4
- export type { BaseScoreQuery } from "./queries/baseScore";
5
- export type { BaseScoreRatingIdListQuery } from "./queries/baseScoreRatingIdList";
6
- export type { BaseScoresByCategoryIdQuery } from "./queries/baseScoresByCategoryId";
7
- export type { BestInClassQuery } from "./queries/bestInClass";
8
- export type { BrandIdBySomeIdQuery } from "./queries/brandIdBySomeId";
9
- export type { BrandIdListQuery } from "./queries/brandIdList";
10
- export type { CategoryDisplayModeQuery } from "./queries/categoryDisplayMode";
11
- export type { CategoryIdByUrlSlugQuery } from "./queries/categoryIdByUrlSlug";
12
- export type { CategoryIdListBySomeIdQuery } from "./queries/categoryIdListBySomeId";
13
- export type { CategoryIdListBySourceIdQuery } from "./queries/categoryIdListBySourceId";
14
- export type { CategoryIdListQuery } from "./queries/categoryIdList";
15
- export type { CategoryRankingsQuery } from "./queries/categoryRankings";
16
- export type { CategorySearchListQuery } from "./queries/categorySearchList";
17
- export type { CategoryStatusListQuery } from "./queries/categoryStatusList";
18
- export type { CrawlIdListByUrlQuery } from "./queries/crawlIdListByUrl";
19
- export type { CrawlIdListQuery } from "./queries/crawlIdList";
20
- export type { DescriptionMarkdownQuery } from "./queries/descriptionMarkdown";
21
- export type { EntityTypeQuery } from "./queries/entityType";
22
- export type { FallbackPriceByProductTypeIdQuery } from "./queries/fallbackPriceByProductTypeId";
23
- export type { InputLayerVersionQuery } from "./queries/inputLayerVersion";
24
- export type { LatestRatingIdListQuery } from "./queries/latestRatingIdList";
25
- export type { LatestRatingIdListBySomeIdQuery } from "./queries/latestRatingIdListBySomeId";
26
- export type { MediaIdListBySomeIdQuery } from "./queries/mediaIdListBySomeId";
27
- export type { CategoryModifierSearchListQuery } from "./queries/categoryModifierSearchList";
28
- export type { NoteMarkdownQuery } from "./queries/noteMarkdown";
29
- export type { OfferIdListByStorePageIdQuery } from "./queries/offerIdListByStorePageId";
30
- export type { PossibleAliasIdListBySomeIdQuery } from "./queries/possibleAliasIdListBySomeId";
31
- export type { PossibleStorePageIdListBySomeIdQuery } from "./queries/possibleStorePageIdListBySomeId";
32
- export type { PreferredCategoryIdListByProductIdQuery } from "./queries/preferredCategoryIdListByProductId";
33
- export type { PreferredLatestRatingIdListBySomeIdQuery } from "./queries/preferredLatestRatingIdListBySomeId";
34
- export type { PreferredStorePageListQuery } from "./queries/preferredStorePageList";
35
- export type { PriceHistoryLookupQuery } from "./queries/priceHistoryLookup";
36
- export type { PricePointCompetitorsQuery } from "./queries/pricePointCompetitors";
37
- export type { PriceRangeByCategoryIdQuery } from "./queries/priceRangeByCategoryId";
38
- export type { ProductConfigurationIdListBySomeIdQuery } from "./queries/productConfigurationIdListBySomeId";
39
- export type { ProductDealListQuery } from "./queries/productDealList";
40
- export type { ProductDocumentByStoreUrlQuery } from "./queries/productDocumentByStoreUrl";
3
+ export type { ProductDocumentsByRetailPageUrlsQuery } from "./queries/productDocumentsByRetailPageUrls";
41
4
  export type { ProductDocumentsByProductIdsQuery } from "./queries/productDocumentsByProductIds";
42
- export type { ProductFamilyIdBySomeIdQuery } from "./queries/productFamilyIdBySomeId";
43
- export type { ProductFamilyIdListBySomeIdQuery } from "./queries/productFamilyIdListBySomeId";
44
- export type { ProductGenerationIdBySomeIdQuery } from "./queries/productGenerationIdBySomeId";
45
- export type { ProductGenerationIdListBySomeIdQuery } from "./queries/productGenerationIdListBySomeId";
46
- export type { ProductListSortQuery } from "./queries/productListSort";
47
- export type { ProductPricePointListQuery } from "./queries/productPricePointList";
48
- export type { ProductSearchListQuery } from "./queries/productSearchList";
49
- export type { ProductTypeIdBySomeIdQuery } from "./queries/productTypeIdBySomeId";
50
- export type { ProductTypeIdByStoreUrlQuery } from "./queries/productTypeIdByStoreUrl";
51
- export type { ProductTypeIdListByCategoryIdQuery } from "./queries/productTypeIdListByCategoryId";
52
- export type { ProductTypeIdListByModifiersQuery } from "./queries/productTypeIdListByModifiers";
53
- export type { ProductTypeIdListBySomeIdQuery } from "./queries/productTypeIdListBySomeId";
54
- export type { SaleMetricsQuery } from "./queries/saleMetrics";
5
+ export type { SearchListQuery } from "./queries/searchList";
55
6
  export type { SearchSuggestionListQuery } from "./queries/searchSuggestionList";
56
- export type { SectionDataByCrawlIdQuery } from "./queries/sectionDataByCrawlId";
57
- export type { SourceIdListQuery } from "./queries/sourceIdList";
58
- export type { SpecIdListBySomeIdQuery } from "./queries/specIdListBySomeId";
59
- export type { SpecTypeIdListQuery } from "./queries/specTypeIdList";
60
- export type { SpecTypeValidValuesQuery } from "./queries/specTypeValidValues";
61
- export type { SpecValueRangeListByCategoryIdQuery } from "./queries/specValueRangeListByCategoryId";
62
- export type { StablePriceByProductIdAndStoreNameQuery } from "./queries/stablePriceByProductIdAndStoreName";
63
- export type { StablePriceByProductIdQuery } from "./queries/stablePriceByProductId";
64
- export type { StablePriceByStorePageIdQuery } from "./queries/stablePriceByStorePageId";
65
- export type { StorePageFetchDataQuery } from "./queries/storePageFetchData";
66
- export type { StorePageIdByUrlQuery } from "./queries/storePageIdByUrl";
67
- export type { StorePageIdListBySomeIdQuery } from "./queries/storePageIdListBySomeId";
68
- export type { StorePageInfoBySkuQuery } from "./queries/storePageInfoBySku";
69
- export type { StorePageScrapeDataQuery } from "./queries/storePageScrapeData";
70
- export type { SubCategoryIdListByCategoryIdQuery } from "./queries/subCategoryIdListByCategoryId";
71
- export type { SubsetModifierDataByModifiersQuery } from "./queries/subsetModifierDataByModifiers";
7
+ export type { RetailPageInfoQuery } from "./queries/retailPageInfo";
8
+ export type { RetailPagePriceHistoryQuery } from "./queries/retailPagePriceHistory";
9
+ export type { RetailPagePricingQuery } from "./queries/retailPagePricing";
72
10
  export type { TopProductDocumentListQuery } from "./queries/topProductDocumentList";
73
- export type { UnstableMediaIdListByCategoryIdQuery } from "./queries/unstableMediaIdListByCategoryId";
74
- export type { UnstableSourceTrustQuery } from "./queries/unstableSourceTrust";
75
- export type { UserIdListQuery } from "./queries/userIdList";
76
- export type { UserPermissionsByUserIdQuery } from "./queries/userPermissionsByUserId";
77
11
  //# sourceMappingURL=queries.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../src/schema/queries.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../src/schema/queries.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,YAAY,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAA;AACvG,YAAY,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAA;AAC/F,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,YAAY,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAC/E,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,YAAY,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AACnF,YAAY,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AACzE,YAAY,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA"}
@@ -1,77 +1,11 @@
1
1
  export type { AffiliateUrlResponse } from "./queries/affiliateUrl";
2
2
  export type { AnalyticsTrackResponse } from "./queries/analyticsTrack";
3
- export type { AppliedCategoryIdListBySomeIdResponse } from "./queries/appliedCategoryIdListBySomeId";
4
- export type { BaseScoreRatingIdListResponse } from "./queries/baseScoreRatingIdList";
5
- export type { BaseScoreResponse } from "./queries/baseScore";
6
- export type { BaseScoresByCategoryIdResponse } from "./queries/baseScoresByCategoryId";
7
- export type { BestInClassResponse } from "./queries/bestInClass";
8
- export type { BrandIdBySomeIdResponse } from "./queries/brandIdBySomeId";
9
- export type { BrandIdListResponse } from "./queries/brandIdList";
10
- export type { CategoryDisplayModeResponse } from "./queries/categoryDisplayMode";
11
- export type { CategoryIdByUrlSlugResponse } from "./queries/categoryIdByUrlSlug";
12
- export type { CategoryIdListBySomeIdResponse } from "./queries/categoryIdListBySomeId";
13
- export type { CategoryIdListBySourceIdResponse } from "./queries/categoryIdListBySourceId";
14
- export type { CategoryIdListResponse } from "./queries/categoryIdList";
15
- export type { CategoryRankingsResponse } from "./queries/categoryRankings";
16
- export type { CategorySearchListResponse } from "./queries/categorySearchList";
17
- export type { CategoryStatusListResponse } from "./queries/categoryStatusList";
18
- export type { CrawlIdListByUrlResponse } from "./queries/crawlIdListByUrl";
19
- export type { CrawlIdListResponse } from "./queries/crawlIdList";
20
- export type { DescriptionMarkdownResponse } from "./queries/descriptionMarkdown";
21
- export type { EntityTypeResponse } from "./queries/entityType";
22
- export type { FallbackPriceByProductTypeIdResponse } from "./queries/fallbackPriceByProductTypeId";
23
- export type { InputLayerVersionResponse } from "./queries/inputLayerVersion";
24
- export type { LatestRatingIdListResponse } from "./queries/latestRatingIdList";
25
- export type { LatestRatingIdListBySomeIdResponse } from "./queries/latestRatingIdListBySomeId";
26
- export type { MediaIdListBySomeIdResponse } from "./queries/mediaIdListBySomeId";
27
- export type { CategoryModifierSearchListResponse } from "./queries/categoryModifierSearchList";
28
- export type { NoteMarkdownResponse } from "./queries/noteMarkdown";
29
- export type { OfferIdListByStorePageIdResponse } from "./queries/offerIdListByStorePageId";
30
- export type { PossibleAliasIdListBySomeIdResponse } from "./queries/possibleAliasIdListBySomeId";
31
- export type { PossibleStorePageIdListBySomeIdResponse } from "./queries/possibleStorePageIdListBySomeId";
32
- export type { PreferredCategoryIdListByProductIdResponse } from "./queries/preferredCategoryIdListByProductId";
33
- export type { PreferredLatestRatingIdListBySomeIdResponse } from "./queries/preferredLatestRatingIdListBySomeId";
34
- export type { PreferredStorePageListResponse } from "./queries/preferredStorePageList";
35
- export type { PriceHistoryLookupResponse } from "./queries/priceHistoryLookup";
36
- export type { PricePointCompetitorsResponse } from "./queries/pricePointCompetitors";
37
- export type { PriceRangeByCategoryIdResponse } from "./queries/priceRangeByCategoryId";
38
- export type { ProductConfigurationIdListBySomeIdResponse } from "./queries/productConfigurationIdListBySomeId";
39
- export type { ProductDealListResponse } from "./queries/productDealList";
40
- export type { ProductDocumentByStoreUrlResponse } from "./queries/productDocumentByStoreUrl";
3
+ export type { ProductDocumentsByRetailPageUrlsResponse } from "./queries/productDocumentsByRetailPageUrls";
41
4
  export type { ProductDocumentsByProductIdsResponse } from "./queries/productDocumentsByProductIds";
42
- export type { ProductFamilyIdBySomeIdResponse } from "./queries/productFamilyIdBySomeId";
43
- export type { ProductFamilyIdListBySomeIdResponse } from "./queries/productFamilyIdListBySomeId";
44
- export type { ProductGenerationIdBySomeIdResponse } from "./queries/productGenerationIdBySomeId";
45
- export type { ProductGenerationIdListBySomeIdResponse } from "./queries/productGenerationIdListBySomeId";
46
- export type { ProductListSortResponse } from "./queries/productListSort";
47
- export type { ProductPricePointListResponse } from "./queries/productPricePointList";
48
- export type { ProductSearchListResponse } from "./queries/productSearchList";
49
- export type { ProductTypeIdBySomeIdResponse } from "./queries/productTypeIdBySomeId";
50
- export type { ProductTypeIdByStoreUrlResponse } from "./queries/productTypeIdByStoreUrl";
51
- export type { ProductTypeIdListByCategoryIdResponse } from "./queries/productTypeIdListByCategoryId";
52
- export type { ProductTypeIdListByModifiersResponse } from "./queries/productTypeIdListByModifiers";
53
- export type { ProductTypeIdListBySomeIdResponse } from "./queries/productTypeIdListBySomeId";
54
- export type { SaleMetricsResponse } from "./queries/saleMetrics";
5
+ export type { SearchListResponse } from "./queries/searchList";
55
6
  export type { SearchSuggestionListResponse } from "./queries/searchSuggestionList";
56
- export type { SectionDataByCrawlIdResponse } from "./queries/sectionDataByCrawlId";
57
- export type { SourceIdListResponse } from "./queries/sourceIdList";
58
- export type { SpecIdListBySomeIdResponse } from "./queries/specIdListBySomeId";
59
- export type { SpecTypeIdListResponse } from "./queries/specTypeIdList";
60
- export type { SpecTypeValidValuesResponse } from "./queries/specTypeValidValues";
61
- export type { SpecValueRangeListByCategoryIdResponse } from "./queries/specValueRangeListByCategoryId";
62
- export type { StablePriceByProductIdAndStoreNameResponse } from "./queries/stablePriceByProductIdAndStoreName";
63
- export type { StablePriceByProductIdResponse } from "./queries/stablePriceByProductId";
64
- export type { StablePriceByStorePageIdResponse } from "./queries/stablePriceByStorePageId";
65
- export type { StorePageFetchDataResponse } from "./queries/storePageFetchData";
66
- export type { StorePageIdByUrlResponse } from "./queries/storePageIdByUrl";
67
- export type { StorePageIdListBySomeIdResponse } from "./queries/storePageIdListBySomeId";
68
- export type { StorePageInfoBySkuResponse } from "./queries/storePageInfoBySku";
69
- export type { StorePageScrapeDataResponse } from "./queries/storePageScrapeData";
70
- export type { SubCategoryIdListByCategoryIdResponse } from "./queries/subCategoryIdListByCategoryId";
71
- export type { SubsetModifierDataByModifiersResponse } from "./queries/subsetModifierDataByModifiers";
7
+ export type { RetailPagePriceHistoryResponse } from "./queries/retailPagePriceHistory";
8
+ export type { RetailPageInfoResponse } from "./queries/retailPageInfo";
9
+ export type { RetailPagePricingResponse } from "./queries/retailPagePricing";
72
10
  export type { TopProductDocumentListResponse } from "./queries/topProductDocumentList";
73
- export type { UnstableMediaIdListByCategoryIdResponse } from "./queries/unstableMediaIdListByCategoryId";
74
- export type { UnstableSourceTrustResponse } from "./queries/unstableSourceTrust";
75
- export type { UserIdListResponse } from "./queries/userIdList";
76
- export type { UserPermissionsByUserIdResponse } from "./queries/userPermissionsByUserId";
77
11
  //# sourceMappingURL=responses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAA;AACpG,YAAY,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AACpF,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAC5D,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACxE,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAA;AAC1F,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,YAAY,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAClG,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAA;AAC9F,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAA;AAC9F,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAA;AAC1F,YAAY,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA;AAChG,YAAY,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAA;AACxG,YAAY,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAA;AAC9G,YAAY,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAA;AAChH,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AACpF,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAA;AAC9G,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACxE,YAAY,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAA;AAC5F,YAAY,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAClG,YAAY,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AACxF,YAAY,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA;AAChG,YAAY,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA;AAChG,YAAY,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAA;AACxG,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACxE,YAAY,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AACpF,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,YAAY,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AACpF,YAAY,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AACxF,YAAY,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAA;AACpG,YAAY,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAClG,YAAY,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAA;AAC5F,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,YAAY,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAClF,YAAY,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAClF,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAA;AACtG,YAAY,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAA;AAC9G,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAA;AAC1F,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,YAAY,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AACxF,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAC9E,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAA;AACpG,YAAY,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAA;AACpG,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAA;AACxG,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,YAAY,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA"}
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAA;AAC1G,YAAY,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAClG,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,YAAY,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAClF,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA"}
@@ -1,20 +1,6 @@
1
1
  declare const _default: import("redux").Reducer<import("redux").CombinedState<{
2
- alias: any;
3
- brand: any;
4
- category: any;
5
- crawl: any;
6
- media: any;
7
- productConfiguration: any;
8
- productFamily: any;
9
- productGeneration: any;
10
- productType: any;
11
- rating: any;
12
- source: any;
13
- spec: any;
14
- specType: any;
15
- specTypeChoice: any;
16
- storePage: any;
17
- user: any;
2
+ product: any;
3
+ variant: any;
18
4
  }>, {
19
5
  type: "response_arrived";
20
6
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAIA,wBAiBE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/entities/index.ts"],"names":[],"mappings":";;;;;;;;AAIA,wBAGE"}
@@ -7,100 +7,20 @@ export declare type Store = {
7
7
  };
8
8
  declare const store: import("redux").Store<import("redux").EmptyObject & {
9
9
  entities: import("redux").CombinedState<{
10
- alias: any;
11
- brand: any;
12
- category: any;
13
- crawl: any;
14
- media: any;
15
- productConfiguration: any;
16
- productFamily: any;
17
- productGeneration: any;
18
- productType: any;
19
- rating: any;
20
- source: any;
21
- spec: any;
22
- specType: any;
23
- specTypeChoice: any;
24
- storePage: any;
25
- user: any;
10
+ product: any;
11
+ variant: any;
26
12
  }>;
27
13
  responses: import("redux").CombinedState<{
28
14
  affiliateUrl: any;
29
15
  analyticsTrack: any;
30
- appliedCategoryIdListBySomeId: any;
31
- baseScore: any;
32
- baseScoreRatingIdList: any;
33
- baseScoresByCategoryId: any;
34
- bestInClass: any;
35
- brandIdBySomeId: any;
36
- brandIdList: any;
37
- categoryDisplayMode: any;
38
- categoryIdByUrlSlug: any;
39
- categoryIdList: any;
40
- categoryIdListBySomeId: any;
41
- categoryIdListBySourceId: any;
42
- categoryRankings: any;
43
- categorySearchList: any;
44
- categoryStatusList: any;
45
- crawlIdList: any;
46
- crawlIdListByUrl: any;
47
- descriptionMarkdown: any;
48
- entityType: any;
49
- fallbackPriceByProductTypeId: any;
50
- inputLayerVersion: any;
51
- latestRatingIdList: any;
52
- latestRatingIdListBySomeId: any;
53
- mediaIdListBySomeId: any;
54
- categoryModifierSearchList: any;
55
- noteMarkdown: any;
56
- offerIdListByStorePageId: any;
57
- possibleAliasIdListBySomeId: any;
58
- possibleStorePageIdListBySomeId: any;
59
- preferredCategoryIdListByProductId: any;
60
- preferredLatestRatingIdListBySomeId: any;
61
- preferredStorePageList: any;
62
- priceHistoryLookup: any;
63
- pricePointCompetitors: any;
64
- priceRangeByCategoryId: any;
65
- productConfigurationIdListBySomeId: any;
66
- productDealList: any;
67
- productDocumentByStoreUrl: any;
16
+ retailPagePriceHistory: any;
17
+ productDocumentsByRetailPageUrls: any;
68
18
  productDocumentsByProductIds: any;
69
- productFamilyIdBySomeId: any;
70
- productFamilyIdListBySomeId: any;
71
- productGenerationIdBySomeId: any;
72
- productGenerationIdListBySomeId: any;
73
- productListSort: any;
74
- productPricePointList: any;
75
- productSearchList: any;
76
- productTypeIdBySomeId: any;
77
- productTypeIdByStoreUrl: any;
78
- productTypeIdListByCategoryId: any;
79
- productTypeIdListByModifiers: any;
80
- productTypeIdListBySomeId: any;
81
- saleMetrics: any;
82
19
  searchSuggestionList: any;
83
- sectionDataByCrawlId: any;
84
- sourceIdList: any;
85
- specIdListBySomeId: any;
86
- specTypeIdList: any;
87
- specTypeValidValues: any;
88
- specValueRangeListByCategoryId: any;
89
- stablePriceByProductId: any;
90
- stablePriceByProductIdAndStoreName: any;
91
- stablePriceByStorePageId: any;
92
- storePageFetchData: any;
93
- storePageIdByUrl: any;
94
- storePageIdListBySomeId: any;
95
- storePageInfoBySku: any;
96
- storePageScrapeData: any;
97
- subCategoryIdListByCategoryId: any;
98
- subsetModifierDataByModifiers: any;
20
+ searchList: any;
21
+ retailPageInfo: any;
22
+ retailPagePricing: any;
99
23
  topProductDocumentList: any;
100
- unstableMediaIdListByCategoryId: any;
101
- unstableSourceTrust: any;
102
- userIdList: any;
103
- userPermissionsByUserId: any;
104
24
  }>;
105
25
  errors: never;
106
26
  }, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,kBAAgB;AAQhF,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,WAAW,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,SAAS,EAAE,YAAY,CAAA;IACvB,MAAM,EAAE,SAAS,CAAA;CAClB,CAAA;AAQD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAA;AAEnC,eAAe,KAAK,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,kBAAgB;AAQhF,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,WAAW,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,SAAS,EAAE,YAAY,CAAA;IACvB,MAAM,EAAE,SAAS,CAAA;CAClB,CAAA;AAQD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAA;AAEnC,eAAe,KAAK,CAAA"}
@@ -1,80 +1,14 @@
1
1
  declare const _default: import("redux").Reducer<import("redux").CombinedState<{
2
2
  affiliateUrl: any;
3
3
  analyticsTrack: any;
4
- appliedCategoryIdListBySomeId: any;
5
- baseScore: any;
6
- baseScoreRatingIdList: any;
7
- baseScoresByCategoryId: any;
8
- bestInClass: any;
9
- brandIdBySomeId: any;
10
- brandIdList: any;
11
- categoryDisplayMode: any;
12
- categoryIdByUrlSlug: any;
13
- categoryIdList: any;
14
- categoryIdListBySomeId: any;
15
- categoryIdListBySourceId: any;
16
- categoryRankings: any;
17
- categorySearchList: any;
18
- categoryStatusList: any;
19
- crawlIdList: any;
20
- crawlIdListByUrl: any;
21
- descriptionMarkdown: any;
22
- entityType: any;
23
- fallbackPriceByProductTypeId: any;
24
- inputLayerVersion: any;
25
- latestRatingIdList: any;
26
- latestRatingIdListBySomeId: any;
27
- mediaIdListBySomeId: any;
28
- categoryModifierSearchList: any;
29
- noteMarkdown: any;
30
- offerIdListByStorePageId: any;
31
- possibleAliasIdListBySomeId: any;
32
- possibleStorePageIdListBySomeId: any;
33
- preferredCategoryIdListByProductId: any;
34
- preferredLatestRatingIdListBySomeId: any;
35
- preferredStorePageList: any;
36
- priceHistoryLookup: any;
37
- pricePointCompetitors: any;
38
- priceRangeByCategoryId: any;
39
- productConfigurationIdListBySomeId: any;
40
- productDealList: any;
41
- productDocumentByStoreUrl: any;
4
+ retailPagePriceHistory: any;
5
+ productDocumentsByRetailPageUrls: any;
42
6
  productDocumentsByProductIds: any;
43
- productFamilyIdBySomeId: any;
44
- productFamilyIdListBySomeId: any;
45
- productGenerationIdBySomeId: any;
46
- productGenerationIdListBySomeId: any;
47
- productListSort: any;
48
- productPricePointList: any;
49
- productSearchList: any;
50
- productTypeIdBySomeId: any;
51
- productTypeIdByStoreUrl: any;
52
- productTypeIdListByCategoryId: any;
53
- productTypeIdListByModifiers: any;
54
- productTypeIdListBySomeId: any;
55
- saleMetrics: any;
56
7
  searchSuggestionList: any;
57
- sectionDataByCrawlId: any;
58
- sourceIdList: any;
59
- specIdListBySomeId: any;
60
- specTypeIdList: any;
61
- specTypeValidValues: any;
62
- specValueRangeListByCategoryId: any;
63
- stablePriceByProductId: any;
64
- stablePriceByProductIdAndStoreName: any;
65
- stablePriceByStorePageId: any;
66
- storePageFetchData: any;
67
- storePageIdByUrl: any;
68
- storePageIdListBySomeId: any;
69
- storePageInfoBySku: any;
70
- storePageScrapeData: any;
71
- subCategoryIdListByCategoryId: any;
72
- subsetModifierDataByModifiers: any;
8
+ searchList: any;
9
+ retailPageInfo: any;
10
+ retailPagePricing: any;
73
11
  topProductDocumentList: any;
74
- unstableMediaIdListByCategoryId: any;
75
- unstableSourceTrust: any;
76
- userIdList: any;
77
- userPermissionsByUserId: any;
78
12
  }>, {
79
13
  type: "response_arrived";
80
14
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBA6EE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,wBAWE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"alias.js","sourceRoot":"","sources":["../../../src/schema/entities/alias.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"brand.js","sourceRoot":"","sources":["../../../src/schema/entities/brand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"category.js","sourceRoot":"","sources":["../../../src/schema/entities/category.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"crawl.js","sourceRoot":"","sources":["../../../src/schema/entities/crawl.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"media.js","sourceRoot":"","sources":["../../../src/schema/entities/media.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=offer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offer.js","sourceRoot":"","sources":["../../../src/schema/entities/offer.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productConfiguration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productConfiguration.js","sourceRoot":"","sources":["../../../src/schema/entities/productConfiguration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productFamily.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productFamily.js","sourceRoot":"","sources":["../../../src/schema/entities/productFamily.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productGeneration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productGeneration.js","sourceRoot":"","sources":["../../../src/schema/entities/productGeneration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productType.js","sourceRoot":"","sources":["../../../src/schema/entities/productType.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=rating.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rating.js","sourceRoot":"","sources":["../../../src/schema/entities/rating.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=source.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../src/schema/entities/source.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spec.js","sourceRoot":"","sources":["../../../src/schema/entities/spec.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specType.js","sourceRoot":"","sources":["../../../src/schema/entities/specType.ts"],"names":[],"mappings":""}