@lustre/sdk 4.2.0-dev.1 → 4.3.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (559) hide show
  1. package/dist/api/fetchEntity.js +42 -0
  2. package/dist/api/fetchEntity.js.map +1 -0
  3. package/dist/schema/entities/alias.js +3 -0
  4. package/dist/schema/entities/alias.js.map +1 -0
  5. package/dist/schema/entities/brand.js +3 -0
  6. package/dist/schema/entities/brand.js.map +1 -0
  7. package/dist/schema/entities/category.js +3 -0
  8. package/dist/schema/entities/category.js.map +1 -0
  9. package/dist/schema/entities/crawl.js +3 -0
  10. package/dist/schema/entities/crawl.js.map +1 -0
  11. package/dist/schema/entities/index.js +34 -0
  12. package/dist/schema/entities/index.js.map +1 -0
  13. package/dist/schema/entities/media.js +3 -0
  14. package/dist/schema/entities/media.js.map +1 -0
  15. package/dist/schema/entities/offer.js +3 -0
  16. package/dist/schema/entities/offer.js.map +1 -0
  17. package/dist/schema/entities/productConfiguration.js +3 -0
  18. package/dist/schema/entities/productConfiguration.js.map +1 -0
  19. package/dist/schema/entities/productFamily.js +3 -0
  20. package/dist/schema/entities/productFamily.js.map +1 -0
  21. package/dist/schema/entities/productGeneration.js +3 -0
  22. package/dist/schema/entities/productGeneration.js.map +1 -0
  23. package/dist/schema/entities/productType.js +3 -0
  24. package/dist/schema/entities/productType.js.map +1 -0
  25. package/dist/schema/entities/rating.js +3 -0
  26. package/dist/schema/entities/rating.js.map +1 -0
  27. package/dist/schema/entities/source.js +3 -0
  28. package/dist/schema/entities/source.js.map +1 -0
  29. package/dist/schema/entities/spec.js +3 -0
  30. package/dist/schema/entities/spec.js.map +1 -0
  31. package/dist/schema/entities/specType.js +3 -0
  32. package/dist/schema/entities/specType.js.map +1 -0
  33. package/dist/schema/entities/specTypeChoice.js +3 -0
  34. package/dist/schema/entities/specTypeChoice.js.map +1 -0
  35. package/dist/schema/entities/storePage.js +3 -0
  36. package/dist/schema/entities/storePage.js.map +1 -0
  37. package/dist/schema/entities/storePageQueueGroup.js +3 -0
  38. package/dist/schema/entities/storePageQueueGroup.js.map +1 -0
  39. package/dist/schema/entities/user.js +3 -0
  40. package/dist/schema/entities/user.js.map +1 -0
  41. package/dist/schema/mutations/createBrand.js +3 -0
  42. package/dist/schema/mutations/createBrand.js.map +1 -0
  43. package/dist/schema/mutations/createCategory.js +3 -0
  44. package/dist/schema/mutations/createCategory.js.map +1 -0
  45. package/dist/schema/mutations/createProductConfiguration.js +3 -0
  46. package/dist/schema/mutations/createProductConfiguration.js.map +1 -0
  47. package/dist/schema/mutations/createProductFamily.js +3 -0
  48. package/dist/schema/mutations/createProductFamily.js.map +1 -0
  49. package/dist/schema/mutations/createProductGeneration.js +3 -0
  50. package/dist/schema/mutations/createProductGeneration.js.map +1 -0
  51. package/dist/schema/mutations/createProductType.js +3 -0
  52. package/dist/schema/mutations/createProductType.js.map +1 -0
  53. package/dist/schema/mutations/createUser.js +3 -0
  54. package/dist/schema/mutations/createUser.js.map +1 -0
  55. package/dist/schema/mutations/storePageQueueClaimById.js +3 -0
  56. package/dist/schema/mutations/storePageQueueClaimById.js.map +1 -0
  57. package/dist/schema/mutations/storePageQueueClaimNext.js +3 -0
  58. package/dist/schema/mutations/storePageQueueClaimNext.js.map +1 -0
  59. package/dist/schema/mutations/storePageQueueHandle.js +3 -0
  60. package/dist/schema/mutations/storePageQueueHandle.js.map +1 -0
  61. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +3 -0
  62. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +1 -0
  63. package/dist/schema/mutations/updateAlias.js +3 -0
  64. package/dist/schema/mutations/updateAlias.js.map +1 -0
  65. package/dist/schema/mutations/updateBrand.js +3 -0
  66. package/dist/schema/mutations/updateBrand.js.map +1 -0
  67. package/dist/schema/mutations/updateCategory.js +3 -0
  68. package/dist/schema/mutations/updateCategory.js.map +1 -0
  69. package/dist/schema/mutations/updateOffer.js +3 -0
  70. package/dist/schema/mutations/updateOffer.js.map +1 -0
  71. package/dist/schema/mutations/updateProductBookmark.js +3 -0
  72. package/dist/schema/mutations/updateProductBookmark.js.map +1 -0
  73. package/dist/schema/mutations/updateProductConfiguration.js +3 -0
  74. package/dist/schema/mutations/updateProductConfiguration.js.map +1 -0
  75. package/dist/schema/mutations/updateProductConfigurationProductType.js +3 -0
  76. package/dist/schema/mutations/updateProductConfigurationProductType.js.map +1 -0
  77. package/dist/schema/mutations/updateProductFamily.js +3 -0
  78. package/dist/schema/mutations/updateProductFamily.js.map +1 -0
  79. package/dist/schema/mutations/updateProductFamilyBrand.js +3 -0
  80. package/dist/schema/mutations/updateProductFamilyBrand.js.map +1 -0
  81. package/dist/schema/mutations/updateProductGeneration.js +3 -0
  82. package/dist/schema/mutations/updateProductGeneration.js.map +1 -0
  83. package/dist/schema/mutations/updateProductGenerationProductFamily.js +3 -0
  84. package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +1 -0
  85. package/dist/schema/mutations/updateProductType.js +3 -0
  86. package/dist/schema/mutations/updateProductType.js.map +1 -0
  87. package/dist/schema/mutations/updateProductTypeProductGeneration.js +3 -0
  88. package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +1 -0
  89. package/dist/schema/mutations/updateSource.js +3 -0
  90. package/dist/schema/mutations/updateSource.js.map +1 -0
  91. package/dist/schema/mutations/updateStorePage.js +3 -0
  92. package/dist/schema/mutations/updateStorePage.js.map +1 -0
  93. package/dist/schema/queries/affiliateUrl.js +3 -0
  94. package/dist/schema/queries/affiliateUrl.js.map +1 -0
  95. package/dist/schema/queries/aliasIdListBySomeId.js +3 -0
  96. package/dist/schema/queries/aliasIdListBySomeId.js.map +1 -0
  97. package/dist/schema/queries/appliedCategoryIdListBySomeId.js +3 -0
  98. package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +1 -0
  99. package/dist/schema/queries/baseScore.js +3 -0
  100. package/dist/schema/queries/baseScore.js.map +1 -0
  101. package/dist/schema/queries/baseScoreRatingIdList.js +3 -0
  102. package/dist/schema/queries/baseScoreRatingIdList.js.map +1 -0
  103. package/dist/schema/queries/baseScoresByCategoryId.js +3 -0
  104. package/dist/schema/queries/baseScoresByCategoryId.js.map +1 -0
  105. package/dist/schema/queries/bestInClass.js +3 -0
  106. package/dist/schema/queries/bestInClass.js.map +1 -0
  107. package/dist/schema/queries/brandAliasResolution.js +3 -0
  108. package/dist/schema/queries/brandAliasResolution.js.map +1 -0
  109. package/dist/schema/queries/brandCategoryRankings.js +3 -0
  110. package/dist/schema/queries/brandCategoryRankings.js.map +1 -0
  111. package/dist/schema/queries/brandIdBySomeId.js +3 -0
  112. package/dist/schema/queries/brandIdBySomeId.js.map +1 -0
  113. package/dist/schema/queries/brandIdList.js +3 -0
  114. package/dist/schema/queries/brandIdList.js.map +1 -0
  115. package/dist/schema/queries/brandIdListBySearch.js +3 -0
  116. package/dist/schema/queries/brandIdListBySearch.js.map +1 -0
  117. package/dist/schema/queries/brandSocialMediaPostList.js +3 -0
  118. package/dist/schema/queries/brandSocialMediaPostList.js.map +1 -0
  119. package/dist/schema/queries/categoryAliasResolution.js +3 -0
  120. package/dist/schema/queries/categoryAliasResolution.js.map +1 -0
  121. package/dist/schema/queries/categoryDisplayMode.js +3 -0
  122. package/dist/schema/queries/categoryDisplayMode.js.map +1 -0
  123. package/dist/schema/queries/categoryIdByUrlSlug.js +3 -0
  124. package/dist/schema/queries/categoryIdByUrlSlug.js.map +1 -0
  125. package/dist/schema/queries/categoryIdList.js +3 -0
  126. package/dist/schema/queries/categoryIdList.js.map +1 -0
  127. package/dist/schema/queries/categoryIdListBySomeId.js +3 -0
  128. package/dist/schema/queries/categoryIdListBySomeId.js.map +1 -0
  129. package/dist/schema/queries/categoryIdListBySourceId.js +3 -0
  130. package/dist/schema/queries/categoryIdListBySourceId.js.map +1 -0
  131. package/dist/schema/queries/categoryModifierSearchList.js +3 -0
  132. package/dist/schema/queries/categoryModifierSearchList.js.map +1 -0
  133. package/dist/schema/queries/categoryRankings.js +3 -0
  134. package/dist/schema/queries/categoryRankings.js.map +1 -0
  135. package/dist/schema/queries/categorySearchList.js +3 -0
  136. package/dist/schema/queries/categorySearchList.js.map +1 -0
  137. package/dist/schema/queries/categoryStatusList.js +3 -0
  138. package/dist/schema/queries/categoryStatusList.js.map +1 -0
  139. package/dist/schema/queries/competitorsAnalysis.js +3 -0
  140. package/dist/schema/queries/competitorsAnalysis.js.map +1 -0
  141. package/dist/schema/queries/crawlIdList.js +3 -0
  142. package/dist/schema/queries/crawlIdList.js.map +1 -0
  143. package/dist/schema/queries/crawlIdListByUrl.js +3 -0
  144. package/dist/schema/queries/crawlIdListByUrl.js.map +1 -0
  145. package/dist/schema/queries/descriptionMarkdown.js +3 -0
  146. package/dist/schema/queries/descriptionMarkdown.js.map +1 -0
  147. package/dist/schema/queries/domainAnalysis.js +3 -0
  148. package/dist/schema/queries/domainAnalysis.js.map +1 -0
  149. package/dist/schema/queries/domainSupport.js +3 -0
  150. package/dist/schema/queries/domainSupport.js.map +1 -0
  151. package/dist/schema/queries/educationalSearch.js +3 -0
  152. package/dist/schema/queries/educationalSearch.js.map +1 -0
  153. package/dist/schema/queries/entityType.js +3 -0
  154. package/dist/schema/queries/entityType.js.map +1 -0
  155. package/dist/schema/queries/fallbackPriceByProductTypeId.js +3 -0
  156. package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +1 -0
  157. package/dist/schema/queries/findProducts.js +3 -0
  158. package/dist/schema/queries/findProducts.js.map +1 -0
  159. package/dist/schema/queries/inputLayerVersion.js +3 -0
  160. package/dist/schema/queries/inputLayerVersion.js.map +1 -0
  161. package/dist/schema/queries/latestRatingIdList.js +3 -0
  162. package/dist/schema/queries/latestRatingIdList.js.map +1 -0
  163. package/dist/schema/queries/latestRatingIdListBySomeId.js +3 -0
  164. package/dist/schema/queries/latestRatingIdListBySomeId.js.map +1 -0
  165. package/dist/schema/queries/mediaIdListBySomeId.js +3 -0
  166. package/dist/schema/queries/mediaIdListBySomeId.js.map +1 -0
  167. package/dist/schema/queries/mlCategoryDisplayMode.js +3 -0
  168. package/dist/schema/queries/mlCategoryDisplayMode.js.map +1 -0
  169. package/dist/schema/queries/noteMarkdown.js +3 -0
  170. package/dist/schema/queries/noteMarkdown.js.map +1 -0
  171. package/dist/schema/queries/offerIdListByStorePageId.js +3 -0
  172. package/dist/schema/queries/offerIdListByStorePageId.js.map +1 -0
  173. package/dist/schema/queries/possibleAliasIdListBySomeId.js +3 -0
  174. package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +1 -0
  175. package/dist/schema/queries/possibleStorePageIdListBySomeId.js +3 -0
  176. package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +1 -0
  177. package/dist/schema/queries/preferredCategoryIdListByProductId.js +3 -0
  178. package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +1 -0
  179. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +3 -0
  180. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +1 -0
  181. package/dist/schema/queries/preferredStorePageList.js +3 -0
  182. package/dist/schema/queries/preferredStorePageList.js.map +1 -0
  183. package/dist/schema/queries/pricePointCompetitors.js +3 -0
  184. package/dist/schema/queries/pricePointCompetitors.js.map +1 -0
  185. package/dist/schema/queries/priceRangeByCategoryId.js +3 -0
  186. package/dist/schema/queries/priceRangeByCategoryId.js.map +1 -0
  187. package/dist/schema/queries/productBookmarkById.js +3 -0
  188. package/dist/schema/queries/productBookmarkById.js.map +1 -0
  189. package/dist/schema/queries/productConfigurationIdListBySomeId.js +3 -0
  190. package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +1 -0
  191. package/dist/schema/queries/productDealList.js +3 -0
  192. package/dist/schema/queries/productDealList.js.map +1 -0
  193. package/dist/schema/queries/productDocumentByStoreUrl.js +3 -0
  194. package/dist/schema/queries/productDocumentByStoreUrl.js.map +1 -0
  195. package/dist/schema/queries/productDocumentsByProductIds.js +3 -0
  196. package/dist/schema/queries/productDocumentsByProductIds.js.map +1 -0
  197. package/dist/schema/queries/productFamilyIdBySomeId.js +3 -0
  198. package/dist/schema/queries/productFamilyIdBySomeId.js.map +1 -0
  199. package/dist/schema/queries/productFamilyIdListBySomeId.js +3 -0
  200. package/dist/schema/queries/productFamilyIdListBySomeId.js.map +1 -0
  201. package/dist/schema/queries/productGenerationIdBySomeId.js +3 -0
  202. package/dist/schema/queries/productGenerationIdBySomeId.js.map +1 -0
  203. package/dist/schema/queries/productGenerationIdListBySomeId.js +3 -0
  204. package/dist/schema/queries/productGenerationIdListBySomeId.js.map +1 -0
  205. package/dist/schema/queries/productListSort.js +3 -0
  206. package/dist/schema/queries/productListSort.js.map +1 -0
  207. package/dist/schema/queries/productPricePointList.js +3 -0
  208. package/dist/schema/queries/productPricePointList.js.map +1 -0
  209. package/dist/schema/queries/productSearchList.js +3 -0
  210. package/dist/schema/queries/productSearchList.js.map +1 -0
  211. package/dist/schema/queries/productTypeIdBySomeId.js +3 -0
  212. package/dist/schema/queries/productTypeIdBySomeId.js.map +1 -0
  213. package/dist/schema/queries/productTypeIdByStoreUrl.js +3 -0
  214. package/dist/schema/queries/productTypeIdByStoreUrl.js.map +1 -0
  215. package/dist/schema/queries/productTypeIdListByCategoryId.js +3 -0
  216. package/dist/schema/queries/productTypeIdListByCategoryId.js.map +1 -0
  217. package/dist/schema/queries/productTypeIdListByModifiers.js +3 -0
  218. package/dist/schema/queries/productTypeIdListByModifiers.js.map +1 -0
  219. package/dist/schema/queries/productTypeIdListBySomeId.js +3 -0
  220. package/dist/schema/queries/productTypeIdListBySomeId.js.map +1 -0
  221. package/dist/schema/queries/research.js +3 -0
  222. package/dist/schema/queries/research.js.map +1 -0
  223. package/dist/schema/queries/researchBestProducts.js +3 -0
  224. package/dist/schema/queries/researchBestProducts.js.map +1 -0
  225. package/dist/schema/queries/researchQueryRefinement.js +3 -0
  226. package/dist/schema/queries/researchQueryRefinement.js.map +1 -0
  227. package/dist/schema/queries/saleMetrics.js +3 -0
  228. package/dist/schema/queries/saleMetrics.js.map +1 -0
  229. package/dist/schema/queries/searchSuggestionList.js +3 -0
  230. package/dist/schema/queries/searchSuggestionList.js.map +1 -0
  231. package/dist/schema/queries/sectionDataByCrawlId.js +3 -0
  232. package/dist/schema/queries/sectionDataByCrawlId.js.map +1 -0
  233. package/dist/schema/queries/sourceIdList.js +3 -0
  234. package/dist/schema/queries/sourceIdList.js.map +1 -0
  235. package/dist/schema/queries/specIdListBySomeId.js +3 -0
  236. package/dist/schema/queries/specIdListBySomeId.js.map +1 -0
  237. package/dist/schema/queries/specTypeIdList.js +3 -0
  238. package/dist/schema/queries/specTypeIdList.js.map +1 -0
  239. package/dist/schema/queries/specTypeValidValues.js +3 -0
  240. package/dist/schema/queries/specTypeValidValues.js.map +1 -0
  241. package/dist/schema/queries/specValueRangeListByCategoryId.js +3 -0
  242. package/dist/schema/queries/specValueRangeListByCategoryId.js.map +1 -0
  243. package/dist/schema/queries/stablePriceByProductId.js +3 -0
  244. package/dist/schema/queries/stablePriceByProductId.js.map +1 -0
  245. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +3 -0
  246. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +1 -0
  247. package/dist/schema/queries/stablePriceByStorePageId.js +3 -0
  248. package/dist/schema/queries/stablePriceByStorePageId.js.map +1 -0
  249. package/dist/schema/queries/storePageFetchData.js +3 -0
  250. package/dist/schema/queries/storePageFetchData.js.map +1 -0
  251. package/dist/schema/queries/storePageIdByUrl.js +3 -0
  252. package/dist/schema/queries/storePageIdByUrl.js.map +1 -0
  253. package/dist/schema/queries/storePageIdListBySomeId.js +3 -0
  254. package/dist/schema/queries/storePageIdListBySomeId.js.map +1 -0
  255. package/dist/schema/queries/storePageInfoBySku.js +3 -0
  256. package/dist/schema/queries/storePageInfoBySku.js.map +1 -0
  257. package/dist/schema/queries/storePageScrapeData.js +3 -0
  258. package/dist/schema/queries/storePageScrapeData.js.map +1 -0
  259. package/dist/schema/queries/subCategoryIdListByCategoryId.js +3 -0
  260. package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +1 -0
  261. package/dist/schema/queries/subsetModifierDataByModifiers.js +3 -0
  262. package/dist/schema/queries/subsetModifierDataByModifiers.js.map +1 -0
  263. package/dist/schema/queries/topProductDocumentList.js +3 -0
  264. package/dist/schema/queries/topProductDocumentList.js.map +1 -0
  265. package/dist/schema/queries/unstableMediaIdListByCategoryId.js +3 -0
  266. package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +1 -0
  267. package/dist/schema/queries/unstableSourceTrust.js +3 -0
  268. package/dist/schema/queries/unstableSourceTrust.js.map +1 -0
  269. package/dist/schema/queries/userIdList.js +3 -0
  270. package/dist/schema/queries/userIdList.js.map +1 -0
  271. package/dist/schema/queries/userPermissionsByUserId.js +3 -0
  272. package/dist/schema/queries/userPermissionsByUserId.js.map +1 -0
  273. package/dist/schema/queries/userRestictedData.js +3 -0
  274. package/dist/schema/queries/userRestictedData.js.map +1 -0
  275. package/dist/schema/queries/userReviewAnalysis.js +3 -0
  276. package/dist/schema/queries/userReviewAnalysis.js.map +1 -0
  277. package/dist/schema/queries/whoAmI.js +3 -0
  278. package/dist/schema/queries/whoAmI.js.map +1 -0
  279. package/package.json +1 -1
  280. package/types/api/fetchEntity.d.ts +7 -0
  281. package/types/api/fetchEntity.d.ts.map +1 -0
  282. package/types/schema/entities/alias.d.ts +6 -0
  283. package/types/schema/entities/alias.d.ts.map +1 -0
  284. package/types/schema/entities/brand.d.ts +5 -0
  285. package/types/schema/entities/brand.d.ts.map +1 -0
  286. package/types/schema/entities/category.d.ts +7 -0
  287. package/types/schema/entities/category.d.ts.map +1 -0
  288. package/types/schema/entities/crawl.d.ts +12 -0
  289. package/types/schema/entities/crawl.d.ts.map +1 -0
  290. package/types/schema/entities/index.d.ts +18 -0
  291. package/types/schema/entities/index.d.ts.map +1 -0
  292. package/types/schema/entities/media.d.ts +6 -0
  293. package/types/schema/entities/media.d.ts.map +1 -0
  294. package/types/schema/entities/offer.d.ts +11 -0
  295. package/types/schema/entities/offer.d.ts.map +1 -0
  296. package/types/schema/entities/productConfiguration.d.ts +5 -0
  297. package/types/schema/entities/productConfiguration.d.ts.map +1 -0
  298. package/types/schema/entities/productFamily.d.ts +5 -0
  299. package/types/schema/entities/productFamily.d.ts.map +1 -0
  300. package/types/schema/entities/productGeneration.d.ts +5 -0
  301. package/types/schema/entities/productGeneration.d.ts.map +1 -0
  302. package/types/schema/entities/productType.d.ts +5 -0
  303. package/types/schema/entities/productType.d.ts.map +1 -0
  304. package/types/schema/entities/rating.d.ts +53 -0
  305. package/types/schema/entities/rating.d.ts.map +1 -0
  306. package/types/schema/entities/source.d.ts +8 -0
  307. package/types/schema/entities/source.d.ts.map +1 -0
  308. package/types/schema/entities/spec.d.ts +22 -0
  309. package/types/schema/entities/spec.d.ts.map +1 -0
  310. package/types/schema/entities/specType.d.ts +6 -0
  311. package/types/schema/entities/specType.d.ts.map +1 -0
  312. package/types/schema/entities/specTypeChoice.d.ts +7 -0
  313. package/types/schema/entities/specTypeChoice.d.ts.map +1 -0
  314. package/types/schema/entities/storePage.d.ts +8 -0
  315. package/types/schema/entities/storePage.d.ts.map +1 -0
  316. package/types/schema/entities/storePageQueueGroup.d.ts +6 -0
  317. package/types/schema/entities/storePageQueueGroup.d.ts.map +1 -0
  318. package/types/schema/entities/user.d.ts +5 -0
  319. package/types/schema/entities/user.d.ts.map +1 -0
  320. package/types/schema/mutations/createBrand.d.ts +9 -0
  321. package/types/schema/mutations/createBrand.d.ts.map +1 -0
  322. package/types/schema/mutations/createCategory.d.ts +9 -0
  323. package/types/schema/mutations/createCategory.d.ts.map +1 -0
  324. package/types/schema/mutations/createProductConfiguration.d.ts +10 -0
  325. package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -0
  326. package/types/schema/mutations/createProductFamily.d.ts +10 -0
  327. package/types/schema/mutations/createProductFamily.d.ts.map +1 -0
  328. package/types/schema/mutations/createProductGeneration.d.ts +10 -0
  329. package/types/schema/mutations/createProductGeneration.d.ts.map +1 -0
  330. package/types/schema/mutations/createProductType.d.ts +10 -0
  331. package/types/schema/mutations/createProductType.d.ts.map +1 -0
  332. package/types/schema/mutations/createUser.d.ts +10 -0
  333. package/types/schema/mutations/createUser.d.ts.map +1 -0
  334. package/types/schema/mutations/storePageQueueClaimById.d.ts +17 -0
  335. package/types/schema/mutations/storePageQueueClaimById.d.ts.map +1 -0
  336. package/types/schema/mutations/storePageQueueClaimNext.d.ts +15 -0
  337. package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +1 -0
  338. package/types/schema/mutations/storePageQueueHandle.d.ts +15 -0
  339. package/types/schema/mutations/storePageQueueHandle.d.ts.map +1 -0
  340. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +15 -0
  341. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +1 -0
  342. package/types/schema/mutations/updateAlias.d.ts +8 -0
  343. package/types/schema/mutations/updateAlias.d.ts.map +1 -0
  344. package/types/schema/mutations/updateBrand.d.ts +8 -0
  345. package/types/schema/mutations/updateBrand.d.ts.map +1 -0
  346. package/types/schema/mutations/updateCategory.d.ts +10 -0
  347. package/types/schema/mutations/updateCategory.d.ts.map +1 -0
  348. package/types/schema/mutations/updateOffer.d.ts +8 -0
  349. package/types/schema/mutations/updateOffer.d.ts.map +1 -0
  350. package/types/schema/mutations/updateProductBookmark.d.ts +11 -0
  351. package/types/schema/mutations/updateProductBookmark.d.ts.map +1 -0
  352. package/types/schema/mutations/updateProductConfiguration.d.ts +8 -0
  353. package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -0
  354. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +8 -0
  355. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -0
  356. package/types/schema/mutations/updateProductFamily.d.ts +8 -0
  357. package/types/schema/mutations/updateProductFamily.d.ts.map +1 -0
  358. package/types/schema/mutations/updateProductFamilyBrand.d.ts +8 -0
  359. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -0
  360. package/types/schema/mutations/updateProductGeneration.d.ts +8 -0
  361. package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -0
  362. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +8 -0
  363. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -0
  364. package/types/schema/mutations/updateProductType.d.ts +8 -0
  365. package/types/schema/mutations/updateProductType.d.ts.map +1 -0
  366. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +8 -0
  367. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -0
  368. package/types/schema/mutations/updateSource.d.ts +10 -0
  369. package/types/schema/mutations/updateSource.d.ts.map +1 -0
  370. package/types/schema/mutations/updateStorePage.d.ts +8 -0
  371. package/types/schema/mutations/updateStorePage.d.ts.map +1 -0
  372. package/types/schema/queries/affiliateUrl.d.ts +12 -0
  373. package/types/schema/queries/affiliateUrl.d.ts.map +1 -0
  374. package/types/schema/queries/aliasIdListBySomeId.d.ts +7 -0
  375. package/types/schema/queries/aliasIdListBySomeId.d.ts.map +1 -0
  376. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +7 -0
  377. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +1 -0
  378. package/types/schema/queries/baseScore.d.ts +9 -0
  379. package/types/schema/queries/baseScore.d.ts.map +1 -0
  380. package/types/schema/queries/baseScoreRatingIdList.d.ts +8 -0
  381. package/types/schema/queries/baseScoreRatingIdList.d.ts.map +1 -0
  382. package/types/schema/queries/baseScoresByCategoryId.d.ts +12 -0
  383. package/types/schema/queries/baseScoresByCategoryId.d.ts.map +1 -0
  384. package/types/schema/queries/bestInClass.d.ts +20 -0
  385. package/types/schema/queries/bestInClass.d.ts.map +1 -0
  386. package/types/schema/queries/brandAliasResolution.d.ts +11 -0
  387. package/types/schema/queries/brandAliasResolution.d.ts.map +1 -0
  388. package/types/schema/queries/brandCategoryRankings.d.ts +37 -0
  389. package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -0
  390. package/types/schema/queries/brandIdBySomeId.d.ts +6 -0
  391. package/types/schema/queries/brandIdBySomeId.d.ts.map +1 -0
  392. package/types/schema/queries/brandIdList.d.ts +9 -0
  393. package/types/schema/queries/brandIdList.d.ts.map +1 -0
  394. package/types/schema/queries/brandIdListBySearch.d.ts +7 -0
  395. package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -0
  396. package/types/schema/queries/brandSocialMediaPostList.d.ts +22 -0
  397. package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -0
  398. package/types/schema/queries/categoryAliasResolution.d.ts +13 -0
  399. package/types/schema/queries/categoryAliasResolution.d.ts.map +1 -0
  400. package/types/schema/queries/categoryDisplayMode.d.ts +11 -0
  401. package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -0
  402. package/types/schema/queries/categoryIdByUrlSlug.d.ts +6 -0
  403. package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +1 -0
  404. package/types/schema/queries/categoryIdList.d.ts +9 -0
  405. package/types/schema/queries/categoryIdList.d.ts.map +1 -0
  406. package/types/schema/queries/categoryIdListBySomeId.d.ts +11 -0
  407. package/types/schema/queries/categoryIdListBySomeId.d.ts.map +1 -0
  408. package/types/schema/queries/categoryIdListBySourceId.d.ts +7 -0
  409. package/types/schema/queries/categoryIdListBySourceId.d.ts.map +1 -0
  410. package/types/schema/queries/categoryModifierSearchList.d.ts +22 -0
  411. package/types/schema/queries/categoryModifierSearchList.d.ts.map +1 -0
  412. package/types/schema/queries/categoryRankings.d.ts +14 -0
  413. package/types/schema/queries/categoryRankings.d.ts.map +1 -0
  414. package/types/schema/queries/categorySearchList.d.ts +17 -0
  415. package/types/schema/queries/categorySearchList.d.ts.map +1 -0
  416. package/types/schema/queries/categoryStatusList.d.ts +10 -0
  417. package/types/schema/queries/categoryStatusList.d.ts.map +1 -0
  418. package/types/schema/queries/competitorsAnalysis.d.ts +37 -0
  419. package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -0
  420. package/types/schema/queries/crawlIdList.d.ts +12 -0
  421. package/types/schema/queries/crawlIdList.d.ts.map +1 -0
  422. package/types/schema/queries/crawlIdListByUrl.d.ts +7 -0
  423. package/types/schema/queries/crawlIdListByUrl.d.ts.map +1 -0
  424. package/types/schema/queries/descriptionMarkdown.d.ts +6 -0
  425. package/types/schema/queries/descriptionMarkdown.d.ts.map +1 -0
  426. package/types/schema/queries/domainAnalysis.d.ts +19 -0
  427. package/types/schema/queries/domainAnalysis.d.ts.map +1 -0
  428. package/types/schema/queries/domainSupport.d.ts +5 -0
  429. package/types/schema/queries/domainSupport.d.ts.map +1 -0
  430. package/types/schema/queries/educationalSearch.d.ts +15 -0
  431. package/types/schema/queries/educationalSearch.d.ts.map +1 -0
  432. package/types/schema/queries/entityType.d.ts +55 -0
  433. package/types/schema/queries/entityType.d.ts.map +1 -0
  434. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +7 -0
  435. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +1 -0
  436. package/types/schema/queries/findProducts.d.ts +12 -0
  437. package/types/schema/queries/findProducts.d.ts.map +1 -0
  438. package/types/schema/queries/inputLayerVersion.d.ts +6 -0
  439. package/types/schema/queries/inputLayerVersion.d.ts.map +1 -0
  440. package/types/schema/queries/latestRatingIdList.d.ts +7 -0
  441. package/types/schema/queries/latestRatingIdList.d.ts.map +1 -0
  442. package/types/schema/queries/latestRatingIdListBySomeId.d.ts +7 -0
  443. package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +1 -0
  444. package/types/schema/queries/lookupProduct.d.ts +1 -1
  445. package/types/schema/queries/lookupProduct.d.ts.map +1 -1
  446. package/types/schema/queries/mediaIdListBySomeId.d.ts +7 -0
  447. package/types/schema/queries/mediaIdListBySomeId.d.ts.map +1 -0
  448. package/types/schema/queries/mlCategoryDisplayMode.d.ts +9 -0
  449. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -0
  450. package/types/schema/queries/noteMarkdown.d.ts +6 -0
  451. package/types/schema/queries/noteMarkdown.d.ts.map +1 -0
  452. package/types/schema/queries/offerIdListByStorePageId.d.ts +13 -0
  453. package/types/schema/queries/offerIdListByStorePageId.d.ts.map +1 -0
  454. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +7 -0
  455. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +1 -0
  456. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +7 -0
  457. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +1 -0
  458. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +7 -0
  459. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +1 -0
  460. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +7 -0
  461. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +1 -0
  462. package/types/schema/queries/preferredStorePageList.d.ts +12 -0
  463. package/types/schema/queries/preferredStorePageList.d.ts.map +1 -0
  464. package/types/schema/queries/pricePointCompetitors.d.ts +17 -0
  465. package/types/schema/queries/pricePointCompetitors.d.ts.map +1 -0
  466. package/types/schema/queries/priceRangeByCategoryId.d.ts +11 -0
  467. package/types/schema/queries/priceRangeByCategoryId.d.ts.map +1 -0
  468. package/types/schema/queries/productBookmarkById.d.ts +12 -0
  469. package/types/schema/queries/productBookmarkById.d.ts.map +1 -0
  470. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +7 -0
  471. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +1 -0
  472. package/types/schema/queries/productDealList.d.ts +14 -0
  473. package/types/schema/queries/productDealList.d.ts.map +1 -0
  474. package/types/schema/queries/productDocumentByStoreUrl.d.ts +8 -0
  475. package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +1 -0
  476. package/types/schema/queries/productDocumentsByProductIds.d.ts +7 -0
  477. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -0
  478. package/types/schema/queries/productFamilyIdBySomeId.d.ts +6 -0
  479. package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +1 -0
  480. package/types/schema/queries/productFamilyIdListBySomeId.d.ts +7 -0
  481. package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +1 -0
  482. package/types/schema/queries/productGenerationIdBySomeId.d.ts +6 -0
  483. package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +1 -0
  484. package/types/schema/queries/productGenerationIdListBySomeId.d.ts +7 -0
  485. package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +1 -0
  486. package/types/schema/queries/productListSort.d.ts +10 -0
  487. package/types/schema/queries/productListSort.d.ts.map +1 -0
  488. package/types/schema/queries/productPricePointList.d.ts +14 -0
  489. package/types/schema/queries/productPricePointList.d.ts.map +1 -0
  490. package/types/schema/queries/productSearchList.d.ts +40 -0
  491. package/types/schema/queries/productSearchList.d.ts.map +1 -0
  492. package/types/schema/queries/productTypeIdBySomeId.d.ts +6 -0
  493. package/types/schema/queries/productTypeIdBySomeId.d.ts.map +1 -0
  494. package/types/schema/queries/productTypeIdByStoreUrl.d.ts +7 -0
  495. package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +1 -0
  496. package/types/schema/queries/productTypeIdListByCategoryId.d.ts +11 -0
  497. package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +1 -0
  498. package/types/schema/queries/productTypeIdListByModifiers.d.ts +8 -0
  499. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -0
  500. package/types/schema/queries/productTypeIdListBySomeId.d.ts +7 -0
  501. package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +1 -0
  502. package/types/schema/queries/research.d.ts +12 -0
  503. package/types/schema/queries/research.d.ts.map +1 -0
  504. package/types/schema/queries/researchBestProducts.d.ts +18 -0
  505. package/types/schema/queries/researchBestProducts.d.ts.map +1 -0
  506. package/types/schema/queries/researchQueryRefinement.d.ts +7 -0
  507. package/types/schema/queries/researchQueryRefinement.d.ts.map +1 -0
  508. package/types/schema/queries/saleMetrics.d.ts +9 -0
  509. package/types/schema/queries/saleMetrics.d.ts.map +1 -0
  510. package/types/schema/queries/searchSuggestionList.d.ts +10 -0
  511. package/types/schema/queries/searchSuggestionList.d.ts.map +1 -0
  512. package/types/schema/queries/sectionDataByCrawlId.d.ts +20 -0
  513. package/types/schema/queries/sectionDataByCrawlId.d.ts.map +1 -0
  514. package/types/schema/queries/sourceIdList.d.ts +5 -0
  515. package/types/schema/queries/sourceIdList.d.ts.map +1 -0
  516. package/types/schema/queries/specIdListBySomeId.d.ts +7 -0
  517. package/types/schema/queries/specIdListBySomeId.d.ts.map +1 -0
  518. package/types/schema/queries/specTypeIdList.d.ts +13 -0
  519. package/types/schema/queries/specTypeIdList.d.ts.map +1 -0
  520. package/types/schema/queries/specTypeValidValues.d.ts +16 -0
  521. package/types/schema/queries/specTypeValidValues.d.ts.map +1 -0
  522. package/types/schema/queries/specValueRangeListByCategoryId.d.ts +37 -0
  523. package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +1 -0
  524. package/types/schema/queries/stablePriceByProductId.d.ts +7 -0
  525. package/types/schema/queries/stablePriceByProductId.d.ts.map +1 -0
  526. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +8 -0
  527. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +1 -0
  528. package/types/schema/queries/stablePriceByStorePageId.d.ts +7 -0
  529. package/types/schema/queries/stablePriceByStorePageId.d.ts.map +1 -0
  530. package/types/schema/queries/storePageFetchData.d.ts +13 -0
  531. package/types/schema/queries/storePageFetchData.d.ts.map +1 -0
  532. package/types/schema/queries/storePageIdByUrl.d.ts +7 -0
  533. package/types/schema/queries/storePageIdByUrl.d.ts.map +1 -0
  534. package/types/schema/queries/storePageIdListBySomeId.d.ts +7 -0
  535. package/types/schema/queries/storePageIdListBySomeId.d.ts.map +1 -0
  536. package/types/schema/queries/storePageInfoBySku.d.ts +21 -0
  537. package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -0
  538. package/types/schema/queries/storePageScrapeData.d.ts +10 -0
  539. package/types/schema/queries/storePageScrapeData.d.ts.map +1 -0
  540. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +7 -0
  541. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +1 -0
  542. package/types/schema/queries/subsetModifierDataByModifiers.d.ts +13 -0
  543. package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +1 -0
  544. package/types/schema/queries/topProductDocumentList.d.ts +9 -0
  545. package/types/schema/queries/topProductDocumentList.d.ts.map +1 -0
  546. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +7 -0
  547. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +1 -0
  548. package/types/schema/queries/unstableSourceTrust.d.ts +10 -0
  549. package/types/schema/queries/unstableSourceTrust.d.ts.map +1 -0
  550. package/types/schema/queries/userIdList.d.ts +5 -0
  551. package/types/schema/queries/userIdList.d.ts.map +1 -0
  552. package/types/schema/queries/userPermissionsByUserId.d.ts +8 -0
  553. package/types/schema/queries/userPermissionsByUserId.d.ts.map +1 -0
  554. package/types/schema/queries/userRestictedData.d.ts +11 -0
  555. package/types/schema/queries/userRestictedData.d.ts.map +1 -0
  556. package/types/schema/queries/userReviewAnalysis.d.ts +40 -0
  557. package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -0
  558. package/types/schema/queries/whoAmI.d.ts +6 -0
  559. package/types/schema/queries/whoAmI.d.ts.map +1 -0
@@ -0,0 +1,9 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Category } from "../entities";
3
+ export type CategoryIdListQuery = ListQuery<Filters>;
4
+ export type CategoryIdListResponse = ListResponse<Category["id"]>;
5
+ interface Filters {
6
+ isReady?: boolean;
7
+ }
8
+ export {};
9
+ //# sourceMappingURL=categoryIdList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categoryIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAKtC,MAAM,MAAM,mBAAmB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAKpD,MAAM,MAAM,sBAAsB,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AAEjE,UAAU,OAAO;IAOf,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
@@ -0,0 +1,11 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { ProductFamily } from "../entities/productFamily";
3
+ import { ProductGeneration } from "../entities/productGeneration";
4
+ import { ProductType } from "../entities/productType";
5
+ import { SpecType } from "../entities/specType";
6
+ import { Category } from "../entities/category";
7
+ export interface CategoryIdListBySomeIdQuery extends ListQuery {
8
+ someId: ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"] | SpecType["id"];
9
+ }
10
+ export type CategoryIdListBySomeIdResponse = ListResponse<Category["id"]>;
11
+ //# sourceMappingURL=categoryIdListBySomeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categoryIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAErD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,MAAM,EAAE,aAAa,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3F;AAED,MAAM,MAAM,8BAA8B,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Category, Source } from "../entities";
3
+ export interface CategoryIdListBySourceIdQuery extends ListQuery {
4
+ sourceId: Source["id"];
5
+ }
6
+ export type CategoryIdListBySourceIdResponse = ListResponse<Category["id"]>;
7
+ //# sourceMappingURL=categoryIdListBySourceId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categoryIdListBySourceId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryIdListBySourceId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,6BAA8B,SAAQ,SAAS;IAC9D,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,CAAA;CACvB;AAED,MAAM,MAAM,gCAAgC,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,22 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Category } from "../entities";
3
+ export interface CategoryModifierSearchListQuery extends ListQuery {
4
+ search: string;
5
+ }
6
+ export type CategoryModifierSearchListResponse = ListResponse<SearchResult>;
7
+ interface SearchResult {
8
+ categoryMatch: CategoryMatch;
9
+ modifierMatches: ModifierMatch[];
10
+ isExact?: boolean;
11
+ }
12
+ interface CategoryMatch {
13
+ categoryId: Category["id"];
14
+ categoryName: string;
15
+ highlight: string;
16
+ }
17
+ interface ModifierMatch {
18
+ modifier: string;
19
+ highlight: string;
20
+ }
21
+ export {};
22
+ //# sourceMappingURL=categoryModifierSearchList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categoryModifierSearchList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryModifierSearchList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,+BAAgC,SAAQ,SAAS;IAChE,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,MAAM,kCAAkC,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAE3E,UAAU,YAAY;IACpB,aAAa,EAAE,aAAa,CAAA;IAC5B,eAAe,EAAE,aAAa,EAAE,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,UAAU,aAAa;IACrB,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,aAAa;IACrB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;CAClB"}
@@ -0,0 +1,14 @@
1
+ import { Money, SortedIds } from "../builtins";
2
+ import { Category, ProductType } from "../entities";
3
+ export interface CategoryRankingsQuery {
4
+ categoryId: Category["id"];
5
+ productTypeIds: ProductType["id"][];
6
+ }
7
+ export type CategoryRankingsResponse = CategoryRankingGroup[];
8
+ interface CategoryRankingGroup {
9
+ groupLabelPrice: Money;
10
+ currentPriceSortedIds: SortedIds<ProductType["id"]>;
11
+ stablePriceSortedIds: SortedIds<ProductType["id"]>;
12
+ }
13
+ export {};
14
+ //# sourceMappingURL=categoryRankings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categoryRankings.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryRankings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AASnD,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACpC;AAED,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,EAAE,CAAA;AAQ7D,UAAU,oBAAoB;IAC5B,eAAe,EAAE,KAAK,CAAA;IACtB,qBAAqB,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAA;IACnD,oBAAoB,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAA;CACnD"}
@@ -0,0 +1,17 @@
1
+ import { ListQuery, ListResponse, SpecFilter } from "../builtins";
2
+ import { Category } from "../entities";
3
+ export interface CategorySearchListQuery extends ListQuery<Filters> {
4
+ search: string;
5
+ }
6
+ interface Filters {
7
+ isExact?: boolean;
8
+ isPrefix?: boolean;
9
+ aliasOnly?: boolean;
10
+ }
11
+ export type CategorySearchListResponse = ListResponse<SearchResult>;
12
+ interface SearchResult {
13
+ categoryId: Category["id"];
14
+ specFilters: SpecFilter[];
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=categorySearchList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categorySearchList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categorySearchList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,uBAAwB,SAAQ,SAAS,CAAC,OAAO,CAAC;IACjE,MAAM,EAAE,MAAM,CAAA;CACf;AAED,UAAU,OAAO;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,MAAM,0BAA0B,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAEnE,UAAU,YAAY;IACpB,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,WAAW,EAAE,UAAU,EAAE,CAAA;CAC1B"}
@@ -0,0 +1,10 @@
1
+ import { Category } from "../entities";
2
+ import { ArraySorted, ListResponse } from "../builtins";
3
+ export type CategoryStatusListQuery = {};
4
+ export type AllowedStates = "bestInClass" | "allProducts";
5
+ export type CategoryStatusListResponse = ListResponse<CategoryStatus>;
6
+ export interface CategoryStatus {
7
+ categoryId: Category["id"];
8
+ allowedStates: ArraySorted<AllowedStates>;
9
+ }
10
+ //# sourceMappingURL=categoryStatusList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categoryStatusList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/categoryStatusList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAC5C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,oBAAyB;AAE7D,MAAM,MAAM,uBAAuB,GAAG,EAErC,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,aAAa,GAAG,aAAa,CAAA;AAEzD,MAAM,MAAM,0BAA0B,GAAG,YAAY,CAAC,cAAc,CAAC,CAAA;AAErE,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,aAAa,EAAE,WAAW,CAAC,aAAa,CAAC,CAAA;CAC1C"}
@@ -0,0 +1,37 @@
1
+ import { Timestamp, Url } from "../builtins";
2
+ export type CompetitorsAnalysisQuery = {
3
+ domain: string;
4
+ sku: string;
5
+ } | {
6
+ url: Url;
7
+ };
8
+ export interface CompetitorsAnalysisResponse {
9
+ categoryAlias: string | null;
10
+ attributes: Attribute[];
11
+ roundups: Roundup[];
12
+ competitors: Competitor[];
13
+ }
14
+ interface Attribute {
15
+ attributeName: string;
16
+ }
17
+ interface Roundup {
18
+ url: Url;
19
+ title: string;
20
+ publishedAt: Timestamp | null;
21
+ trust: 0 | 1 | 2 | 3;
22
+ domain: string | null;
23
+ }
24
+ interface StorePage {
25
+ url: Url;
26
+ sku: string | null;
27
+ }
28
+ interface Citation {
29
+ roundupUrl: Url;
30
+ }
31
+ interface Competitor {
32
+ productName: string;
33
+ storePages: StorePage[];
34
+ citations: Citation[];
35
+ }
36
+ export {};
37
+ //# sourceMappingURL=competitorsAnalysis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competitorsAnalysis.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/competitorsAnalysis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAyB;AAElD,MAAM,MAAM,wBAAwB,GAChC;IACE,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;CACZ,GACD;IACE,GAAG,EAAE,GAAG,CAAA;CACT,CAAA;AAEL,MAAM,WAAW,2BAA2B;IAC1C,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,UAAU,EAAE,SAAS,EAAE,CAAA;IACvB,QAAQ,EAAE,OAAO,EAAE,CAAA;IACnB,WAAW,EAAE,UAAU,EAAE,CAAA;CAC1B;AAED,UAAU,SAAS;IACjB,aAAa,EAAE,MAAM,CAAA;CACtB;AAED,UAAU,OAAO;IACf,GAAG,EAAE,GAAG,CAAA;IACR,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,SAAS,GAAG,IAAI,CAAA;IAC7B,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAED,UAAU,SAAS;IACjB,GAAG,EAAE,GAAG,CAAA;IACR,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;CACnB;AAED,UAAU,QAAQ;IAChB,UAAU,EAAE,GAAG,CAAA;CAChB;AAED,UAAU,UAAU;IAClB,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,SAAS,EAAE,CAAA;IACvB,SAAS,EAAE,QAAQ,EAAE,CAAA;CACtB"}
@@ -0,0 +1,12 @@
1
+ import { ListQuery, ListResponse, Url } from "../builtins";
2
+ import { Category, Crawl, Source } from "../entities";
3
+ export type CrawlIdListQuery = ListQuery<Filters>;
4
+ export type CrawlIdListResponse = ListResponse<Crawl["id"]>;
5
+ interface Filters {
6
+ crawlUrls?: Url[];
7
+ categoryIds?: Category["id"][];
8
+ isLatest?: boolean;
9
+ sourceIds?: Source["id"][];
10
+ }
11
+ export {};
12
+ //# sourceMappingURL=crawlIdList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"crawlIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/crawlIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAC1D,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAEjD,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAE3D,UAAU,OAAO;IACf,SAAS,CAAC,EAAE,GAAG,EAAE,CAAA;IACjB,WAAW,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE,CAAA;CAC3B"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse, Url } from "../builtins";
2
+ import { Crawl } from "../entities";
3
+ export interface CrawlIdListByUrlQuery extends ListQuery {
4
+ url: Url;
5
+ }
6
+ export type CrawlIdListByUrlResponse = ListResponse<Crawl["id"]>;
7
+ //# sourceMappingURL=crawlIdListByUrl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"crawlIdListByUrl.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/crawlIdListByUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACtD,GAAG,EAAE,GAAG,CAAA;CACT;AAED,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { AnyId } from "../builtins";
2
+ export interface DescriptionMarkdownQuery {
3
+ anyId: AnyId;
4
+ }
5
+ export type DescriptionMarkdownResponse = string;
6
+ //# sourceMappingURL=descriptionMarkdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"descriptionMarkdown.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/descriptionMarkdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,KAAK,CAAA;CACb;AAED,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAA"}
@@ -0,0 +1,19 @@
1
+ export interface DomainAnalysisQuery {
2
+ url: string;
3
+ }
4
+ export interface DomainAnalysisResponse {
5
+ alternatives: {
6
+ description: string;
7
+ name: string;
8
+ url: string;
9
+ }[];
10
+ analysis: {
11
+ result: string;
12
+ title: string;
13
+ sources: {
14
+ title: string;
15
+ url: string;
16
+ }[];
17
+ }[];
18
+ }
19
+ //# sourceMappingURL=domainAnalysis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainAnalysis.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/domainAnalysis.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE;QACZ,WAAW,EAAE,MAAM,CAAA;QACnB,IAAI,EAAE,MAAM,CAAA;QACZ,GAAG,EAAE,MAAM,CAAA;KACZ,EAAE,CAAA;IACH,QAAQ,EAAE;QACR,MAAM,EAAE,MAAM,CAAA;QACd,KAAK,EAAE,MAAM,CAAA;QACb,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACZ,EAAE,CAAA;KACJ,EAAE,CAAA;CACJ"}
@@ -0,0 +1,5 @@
1
+ type DomainSupportFeature = "domainAnalysis";
2
+ export type DomainSupportQuery = Record<string, never>;
3
+ export type DomainSupportResponse = Record<DomainSupportFeature, string[]>;
4
+ export {};
5
+ //# sourceMappingURL=domainSupport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainSupport.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/domainSupport.ts"],"names":[],"mappings":"AAAA,KAAK,oBAAoB,GAAG,gBAAgB,CAAA;AAE5C,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;AAEtD,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,oBAAoB,EAAE,MAAM,EAAE,CAAC,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { UpdatableResponse, Url } from "../builtins";
2
+ export interface EducationalSearchQuery {
3
+ search: string;
4
+ }
5
+ interface Data {
6
+ summary: string;
7
+ citations: {
8
+ url: Url;
9
+ title: string;
10
+ snippet: string;
11
+ }[];
12
+ }
13
+ export type EducationalSearchResponse = UpdatableResponse<Data>;
14
+ export {};
15
+ //# sourceMappingURL=educationalSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"educationalSearch.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/educationalSearch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,GAAG,EAAE,oBAAyB;AAE1D,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,MAAM,CAAA;CACf;AAED,UAAU,IAAI;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE;QAAE,GAAG,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAC1D;AAED,MAAM,MAAM,yBAAyB,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAA"}
@@ -0,0 +1,55 @@
1
+ import { AnyId } from "../builtins";
2
+ import * as Entities from "../entities";
3
+ export interface EntityTypeQuery {
4
+ anyId: AnyId;
5
+ }
6
+ export type EntityTypeResponse = {
7
+ id: Entities.Alias["id"];
8
+ type: "alias";
9
+ } | {
10
+ id: Entities.Brand["id"];
11
+ type: "brand";
12
+ } | {
13
+ id: Entities.Category["id"];
14
+ type: "category";
15
+ } | {
16
+ id: Entities.Crawl["id"];
17
+ type: "crawl";
18
+ } | {
19
+ id: Entities.Media["id"];
20
+ type: "media";
21
+ } | {
22
+ id: Entities.ProductConfiguration["id"];
23
+ type: "productConfiguration";
24
+ } | {
25
+ id: Entities.ProductFamily["id"];
26
+ type: "productFamily";
27
+ } | {
28
+ id: Entities.ProductGeneration["id"];
29
+ type: "productGeneration";
30
+ } | {
31
+ id: Entities.ProductType["id"];
32
+ type: "productType";
33
+ } | {
34
+ id: Entities.Rating["id"];
35
+ type: "rating";
36
+ } | {
37
+ id: Entities.Source["id"];
38
+ type: "source";
39
+ } | {
40
+ id: Entities.Spec["id"];
41
+ type: "spec";
42
+ } | {
43
+ id: Entities.SpecTypeChoice["id"];
44
+ type: "specTypeChoice";
45
+ } | {
46
+ id: Entities.SpecType["id"];
47
+ type: "specType";
48
+ } | {
49
+ id: Entities.StorePage["id"];
50
+ type: "storePage";
51
+ } | {
52
+ id: Entities.User["id"];
53
+ type: "user";
54
+ };
55
+ //# sourceMappingURL=entityType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityType.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/entityType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,KAAK,QAAQ,MAAM,aAAa,CAAA;AAEvC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAA;CACb;AAID,MAAM,MAAM,kBAAkB,GAC1B;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GACjD;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC3C;IAAE,EAAE,EAAE,QAAQ,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,sBAAsB,CAAA;CAAE,GACzE;IAAE,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,eAAe,CAAA;CAAE,GAC3D;IAAE,EAAE,EAAE,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,mBAAmB,CAAA;CAAE,GACnE;IAAE,EAAE,EAAE,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,aAAa,CAAA;CAAE,GACvD;IAAE,EAAE,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GAC7C;IAAE,EAAE,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAE,GAC7C;IAAE,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GACzC;IAAE,EAAE,EAAE,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,gBAAgB,CAAA;CAAE,GAC7D;IAAE,EAAE,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,UAAU,CAAA;CAAE,GACjD;IAAE,EAAE,EAAE,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,WAAW,CAAA;CAAE,GACnD;IAAE,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { Money } from "../builtins";
2
+ import { ProductType } from "../entities";
3
+ export interface FallbackPriceByProductTypeIdQuery {
4
+ productTypeId: ProductType["id"];
5
+ }
6
+ export type FallbackPriceByProductTypeIdResponse = Money;
7
+ //# sourceMappingURL=fallbackPriceByProductTypeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fallbackPriceByProductTypeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/fallbackPriceByProductTypeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAKzC,MAAM,WAAW,iCAAiC;IAChD,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACjC;AAED,MAAM,MAAM,oCAAoC,GAAG,KAAK,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { IsoCountry, ResearchedProduct, UpdatableResponse } from "../builtins";
2
+ export interface FindProductsQuery {
3
+ context: string;
4
+ localization?: IsoCountry;
5
+ }
6
+ interface Data {
7
+ summary: string;
8
+ products: ResearchedProduct[];
9
+ }
10
+ export type FindProductsResponse = UpdatableResponse<Data>;
11
+ export {};
12
+ //# sourceMappingURL=findProducts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"findProducts.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/findProducts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,oBAAyB;AAEpF,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,UAAU,IAAI;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,iBAAiB,EAAE,CAAA;CAC9B;AAED,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAA"}
@@ -0,0 +1,6 @@
1
+ export type InputLayerVersionQuery = {};
2
+ export interface InputLayerVersionResponse {
3
+ model: string;
4
+ sourceData: string;
5
+ }
6
+ //# sourceMappingURL=inputLayerVersion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputLayerVersion.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/inputLayerVersion.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG,EAEpC,CAAA;AAED,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACnB"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Brand, ProductConfiguration, ProductFamily, ProductGeneration, ProductType, Rating } from "../entities";
3
+ export interface LatestRatingIdListQuery extends ListQuery {
4
+ productId: Brand["id"] | ProductConfiguration["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"];
5
+ }
6
+ export type LatestRatingIdListResponse = ListResponse<Rating["id"]>;
7
+ //# sourceMappingURL=latestRatingIdList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"latestRatingIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EACL,KAAK,EACL,oBAAoB,EACpB,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,MAAM,EACP,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,uBAAwB,SAAQ,SAAS;IACxD,SAAS,EACL,KAAK,CAAC,IAAI,CAAC,GACX,oBAAoB,CAAC,IAAI,CAAC,GAC1B,aAAa,CAAC,IAAI,CAAC,GACnB,iBAAiB,CAAC,IAAI,CAAC,GACvB,WAAW,CAAC,IAAI,CAAC,CAAA;CACtB;AAED,MAAM,MAAM,0BAA0B,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Brand, ProductGeneration, ProductType, Rating } from "../entities";
3
+ export interface LatestRatingIdListBySomeIdQuery extends ListQuery {
4
+ someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
5
+ }
6
+ export type LatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
7
+ //# sourceMappingURL=latestRatingIdListBySomeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"latestRatingIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAS3E,MAAM,WAAW,+BAAgC,SAAQ,SAAS;IAChE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAA;CAClE;AAED,MAAM,MAAM,kCAAkC,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { IsoCountry, ResearchedProductV2, Url } from "../builtins";
2
2
  export interface LookupProductQuery {
3
3
  googleProductId: string | null;
4
- googleShoppingImmersiveUrls: Url[];
4
+ googleShoppingImmersiveUrls?: Url[];
5
5
  localization?: IsoCountry;
6
6
  }
7
7
  export interface LookupProductResponse {
@@ -1 +1 @@
1
- {"version":3,"file":"lookupProduct.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/lookupProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,GAAG,EAAE,oBAAyB;AAExE,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,2BAA2B,EAAE,GAAG,EAAE,CAAA;IAClC,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAA;CACpC"}
1
+ {"version":3,"file":"lookupProduct.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/lookupProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,GAAG,EAAE,oBAAyB;AAExE,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAA;IACnC,YAAY,CAAC,EAAE,UAAU,CAAA;CAC1B;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAA;CACpC"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Media, ProductType } from "../entities";
3
+ export interface MediaIdListBySomeIdQuery extends ListQuery {
4
+ someId: ProductType["id"];
5
+ }
6
+ export type MediaIdListBySomeIdResponse = ListResponse<Media["id"]>;
7
+ //# sourceMappingURL=mediaIdListBySomeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mediaIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/mediaIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,2BAA2B,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { Category } from "../entities";
2
+ import { DisplayMode } from "../builtins";
3
+ export interface MlCategoryDisplayModeQuery {
4
+ categoryId: Category["id"];
5
+ }
6
+ export interface MlCategoryDisplayModeResponse {
7
+ mlDisplayMode: DisplayMode;
8
+ }
9
+ //# sourceMappingURL=mlCategoryDisplayMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mlCategoryDisplayMode.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/mlCategoryDisplayMode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAC5C,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAK/C,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAOD,MAAM,WAAW,6BAA6B;IAC5C,aAAa,EAAE,WAAW,CAAA;CAC3B"}
@@ -0,0 +1,6 @@
1
+ import { AnyId } from "../builtins";
2
+ export interface NoteMarkdownQuery {
3
+ anyId: AnyId;
4
+ }
5
+ export type NoteMarkdownResponse = string;
6
+ //# sourceMappingURL=noteMarkdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"noteMarkdown.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/noteMarkdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,KAAK,CAAA;CACb;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { ListQuery, ListResponse, Timestamp } from "../builtins";
2
+ import { Offer, StorePage } from "../entities";
3
+ export interface OfferIdListByStorePageIdQuery extends ListQuery<Filters> {
4
+ storePageId: StorePage["id"];
5
+ }
6
+ export type OfferIdListByStorePageIdResponse = ListResponse<Offer["id"]>;
7
+ interface Filters {
8
+ before?: Timestamp;
9
+ after?: Timestamp;
10
+ isValid?: boolean;
11
+ }
12
+ export {};
13
+ //# sourceMappingURL=offerIdListByStorePageId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offerIdListByStorePageId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/offerIdListByStorePageId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAChE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,6BAA8B,SAAQ,SAAS,CAAC,OAAO,CAAC;IACvE,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,MAAM,MAAM,gCAAgC,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAExE,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Alias, ProductType } from "../entities";
3
+ export interface PossibleAliasIdListBySomeIdQuery extends ListQuery {
4
+ someId: ProductType["id"];
5
+ }
6
+ export type PossibleAliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
7
+ //# sourceMappingURL=possibleAliasIdListBySomeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"possibleAliasIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/possibleAliasIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,WAAW,gCAAiC,SAAQ,SAAS;IACjE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,mCAAmC,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { ProductType, StorePage } from "../entities";
3
+ export interface PossibleStorePageIdListBySomeIdQuery extends ListQuery {
4
+ someId: ProductType["id"];
5
+ }
6
+ export type PossibleStorePageIdListBySomeIdResponse = ListResponse<StorePage["id"]>;
7
+ //# sourceMappingURL=possibleStorePageIdListBySomeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"possibleStorePageIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/possibleStorePageIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEpD,MAAM,WAAW,oCAAqC,SAAQ,SAAS;IACrE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,MAAM,MAAM,uCAAuC,GAAG,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, SortedListResponse } from "../builtins";
2
+ import { Category, ProductType } from "../entities";
3
+ export interface PreferredCategoryIdListByProductIdQuery extends ListQuery {
4
+ productId: ProductType["id"];
5
+ }
6
+ export type PreferredCategoryIdListByProductIdResponse = SortedListResponse<Category["id"]>;
7
+ //# sourceMappingURL=preferredCategoryIdListByProductId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferredCategoryIdListByProductId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredCategoryIdListByProductId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAC3D,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAOnD,MAAM,WAAW,uCAAwC,SAAQ,SAAS;IACxE,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,MAAM,MAAM,0CAA0C,GAAG,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ListQuery, ListResponse } from "../builtins";
2
+ import { Rating, Brand, ProductGeneration, ProductType } from "../entities";
3
+ export interface PreferredLatestRatingIdListBySomeIdQuery extends ListQuery {
4
+ someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
5
+ }
6
+ export type PreferredLatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
7
+ //# sourceMappingURL=preferredLatestRatingIdListBySomeId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferredLatestRatingIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredLatestRatingIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE3E,MAAM,WAAW,wCAAyC,SAAQ,SAAS;IACzE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAA;CAClE;AAED,MAAM,MAAM,2CAA2C,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { ListQuery, ListResponse, Money } from "../builtins";
2
+ import { ProductType, StorePage } from "../entities";
3
+ export interface PreferredStorePageListQuery extends ListQuery {
4
+ productId: ProductType["id"];
5
+ }
6
+ export type PreferredStorePageListResponse = ListResponse<PreferredStorePage>;
7
+ interface PreferredStorePage {
8
+ storePageId: StorePage["id"];
9
+ price: Money;
10
+ }
11
+ export {};
12
+ //# sourceMappingURL=preferredStorePageList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferredStorePageList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredStorePageList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQpD,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,MAAM,MAAM,8BAA8B,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAAA;AAE7E,UAAU,kBAAkB;IAC1B,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IAC5B,KAAK,EAAE,KAAK,CAAA;CACb"}
@@ -0,0 +1,17 @@
1
+ import { Money } from "../builtins";
2
+ import { Category, ProductType } from "../entities";
3
+ export interface PricePointCompetitorsQuery {
4
+ categoryId: Category["id"];
5
+ referencePrice: Money;
6
+ productTypeIds?: ProductType["id"][];
7
+ }
8
+ export interface PricePointCompetitorsResponse {
9
+ recommendedCompetitors: [PricePointCompetitor];
10
+ additionalCompetitors: [PricePointCompetitor];
11
+ }
12
+ interface PricePointCompetitor {
13
+ productTypeId: ProductType["id"];
14
+ contextualScore: number;
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=pricePointCompetitors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pricePointCompetitors.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/pricePointCompetitors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAWnD,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,EAAE,KAAK,CAAA;IACrB,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,6BAA6B;IAC5C,sBAAsB,EAAE,CAAC,oBAAoB,CAAC,CAAA;IAC9C,qBAAqB,EAAE,CAAC,oBAAoB,CAAC,CAAA;CAC9C;AAED,UAAU,oBAAoB;IAC5B,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,eAAe,EAAE,MAAM,CAAA;CACxB"}
@@ -0,0 +1,11 @@
1
+ import { IsoCurrency, Money } from "../builtins";
2
+ import { Category } from "../entities";
3
+ export interface PriceRangeByCategoryIdQuery {
4
+ categoryId: Category["id"];
5
+ currency: IsoCurrency;
6
+ }
7
+ export interface PriceRangeByCategoryIdResponse {
8
+ min: Money;
9
+ max: Money;
10
+ }
11
+ //# sourceMappingURL=priceRangeByCategoryId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"priceRangeByCategoryId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/priceRangeByCategoryId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,QAAQ,EAAE,WAAW,CAAA;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC7C,GAAG,EAAE,KAAK,CAAA;IACV,GAAG,EAAE,KAAK,CAAA;CACX"}
@@ -0,0 +1,12 @@
1
+ import { ResearchedProduct, ResearchedProductV2 } from "../builtins";
2
+ export interface ProductBookmarkByIdQuery {
3
+ productBookmarkId: string;
4
+ userId: string;
5
+ }
6
+ export interface ProductBookmarkByIdResponse {
7
+ id: string;
8
+ version: number;
9
+ product: ResearchedProduct | ResearchedProductV2;
10
+ notificationsEnabled: boolean;
11
+ }
12
+ //# sourceMappingURL=productBookmarkById.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productBookmarkById.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/productBookmarkById.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,oBAAyB;AAE1E,MAAM,WAAW,wBAAwB;IACvC,iBAAiB,EAAE,MAAM,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,2BAA2B;IAC1C,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,iBAAiB,GAAG,mBAAmB,CAAA;IAChD,oBAAoB,EAAE,OAAO,CAAA;CAC9B"}