@lustre/sdk 2.0.0-dev.2 → 2.0.0-dev.3

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 (647) hide show
  1. package/README.md +18 -18
  2. package/dist/api/QueryResolver.js +2 -9
  3. package/dist/api/QueryResolver.js.map +1 -1
  4. package/dist/{schema/queries/searchList.js → api/QueryTypes.js} +1 -1
  5. package/dist/api/QueryTypes.js.map +1 -0
  6. package/dist/api/fetchEntity.js.map +1 -1
  7. package/dist/api/fetchQuery.js.map +1 -1
  8. package/dist/api/prepareEntities.js +24 -0
  9. package/dist/api/prepareEntities.js.map +1 -0
  10. package/dist/api/prepareEntity.js +24 -0
  11. package/dist/api/prepareEntity.js.map +1 -0
  12. package/dist/api/prepareQueries.js +24 -0
  13. package/dist/api/prepareQueries.js.map +1 -0
  14. package/dist/api/prepareQuery.js +24 -0
  15. package/dist/api/prepareQuery.js.map +1 -0
  16. package/dist/hooks/useEntities.js +3 -36
  17. package/dist/hooks/useEntities.js.map +1 -1
  18. package/dist/hooks/useEntity.js +3 -5
  19. package/dist/hooks/useEntity.js.map +1 -1
  20. package/dist/hooks/useQueries.js +3 -50
  21. package/dist/hooks/useQueries.js.map +1 -1
  22. package/dist/hooks/useQuery.js +3 -5
  23. package/dist/hooks/useQuery.js.map +1 -1
  24. package/dist/index.js +21 -15
  25. package/dist/index.js.map +1 -1
  26. package/dist/schema/builtins.js.map +1 -1
  27. package/dist/{actions.js → schema/entities/alias.js} +1 -1
  28. package/dist/schema/entities/alias.js.map +1 -0
  29. package/dist/schema/entities/{product.js → brand.js} +1 -1
  30. package/dist/schema/entities/brand.js.map +1 -0
  31. package/dist/schema/entities/category.js +3 -0
  32. package/dist/schema/entities/category.js.map +1 -0
  33. package/dist/schema/entities/{variant.js → crawl.js} +1 -1
  34. package/dist/schema/entities/crawl.js.map +1 -0
  35. package/dist/schema/entities/index.js +17 -2
  36. package/dist/schema/entities/index.js.map +1 -1
  37. package/dist/schema/entities/media.js +3 -0
  38. package/dist/schema/entities/media.js.map +1 -0
  39. package/dist/schema/entities/offer.js +3 -0
  40. package/dist/schema/entities/offer.js.map +1 -0
  41. package/dist/schema/entities/productConfiguration.js +3 -0
  42. package/dist/schema/entities/productConfiguration.js.map +1 -0
  43. package/dist/schema/entities/productFamily.js +3 -0
  44. package/dist/schema/entities/productFamily.js.map +1 -0
  45. package/dist/schema/entities/productGeneration.js +3 -0
  46. package/dist/schema/entities/productGeneration.js.map +1 -0
  47. package/dist/schema/entities/productType.js +3 -0
  48. package/dist/schema/entities/productType.js.map +1 -0
  49. package/dist/schema/entities/rating.js +3 -0
  50. package/dist/schema/entities/rating.js.map +1 -0
  51. package/dist/schema/entities/source.js +3 -0
  52. package/dist/schema/entities/source.js.map +1 -0
  53. package/dist/schema/entities/spec.js +3 -0
  54. package/dist/schema/entities/spec.js.map +1 -0
  55. package/dist/schema/entities/specType.js +3 -0
  56. package/dist/schema/entities/specType.js.map +1 -0
  57. package/dist/schema/{queries/retailPageInfo.js → entities/specTypeChoice.js} +1 -1
  58. package/dist/schema/entities/specTypeChoice.js.map +1 -0
  59. package/dist/schema/entities/storePage.js +3 -0
  60. package/dist/schema/entities/storePage.js.map +1 -0
  61. package/dist/schema/entities/storePageQueueGroup.js +3 -0
  62. package/dist/schema/entities/storePageQueueGroup.js.map +1 -0
  63. package/dist/schema/entities/user.js +3 -0
  64. package/dist/schema/entities/user.js.map +1 -0
  65. package/dist/schema/mutations/createBrand.js +3 -0
  66. package/dist/schema/mutations/createBrand.js.map +1 -0
  67. package/dist/schema/mutations/createCategory.js +3 -0
  68. package/dist/schema/mutations/createCategory.js.map +1 -0
  69. package/dist/schema/mutations/createProductConfiguration.js +3 -0
  70. package/dist/schema/mutations/createProductConfiguration.js.map +1 -0
  71. package/dist/schema/mutations/createProductFamily.js +3 -0
  72. package/dist/schema/mutations/createProductFamily.js.map +1 -0
  73. package/dist/schema/mutations/createProductGeneration.js +3 -0
  74. package/dist/schema/mutations/createProductGeneration.js.map +1 -0
  75. package/dist/schema/mutations/createProductType.js +3 -0
  76. package/dist/schema/mutations/createProductType.js.map +1 -0
  77. package/dist/schema/mutations/createUser.js +3 -0
  78. package/dist/schema/mutations/createUser.js.map +1 -0
  79. package/dist/schema/mutations/storePageQueueClaimById.js +3 -0
  80. package/dist/schema/mutations/storePageQueueClaimById.js.map +1 -0
  81. package/dist/schema/mutations/storePageQueueClaimNext.js +3 -0
  82. package/dist/schema/mutations/storePageQueueClaimNext.js.map +1 -0
  83. package/dist/schema/mutations/storePageQueueHandle.js +3 -0
  84. package/dist/schema/mutations/storePageQueueHandle.js.map +1 -0
  85. package/dist/schema/{queries/productDocumentsByRetailPageUrls.js → mutations/storePageQueueHandleStorePageIdSet.js} +1 -1
  86. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +1 -0
  87. package/dist/schema/mutations/updateAlias.js +3 -0
  88. package/dist/schema/mutations/updateAlias.js.map +1 -0
  89. package/dist/schema/mutations/updateBrand.js +3 -0
  90. package/dist/schema/mutations/updateBrand.js.map +1 -0
  91. package/dist/schema/mutations/updateCategory.js +3 -0
  92. package/dist/schema/mutations/updateCategory.js.map +1 -0
  93. package/dist/schema/mutations/updateOffer.js +3 -0
  94. package/dist/schema/mutations/updateOffer.js.map +1 -0
  95. package/dist/schema/mutations/updateProductConfiguration.js +3 -0
  96. package/dist/schema/mutations/updateProductConfiguration.js.map +1 -0
  97. package/dist/schema/mutations/updateProductConfigurationProductType.js +3 -0
  98. package/dist/schema/mutations/updateProductConfigurationProductType.js.map +1 -0
  99. package/dist/schema/mutations/updateProductFamily.js +3 -0
  100. package/dist/schema/mutations/updateProductFamily.js.map +1 -0
  101. package/dist/schema/mutations/updateProductFamilyBrand.js +3 -0
  102. package/dist/schema/mutations/updateProductFamilyBrand.js.map +1 -0
  103. package/dist/schema/mutations/updateProductGeneration.js +3 -0
  104. package/dist/schema/mutations/updateProductGeneration.js.map +1 -0
  105. package/dist/schema/mutations/updateProductGenerationProductFamily.js +3 -0
  106. package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +1 -0
  107. package/dist/schema/mutations/updateProductType.js +3 -0
  108. package/dist/schema/mutations/updateProductType.js.map +1 -0
  109. package/dist/schema/mutations/updateProductTypeProductGeneration.js +3 -0
  110. package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +1 -0
  111. package/dist/schema/mutations/updateSource.js +3 -0
  112. package/dist/schema/mutations/updateSource.js.map +1 -0
  113. package/dist/schema/mutations/updateStorePage.js +3 -0
  114. package/dist/schema/mutations/updateStorePage.js.map +1 -0
  115. package/dist/schema/queries/aliasIdListBySomeId.js +3 -0
  116. package/dist/schema/queries/aliasIdListBySomeId.js.map +1 -0
  117. package/dist/schema/queries/appliedCategoryIdListBySomeId.js +3 -0
  118. package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +1 -0
  119. package/dist/schema/queries/baseScore.js +3 -0
  120. package/dist/schema/queries/baseScore.js.map +1 -0
  121. package/dist/schema/queries/baseScoreRatingIdList.js +3 -0
  122. package/dist/schema/queries/baseScoreRatingIdList.js.map +1 -0
  123. package/dist/schema/queries/baseScoresByCategoryId.js +3 -0
  124. package/dist/schema/queries/baseScoresByCategoryId.js.map +1 -0
  125. package/dist/schema/queries/bestInClass.js +3 -0
  126. package/dist/schema/queries/bestInClass.js.map +1 -0
  127. package/dist/schema/queries/brandAliasResolution.js +3 -0
  128. package/dist/schema/queries/brandAliasResolution.js.map +1 -0
  129. package/dist/schema/queries/brandCategoryRankings.js +3 -0
  130. package/dist/schema/queries/brandCategoryRankings.js.map +1 -0
  131. package/dist/schema/queries/brandIdBySomeId.js +3 -0
  132. package/dist/schema/queries/brandIdBySomeId.js.map +1 -0
  133. package/dist/schema/queries/brandIdList.js +3 -0
  134. package/dist/schema/queries/brandIdList.js.map +1 -0
  135. package/dist/schema/queries/brandIdListBySearch.js +3 -0
  136. package/dist/schema/queries/brandIdListBySearch.js.map +1 -0
  137. package/dist/schema/queries/brandSocialMediaPostList.js +3 -0
  138. package/dist/schema/queries/brandSocialMediaPostList.js.map +1 -0
  139. package/dist/schema/queries/categoryAliasResolution.js +3 -0
  140. package/dist/schema/queries/categoryAliasResolution.js.map +1 -0
  141. package/dist/schema/queries/categoryDisplayMode.js +3 -0
  142. package/dist/schema/queries/categoryDisplayMode.js.map +1 -0
  143. package/dist/schema/queries/categoryIdByUrlSlug.js +3 -0
  144. package/dist/schema/queries/categoryIdByUrlSlug.js.map +1 -0
  145. package/dist/schema/queries/categoryIdList.js +3 -0
  146. package/dist/schema/queries/categoryIdList.js.map +1 -0
  147. package/dist/schema/queries/categoryIdListBySomeId.js +3 -0
  148. package/dist/schema/queries/categoryIdListBySomeId.js.map +1 -0
  149. package/dist/schema/queries/categoryIdListBySourceId.js +3 -0
  150. package/dist/schema/queries/categoryIdListBySourceId.js.map +1 -0
  151. package/dist/schema/queries/categoryModifierSearchList.js +3 -0
  152. package/dist/schema/queries/categoryModifierSearchList.js.map +1 -0
  153. package/dist/schema/queries/categoryRankings.js +3 -0
  154. package/dist/schema/queries/categoryRankings.js.map +1 -0
  155. package/dist/schema/queries/categorySearchList.js +3 -0
  156. package/dist/schema/queries/categorySearchList.js.map +1 -0
  157. package/dist/schema/queries/categoryStatusList.js +3 -0
  158. package/dist/schema/queries/categoryStatusList.js.map +1 -0
  159. package/dist/schema/queries/crawlIdList.js +3 -0
  160. package/dist/schema/queries/crawlIdList.js.map +1 -0
  161. package/dist/schema/queries/crawlIdListByUrl.js +3 -0
  162. package/dist/schema/queries/crawlIdListByUrl.js.map +1 -0
  163. package/dist/schema/queries/descriptionMarkdown.js +3 -0
  164. package/dist/schema/queries/descriptionMarkdown.js.map +1 -0
  165. package/dist/schema/queries/entityType.js +3 -0
  166. package/dist/schema/queries/entityType.js.map +1 -0
  167. package/dist/schema/queries/fallbackPriceByProductTypeId.js +3 -0
  168. package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +1 -0
  169. package/dist/schema/queries/inputLayerVersion.js +3 -0
  170. package/dist/schema/queries/inputLayerVersion.js.map +1 -0
  171. package/dist/schema/queries/latestRatingIdList.js +3 -0
  172. package/dist/schema/queries/latestRatingIdList.js.map +1 -0
  173. package/dist/schema/queries/latestRatingIdListBySomeId.js +3 -0
  174. package/dist/schema/queries/latestRatingIdListBySomeId.js.map +1 -0
  175. package/dist/schema/queries/mediaIdListBySomeId.js +3 -0
  176. package/dist/schema/queries/mediaIdListBySomeId.js.map +1 -0
  177. package/dist/schema/queries/mlCategoryDisplayMode.js +3 -0
  178. package/dist/schema/queries/mlCategoryDisplayMode.js.map +1 -0
  179. package/dist/schema/queries/noteMarkdown.js +3 -0
  180. package/dist/schema/queries/noteMarkdown.js.map +1 -0
  181. package/dist/schema/queries/offerIdListByStorePageId.js +3 -0
  182. package/dist/schema/queries/offerIdListByStorePageId.js.map +1 -0
  183. package/dist/schema/queries/possibleAliasIdListBySomeId.js +3 -0
  184. package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +1 -0
  185. package/dist/schema/queries/possibleStorePageIdListBySomeId.js +3 -0
  186. package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +1 -0
  187. package/dist/schema/queries/preferredCategoryIdListByProductId.js +3 -0
  188. package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +1 -0
  189. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +3 -0
  190. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +1 -0
  191. package/dist/schema/queries/preferredStorePageList.js +3 -0
  192. package/dist/schema/queries/preferredStorePageList.js.map +1 -0
  193. package/dist/schema/queries/priceHistoryLookup.js +3 -0
  194. package/dist/schema/queries/priceHistoryLookup.js.map +1 -0
  195. package/dist/schema/queries/pricePointCompetitors.js +3 -0
  196. package/dist/schema/queries/pricePointCompetitors.js.map +1 -0
  197. package/dist/schema/queries/priceRangeByCategoryId.js +3 -0
  198. package/dist/schema/queries/priceRangeByCategoryId.js.map +1 -0
  199. package/dist/schema/queries/productConfigurationIdListBySomeId.js +3 -0
  200. package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +1 -0
  201. package/dist/schema/queries/productDealList.js +3 -0
  202. package/dist/schema/queries/productDealList.js.map +1 -0
  203. package/dist/schema/queries/productDocumentByStoreUrl.js +3 -0
  204. package/dist/schema/queries/productDocumentByStoreUrl.js.map +1 -0
  205. package/dist/schema/queries/productFamilyIdBySomeId.js +3 -0
  206. package/dist/schema/queries/productFamilyIdBySomeId.js.map +1 -0
  207. package/dist/schema/queries/productFamilyIdListBySomeId.js +3 -0
  208. package/dist/schema/queries/productFamilyIdListBySomeId.js.map +1 -0
  209. package/dist/schema/queries/productGenerationIdBySomeId.js +3 -0
  210. package/dist/schema/queries/productGenerationIdBySomeId.js.map +1 -0
  211. package/dist/schema/queries/productGenerationIdListBySomeId.js +3 -0
  212. package/dist/schema/queries/productGenerationIdListBySomeId.js.map +1 -0
  213. package/dist/schema/queries/productListSort.js +3 -0
  214. package/dist/schema/queries/productListSort.js.map +1 -0
  215. package/dist/schema/queries/productPricePointList.js +3 -0
  216. package/dist/schema/queries/productPricePointList.js.map +1 -0
  217. package/dist/schema/queries/productSearchList.js +3 -0
  218. package/dist/schema/queries/productSearchList.js.map +1 -0
  219. package/dist/schema/queries/productTypeIdBySomeId.js +3 -0
  220. package/dist/schema/queries/productTypeIdBySomeId.js.map +1 -0
  221. package/dist/schema/queries/productTypeIdByStoreUrl.js +3 -0
  222. package/dist/schema/queries/productTypeIdByStoreUrl.js.map +1 -0
  223. package/dist/schema/queries/productTypeIdListByCategoryId.js +3 -0
  224. package/dist/schema/queries/productTypeIdListByCategoryId.js.map +1 -0
  225. package/dist/schema/queries/productTypeIdListByModifiers.js +3 -0
  226. package/dist/schema/queries/productTypeIdListByModifiers.js.map +1 -0
  227. package/dist/schema/queries/productTypeIdListBySomeId.js +3 -0
  228. package/dist/schema/queries/productTypeIdListBySomeId.js.map +1 -0
  229. package/dist/schema/queries/saleMetrics.js +3 -0
  230. package/dist/schema/queries/saleMetrics.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/storePageInfo.js +3 -0
  256. package/dist/schema/queries/storePageInfo.js.map +1 -0
  257. package/dist/schema/queries/storePageInfoBySku.js +3 -0
  258. package/dist/schema/queries/storePageInfoBySku.js.map +1 -0
  259. package/dist/schema/queries/storePageScrapeData.js +3 -0
  260. package/dist/schema/queries/storePageScrapeData.js.map +1 -0
  261. package/dist/schema/queries/subCategoryIdListByCategoryId.js +3 -0
  262. package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +1 -0
  263. package/dist/schema/queries/subsetModifierDataByModifiers.js +3 -0
  264. package/dist/schema/queries/subsetModifierDataByModifiers.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 +2 -20
  280. package/types/api/QueryResolver.d.ts +0 -3
  281. package/types/api/QueryResolver.d.ts.map +1 -1
  282. package/types/api/QueryTypes.d.ts +16 -0
  283. package/types/api/QueryTypes.d.ts.map +1 -0
  284. package/types/api/fetchEntity.d.ts +3 -3
  285. package/types/api/fetchEntity.d.ts.map +1 -1
  286. package/types/api/fetchQuery.d.ts +4 -3
  287. package/types/api/fetchQuery.d.ts.map +1 -1
  288. package/types/api/prepareEntities.d.ts +8 -0
  289. package/types/api/prepareEntities.d.ts.map +1 -0
  290. package/types/api/prepareEntity.d.ts +8 -0
  291. package/types/api/prepareEntity.d.ts.map +1 -0
  292. package/types/api/prepareQueries.d.ts +8 -0
  293. package/types/api/prepareQueries.d.ts.map +1 -0
  294. package/types/api/prepareQuery.d.ts +8 -0
  295. package/types/api/prepareQuery.d.ts.map +1 -0
  296. package/types/hooks/useEntities.d.ts +5 -7
  297. package/types/hooks/useEntities.d.ts.map +1 -1
  298. package/types/hooks/useEntity.d.ts +5 -7
  299. package/types/hooks/useEntity.d.ts.map +1 -1
  300. package/types/hooks/useQueries.d.ts +5 -7
  301. package/types/hooks/useQueries.d.ts.map +1 -1
  302. package/types/hooks/useQuery.d.ts +5 -7
  303. package/types/hooks/useQuery.d.ts.map +1 -1
  304. package/types/index.d.ts +10 -5
  305. package/types/index.d.ts.map +1 -1
  306. package/types/schema/builtins.d.ts +69 -90
  307. package/types/schema/builtins.d.ts.map +1 -1
  308. package/types/schema/entities/alias.d.ts +6 -0
  309. package/types/schema/entities/alias.d.ts.map +1 -0
  310. package/types/schema/entities/brand.d.ts +5 -0
  311. package/types/schema/entities/brand.d.ts.map +1 -0
  312. package/types/schema/entities/category.d.ts +7 -0
  313. package/types/schema/entities/category.d.ts.map +1 -0
  314. package/types/schema/entities/crawl.d.ts +12 -0
  315. package/types/schema/entities/crawl.d.ts.map +1 -0
  316. package/types/schema/entities/index.d.ts +17 -2
  317. package/types/schema/entities/index.d.ts.map +1 -1
  318. package/types/schema/entities/media.d.ts +6 -0
  319. package/types/schema/entities/media.d.ts.map +1 -0
  320. package/types/schema/entities/offer.d.ts +11 -0
  321. package/types/schema/entities/offer.d.ts.map +1 -0
  322. package/types/schema/entities/productConfiguration.d.ts +5 -0
  323. package/types/schema/entities/productConfiguration.d.ts.map +1 -0
  324. package/types/schema/entities/productFamily.d.ts +5 -0
  325. package/types/schema/entities/productFamily.d.ts.map +1 -0
  326. package/types/schema/entities/productGeneration.d.ts +5 -0
  327. package/types/schema/entities/productGeneration.d.ts.map +1 -0
  328. package/types/schema/entities/productType.d.ts +5 -0
  329. package/types/schema/entities/productType.d.ts.map +1 -0
  330. package/types/schema/entities/rating.d.ts +53 -0
  331. package/types/schema/entities/rating.d.ts.map +1 -0
  332. package/types/schema/entities/source.d.ts +8 -0
  333. package/types/schema/entities/source.d.ts.map +1 -0
  334. package/types/schema/entities/spec.d.ts +22 -0
  335. package/types/schema/entities/spec.d.ts.map +1 -0
  336. package/types/schema/entities/specType.d.ts +6 -0
  337. package/types/schema/entities/specType.d.ts.map +1 -0
  338. package/types/schema/entities/specTypeChoice.d.ts +7 -0
  339. package/types/schema/entities/specTypeChoice.d.ts.map +1 -0
  340. package/types/schema/entities/storePage.d.ts +8 -0
  341. package/types/schema/entities/storePage.d.ts.map +1 -0
  342. package/types/schema/entities/storePageQueueGroup.d.ts +6 -0
  343. package/types/schema/entities/storePageQueueGroup.d.ts.map +1 -0
  344. package/types/schema/entities/user.d.ts +5 -0
  345. package/types/schema/entities/user.d.ts.map +1 -0
  346. package/types/schema/index.d.ts +206 -16
  347. package/types/schema/index.d.ts.map +1 -1
  348. package/types/schema/mutations/createBrand.d.ts +9 -0
  349. package/types/schema/mutations/createBrand.d.ts.map +1 -0
  350. package/types/schema/mutations/createCategory.d.ts +9 -0
  351. package/types/schema/mutations/createCategory.d.ts.map +1 -0
  352. package/types/schema/mutations/createProductConfiguration.d.ts +10 -0
  353. package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -0
  354. package/types/schema/mutations/createProductFamily.d.ts +10 -0
  355. package/types/schema/mutations/createProductFamily.d.ts.map +1 -0
  356. package/types/schema/mutations/createProductGeneration.d.ts +10 -0
  357. package/types/schema/mutations/createProductGeneration.d.ts.map +1 -0
  358. package/types/schema/mutations/createProductType.d.ts +10 -0
  359. package/types/schema/mutations/createProductType.d.ts.map +1 -0
  360. package/types/schema/mutations/createUser.d.ts +10 -0
  361. package/types/schema/mutations/createUser.d.ts.map +1 -0
  362. package/types/schema/mutations/storePageQueueClaimById.d.ts +17 -0
  363. package/types/schema/mutations/storePageQueueClaimById.d.ts.map +1 -0
  364. package/types/schema/mutations/storePageQueueClaimNext.d.ts +15 -0
  365. package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +1 -0
  366. package/types/schema/mutations/storePageQueueHandle.d.ts +15 -0
  367. package/types/schema/mutations/storePageQueueHandle.d.ts.map +1 -0
  368. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +15 -0
  369. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +1 -0
  370. package/types/schema/mutations/updateAlias.d.ts +8 -0
  371. package/types/schema/mutations/updateAlias.d.ts.map +1 -0
  372. package/types/schema/mutations/updateBrand.d.ts +8 -0
  373. package/types/schema/mutations/updateBrand.d.ts.map +1 -0
  374. package/types/schema/mutations/updateCategory.d.ts +10 -0
  375. package/types/schema/mutations/updateCategory.d.ts.map +1 -0
  376. package/types/schema/mutations/updateOffer.d.ts +8 -0
  377. package/types/schema/mutations/updateOffer.d.ts.map +1 -0
  378. package/types/schema/mutations/updateProductConfiguration.d.ts +8 -0
  379. package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -0
  380. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +8 -0
  381. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -0
  382. package/types/schema/mutations/updateProductFamily.d.ts +8 -0
  383. package/types/schema/mutations/updateProductFamily.d.ts.map +1 -0
  384. package/types/schema/mutations/updateProductFamilyBrand.d.ts +8 -0
  385. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -0
  386. package/types/schema/mutations/updateProductGeneration.d.ts +8 -0
  387. package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -0
  388. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +8 -0
  389. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -0
  390. package/types/schema/mutations/updateProductType.d.ts +8 -0
  391. package/types/schema/mutations/updateProductType.d.ts.map +1 -0
  392. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +8 -0
  393. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -0
  394. package/types/schema/mutations/updateSource.d.ts +10 -0
  395. package/types/schema/mutations/updateSource.d.ts.map +1 -0
  396. package/types/schema/mutations/updateStorePage.d.ts +8 -0
  397. package/types/schema/mutations/updateStorePage.d.ts.map +1 -0
  398. package/types/schema/queries/affiliateUrl.d.ts +2 -1
  399. package/types/schema/queries/affiliateUrl.d.ts.map +1 -1
  400. package/types/schema/queries/aliasIdListBySomeId.d.ts +7 -0
  401. package/types/schema/queries/aliasIdListBySomeId.d.ts.map +1 -0
  402. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +7 -0
  403. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +1 -0
  404. package/types/schema/queries/baseScore.d.ts +9 -0
  405. package/types/schema/queries/baseScore.d.ts.map +1 -0
  406. package/types/schema/queries/baseScoreRatingIdList.d.ts +8 -0
  407. package/types/schema/queries/baseScoreRatingIdList.d.ts.map +1 -0
  408. package/types/schema/queries/baseScoresByCategoryId.d.ts +12 -0
  409. package/types/schema/queries/baseScoresByCategoryId.d.ts.map +1 -0
  410. package/types/schema/queries/bestInClass.d.ts +20 -0
  411. package/types/schema/queries/bestInClass.d.ts.map +1 -0
  412. package/types/schema/queries/brandAliasResolution.d.ts +11 -0
  413. package/types/schema/queries/brandAliasResolution.d.ts.map +1 -0
  414. package/types/schema/queries/brandCategoryRankings.d.ts +30 -0
  415. package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -0
  416. package/types/schema/queries/brandIdBySomeId.d.ts +6 -0
  417. package/types/schema/queries/brandIdBySomeId.d.ts.map +1 -0
  418. package/types/schema/queries/brandIdList.d.ts +9 -0
  419. package/types/schema/queries/brandIdList.d.ts.map +1 -0
  420. package/types/schema/queries/brandIdListBySearch.d.ts +7 -0
  421. package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -0
  422. package/types/schema/queries/brandSocialMediaPostList.d.ts +22 -0
  423. package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -0
  424. package/types/schema/queries/categoryAliasResolution.d.ts +12 -0
  425. package/types/schema/queries/categoryAliasResolution.d.ts.map +1 -0
  426. package/types/schema/queries/categoryDisplayMode.d.ts +11 -0
  427. package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -0
  428. package/types/schema/queries/categoryIdByUrlSlug.d.ts +6 -0
  429. package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +1 -0
  430. package/types/schema/queries/categoryIdList.d.ts +9 -0
  431. package/types/schema/queries/categoryIdList.d.ts.map +1 -0
  432. package/types/schema/queries/categoryIdListBySomeId.d.ts +11 -0
  433. package/types/schema/queries/categoryIdListBySomeId.d.ts.map +1 -0
  434. package/types/schema/queries/categoryIdListBySourceId.d.ts +7 -0
  435. package/types/schema/queries/categoryIdListBySourceId.d.ts.map +1 -0
  436. package/types/schema/queries/categoryModifierSearchList.d.ts +22 -0
  437. package/types/schema/queries/categoryModifierSearchList.d.ts.map +1 -0
  438. package/types/schema/queries/categoryRankings.d.ts +14 -0
  439. package/types/schema/queries/categoryRankings.d.ts.map +1 -0
  440. package/types/schema/queries/categorySearchList.d.ts +17 -0
  441. package/types/schema/queries/categorySearchList.d.ts.map +1 -0
  442. package/types/schema/queries/categoryStatusList.d.ts +10 -0
  443. package/types/schema/queries/categoryStatusList.d.ts.map +1 -0
  444. package/types/schema/queries/crawlIdList.d.ts +12 -0
  445. package/types/schema/queries/crawlIdList.d.ts.map +1 -0
  446. package/types/schema/queries/crawlIdListByUrl.d.ts +7 -0
  447. package/types/schema/queries/crawlIdListByUrl.d.ts.map +1 -0
  448. package/types/schema/queries/descriptionMarkdown.d.ts +6 -0
  449. package/types/schema/queries/descriptionMarkdown.d.ts.map +1 -0
  450. package/types/schema/queries/entityType.d.ts +55 -0
  451. package/types/schema/queries/entityType.d.ts.map +1 -0
  452. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +7 -0
  453. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +1 -0
  454. package/types/schema/queries/inputLayerVersion.d.ts +6 -0
  455. package/types/schema/queries/inputLayerVersion.d.ts.map +1 -0
  456. package/types/schema/queries/latestRatingIdList.d.ts +7 -0
  457. package/types/schema/queries/latestRatingIdList.d.ts.map +1 -0
  458. package/types/schema/queries/latestRatingIdListBySomeId.d.ts +7 -0
  459. package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +1 -0
  460. package/types/schema/queries/mediaIdListBySomeId.d.ts +7 -0
  461. package/types/schema/queries/mediaIdListBySomeId.d.ts.map +1 -0
  462. package/types/schema/queries/mlCategoryDisplayMode.d.ts +9 -0
  463. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -0
  464. package/types/schema/queries/noteMarkdown.d.ts +6 -0
  465. package/types/schema/queries/noteMarkdown.d.ts.map +1 -0
  466. package/types/schema/queries/offerIdListByStorePageId.d.ts +13 -0
  467. package/types/schema/queries/offerIdListByStorePageId.d.ts.map +1 -0
  468. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +7 -0
  469. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +1 -0
  470. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +7 -0
  471. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +1 -0
  472. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +7 -0
  473. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +1 -0
  474. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +7 -0
  475. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +1 -0
  476. package/types/schema/queries/preferredStorePageList.d.ts +12 -0
  477. package/types/schema/queries/preferredStorePageList.d.ts.map +1 -0
  478. package/types/schema/queries/priceHistoryLookup.d.ts +17 -0
  479. package/types/schema/queries/priceHistoryLookup.d.ts.map +1 -0
  480. package/types/schema/queries/pricePointCompetitors.d.ts +17 -0
  481. package/types/schema/queries/pricePointCompetitors.d.ts.map +1 -0
  482. package/types/schema/queries/priceRangeByCategoryId.d.ts +11 -0
  483. package/types/schema/queries/priceRangeByCategoryId.d.ts.map +1 -0
  484. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +7 -0
  485. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +1 -0
  486. package/types/schema/queries/productDealList.d.ts +14 -0
  487. package/types/schema/queries/productDealList.d.ts.map +1 -0
  488. package/types/schema/queries/productDocumentByStoreUrl.d.ts +8 -0
  489. package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +1 -0
  490. package/types/schema/queries/productDocumentsByProductIds.d.ts +2 -2
  491. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
  492. package/types/schema/queries/productFamilyIdBySomeId.d.ts +6 -0
  493. package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +1 -0
  494. package/types/schema/queries/productFamilyIdListBySomeId.d.ts +7 -0
  495. package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +1 -0
  496. package/types/schema/queries/productGenerationIdBySomeId.d.ts +6 -0
  497. package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +1 -0
  498. package/types/schema/queries/productGenerationIdListBySomeId.d.ts +7 -0
  499. package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +1 -0
  500. package/types/schema/queries/productListSort.d.ts +10 -0
  501. package/types/schema/queries/productListSort.d.ts.map +1 -0
  502. package/types/schema/queries/productPricePointList.d.ts +14 -0
  503. package/types/schema/queries/productPricePointList.d.ts.map +1 -0
  504. package/types/schema/queries/productSearchList.d.ts +40 -0
  505. package/types/schema/queries/productSearchList.d.ts.map +1 -0
  506. package/types/schema/queries/productTypeIdBySomeId.d.ts +6 -0
  507. package/types/schema/queries/productTypeIdBySomeId.d.ts.map +1 -0
  508. package/types/schema/queries/productTypeIdByStoreUrl.d.ts +7 -0
  509. package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +1 -0
  510. package/types/schema/queries/productTypeIdListByCategoryId.d.ts +11 -0
  511. package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +1 -0
  512. package/types/schema/queries/productTypeIdListByModifiers.d.ts +8 -0
  513. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -0
  514. package/types/schema/queries/productTypeIdListBySomeId.d.ts +7 -0
  515. package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +1 -0
  516. package/types/schema/queries/saleMetrics.d.ts +9 -0
  517. package/types/schema/queries/saleMetrics.d.ts.map +1 -0
  518. package/types/schema/queries/sectionDataByCrawlId.d.ts +20 -0
  519. package/types/schema/queries/sectionDataByCrawlId.d.ts.map +1 -0
  520. package/types/schema/queries/sourceIdList.d.ts +5 -0
  521. package/types/schema/queries/sourceIdList.d.ts.map +1 -0
  522. package/types/schema/queries/specIdListBySomeId.d.ts +7 -0
  523. package/types/schema/queries/specIdListBySomeId.d.ts.map +1 -0
  524. package/types/schema/queries/specTypeIdList.d.ts +13 -0
  525. package/types/schema/queries/specTypeIdList.d.ts.map +1 -0
  526. package/types/schema/queries/specTypeValidValues.d.ts +16 -0
  527. package/types/schema/queries/specTypeValidValues.d.ts.map +1 -0
  528. package/types/schema/queries/specValueRangeListByCategoryId.d.ts +37 -0
  529. package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +1 -0
  530. package/types/schema/queries/stablePriceByProductId.d.ts +7 -0
  531. package/types/schema/queries/stablePriceByProductId.d.ts.map +1 -0
  532. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +8 -0
  533. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +1 -0
  534. package/types/schema/queries/stablePriceByStorePageId.d.ts +7 -0
  535. package/types/schema/queries/stablePriceByStorePageId.d.ts.map +1 -0
  536. package/types/schema/queries/storePageFetchData.d.ts +13 -0
  537. package/types/schema/queries/storePageFetchData.d.ts.map +1 -0
  538. package/types/schema/queries/storePageIdByUrl.d.ts +7 -0
  539. package/types/schema/queries/storePageIdByUrl.d.ts.map +1 -0
  540. package/types/schema/queries/storePageIdListBySomeId.d.ts +7 -0
  541. package/types/schema/queries/storePageIdListBySomeId.d.ts.map +1 -0
  542. package/types/schema/queries/storePageInfo.d.ts +12 -0
  543. package/types/schema/queries/storePageInfo.d.ts.map +1 -0
  544. package/types/schema/queries/storePageInfoBySku.d.ts +21 -0
  545. package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -0
  546. package/types/schema/queries/storePageScrapeData.d.ts +10 -0
  547. package/types/schema/queries/storePageScrapeData.d.ts.map +1 -0
  548. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +7 -0
  549. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +1 -0
  550. package/types/schema/queries/subsetModifierDataByModifiers.d.ts +13 -0
  551. package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +1 -0
  552. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +7 -0
  553. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +1 -0
  554. package/types/schema/queries/unstableSourceTrust.d.ts +10 -0
  555. package/types/schema/queries/unstableSourceTrust.d.ts.map +1 -0
  556. package/types/schema/queries/userIdList.d.ts +5 -0
  557. package/types/schema/queries/userIdList.d.ts.map +1 -0
  558. package/types/schema/queries/userPermissionsByUserId.d.ts +8 -0
  559. package/types/schema/queries/userPermissionsByUserId.d.ts.map +1 -0
  560. package/types/schema/queries/userRestictedData.d.ts +11 -0
  561. package/types/schema/queries/userRestictedData.d.ts.map +1 -0
  562. package/types/schema/queries/userReviewAnalysis.d.ts +38 -0
  563. package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -0
  564. package/types/schema/queries/whoAmI.d.ts +6 -0
  565. package/types/schema/queries/whoAmI.d.ts.map +1 -0
  566. package/types/schema/queries.d.ts +77 -5
  567. package/types/schema/queries.d.ts.map +1 -1
  568. package/types/schema/responses.d.ts +77 -5
  569. package/types/schema/responses.d.ts.map +1 -1
  570. package/dist/Context.js +0 -6
  571. package/dist/Context.js.map +0 -1
  572. package/dist/Provider.js +0 -14
  573. package/dist/Provider.js.map +0 -1
  574. package/dist/actions.js.map +0 -1
  575. package/dist/hooks/index.js +0 -18
  576. package/dist/hooks/index.js.map +0 -1
  577. package/dist/hooks/useApiDispatch.js +0 -10
  578. package/dist/hooks/useApiDispatch.js.map +0 -1
  579. package/dist/hooks/useApiSelector.js +0 -10
  580. package/dist/hooks/useApiSelector.js.map +0 -1
  581. package/dist/hooks/useApiStore.js +0 -10
  582. package/dist/hooks/useApiStore.js.map +0 -1
  583. package/dist/schema/entities/product.js.map +0 -1
  584. package/dist/schema/entities/variant.js.map +0 -1
  585. package/dist/schema/queries/productDocumentsByRetailPageUrls.js.map +0 -1
  586. package/dist/schema/queries/retailPageInfo.js.map +0 -1
  587. package/dist/schema/queries/retailPagePriceHistory.js +0 -3
  588. package/dist/schema/queries/retailPagePriceHistory.js.map +0 -1
  589. package/dist/schema/queries/retailPagePricing.js +0 -3
  590. package/dist/schema/queries/retailPagePricing.js.map +0 -1
  591. package/dist/schema/queries/searchList.js.map +0 -1
  592. package/dist/store/entities/index.js +0 -12
  593. package/dist/store/entities/index.js.map +0 -1
  594. package/dist/store/entities/makeEntityReducer.js +0 -24
  595. package/dist/store/entities/makeEntityReducer.js.map +0 -1
  596. package/dist/store/errors/index.js +0 -24
  597. package/dist/store/errors/index.js.map +0 -1
  598. package/dist/store/errors/makeErrorReducer.js +0 -24
  599. package/dist/store/errors/makeErrorReducer.js.map +0 -1
  600. package/dist/store/index.js +0 -17
  601. package/dist/store/index.js.map +0 -1
  602. package/dist/store/responses/index.js +0 -20
  603. package/dist/store/responses/index.js.map +0 -1
  604. package/dist/store/responses/makeResponseReducer.js +0 -24
  605. package/dist/store/responses/makeResponseReducer.js.map +0 -1
  606. package/types/Context.d.ts +0 -5
  607. package/types/Context.d.ts.map +0 -1
  608. package/types/Provider.d.ts +0 -4
  609. package/types/Provider.d.ts.map +0 -1
  610. package/types/actions.d.ts +0 -8
  611. package/types/actions.d.ts.map +0 -1
  612. package/types/hooks/index.d.ts +0 -8
  613. package/types/hooks/index.d.ts.map +0 -1
  614. package/types/hooks/useApiDispatch.d.ts +0 -4
  615. package/types/hooks/useApiDispatch.d.ts.map +0 -1
  616. package/types/hooks/useApiSelector.d.ts +0 -5
  617. package/types/hooks/useApiSelector.d.ts.map +0 -1
  618. package/types/hooks/useApiStore.d.ts +0 -3
  619. package/types/hooks/useApiStore.d.ts.map +0 -1
  620. package/types/schema/entities/product.d.ts +0 -5
  621. package/types/schema/entities/product.d.ts.map +0 -1
  622. package/types/schema/entities/variant.d.ts +0 -5
  623. package/types/schema/entities/variant.d.ts.map +0 -1
  624. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts +0 -6
  625. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts.map +0 -1
  626. package/types/schema/queries/retailPageInfo.d.ts +0 -18
  627. package/types/schema/queries/retailPageInfo.d.ts.map +0 -1
  628. package/types/schema/queries/retailPagePriceHistory.d.ts +0 -15
  629. package/types/schema/queries/retailPagePriceHistory.d.ts.map +0 -1
  630. package/types/schema/queries/retailPagePricing.d.ts +0 -10
  631. package/types/schema/queries/retailPagePricing.d.ts.map +0 -1
  632. package/types/schema/queries/searchList.d.ts +0 -54
  633. package/types/schema/queries/searchList.d.ts.map +0 -1
  634. package/types/store/entities/index.d.ts +0 -10
  635. package/types/store/entities/index.d.ts.map +0 -1
  636. package/types/store/entities/makeEntityReducer.d.ts +0 -6
  637. package/types/store/entities/makeEntityReducer.d.ts.map +0 -1
  638. package/types/store/errors/index.d.ts +0 -5
  639. package/types/store/errors/index.d.ts.map +0 -1
  640. package/types/store/errors/makeErrorReducer.d.ts +0 -6
  641. package/types/store/errors/makeErrorReducer.d.ts.map +0 -1
  642. package/types/store/index.d.ts +0 -32
  643. package/types/store/index.d.ts.map +0 -1
  644. package/types/store/responses/index.d.ts +0 -18
  645. package/types/store/responses/index.d.ts.map +0 -1
  646. package/types/store/responses/makeResponseReducer.d.ts +0 -6
  647. package/types/store/responses/makeResponseReducer.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fallbackPriceByProductTypeId.js","sourceRoot":"","sources":["../../../src/schema/queries/fallbackPriceByProductTypeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=inputLayerVersion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputLayerVersion.js","sourceRoot":"","sources":["../../../src/schema/queries/inputLayerVersion.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=latestRatingIdList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"latestRatingIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=latestRatingIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"latestRatingIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/latestRatingIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=mediaIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mediaIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/mediaIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=mlCategoryDisplayMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mlCategoryDisplayMode.js","sourceRoot":"","sources":["../../../src/schema/queries/mlCategoryDisplayMode.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=noteMarkdown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"noteMarkdown.js","sourceRoot":"","sources":["../../../src/schema/queries/noteMarkdown.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=offerIdListByStorePageId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offerIdListByStorePageId.js","sourceRoot":"","sources":["../../../src/schema/queries/offerIdListByStorePageId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=possibleAliasIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"possibleAliasIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/possibleAliasIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=possibleStorePageIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"possibleStorePageIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/possibleStorePageIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=preferredCategoryIdListByProductId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferredCategoryIdListByProductId.js","sourceRoot":"","sources":["../../../src/schema/queries/preferredCategoryIdListByProductId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=preferredLatestRatingIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferredLatestRatingIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/preferredLatestRatingIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=preferredStorePageList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preferredStorePageList.js","sourceRoot":"","sources":["../../../src/schema/queries/preferredStorePageList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=priceHistoryLookup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"priceHistoryLookup.js","sourceRoot":"","sources":["../../../src/schema/queries/priceHistoryLookup.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pricePointCompetitors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pricePointCompetitors.js","sourceRoot":"","sources":["../../../src/schema/queries/pricePointCompetitors.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=priceRangeByCategoryId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"priceRangeByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/priceRangeByCategoryId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productConfigurationIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productConfigurationIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productConfigurationIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productDealList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productDealList.js","sourceRoot":"","sources":["../../../src/schema/queries/productDealList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productDocumentByStoreUrl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productDocumentByStoreUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentByStoreUrl.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productFamilyIdBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productFamilyIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productFamilyIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productFamilyIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productGenerationIdBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productGenerationIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productGenerationIdBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productGenerationIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productGenerationIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productGenerationIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productListSort.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productListSort.js","sourceRoot":"","sources":["../../../src/schema/queries/productListSort.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productPricePointList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productPricePointList.js","sourceRoot":"","sources":["../../../src/schema/queries/productPricePointList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productSearchList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productSearchList.js","sourceRoot":"","sources":["../../../src/schema/queries/productSearchList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productTypeIdBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productTypeIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productTypeIdByStoreUrl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productTypeIdByStoreUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdByStoreUrl.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productTypeIdListByCategoryId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productTypeIdListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdListByCategoryId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productTypeIdListByModifiers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productTypeIdListByModifiers.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdListByModifiers.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=productTypeIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productTypeIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=saleMetrics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saleMetrics.js","sourceRoot":"","sources":["../../../src/schema/queries/saleMetrics.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=sectionDataByCrawlId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sectionDataByCrawlId.js","sourceRoot":"","sources":["../../../src/schema/queries/sectionDataByCrawlId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=sourceIdList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sourceIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/sourceIdList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=specIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"specIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/specIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=specTypeIdList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"specTypeIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/specTypeIdList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=specTypeValidValues.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"specTypeValidValues.js","sourceRoot":"","sources":["../../../src/schema/queries/specTypeValidValues.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=specValueRangeListByCategoryId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"specValueRangeListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/specValueRangeListByCategoryId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stablePriceByProductId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stablePriceByProductId.js","sourceRoot":"","sources":["../../../src/schema/queries/stablePriceByProductId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stablePriceByProductIdAndStoreName.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stablePriceByProductIdAndStoreName.js","sourceRoot":"","sources":["../../../src/schema/queries/stablePriceByProductIdAndStoreName.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stablePriceByStorePageId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stablePriceByStorePageId.js","sourceRoot":"","sources":["../../../src/schema/queries/stablePriceByStorePageId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storePageFetchData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storePageFetchData.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageFetchData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storePageIdByUrl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storePageIdByUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageIdByUrl.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storePageIdListBySomeId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storePageIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storePageInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storePageInfo.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageInfo.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storePageInfoBySku.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storePageInfoBySku.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageInfoBySku.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storePageScrapeData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storePageScrapeData.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageScrapeData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=subCategoryIdListByCategoryId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subCategoryIdListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/subCategoryIdListByCategoryId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=subsetModifierDataByModifiers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subsetModifierDataByModifiers.js","sourceRoot":"","sources":["../../../src/schema/queries/subsetModifierDataByModifiers.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=unstableMediaIdListByCategoryId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unstableMediaIdListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/unstableMediaIdListByCategoryId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=unstableSourceTrust.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unstableSourceTrust.js","sourceRoot":"","sources":["../../../src/schema/queries/unstableSourceTrust.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=userIdList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/userIdList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=userPermissionsByUserId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userPermissionsByUserId.js","sourceRoot":"","sources":["../../../src/schema/queries/userPermissionsByUserId.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=userRestictedData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userRestictedData.js","sourceRoot":"","sources":["../../../src/schema/queries/userRestictedData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=userReviewAnalysis.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userReviewAnalysis.js","sourceRoot":"","sources":["../../../src/schema/queries/userReviewAnalysis.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=whoAmI.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whoAmI.js","sourceRoot":"","sources":["../../../src/schema/queries/whoAmI.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lustre/sdk",
3
- "version": "2.0.0-dev.2",
3
+ "version": "2.0.0-dev.3",
4
4
  "repository": "github:parli/typescript-sdk",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",
@@ -20,25 +20,14 @@
20
20
  "eslintConfig": {
21
21
  "extends": "react-app"
22
22
  },
23
- "peerDependencies": {
24
- "react": "^17.0.2",
25
- "react-redux": "^7.2.4",
26
- "redux": "^4.1.0"
27
- },
28
23
  "dependencies": {
24
+ "@tanstack/react-query": "^4.29.5",
29
25
  "cross-fetch": "^3.1.4"
30
26
  },
31
27
  "devDependencies": {
32
- "@testing-library/jest-dom": "^5.12.0",
33
- "@testing-library/react": "^11.2.6",
34
- "@testing-library/react-hooks": "^5.1.2",
35
- "@testing-library/user-event": "^13.1.8",
36
28
  "@tsconfig/recommended": "^1.0.1",
37
29
  "@types/jest": "^26.0.23",
38
30
  "@types/node": "^15.0.1",
39
- "@types/react": "^17.0.4",
40
- "@types/react-dom": "^17.0.3",
41
- "@types/react-redux": "^7.1.16",
42
31
  "@typescript-eslint/eslint-plugin": "^4.22.0",
43
32
  "@typescript-eslint/parser": "^4.22.0",
44
33
  "@zerollup/ts-transform-paths": "^1.7.18",
@@ -46,7 +35,6 @@
46
35
  "eslint": "^7.25.0",
47
36
  "eslint-config-prettier": "^8.3.0",
48
37
  "eslint-plugin-jest": "^24.3.6",
49
- "eslint-plugin-jest-dom": "^3.8.1",
50
38
  "eslint-plugin-prettier": "^3.4.0",
51
39
  "eslint-plugin-tsdoc": "^0.2.14",
52
40
  "husky": "^6.0.0",
@@ -54,12 +42,6 @@
54
42
  "jest-fetch-mock": "^3.0.3",
55
43
  "lint-staged": "^10.5.4",
56
44
  "prettier": "^2.2.1",
57
- "react": "^17.0.2",
58
- "react-dom": "^17.0.2",
59
- "react-hooks-testing-library": "^0.6.0",
60
- "react-redux": "^7.2.4",
61
- "react-test-renderer": "^17.0.2",
62
- "redux": "^4.1.0",
63
45
  "ts-jest": "^26.5.5",
64
46
  "ts-patch": "^2.1.0",
65
47
  "typescript": "~4.2.4"
@@ -2,7 +2,6 @@ import "cross-fetch/polyfill";
2
2
  import { Api } from "../schema";
3
3
  import { WrappedQuery } from "./WrappedQuery";
4
4
  import { QueryError } from "./QueryError";
5
- import { ApiDispatch } from "../hooks/useApiDispatch";
6
5
  export declare const _defaultBatchKey = "__DEFAULT_BATCH_KEY__";
7
6
  declare type ResponseResolver = (response: Api) => void;
8
7
  declare type ResponseRejector = (error: QueryError) => void;
@@ -10,7 +9,6 @@ declare type QueryHandler = {
10
9
  query: WrappedQuery;
11
10
  resolve: ResponseResolver;
12
11
  reject: ResponseRejector;
13
- dispatch?: ApiDispatch;
14
12
  };
15
13
  interface QueryResolverOptions {
16
14
  apiHost?: string;
@@ -23,7 +21,6 @@ declare class QueryResolver {
23
21
  constructor(options?: QueryResolverOptions);
24
22
  addQueryToQueue(query: WrappedQuery, options?: {
25
23
  batchKey?: string;
26
- dispatch?: ApiDispatch;
27
24
  }): Promise<Api>;
28
25
  performQueryRequest(): Promise<void>;
29
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"QueryResolver.d.ts","sourceRoot":"","sources":["../../src/api/QueryResolver.ts"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,GAAG,EAAc,MAAM,WAAW,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAmC,UAAU,EAAE,MAAM,cAAc,CAAA;AAC1E,OAAO,EAAE,WAAW,EAAE,gCAA8B;AAEpD,eAAO,MAAM,gBAAgB,0BAA0B,CAAA;AAEvD,aAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAA;AAC/C,aAAK,gBAAgB,GAAG,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;AAEnD,aAAK,YAAY,GAAG;IAClB,KAAK,EAAE,YAAY,CAAA;IACnB,OAAO,EAAE,gBAAgB,CAAA;IACzB,MAAM,EAAE,gBAAgB,CAAA;IACxB,QAAQ,CAAC,EAAE,WAAW,CAAA;CACvB,CAAA;AAGD,UAAU,oBAAoB;IAE5B,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAQD,cAAM,aAAa;IAEV,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAA;IACrD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;gBAEZ,OAAO,GAAE,oBAAyB;IAQvC,eAAe,CACpB,KAAK,EAAE,YAAY,EACnB,OAAO,GAAE;QACP,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE,WAAW,CAAA;KAClB,GACL,OAAO,CAAC,GAAG,CAAC;IAcF,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;CA6DlD;AAMD,eAAO,MAAM,wBAAwB,QAAO,aAAqC,CAAA;AAEjF,eAAO,MAAM,wBAAwB,kBAAmB,aAAa,KAAG,IAEvE,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"QueryResolver.d.ts","sourceRoot":"","sources":["../../src/api/QueryResolver.ts"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,GAAG,EAAc,MAAM,WAAW,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAmC,UAAU,EAAE,MAAM,cAAc,CAAA;AAE1E,eAAO,MAAM,gBAAgB,0BAA0B,CAAA;AAEvD,aAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAA;AAC/C,aAAK,gBAAgB,GAAG,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;AAEnD,aAAK,YAAY,GAAG;IAClB,KAAK,EAAE,YAAY,CAAA;IACnB,OAAO,EAAE,gBAAgB,CAAA;IACzB,MAAM,EAAE,gBAAgB,CAAA;CACzB,CAAA;AAGD,UAAU,oBAAoB;IAE5B,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAQD,cAAM,aAAa;IAEV,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAA;IACrD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;gBAEZ,OAAO,GAAE,oBAAyB;IAQvC,eAAe,CACpB,KAAK,EAAE,YAAY,EACnB,OAAO,GAAE;QACP,QAAQ,CAAC,EAAE,MAAM,CAAA;KACb,GACL,OAAO,CAAC,GAAG,CAAC;IAcF,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;CAsDlD;AAMD,eAAO,MAAM,wBAAwB,QAAO,aAAqC,CAAA;AAEjF,eAAO,MAAM,wBAAwB,kBAAmB,aAAa,KAAG,IAEvE,CAAA;AAED,eAAe,aAAa,CAAA"}