@lustre/sdk 3.23.0-dev.5 → 3.23.0-dev.6

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 (797) hide show
  1. package/dist/api/ApiEmitter.js +7 -0
  2. package/dist/api/ApiEmitter.js.map +1 -0
  3. package/dist/api/FetchOptions.js +7 -0
  4. package/dist/api/FetchOptions.js.map +1 -0
  5. package/dist/api/MutationError.js +46 -0
  6. package/dist/api/MutationError.js.map +1 -0
  7. package/dist/api/QueryError.js +55 -0
  8. package/dist/api/QueryError.js.map +1 -0
  9. package/dist/api/QueryResolver.js +155 -0
  10. package/dist/api/QueryResolver.js.map +1 -0
  11. package/dist/api/WrappedMutation.js +3 -0
  12. package/dist/api/WrappedMutation.js.map +1 -0
  13. package/dist/api/WrappedQuery.js +3 -0
  14. package/dist/api/WrappedQuery.js.map +1 -0
  15. package/dist/api/fast1a64utf.js +136 -0
  16. package/dist/api/fast1a64utf.js.map +1 -0
  17. package/dist/api/fetchEntity.js +42 -0
  18. package/dist/api/fetchEntity.js.map +1 -0
  19. package/dist/api/fetchQuery.js +32 -0
  20. package/dist/api/fetchQuery.js.map +1 -0
  21. package/dist/api/getHash.js +28 -0
  22. package/dist/api/getHash.js.map +1 -0
  23. package/dist/api/getQueryHash.js +10 -0
  24. package/dist/api/getQueryHash.js.map +1 -0
  25. package/dist/api/sendMutation.js +48 -0
  26. package/dist/api/sendMutation.js.map +1 -0
  27. package/dist/index.js +47 -0
  28. package/dist/index.js.map +1 -0
  29. package/dist/schema/builtins.js +448 -0
  30. package/dist/schema/builtins.js.map +1 -0
  31. package/dist/schema/effects.js +3 -0
  32. package/dist/schema/effects.js.map +1 -0
  33. package/dist/schema/entities/alias.js +3 -0
  34. package/dist/schema/entities/alias.js.map +1 -0
  35. package/dist/schema/entities/brand.js +3 -0
  36. package/dist/schema/entities/brand.js.map +1 -0
  37. package/dist/schema/entities/category.js +3 -0
  38. package/dist/schema/entities/category.js.map +1 -0
  39. package/dist/schema/entities/crawl.js +3 -0
  40. package/dist/schema/entities/crawl.js.map +1 -0
  41. package/dist/schema/entities/index.js +34 -0
  42. package/dist/schema/entities/index.js.map +1 -0
  43. package/dist/schema/entities/media.js +3 -0
  44. package/dist/schema/entities/media.js.map +1 -0
  45. package/dist/schema/entities/offer.js +3 -0
  46. package/dist/schema/entities/offer.js.map +1 -0
  47. package/dist/schema/entities/productConfiguration.js +3 -0
  48. package/dist/schema/entities/productConfiguration.js.map +1 -0
  49. package/dist/schema/entities/productFamily.js +3 -0
  50. package/dist/schema/entities/productFamily.js.map +1 -0
  51. package/dist/schema/entities/productGeneration.js +3 -0
  52. package/dist/schema/entities/productGeneration.js.map +1 -0
  53. package/dist/schema/entities/productType.js +3 -0
  54. package/dist/schema/entities/productType.js.map +1 -0
  55. package/dist/schema/entities/rating.js +3 -0
  56. package/dist/schema/entities/rating.js.map +1 -0
  57. package/dist/schema/entities/source.js +3 -0
  58. package/dist/schema/entities/source.js.map +1 -0
  59. package/dist/schema/entities/spec.js +3 -0
  60. package/dist/schema/entities/spec.js.map +1 -0
  61. package/dist/schema/entities/specType.js +3 -0
  62. package/dist/schema/entities/specType.js.map +1 -0
  63. package/dist/schema/entities/specTypeChoice.js +3 -0
  64. package/dist/schema/entities/specTypeChoice.js.map +1 -0
  65. package/dist/schema/entities/storePage.js +3 -0
  66. package/dist/schema/entities/storePage.js.map +1 -0
  67. package/dist/schema/entities/storePageQueueGroup.js +3 -0
  68. package/dist/schema/entities/storePageQueueGroup.js.map +1 -0
  69. package/dist/schema/entities/user.js +3 -0
  70. package/dist/schema/entities/user.js.map +1 -0
  71. package/dist/schema/index.js +18 -0
  72. package/dist/schema/index.js.map +1 -0
  73. package/dist/schema/mutations/createBrand.js +3 -0
  74. package/dist/schema/mutations/createBrand.js.map +1 -0
  75. package/dist/schema/mutations/createCategory.js +3 -0
  76. package/dist/schema/mutations/createCategory.js.map +1 -0
  77. package/dist/schema/mutations/createMessages.js +3 -0
  78. package/dist/schema/mutations/createMessages.js.map +1 -0
  79. package/dist/schema/mutations/createProductBookmark.js +3 -0
  80. package/dist/schema/mutations/createProductBookmark.js.map +1 -0
  81. package/dist/schema/mutations/createProductConfiguration.js +3 -0
  82. package/dist/schema/mutations/createProductConfiguration.js.map +1 -0
  83. package/dist/schema/mutations/createProductFamily.js +3 -0
  84. package/dist/schema/mutations/createProductFamily.js.map +1 -0
  85. package/dist/schema/mutations/createProductGeneration.js +3 -0
  86. package/dist/schema/mutations/createProductGeneration.js.map +1 -0
  87. package/dist/schema/mutations/createProductType.js +3 -0
  88. package/dist/schema/mutations/createProductType.js.map +1 -0
  89. package/dist/schema/mutations/createPushNotificationToken.js +3 -0
  90. package/dist/schema/mutations/createPushNotificationToken.js.map +1 -0
  91. package/dist/schema/mutations/createThread.js +3 -0
  92. package/dist/schema/mutations/createThread.js.map +1 -0
  93. package/dist/schema/mutations/createUser.js +3 -0
  94. package/dist/schema/mutations/createUser.js.map +1 -0
  95. package/dist/schema/mutations/deleteProductBookmark.js +3 -0
  96. package/dist/schema/mutations/deleteProductBookmark.js.map +1 -0
  97. package/dist/schema/mutations/deletePushNotificationToken.js +3 -0
  98. package/dist/schema/mutations/deletePushNotificationToken.js.map +1 -0
  99. package/dist/schema/mutations/deleteThread.js +3 -0
  100. package/dist/schema/mutations/deleteThread.js.map +1 -0
  101. package/dist/schema/mutations/deleteUser.js +3 -0
  102. package/dist/schema/mutations/deleteUser.js.map +1 -0
  103. package/dist/schema/mutations/storePageQueueClaimById.js +3 -0
  104. package/dist/schema/mutations/storePageQueueClaimById.js.map +1 -0
  105. package/dist/schema/mutations/storePageQueueClaimNext.js +3 -0
  106. package/dist/schema/mutations/storePageQueueClaimNext.js.map +1 -0
  107. package/dist/schema/mutations/storePageQueueHandle.js +3 -0
  108. package/dist/schema/mutations/storePageQueueHandle.js.map +1 -0
  109. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +3 -0
  110. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +1 -0
  111. package/dist/schema/mutations/updateAlias.js +3 -0
  112. package/dist/schema/mutations/updateAlias.js.map +1 -0
  113. package/dist/schema/mutations/updateBrand.js +3 -0
  114. package/dist/schema/mutations/updateBrand.js.map +1 -0
  115. package/dist/schema/mutations/updateCategory.js +3 -0
  116. package/dist/schema/mutations/updateCategory.js.map +1 -0
  117. package/dist/schema/mutations/updateOffer.js +3 -0
  118. package/dist/schema/mutations/updateOffer.js.map +1 -0
  119. package/dist/schema/mutations/updateProductConfiguration.js +3 -0
  120. package/dist/schema/mutations/updateProductConfiguration.js.map +1 -0
  121. package/dist/schema/mutations/updateProductConfigurationProductType.js +3 -0
  122. package/dist/schema/mutations/updateProductConfigurationProductType.js.map +1 -0
  123. package/dist/schema/mutations/updateProductFamily.js +3 -0
  124. package/dist/schema/mutations/updateProductFamily.js.map +1 -0
  125. package/dist/schema/mutations/updateProductFamilyBrand.js +3 -0
  126. package/dist/schema/mutations/updateProductFamilyBrand.js.map +1 -0
  127. package/dist/schema/mutations/updateProductGeneration.js +3 -0
  128. package/dist/schema/mutations/updateProductGeneration.js.map +1 -0
  129. package/dist/schema/mutations/updateProductGenerationProductFamily.js +3 -0
  130. package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +1 -0
  131. package/dist/schema/mutations/updateProductType.js +3 -0
  132. package/dist/schema/mutations/updateProductType.js.map +1 -0
  133. package/dist/schema/mutations/updateProductTypeProductGeneration.js +3 -0
  134. package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +1 -0
  135. package/dist/schema/mutations/updateSource.js +3 -0
  136. package/dist/schema/mutations/updateSource.js.map +1 -0
  137. package/dist/schema/mutations/updateStorePage.js +3 -0
  138. package/dist/schema/mutations/updateStorePage.js.map +1 -0
  139. package/dist/schema/mutations/updateThread.js +3 -0
  140. package/dist/schema/mutations/updateThread.js.map +1 -0
  141. package/dist/schema/mutations/updateUserPersonalization.js +3 -0
  142. package/dist/schema/mutations/updateUserPersonalization.js.map +1 -0
  143. package/dist/schema/mutations.js +3 -0
  144. package/dist/schema/mutations.js.map +1 -0
  145. package/dist/schema/queries/affiliateLink.js +3 -0
  146. package/dist/schema/queries/affiliateLink.js.map +1 -0
  147. package/dist/schema/queries/affiliateLinkV2.js +3 -0
  148. package/dist/schema/queries/affiliateLinkV2.js.map +1 -0
  149. package/dist/schema/queries/affiliateUrl.js +3 -0
  150. package/dist/schema/queries/affiliateUrl.js.map +1 -0
  151. package/dist/schema/queries/aliasIdListBySomeId.js +3 -0
  152. package/dist/schema/queries/aliasIdListBySomeId.js.map +1 -0
  153. package/dist/schema/queries/analyticsTrack.js +3 -0
  154. package/dist/schema/queries/analyticsTrack.js.map +1 -0
  155. package/dist/schema/queries/appliedCategoryIdListBySomeId.js +3 -0
  156. package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +1 -0
  157. package/dist/schema/queries/baseScore.js +3 -0
  158. package/dist/schema/queries/baseScore.js.map +1 -0
  159. package/dist/schema/queries/baseScoreRatingIdList.js +3 -0
  160. package/dist/schema/queries/baseScoreRatingIdList.js.map +1 -0
  161. package/dist/schema/queries/baseScoresByCategoryId.js +3 -0
  162. package/dist/schema/queries/baseScoresByCategoryId.js.map +1 -0
  163. package/dist/schema/queries/bestInClass.js +3 -0
  164. package/dist/schema/queries/bestInClass.js.map +1 -0
  165. package/dist/schema/queries/brandAliasResolution.js +3 -0
  166. package/dist/schema/queries/brandAliasResolution.js.map +1 -0
  167. package/dist/schema/queries/brandCategoryRankings.js +3 -0
  168. package/dist/schema/queries/brandCategoryRankings.js.map +1 -0
  169. package/dist/schema/queries/brandIdBySomeId.js +3 -0
  170. package/dist/schema/queries/brandIdBySomeId.js.map +1 -0
  171. package/dist/schema/queries/brandIdList.js +3 -0
  172. package/dist/schema/queries/brandIdList.js.map +1 -0
  173. package/dist/schema/queries/brandIdListBySearch.js +3 -0
  174. package/dist/schema/queries/brandIdListBySearch.js.map +1 -0
  175. package/dist/schema/queries/brandSocialMediaPostList.js +3 -0
  176. package/dist/schema/queries/brandSocialMediaPostList.js.map +1 -0
  177. package/dist/schema/queries/browseTheWeb.js +3 -0
  178. package/dist/schema/queries/browseTheWeb.js.map +1 -0
  179. package/dist/schema/queries/categoryAliasResolution.js +3 -0
  180. package/dist/schema/queries/categoryAliasResolution.js.map +1 -0
  181. package/dist/schema/queries/categoryDisplayMode.js +3 -0
  182. package/dist/schema/queries/categoryDisplayMode.js.map +1 -0
  183. package/dist/schema/queries/categoryIdByUrlSlug.js +3 -0
  184. package/dist/schema/queries/categoryIdByUrlSlug.js.map +1 -0
  185. package/dist/schema/queries/categoryIdList.js +3 -0
  186. package/dist/schema/queries/categoryIdList.js.map +1 -0
  187. package/dist/schema/queries/categoryIdListBySomeId.js +3 -0
  188. package/dist/schema/queries/categoryIdListBySomeId.js.map +1 -0
  189. package/dist/schema/queries/categoryIdListBySourceId.js +3 -0
  190. package/dist/schema/queries/categoryIdListBySourceId.js.map +1 -0
  191. package/dist/schema/queries/categoryModifierSearchList.js +3 -0
  192. package/dist/schema/queries/categoryModifierSearchList.js.map +1 -0
  193. package/dist/schema/queries/categoryRankings.js +3 -0
  194. package/dist/schema/queries/categoryRankings.js.map +1 -0
  195. package/dist/schema/queries/categorySearchList.js +3 -0
  196. package/dist/schema/queries/categorySearchList.js.map +1 -0
  197. package/dist/schema/queries/categoryStatusList.js +3 -0
  198. package/dist/schema/queries/categoryStatusList.js.map +1 -0
  199. package/dist/schema/queries/chatFollowupSuggestions.js +3 -0
  200. package/dist/schema/queries/chatFollowupSuggestions.js.map +1 -0
  201. package/dist/schema/queries/competitorsAnalysis.js +3 -0
  202. package/dist/schema/queries/competitorsAnalysis.js.map +1 -0
  203. package/dist/schema/queries/couponsList.js +3 -0
  204. package/dist/schema/queries/couponsList.js.map +1 -0
  205. package/dist/schema/queries/crawlIdList.js +3 -0
  206. package/dist/schema/queries/crawlIdList.js.map +1 -0
  207. package/dist/schema/queries/crawlIdListByUrl.js +3 -0
  208. package/dist/schema/queries/crawlIdListByUrl.js.map +1 -0
  209. package/dist/schema/queries/descriptionMarkdown.js +3 -0
  210. package/dist/schema/queries/descriptionMarkdown.js.map +1 -0
  211. package/dist/schema/queries/domainAnalysis.js +3 -0
  212. package/dist/schema/queries/domainAnalysis.js.map +1 -0
  213. package/dist/schema/queries/domainSupport.js +3 -0
  214. package/dist/schema/queries/domainSupport.js.map +1 -0
  215. package/dist/schema/queries/educationalSearch.js +3 -0
  216. package/dist/schema/queries/educationalSearch.js.map +1 -0
  217. package/dist/schema/queries/entityType.js +3 -0
  218. package/dist/schema/queries/entityType.js.map +1 -0
  219. package/dist/schema/queries/exampleQueries.js +3 -0
  220. package/dist/schema/queries/exampleQueries.js.map +1 -0
  221. package/dist/schema/queries/fallbackPriceByProductTypeId.js +3 -0
  222. package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +1 -0
  223. package/dist/schema/queries/findProducts.js +3 -0
  224. package/dist/schema/queries/findProducts.js.map +1 -0
  225. package/dist/schema/queries/findProductsV2.js +3 -0
  226. package/dist/schema/queries/findProductsV2.js.map +1 -0
  227. package/dist/schema/queries/inputLayerVersion.js +3 -0
  228. package/dist/schema/queries/inputLayerVersion.js.map +1 -0
  229. package/dist/schema/queries/latestRatingIdList.js +3 -0
  230. package/dist/schema/queries/latestRatingIdList.js.map +1 -0
  231. package/dist/schema/queries/latestRatingIdListBySomeId.js +3 -0
  232. package/dist/schema/queries/latestRatingIdListBySomeId.js.map +1 -0
  233. package/dist/schema/queries/localServices.js +3 -0
  234. package/dist/schema/queries/localServices.js.map +1 -0
  235. package/dist/schema/queries/lookupProduct.js +3 -0
  236. package/dist/schema/queries/lookupProduct.js.map +1 -0
  237. package/dist/schema/queries/mediaIdListBySomeId.js +3 -0
  238. package/dist/schema/queries/mediaIdListBySomeId.js.map +1 -0
  239. package/dist/schema/queries/mlCategoryDisplayMode.js +3 -0
  240. package/dist/schema/queries/mlCategoryDisplayMode.js.map +1 -0
  241. package/dist/schema/queries/noteMarkdown.js +3 -0
  242. package/dist/schema/queries/noteMarkdown.js.map +1 -0
  243. package/dist/schema/queries/offerIdListByStorePageId.js +3 -0
  244. package/dist/schema/queries/offerIdListByStorePageId.js.map +1 -0
  245. package/dist/schema/queries/possibleAliasIdListBySomeId.js +3 -0
  246. package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +1 -0
  247. package/dist/schema/queries/possibleStorePageIdListBySomeId.js +3 -0
  248. package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +1 -0
  249. package/dist/schema/queries/preferredCategoryIdListByProductId.js +3 -0
  250. package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +1 -0
  251. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +3 -0
  252. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +1 -0
  253. package/dist/schema/queries/preferredStorePageList.js +3 -0
  254. package/dist/schema/queries/preferredStorePageList.js.map +1 -0
  255. package/dist/schema/queries/priceHistoryLists.js +3 -0
  256. package/dist/schema/queries/priceHistoryLists.js.map +1 -0
  257. package/dist/schema/queries/priceHistoryLookup.js +3 -0
  258. package/dist/schema/queries/priceHistoryLookup.js.map +1 -0
  259. package/dist/schema/queries/pricePointCompetitors.js +3 -0
  260. package/dist/schema/queries/pricePointCompetitors.js.map +1 -0
  261. package/dist/schema/queries/priceRangeByCategoryId.js +3 -0
  262. package/dist/schema/queries/priceRangeByCategoryId.js.map +1 -0
  263. package/dist/schema/queries/productApiSupportedDomains.js +3 -0
  264. package/dist/schema/queries/productApiSupportedDomains.js.map +1 -0
  265. package/dist/schema/queries/productBookmarkList.js +3 -0
  266. package/dist/schema/queries/productBookmarkList.js.map +1 -0
  267. package/dist/schema/queries/productBookmarksNames.js +3 -0
  268. package/dist/schema/queries/productBookmarksNames.js.map +1 -0
  269. package/dist/schema/queries/productConfigurationIdListBySomeId.js +3 -0
  270. package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +1 -0
  271. package/dist/schema/queries/productDealList.js +3 -0
  272. package/dist/schema/queries/productDealList.js.map +1 -0
  273. package/dist/schema/queries/productDeals.js +3 -0
  274. package/dist/schema/queries/productDeals.js.map +1 -0
  275. package/dist/schema/queries/productDocumentByStoreUrl.js +3 -0
  276. package/dist/schema/queries/productDocumentByStoreUrl.js.map +1 -0
  277. package/dist/schema/queries/productDocumentsByProductIds.js +3 -0
  278. package/dist/schema/queries/productDocumentsByProductIds.js.map +1 -0
  279. package/dist/schema/queries/productFamilyIdBySomeId.js +3 -0
  280. package/dist/schema/queries/productFamilyIdBySomeId.js.map +1 -0
  281. package/dist/schema/queries/productFamilyIdListBySomeId.js +3 -0
  282. package/dist/schema/queries/productFamilyIdListBySomeId.js.map +1 -0
  283. package/dist/schema/queries/productGenerationIdBySomeId.js +3 -0
  284. package/dist/schema/queries/productGenerationIdBySomeId.js.map +1 -0
  285. package/dist/schema/queries/productGenerationIdListBySomeId.js +3 -0
  286. package/dist/schema/queries/productGenerationIdListBySomeId.js.map +1 -0
  287. package/dist/schema/queries/productListSort.js +3 -0
  288. package/dist/schema/queries/productListSort.js.map +1 -0
  289. package/dist/schema/queries/productPricePointList.js +3 -0
  290. package/dist/schema/queries/productPricePointList.js.map +1 -0
  291. package/dist/schema/queries/productSearchList.js +3 -0
  292. package/dist/schema/queries/productSearchList.js.map +1 -0
  293. package/dist/schema/queries/productTradeoffs.js +3 -0
  294. package/dist/schema/queries/productTradeoffs.js.map +1 -0
  295. package/dist/schema/queries/productTypeIdBySomeId.js +3 -0
  296. package/dist/schema/queries/productTypeIdBySomeId.js.map +1 -0
  297. package/dist/schema/queries/productTypeIdByStoreUrl.js +3 -0
  298. package/dist/schema/queries/productTypeIdByStoreUrl.js.map +1 -0
  299. package/dist/schema/queries/productTypeIdListByCategoryId.js +3 -0
  300. package/dist/schema/queries/productTypeIdListByCategoryId.js.map +1 -0
  301. package/dist/schema/queries/productTypeIdListByModifiers.js +3 -0
  302. package/dist/schema/queries/productTypeIdListByModifiers.js.map +1 -0
  303. package/dist/schema/queries/productTypeIdListBySomeId.js +3 -0
  304. package/dist/schema/queries/productTypeIdListBySomeId.js.map +1 -0
  305. package/dist/schema/queries/pushNotificationTokens.js +3 -0
  306. package/dist/schema/queries/pushNotificationTokens.js.map +1 -0
  307. package/dist/schema/queries/querySuggestions.js +3 -0
  308. package/dist/schema/queries/querySuggestions.js.map +1 -0
  309. package/dist/schema/queries/refineUserRequest.js +3 -0
  310. package/dist/schema/queries/refineUserRequest.js.map +1 -0
  311. package/dist/schema/queries/research.js +3 -0
  312. package/dist/schema/queries/research.js.map +1 -0
  313. package/dist/schema/queries/researchBestProducts.js +3 -0
  314. package/dist/schema/queries/researchBestProducts.js.map +1 -0
  315. package/dist/schema/queries/researchBestProductsV2.js +3 -0
  316. package/dist/schema/queries/researchBestProductsV2.js.map +1 -0
  317. package/dist/schema/queries/researchDeals.js +3 -0
  318. package/dist/schema/queries/researchDeals.js.map +1 -0
  319. package/dist/schema/queries/researchProductComparison.js +3 -0
  320. package/dist/schema/queries/researchProductComparison.js.map +1 -0
  321. package/dist/schema/queries/researchProductReview.js +3 -0
  322. package/dist/schema/queries/researchProductReview.js.map +1 -0
  323. package/dist/schema/queries/researchQueryRefinement.js +3 -0
  324. package/dist/schema/queries/researchQueryRefinement.js.map +1 -0
  325. package/dist/schema/queries/saleMetrics.js +3 -0
  326. package/dist/schema/queries/saleMetrics.js.map +1 -0
  327. package/dist/schema/queries/searchSuggestionList.js +3 -0
  328. package/dist/schema/queries/searchSuggestionList.js.map +1 -0
  329. package/dist/schema/queries/sectionDataByCrawlId.js +3 -0
  330. package/dist/schema/queries/sectionDataByCrawlId.js.map +1 -0
  331. package/dist/schema/queries/sourceIdList.js +3 -0
  332. package/dist/schema/queries/sourceIdList.js.map +1 -0
  333. package/dist/schema/queries/specIdListBySomeId.js +3 -0
  334. package/dist/schema/queries/specIdListBySomeId.js.map +1 -0
  335. package/dist/schema/queries/specTypeIdList.js +3 -0
  336. package/dist/schema/queries/specTypeIdList.js.map +1 -0
  337. package/dist/schema/queries/specTypeValidValues.js +3 -0
  338. package/dist/schema/queries/specTypeValidValues.js.map +1 -0
  339. package/dist/schema/queries/specValueRangeListByCategoryId.js +3 -0
  340. package/dist/schema/queries/specValueRangeListByCategoryId.js.map +1 -0
  341. package/dist/schema/queries/stablePriceByProductId.js +3 -0
  342. package/dist/schema/queries/stablePriceByProductId.js.map +1 -0
  343. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +3 -0
  344. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +1 -0
  345. package/dist/schema/queries/stablePriceByStorePageId.js +3 -0
  346. package/dist/schema/queries/stablePriceByStorePageId.js.map +1 -0
  347. package/dist/schema/queries/storePageFetchData.js +3 -0
  348. package/dist/schema/queries/storePageFetchData.js.map +1 -0
  349. package/dist/schema/queries/storePageIdByUrl.js +3 -0
  350. package/dist/schema/queries/storePageIdByUrl.js.map +1 -0
  351. package/dist/schema/queries/storePageIdListBySomeId.js +3 -0
  352. package/dist/schema/queries/storePageIdListBySomeId.js.map +1 -0
  353. package/dist/schema/queries/storePageInfo.js +3 -0
  354. package/dist/schema/queries/storePageInfo.js.map +1 -0
  355. package/dist/schema/queries/storePageInfoBySku.js +3 -0
  356. package/dist/schema/queries/storePageInfoBySku.js.map +1 -0
  357. package/dist/schema/queries/storePageScrapeData.js +3 -0
  358. package/dist/schema/queries/storePageScrapeData.js.map +1 -0
  359. package/dist/schema/queries/subCategoryIdListByCategoryId.js +3 -0
  360. package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +1 -0
  361. package/dist/schema/queries/subsetModifierDataByModifiers.js +3 -0
  362. package/dist/schema/queries/subsetModifierDataByModifiers.js.map +1 -0
  363. package/dist/schema/queries/thread.js +3 -0
  364. package/dist/schema/queries/thread.js.map +1 -0
  365. package/dist/schema/queries/threadIdList.js +3 -0
  366. package/dist/schema/queries/threadIdList.js.map +1 -0
  367. package/dist/schema/queries/threadMessage.js +3 -0
  368. package/dist/schema/queries/threadMessage.js.map +1 -0
  369. package/dist/schema/queries/threadMessageList.js +3 -0
  370. package/dist/schema/queries/threadMessageList.js.map +1 -0
  371. package/dist/schema/queries/topProductDocumentList.js +3 -0
  372. package/dist/schema/queries/topProductDocumentList.js.map +1 -0
  373. package/dist/schema/queries/unreadThreadIdList.js +3 -0
  374. package/dist/schema/queries/unreadThreadIdList.js.map +1 -0
  375. package/dist/schema/queries/unstableMediaIdListByCategoryId.js +3 -0
  376. package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +1 -0
  377. package/dist/schema/queries/unstableSourceTrust.js +3 -0
  378. package/dist/schema/queries/unstableSourceTrust.js.map +1 -0
  379. package/dist/schema/queries/userData.js +3 -0
  380. package/dist/schema/queries/userData.js.map +1 -0
  381. package/dist/schema/queries/userIdList.js +3 -0
  382. package/dist/schema/queries/userIdList.js.map +1 -0
  383. package/dist/schema/queries/userPermissionsByUserId.js +3 -0
  384. package/dist/schema/queries/userPermissionsByUserId.js.map +1 -0
  385. package/dist/schema/queries/userPersonalization.js +3 -0
  386. package/dist/schema/queries/userPersonalization.js.map +1 -0
  387. package/dist/schema/queries/userProductDeals.js +3 -0
  388. package/dist/schema/queries/userProductDeals.js.map +1 -0
  389. package/dist/schema/queries/userRestictedData.js +3 -0
  390. package/dist/schema/queries/userRestictedData.js.map +1 -0
  391. package/dist/schema/queries/userReviewAnalysis.js +3 -0
  392. package/dist/schema/queries/userReviewAnalysis.js.map +1 -0
  393. package/dist/schema/queries/whoAmI.js +3 -0
  394. package/dist/schema/queries/whoAmI.js.map +1 -0
  395. package/dist/schema/queries.js +3 -0
  396. package/dist/schema/queries.js.map +1 -0
  397. package/dist/schema/responses.js +3 -0
  398. package/dist/schema/responses.js.map +1 -0
  399. package/package.json +1 -1
  400. package/types/api/ApiEmitter.d.ts +10 -0
  401. package/types/api/ApiEmitter.d.ts.map +1 -0
  402. package/types/api/FetchOptions.d.ts +7 -0
  403. package/types/api/FetchOptions.d.ts.map +1 -0
  404. package/types/api/MutationError.d.ts +25 -0
  405. package/types/api/MutationError.d.ts.map +1 -0
  406. package/types/api/QueryError.d.ts +30 -0
  407. package/types/api/QueryError.d.ts.map +1 -0
  408. package/types/api/QueryResolver.d.ts +42 -0
  409. package/types/api/QueryResolver.d.ts.map +1 -0
  410. package/types/api/WrappedMutation.d.ts +9 -0
  411. package/types/api/WrappedMutation.d.ts.map +1 -0
  412. package/types/api/WrappedQuery.d.ts +9 -0
  413. package/types/api/WrappedQuery.d.ts.map +1 -0
  414. package/types/api/fast1a64utf.d.ts +3 -0
  415. package/types/api/fast1a64utf.d.ts.map +1 -0
  416. package/types/api/fetchEntity.d.ts +7 -0
  417. package/types/api/fetchEntity.d.ts.map +1 -0
  418. package/types/api/fetchQuery.d.ts +9 -0
  419. package/types/api/fetchQuery.d.ts.map +1 -0
  420. package/types/api/getHash.d.ts +7 -0
  421. package/types/api/getHash.d.ts.map +1 -0
  422. package/types/api/getQueryHash.d.ts +3 -0
  423. package/types/api/getQueryHash.d.ts.map +1 -0
  424. package/types/api/sendMutation.d.ts +6 -0
  425. package/types/api/sendMutation.d.ts.map +1 -0
  426. package/types/index.d.ts +13 -0
  427. package/types/index.d.ts.map +1 -0
  428. package/types/schema/builtins.d.ts +397 -0
  429. package/types/schema/builtins.d.ts.map +1 -0
  430. package/types/schema/effects.d.ts +11 -0
  431. package/types/schema/effects.d.ts.map +1 -0
  432. package/types/schema/entities/alias.d.ts +6 -0
  433. package/types/schema/entities/alias.d.ts.map +1 -0
  434. package/types/schema/entities/brand.d.ts +5 -0
  435. package/types/schema/entities/brand.d.ts.map +1 -0
  436. package/types/schema/entities/category.d.ts +7 -0
  437. package/types/schema/entities/category.d.ts.map +1 -0
  438. package/types/schema/entities/crawl.d.ts +12 -0
  439. package/types/schema/entities/crawl.d.ts.map +1 -0
  440. package/types/schema/entities/index.d.ts +18 -0
  441. package/types/schema/entities/index.d.ts.map +1 -0
  442. package/types/schema/entities/media.d.ts +6 -0
  443. package/types/schema/entities/media.d.ts.map +1 -0
  444. package/types/schema/entities/offer.d.ts +11 -0
  445. package/types/schema/entities/offer.d.ts.map +1 -0
  446. package/types/schema/entities/productConfiguration.d.ts +5 -0
  447. package/types/schema/entities/productConfiguration.d.ts.map +1 -0
  448. package/types/schema/entities/productFamily.d.ts +5 -0
  449. package/types/schema/entities/productFamily.d.ts.map +1 -0
  450. package/types/schema/entities/productGeneration.d.ts +5 -0
  451. package/types/schema/entities/productGeneration.d.ts.map +1 -0
  452. package/types/schema/entities/productType.d.ts +5 -0
  453. package/types/schema/entities/productType.d.ts.map +1 -0
  454. package/types/schema/entities/rating.d.ts +53 -0
  455. package/types/schema/entities/rating.d.ts.map +1 -0
  456. package/types/schema/entities/source.d.ts +8 -0
  457. package/types/schema/entities/source.d.ts.map +1 -0
  458. package/types/schema/entities/spec.d.ts +22 -0
  459. package/types/schema/entities/spec.d.ts.map +1 -0
  460. package/types/schema/entities/specType.d.ts +6 -0
  461. package/types/schema/entities/specType.d.ts.map +1 -0
  462. package/types/schema/entities/specTypeChoice.d.ts +7 -0
  463. package/types/schema/entities/specTypeChoice.d.ts.map +1 -0
  464. package/types/schema/entities/storePage.d.ts +8 -0
  465. package/types/schema/entities/storePage.d.ts.map +1 -0
  466. package/types/schema/entities/storePageQueueGroup.d.ts +6 -0
  467. package/types/schema/entities/storePageQueueGroup.d.ts.map +1 -0
  468. package/types/schema/entities/user.d.ts +5 -0
  469. package/types/schema/entities/user.d.ts.map +1 -0
  470. package/types/schema/index.d.ts +368 -0
  471. package/types/schema/index.d.ts.map +1 -0
  472. package/types/schema/mutations/createBrand.d.ts +9 -0
  473. package/types/schema/mutations/createBrand.d.ts.map +1 -0
  474. package/types/schema/mutations/createCategory.d.ts +9 -0
  475. package/types/schema/mutations/createCategory.d.ts.map +1 -0
  476. package/types/schema/mutations/createMessages.d.ts +10 -0
  477. package/types/schema/mutations/createMessages.d.ts.map +1 -0
  478. package/types/schema/mutations/createProductBookmark.d.ts +10 -0
  479. package/types/schema/mutations/createProductBookmark.d.ts.map +1 -0
  480. package/types/schema/mutations/createProductConfiguration.d.ts +10 -0
  481. package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -0
  482. package/types/schema/mutations/createProductFamily.d.ts +10 -0
  483. package/types/schema/mutations/createProductFamily.d.ts.map +1 -0
  484. package/types/schema/mutations/createProductGeneration.d.ts +10 -0
  485. package/types/schema/mutations/createProductGeneration.d.ts.map +1 -0
  486. package/types/schema/mutations/createProductType.d.ts +10 -0
  487. package/types/schema/mutations/createProductType.d.ts.map +1 -0
  488. package/types/schema/mutations/createPushNotificationToken.d.ts +7 -0
  489. package/types/schema/mutations/createPushNotificationToken.d.ts.map +1 -0
  490. package/types/schema/mutations/createThread.d.ts +20 -0
  491. package/types/schema/mutations/createThread.d.ts.map +1 -0
  492. package/types/schema/mutations/createUser.d.ts +10 -0
  493. package/types/schema/mutations/createUser.d.ts.map +1 -0
  494. package/types/schema/mutations/deleteProductBookmark.d.ts +8 -0
  495. package/types/schema/mutations/deleteProductBookmark.d.ts.map +1 -0
  496. package/types/schema/mutations/deletePushNotificationToken.d.ts +7 -0
  497. package/types/schema/mutations/deletePushNotificationToken.d.ts.map +1 -0
  498. package/types/schema/mutations/deleteThread.d.ts +7 -0
  499. package/types/schema/mutations/deleteThread.d.ts.map +1 -0
  500. package/types/schema/mutations/deleteUser.d.ts +7 -0
  501. package/types/schema/mutations/deleteUser.d.ts.map +1 -0
  502. package/types/schema/mutations/storePageQueueClaimById.d.ts +17 -0
  503. package/types/schema/mutations/storePageQueueClaimById.d.ts.map +1 -0
  504. package/types/schema/mutations/storePageQueueClaimNext.d.ts +15 -0
  505. package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +1 -0
  506. package/types/schema/mutations/storePageQueueHandle.d.ts +15 -0
  507. package/types/schema/mutations/storePageQueueHandle.d.ts.map +1 -0
  508. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +15 -0
  509. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +1 -0
  510. package/types/schema/mutations/updateAlias.d.ts +8 -0
  511. package/types/schema/mutations/updateAlias.d.ts.map +1 -0
  512. package/types/schema/mutations/updateBrand.d.ts +8 -0
  513. package/types/schema/mutations/updateBrand.d.ts.map +1 -0
  514. package/types/schema/mutations/updateCategory.d.ts +10 -0
  515. package/types/schema/mutations/updateCategory.d.ts.map +1 -0
  516. package/types/schema/mutations/updateOffer.d.ts +8 -0
  517. package/types/schema/mutations/updateOffer.d.ts.map +1 -0
  518. package/types/schema/mutations/updateProductConfiguration.d.ts +8 -0
  519. package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -0
  520. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +8 -0
  521. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -0
  522. package/types/schema/mutations/updateProductFamily.d.ts +8 -0
  523. package/types/schema/mutations/updateProductFamily.d.ts.map +1 -0
  524. package/types/schema/mutations/updateProductFamilyBrand.d.ts +8 -0
  525. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -0
  526. package/types/schema/mutations/updateProductGeneration.d.ts +8 -0
  527. package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -0
  528. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +8 -0
  529. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -0
  530. package/types/schema/mutations/updateProductType.d.ts +8 -0
  531. package/types/schema/mutations/updateProductType.d.ts.map +1 -0
  532. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +8 -0
  533. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -0
  534. package/types/schema/mutations/updateSource.d.ts +10 -0
  535. package/types/schema/mutations/updateSource.d.ts.map +1 -0
  536. package/types/schema/mutations/updateStorePage.d.ts +8 -0
  537. package/types/schema/mutations/updateStorePage.d.ts.map +1 -0
  538. package/types/schema/mutations/updateThread.d.ts +11 -0
  539. package/types/schema/mutations/updateThread.d.ts.map +1 -0
  540. package/types/schema/mutations/updateUserPersonalization.d.ts +7 -0
  541. package/types/schema/mutations/updateUserPersonalization.d.ts.map +1 -0
  542. package/types/schema/mutations.d.ts +11 -0
  543. package/types/schema/mutations.d.ts.map +1 -0
  544. package/types/schema/queries/affiliateLink.d.ts +13 -0
  545. package/types/schema/queries/affiliateLink.d.ts.map +1 -0
  546. package/types/schema/queries/affiliateLinkV2.d.ts +19 -0
  547. package/types/schema/queries/affiliateLinkV2.d.ts.map +1 -0
  548. package/types/schema/queries/affiliateUrl.d.ts +12 -0
  549. package/types/schema/queries/affiliateUrl.d.ts.map +1 -0
  550. package/types/schema/queries/aliasIdListBySomeId.d.ts +7 -0
  551. package/types/schema/queries/aliasIdListBySomeId.d.ts.map +1 -0
  552. package/types/schema/queries/analyticsTrack.d.ts +6 -0
  553. package/types/schema/queries/analyticsTrack.d.ts.map +1 -0
  554. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +7 -0
  555. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +1 -0
  556. package/types/schema/queries/baseScore.d.ts +9 -0
  557. package/types/schema/queries/baseScore.d.ts.map +1 -0
  558. package/types/schema/queries/baseScoreRatingIdList.d.ts +8 -0
  559. package/types/schema/queries/baseScoreRatingIdList.d.ts.map +1 -0
  560. package/types/schema/queries/baseScoresByCategoryId.d.ts +12 -0
  561. package/types/schema/queries/baseScoresByCategoryId.d.ts.map +1 -0
  562. package/types/schema/queries/bestInClass.d.ts +20 -0
  563. package/types/schema/queries/bestInClass.d.ts.map +1 -0
  564. package/types/schema/queries/brandAliasResolution.d.ts +11 -0
  565. package/types/schema/queries/brandAliasResolution.d.ts.map +1 -0
  566. package/types/schema/queries/brandCategoryRankings.d.ts +37 -0
  567. package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -0
  568. package/types/schema/queries/brandIdBySomeId.d.ts +6 -0
  569. package/types/schema/queries/brandIdBySomeId.d.ts.map +1 -0
  570. package/types/schema/queries/brandIdList.d.ts +9 -0
  571. package/types/schema/queries/brandIdList.d.ts.map +1 -0
  572. package/types/schema/queries/brandIdListBySearch.d.ts +7 -0
  573. package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -0
  574. package/types/schema/queries/brandSocialMediaPostList.d.ts +22 -0
  575. package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -0
  576. package/types/schema/queries/browseTheWeb.d.ts +14 -0
  577. package/types/schema/queries/browseTheWeb.d.ts.map +1 -0
  578. package/types/schema/queries/categoryAliasResolution.d.ts +13 -0
  579. package/types/schema/queries/categoryAliasResolution.d.ts.map +1 -0
  580. package/types/schema/queries/categoryDisplayMode.d.ts +11 -0
  581. package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -0
  582. package/types/schema/queries/categoryIdByUrlSlug.d.ts +6 -0
  583. package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +1 -0
  584. package/types/schema/queries/categoryIdList.d.ts +9 -0
  585. package/types/schema/queries/categoryIdList.d.ts.map +1 -0
  586. package/types/schema/queries/categoryIdListBySomeId.d.ts +11 -0
  587. package/types/schema/queries/categoryIdListBySomeId.d.ts.map +1 -0
  588. package/types/schema/queries/categoryIdListBySourceId.d.ts +7 -0
  589. package/types/schema/queries/categoryIdListBySourceId.d.ts.map +1 -0
  590. package/types/schema/queries/categoryModifierSearchList.d.ts +22 -0
  591. package/types/schema/queries/categoryModifierSearchList.d.ts.map +1 -0
  592. package/types/schema/queries/categoryRankings.d.ts +14 -0
  593. package/types/schema/queries/categoryRankings.d.ts.map +1 -0
  594. package/types/schema/queries/categorySearchList.d.ts +17 -0
  595. package/types/schema/queries/categorySearchList.d.ts.map +1 -0
  596. package/types/schema/queries/categoryStatusList.d.ts +10 -0
  597. package/types/schema/queries/categoryStatusList.d.ts.map +1 -0
  598. package/types/schema/queries/chatFollowupSuggestions.d.ts +8 -0
  599. package/types/schema/queries/chatFollowupSuggestions.d.ts.map +1 -0
  600. package/types/schema/queries/competitorsAnalysis.d.ts +37 -0
  601. package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -0
  602. package/types/schema/queries/couponsList.d.ts +13 -0
  603. package/types/schema/queries/couponsList.d.ts.map +1 -0
  604. package/types/schema/queries/crawlIdList.d.ts +12 -0
  605. package/types/schema/queries/crawlIdList.d.ts.map +1 -0
  606. package/types/schema/queries/crawlIdListByUrl.d.ts +7 -0
  607. package/types/schema/queries/crawlIdListByUrl.d.ts.map +1 -0
  608. package/types/schema/queries/descriptionMarkdown.d.ts +6 -0
  609. package/types/schema/queries/descriptionMarkdown.d.ts.map +1 -0
  610. package/types/schema/queries/domainAnalysis.d.ts +19 -0
  611. package/types/schema/queries/domainAnalysis.d.ts.map +1 -0
  612. package/types/schema/queries/domainSupport.d.ts +5 -0
  613. package/types/schema/queries/domainSupport.d.ts.map +1 -0
  614. package/types/schema/queries/educationalSearch.d.ts +15 -0
  615. package/types/schema/queries/educationalSearch.d.ts.map +1 -0
  616. package/types/schema/queries/entityType.d.ts +55 -0
  617. package/types/schema/queries/entityType.d.ts.map +1 -0
  618. package/types/schema/queries/exampleQueries.d.ts +16 -0
  619. package/types/schema/queries/exampleQueries.d.ts.map +1 -0
  620. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +7 -0
  621. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +1 -0
  622. package/types/schema/queries/findProducts.d.ts +14 -0
  623. package/types/schema/queries/findProducts.d.ts.map +1 -0
  624. package/types/schema/queries/findProductsV2.d.ts +7 -0
  625. package/types/schema/queries/findProductsV2.d.ts.map +1 -0
  626. package/types/schema/queries/inputLayerVersion.d.ts +6 -0
  627. package/types/schema/queries/inputLayerVersion.d.ts.map +1 -0
  628. package/types/schema/queries/latestRatingIdList.d.ts +7 -0
  629. package/types/schema/queries/latestRatingIdList.d.ts.map +1 -0
  630. package/types/schema/queries/latestRatingIdListBySomeId.d.ts +7 -0
  631. package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +1 -0
  632. package/types/schema/queries/localServices.d.ts +13 -0
  633. package/types/schema/queries/localServices.d.ts.map +1 -0
  634. package/types/schema/queries/lookupProduct.d.ts +9 -0
  635. package/types/schema/queries/lookupProduct.d.ts.map +1 -0
  636. package/types/schema/queries/mediaIdListBySomeId.d.ts +7 -0
  637. package/types/schema/queries/mediaIdListBySomeId.d.ts.map +1 -0
  638. package/types/schema/queries/mlCategoryDisplayMode.d.ts +9 -0
  639. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -0
  640. package/types/schema/queries/noteMarkdown.d.ts +6 -0
  641. package/types/schema/queries/noteMarkdown.d.ts.map +1 -0
  642. package/types/schema/queries/offerIdListByStorePageId.d.ts +13 -0
  643. package/types/schema/queries/offerIdListByStorePageId.d.ts.map +1 -0
  644. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +7 -0
  645. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +1 -0
  646. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +7 -0
  647. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +1 -0
  648. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +7 -0
  649. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +1 -0
  650. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +7 -0
  651. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +1 -0
  652. package/types/schema/queries/preferredStorePageList.d.ts +12 -0
  653. package/types/schema/queries/preferredStorePageList.d.ts.map +1 -0
  654. package/types/schema/queries/priceHistoryLists.d.ts +26 -0
  655. package/types/schema/queries/priceHistoryLists.d.ts.map +1 -0
  656. package/types/schema/queries/priceHistoryLookup.d.ts +15 -0
  657. package/types/schema/queries/priceHistoryLookup.d.ts.map +1 -0
  658. package/types/schema/queries/pricePointCompetitors.d.ts +17 -0
  659. package/types/schema/queries/pricePointCompetitors.d.ts.map +1 -0
  660. package/types/schema/queries/priceRangeByCategoryId.d.ts +11 -0
  661. package/types/schema/queries/priceRangeByCategoryId.d.ts.map +1 -0
  662. package/types/schema/queries/productApiSupportedDomains.d.ts +8 -0
  663. package/types/schema/queries/productApiSupportedDomains.d.ts.map +1 -0
  664. package/types/schema/queries/productBookmarkList.d.ts +18 -0
  665. package/types/schema/queries/productBookmarkList.d.ts.map +1 -0
  666. package/types/schema/queries/productBookmarksNames.d.ts +12 -0
  667. package/types/schema/queries/productBookmarksNames.d.ts.map +1 -0
  668. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +7 -0
  669. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +1 -0
  670. package/types/schema/queries/productDealList.d.ts +14 -0
  671. package/types/schema/queries/productDealList.d.ts.map +1 -0
  672. package/types/schema/queries/productDeals.d.ts +6 -0
  673. package/types/schema/queries/productDeals.d.ts.map +1 -0
  674. package/types/schema/queries/productDocumentByStoreUrl.d.ts +8 -0
  675. package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +1 -0
  676. package/types/schema/queries/productDocumentsByProductIds.d.ts +7 -0
  677. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -0
  678. package/types/schema/queries/productFamilyIdBySomeId.d.ts +6 -0
  679. package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +1 -0
  680. package/types/schema/queries/productFamilyIdListBySomeId.d.ts +7 -0
  681. package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +1 -0
  682. package/types/schema/queries/productGenerationIdBySomeId.d.ts +6 -0
  683. package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +1 -0
  684. package/types/schema/queries/productGenerationIdListBySomeId.d.ts +7 -0
  685. package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +1 -0
  686. package/types/schema/queries/productListSort.d.ts +10 -0
  687. package/types/schema/queries/productListSort.d.ts.map +1 -0
  688. package/types/schema/queries/productPricePointList.d.ts +14 -0
  689. package/types/schema/queries/productPricePointList.d.ts.map +1 -0
  690. package/types/schema/queries/productSearchList.d.ts +40 -0
  691. package/types/schema/queries/productSearchList.d.ts.map +1 -0
  692. package/types/schema/queries/productTradeoffs.d.ts +46 -0
  693. package/types/schema/queries/productTradeoffs.d.ts.map +1 -0
  694. package/types/schema/queries/productTypeIdBySomeId.d.ts +6 -0
  695. package/types/schema/queries/productTypeIdBySomeId.d.ts.map +1 -0
  696. package/types/schema/queries/productTypeIdByStoreUrl.d.ts +7 -0
  697. package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +1 -0
  698. package/types/schema/queries/productTypeIdListByCategoryId.d.ts +11 -0
  699. package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +1 -0
  700. package/types/schema/queries/productTypeIdListByModifiers.d.ts +8 -0
  701. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -0
  702. package/types/schema/queries/productTypeIdListBySomeId.d.ts +7 -0
  703. package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +1 -0
  704. package/types/schema/queries/pushNotificationTokens.d.ts +6 -0
  705. package/types/schema/queries/pushNotificationTokens.d.ts.map +1 -0
  706. package/types/schema/queries/querySuggestions.d.ts +7 -0
  707. package/types/schema/queries/querySuggestions.d.ts.map +1 -0
  708. package/types/schema/queries/refineUserRequest.d.ts +15 -0
  709. package/types/schema/queries/refineUserRequest.d.ts.map +1 -0
  710. package/types/schema/queries/research.d.ts +12 -0
  711. package/types/schema/queries/research.d.ts.map +1 -0
  712. package/types/schema/queries/researchBestProducts.d.ts +20 -0
  713. package/types/schema/queries/researchBestProducts.d.ts.map +1 -0
  714. package/types/schema/queries/researchBestProductsV2.d.ts +10 -0
  715. package/types/schema/queries/researchBestProductsV2.d.ts.map +1 -0
  716. package/types/schema/queries/researchDeals.d.ts +9 -0
  717. package/types/schema/queries/researchDeals.d.ts.map +1 -0
  718. package/types/schema/queries/researchProductComparison.d.ts +20 -0
  719. package/types/schema/queries/researchProductComparison.d.ts.map +1 -0
  720. package/types/schema/queries/researchProductReview.d.ts +19 -0
  721. package/types/schema/queries/researchProductReview.d.ts.map +1 -0
  722. package/types/schema/queries/researchQueryRefinement.d.ts +7 -0
  723. package/types/schema/queries/researchQueryRefinement.d.ts.map +1 -0
  724. package/types/schema/queries/saleMetrics.d.ts +9 -0
  725. package/types/schema/queries/saleMetrics.d.ts.map +1 -0
  726. package/types/schema/queries/searchSuggestionList.d.ts +10 -0
  727. package/types/schema/queries/searchSuggestionList.d.ts.map +1 -0
  728. package/types/schema/queries/sectionDataByCrawlId.d.ts +20 -0
  729. package/types/schema/queries/sectionDataByCrawlId.d.ts.map +1 -0
  730. package/types/schema/queries/sourceIdList.d.ts +5 -0
  731. package/types/schema/queries/sourceIdList.d.ts.map +1 -0
  732. package/types/schema/queries/specIdListBySomeId.d.ts +7 -0
  733. package/types/schema/queries/specIdListBySomeId.d.ts.map +1 -0
  734. package/types/schema/queries/specTypeIdList.d.ts +13 -0
  735. package/types/schema/queries/specTypeIdList.d.ts.map +1 -0
  736. package/types/schema/queries/specTypeValidValues.d.ts +16 -0
  737. package/types/schema/queries/specTypeValidValues.d.ts.map +1 -0
  738. package/types/schema/queries/specValueRangeListByCategoryId.d.ts +37 -0
  739. package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +1 -0
  740. package/types/schema/queries/stablePriceByProductId.d.ts +7 -0
  741. package/types/schema/queries/stablePriceByProductId.d.ts.map +1 -0
  742. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +8 -0
  743. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +1 -0
  744. package/types/schema/queries/stablePriceByStorePageId.d.ts +7 -0
  745. package/types/schema/queries/stablePriceByStorePageId.d.ts.map +1 -0
  746. package/types/schema/queries/storePageFetchData.d.ts +13 -0
  747. package/types/schema/queries/storePageFetchData.d.ts.map +1 -0
  748. package/types/schema/queries/storePageIdByUrl.d.ts +7 -0
  749. package/types/schema/queries/storePageIdByUrl.d.ts.map +1 -0
  750. package/types/schema/queries/storePageIdListBySomeId.d.ts +7 -0
  751. package/types/schema/queries/storePageIdListBySomeId.d.ts.map +1 -0
  752. package/types/schema/queries/storePageInfo.d.ts +11 -0
  753. package/types/schema/queries/storePageInfo.d.ts.map +1 -0
  754. package/types/schema/queries/storePageInfoBySku.d.ts +21 -0
  755. package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -0
  756. package/types/schema/queries/storePageScrapeData.d.ts +10 -0
  757. package/types/schema/queries/storePageScrapeData.d.ts.map +1 -0
  758. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +7 -0
  759. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +1 -0
  760. package/types/schema/queries/subsetModifierDataByModifiers.d.ts +13 -0
  761. package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +1 -0
  762. package/types/schema/queries/thread.d.ts +18 -0
  763. package/types/schema/queries/thread.d.ts.map +1 -0
  764. package/types/schema/queries/threadIdList.d.ts +15 -0
  765. package/types/schema/queries/threadIdList.d.ts.map +1 -0
  766. package/types/schema/queries/threadMessage.d.ts +7 -0
  767. package/types/schema/queries/threadMessage.d.ts.map +1 -0
  768. package/types/schema/queries/threadMessageList.d.ts +6 -0
  769. package/types/schema/queries/threadMessageList.d.ts.map +1 -0
  770. package/types/schema/queries/topProductDocumentList.d.ts +9 -0
  771. package/types/schema/queries/topProductDocumentList.d.ts.map +1 -0
  772. package/types/schema/queries/unreadThreadIdList.d.ts +6 -0
  773. package/types/schema/queries/unreadThreadIdList.d.ts.map +1 -0
  774. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +7 -0
  775. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +1 -0
  776. package/types/schema/queries/unstableSourceTrust.d.ts +10 -0
  777. package/types/schema/queries/unstableSourceTrust.d.ts.map +1 -0
  778. package/types/schema/queries/userData.d.ts +15 -0
  779. package/types/schema/queries/userData.d.ts.map +1 -0
  780. package/types/schema/queries/userIdList.d.ts +5 -0
  781. package/types/schema/queries/userIdList.d.ts.map +1 -0
  782. package/types/schema/queries/userPermissionsByUserId.d.ts +8 -0
  783. package/types/schema/queries/userPermissionsByUserId.d.ts.map +1 -0
  784. package/types/schema/queries/userPersonalization.d.ts +6 -0
  785. package/types/schema/queries/userPersonalization.d.ts.map +1 -0
  786. package/types/schema/queries/userProductDeals.d.ts +8 -0
  787. package/types/schema/queries/userProductDeals.d.ts.map +1 -0
  788. package/types/schema/queries/userRestictedData.d.ts +11 -0
  789. package/types/schema/queries/userRestictedData.d.ts.map +1 -0
  790. package/types/schema/queries/userReviewAnalysis.d.ts +40 -0
  791. package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -0
  792. package/types/schema/queries/whoAmI.d.ts +6 -0
  793. package/types/schema/queries/whoAmI.d.ts.map +1 -0
  794. package/types/schema/queries.d.ts +121 -0
  795. package/types/schema/queries.d.ts.map +1 -0
  796. package/types/schema/responses.d.ts +121 -0
  797. package/types/schema/responses.d.ts.map +1 -0
@@ -0,0 +1,121 @@
1
+ export type { AffiliateLinkResponse } from "./queries/affiliateLink";
2
+ export type { AffiliateLinkV2Response } from "./queries/affiliateLinkV2";
3
+ export type { AffiliateUrlResponse } from "./queries/affiliateUrl";
4
+ export type { AnalyticsTrackResponse } from "./queries/analyticsTrack";
5
+ export type { AppliedCategoryIdListBySomeIdResponse } from "./queries/appliedCategoryIdListBySomeId";
6
+ export type { BaseScoreRatingIdListResponse } from "./queries/baseScoreRatingIdList";
7
+ export type { BaseScoreResponse } from "./queries/baseScore";
8
+ export type { BaseScoresByCategoryIdResponse } from "./queries/baseScoresByCategoryId";
9
+ export type { BestInClassResponse } from "./queries/bestInClass";
10
+ export type { BrandAliasResolutionResponse } from "./queries/brandAliasResolution";
11
+ export type { BrandCategoryRankingsResponse } from "./queries/brandCategoryRankings";
12
+ export type { BrandIdBySomeIdResponse } from "./queries/brandIdBySomeId";
13
+ export type { BrandIdListResponse } from "./queries/brandIdList";
14
+ export type { BrandSocialMediaPostListResponse } from "./queries/brandSocialMediaPostList";
15
+ export type { BrowseTheWebResponse } from "./queries/browseTheWeb";
16
+ export type { CategoryAliasResolutionResponse } from "./queries/categoryAliasResolution";
17
+ export type { CategoryDisplayModeResponse } from "./queries/categoryDisplayMode";
18
+ export type { CategoryIdByUrlSlugResponse } from "./queries/categoryIdByUrlSlug";
19
+ export type { CategoryIdListBySomeIdResponse } from "./queries/categoryIdListBySomeId";
20
+ export type { CategoryIdListBySourceIdResponse } from "./queries/categoryIdListBySourceId";
21
+ export type { CategoryIdListResponse } from "./queries/categoryIdList";
22
+ export type { CategoryModifierSearchListResponse } from "./queries/categoryModifierSearchList";
23
+ export type { CategoryRankingsResponse } from "./queries/categoryRankings";
24
+ export type { CategorySearchListResponse } from "./queries/categorySearchList";
25
+ export type { CategoryStatusListResponse } from "./queries/categoryStatusList";
26
+ export type { ChatFollowupSuggestionsResponse } from "./queries/chatFollowupSuggestions";
27
+ export type { CompetitorsAnalysisResponse } from "./queries/competitorsAnalysis";
28
+ export type { CouponsListResponse } from "./queries/couponsList";
29
+ export type { CrawlIdListByUrlResponse } from "./queries/crawlIdListByUrl";
30
+ export type { CrawlIdListResponse } from "./queries/crawlIdList";
31
+ export type { DescriptionMarkdownResponse } from "./queries/descriptionMarkdown";
32
+ export type { DomainAnalysisResponse } from "./queries/domainAnalysis";
33
+ export type { DomainSupportResponse } from "./queries/domainSupport";
34
+ export type { EducationalSearchResponse } from "./queries/educationalSearch";
35
+ export type { EntityTypeResponse } from "./queries/entityType";
36
+ export type { ExampleQueriesResponse } from "./queries/exampleQueries";
37
+ export type { FallbackPriceByProductTypeIdResponse } from "./queries/fallbackPriceByProductTypeId";
38
+ export type { FindProductsResponse } from "./queries/findProducts";
39
+ export type { FindProductsV2Response } from "./queries/findProductsV2";
40
+ export type { InputLayerVersionResponse } from "./queries/inputLayerVersion";
41
+ export type { LatestRatingIdListBySomeIdResponse } from "./queries/latestRatingIdListBySomeId";
42
+ export type { LatestRatingIdListResponse } from "./queries/latestRatingIdList";
43
+ export type { LocalServicesResponse } from "./queries/localServices";
44
+ export type { LookupProductResponse } from "./queries/lookupProduct";
45
+ export type { MediaIdListBySomeIdResponse } from "./queries/mediaIdListBySomeId";
46
+ export type { NoteMarkdownResponse } from "./queries/noteMarkdown";
47
+ export type { OfferIdListByStorePageIdResponse } from "./queries/offerIdListByStorePageId";
48
+ export type { PossibleAliasIdListBySomeIdResponse } from "./queries/possibleAliasIdListBySomeId";
49
+ export type { PossibleStorePageIdListBySomeIdResponse } from "./queries/possibleStorePageIdListBySomeId";
50
+ export type { PreferredCategoryIdListByProductIdResponse } from "./queries/preferredCategoryIdListByProductId";
51
+ export type { PreferredLatestRatingIdListBySomeIdResponse } from "./queries/preferredLatestRatingIdListBySomeId";
52
+ export type { PreferredStorePageListResponse } from "./queries/preferredStorePageList";
53
+ export type { PriceHistoryListsResponse } from "./queries/priceHistoryLists";
54
+ export type { PriceHistoryLookupResponse } from "./queries/priceHistoryLookup";
55
+ export type { PricePointCompetitorsResponse } from "./queries/pricePointCompetitors";
56
+ export type { PriceRangeByCategoryIdResponse } from "./queries/priceRangeByCategoryId";
57
+ export type { ProductApiSupportedDomainsResponse } from "./queries/productApiSupportedDomains";
58
+ export type { ProductBookmarkListResponse } from "./queries/productBookmarkList";
59
+ export type { ProductBookmarksNamesResponse } from "./queries/productBookmarksNames";
60
+ export type { ProductConfigurationIdListBySomeIdResponse } from "./queries/productConfigurationIdListBySomeId";
61
+ export type { ProductDealListResponse } from "./queries/productDealList";
62
+ export type { ProductDealsResponse } from "./queries/productDeals";
63
+ export type { ProductDocumentByStoreUrlResponse } from "./queries/productDocumentByStoreUrl";
64
+ export type { ProductDocumentsByProductIdsResponse } from "./queries/productDocumentsByProductIds";
65
+ export type { ProductFamilyIdBySomeIdResponse } from "./queries/productFamilyIdBySomeId";
66
+ export type { ProductFamilyIdListBySomeIdResponse } from "./queries/productFamilyIdListBySomeId";
67
+ export type { ProductGenerationIdBySomeIdResponse } from "./queries/productGenerationIdBySomeId";
68
+ export type { ProductGenerationIdListBySomeIdResponse } from "./queries/productGenerationIdListBySomeId";
69
+ export type { ProductListSortResponse } from "./queries/productListSort";
70
+ export type { ProductPricePointListResponse } from "./queries/productPricePointList";
71
+ export type { ProductSearchListResponse } from "./queries/productSearchList";
72
+ export type { ProductTradeoffsResponse } from "./queries/productTradeoffs";
73
+ export type { ProductTypeIdBySomeIdResponse } from "./queries/productTypeIdBySomeId";
74
+ export type { ProductTypeIdByStoreUrlResponse } from "./queries/productTypeIdByStoreUrl";
75
+ export type { ProductTypeIdListByCategoryIdResponse } from "./queries/productTypeIdListByCategoryId";
76
+ export type { ProductTypeIdListByModifiersResponse } from "./queries/productTypeIdListByModifiers";
77
+ export type { ProductTypeIdListBySomeIdResponse } from "./queries/productTypeIdListBySomeId";
78
+ export type { PushNotificationTokensResponse } from "./queries/pushNotificationTokens";
79
+ export type { QuerySuggestionsResponse } from "./queries/querySuggestions";
80
+ export type { RefineUserRequestResponse } from "./queries/refineUserRequest";
81
+ export type { ResearchBestProductsResponse } from "./queries/researchBestProducts";
82
+ export type { ResearchBestProductsV2Response } from "./queries/researchBestProductsV2";
83
+ export type { ResearchDealsResponse } from "./queries/researchDeals";
84
+ export type { ResearchProductComparisonResponse } from "./queries/researchProductComparison";
85
+ export type { ResearchProductReviewResponse } from "./queries/researchProductReview";
86
+ export type { ResearchQueryRefinementResponse } from "./queries/researchQueryRefinement";
87
+ export type { ResearchResponse } from "./queries/research";
88
+ export type { SaleMetricsResponse } from "./queries/saleMetrics";
89
+ export type { SearchSuggestionListResponse } from "./queries/searchSuggestionList";
90
+ export type { SectionDataByCrawlIdResponse } from "./queries/sectionDataByCrawlId";
91
+ export type { SourceIdListResponse } from "./queries/sourceIdList";
92
+ export type { SpecIdListBySomeIdResponse } from "./queries/specIdListBySomeId";
93
+ export type { SpecTypeIdListResponse } from "./queries/specTypeIdList";
94
+ export type { SpecTypeValidValuesResponse } from "./queries/specTypeValidValues";
95
+ export type { SpecValueRangeListByCategoryIdResponse } from "./queries/specValueRangeListByCategoryId";
96
+ export type { StablePriceByProductIdAndStoreNameResponse } from "./queries/stablePriceByProductIdAndStoreName";
97
+ export type { StablePriceByProductIdResponse } from "./queries/stablePriceByProductId";
98
+ export type { StablePriceByStorePageIdResponse } from "./queries/stablePriceByStorePageId";
99
+ export type { StorePageFetchDataResponse } from "./queries/storePageFetchData";
100
+ export type { StorePageIdByUrlResponse } from "./queries/storePageIdByUrl";
101
+ export type { StorePageIdListBySomeIdResponse } from "./queries/storePageIdListBySomeId";
102
+ export type { StorePageInfoBySkuResponse } from "./queries/storePageInfoBySku";
103
+ export type { StorePageInfoResponse } from "./queries/storePageInfo";
104
+ export type { StorePageScrapeDataResponse } from "./queries/storePageScrapeData";
105
+ export type { SubCategoryIdListByCategoryIdResponse } from "./queries/subCategoryIdListByCategoryId";
106
+ export type { SubsetModifierDataByModifiersResponse } from "./queries/subsetModifierDataByModifiers";
107
+ export type { ThreadIdListResponse } from "./queries/threadIdList";
108
+ export type { ThreadMessageResponse } from "./queries/threadMessage";
109
+ export type { ThreadMessageListResponse } from "./queries/threadMessageList";
110
+ export type { UnreadThreadIdListResponse } from "./queries/unreadThreadIdList";
111
+ export type { ThreadResponse } from "./queries/thread";
112
+ export type { TopProductDocumentListResponse } from "./queries/topProductDocumentList";
113
+ export type { UnstableMediaIdListByCategoryIdResponse } from "./queries/unstableMediaIdListByCategoryId";
114
+ export type { UnstableSourceTrustResponse } from "./queries/unstableSourceTrust";
115
+ export type { UserDataResponse } from "./queries/userData";
116
+ export type { UserIdListResponse } from "./queries/userIdList";
117
+ export type { UserPermissionsByUserIdResponse } from "./queries/userPermissionsByUserId";
118
+ export type { UserPersonalizationResponse } from "./queries/userPersonalization";
119
+ export type { UserProductDealsResponse } from "./queries/userProductDeals";
120
+ export type { UserReviewAnalysisResponse } from "./queries/userReviewAnalysis";
121
+ //# sourceMappingURL=responses.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"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"}