@lustre/sdk 1.5.0 → 2.0.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (534) hide show
  1. package/README.md +18 -18
  2. package/dist/api/fetchEntity.js.map +1 -1
  3. package/dist/hooks/useEntities.js.map +1 -1
  4. package/dist/hooks/useEntity.js.map +1 -1
  5. package/dist/schema/builtins.js.map +1 -1
  6. package/dist/schema/entities/index.js +2 -17
  7. package/dist/schema/entities/index.js.map +1 -1
  8. package/dist/schema/entities/{alias.js → product.js} +1 -1
  9. package/dist/schema/entities/product.js.map +1 -0
  10. package/dist/schema/entities/{media.js → variant.js} +1 -1
  11. package/dist/schema/entities/variant.js.map +1 -0
  12. package/dist/schema/queries/productDocumentsByRetailPageUrls.js +3 -0
  13. package/dist/schema/queries/productDocumentsByRetailPageUrls.js.map +1 -0
  14. package/dist/schema/{entities/brand.js → queries/retailPageInfo.js} +1 -1
  15. package/dist/schema/queries/retailPageInfo.js.map +1 -0
  16. package/dist/schema/queries/retailPagePriceHistory.js +3 -0
  17. package/dist/schema/queries/retailPagePriceHistory.js.map +1 -0
  18. package/dist/schema/{entities/crawl.js → queries/retailPagePricing.js} +1 -1
  19. package/dist/schema/queries/retailPagePricing.js.map +1 -0
  20. package/dist/schema/{entities/category.js → queries/searchList.js} +1 -1
  21. package/dist/schema/queries/searchList.js.map +1 -0
  22. package/dist/store/entities/index.js +2 -16
  23. package/dist/store/entities/index.js.map +1 -1
  24. package/dist/store/responses/index.js +5 -71
  25. package/dist/store/responses/index.js.map +1 -1
  26. package/package.json +1 -1
  27. package/types/api/fetchEntity.d.ts.map +1 -1
  28. package/types/hooks/useEntities.d.ts.map +1 -1
  29. package/types/hooks/useEntity.d.ts.map +1 -1
  30. package/types/schema/builtins.d.ts +90 -67
  31. package/types/schema/builtins.d.ts.map +1 -1
  32. package/types/schema/entities/index.d.ts +2 -17
  33. package/types/schema/entities/index.d.ts.map +1 -1
  34. package/types/schema/entities/product.d.ts +5 -0
  35. package/types/schema/entities/product.d.ts.map +1 -0
  36. package/types/schema/entities/variant.d.ts +5 -0
  37. package/types/schema/entities/variant.d.ts.map +1 -0
  38. package/types/schema/index.d.ts +16 -194
  39. package/types/schema/index.d.ts.map +1 -1
  40. package/types/schema/queries/affiliateUrl.d.ts +1 -2
  41. package/types/schema/queries/affiliateUrl.d.ts.map +1 -1
  42. package/types/schema/queries/productDocumentsByProductIds.d.ts +2 -2
  43. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
  44. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts +6 -0
  45. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts.map +1 -0
  46. package/types/schema/queries/retailPageInfo.d.ts +18 -0
  47. package/types/schema/queries/retailPageInfo.d.ts.map +1 -0
  48. package/types/schema/queries/retailPagePriceHistory.d.ts +15 -0
  49. package/types/schema/queries/retailPagePriceHistory.d.ts.map +1 -0
  50. package/types/schema/queries/retailPagePricing.d.ts +10 -0
  51. package/types/schema/queries/retailPagePricing.d.ts.map +1 -0
  52. package/types/schema/queries/searchList.d.ts +54 -0
  53. package/types/schema/queries/searchList.d.ts.map +1 -0
  54. package/types/schema/queries.d.ts +5 -71
  55. package/types/schema/queries.d.ts.map +1 -1
  56. package/types/schema/responses.d.ts +5 -71
  57. package/types/schema/responses.d.ts.map +1 -1
  58. package/types/store/entities/index.d.ts +2 -16
  59. package/types/store/entities/index.d.ts.map +1 -1
  60. package/types/store/index.d.ts +7 -87
  61. package/types/store/index.d.ts.map +1 -1
  62. package/types/store/responses/index.d.ts +5 -71
  63. package/types/store/responses/index.d.ts.map +1 -1
  64. package/dist/schema/entities/alias.js.map +0 -1
  65. package/dist/schema/entities/brand.js.map +0 -1
  66. package/dist/schema/entities/category.js.map +0 -1
  67. package/dist/schema/entities/crawl.js.map +0 -1
  68. package/dist/schema/entities/media.js.map +0 -1
  69. package/dist/schema/entities/offer.js +0 -3
  70. package/dist/schema/entities/offer.js.map +0 -1
  71. package/dist/schema/entities/productConfiguration.js +0 -3
  72. package/dist/schema/entities/productConfiguration.js.map +0 -1
  73. package/dist/schema/entities/productFamily.js +0 -3
  74. package/dist/schema/entities/productFamily.js.map +0 -1
  75. package/dist/schema/entities/productGeneration.js +0 -3
  76. package/dist/schema/entities/productGeneration.js.map +0 -1
  77. package/dist/schema/entities/productType.js +0 -3
  78. package/dist/schema/entities/productType.js.map +0 -1
  79. package/dist/schema/entities/rating.js +0 -3
  80. package/dist/schema/entities/rating.js.map +0 -1
  81. package/dist/schema/entities/source.js +0 -3
  82. package/dist/schema/entities/source.js.map +0 -1
  83. package/dist/schema/entities/spec.js +0 -3
  84. package/dist/schema/entities/spec.js.map +0 -1
  85. package/dist/schema/entities/specType.js +0 -3
  86. package/dist/schema/entities/specType.js.map +0 -1
  87. package/dist/schema/entities/specTypeChoice.js +0 -3
  88. package/dist/schema/entities/specTypeChoice.js.map +0 -1
  89. package/dist/schema/entities/storePage.js +0 -3
  90. package/dist/schema/entities/storePage.js.map +0 -1
  91. package/dist/schema/entities/storePageQueueGroup.js +0 -3
  92. package/dist/schema/entities/storePageQueueGroup.js.map +0 -1
  93. package/dist/schema/entities/user.js +0 -3
  94. package/dist/schema/entities/user.js.map +0 -1
  95. package/dist/schema/mutations/createBrand.js +0 -3
  96. package/dist/schema/mutations/createBrand.js.map +0 -1
  97. package/dist/schema/mutations/createCategory.js +0 -3
  98. package/dist/schema/mutations/createCategory.js.map +0 -1
  99. package/dist/schema/mutations/createProductConfiguration.js +0 -3
  100. package/dist/schema/mutations/createProductConfiguration.js.map +0 -1
  101. package/dist/schema/mutations/createProductFamily.js +0 -3
  102. package/dist/schema/mutations/createProductFamily.js.map +0 -1
  103. package/dist/schema/mutations/createProductGeneration.js +0 -3
  104. package/dist/schema/mutations/createProductGeneration.js.map +0 -1
  105. package/dist/schema/mutations/createProductType.js +0 -3
  106. package/dist/schema/mutations/createProductType.js.map +0 -1
  107. package/dist/schema/mutations/createUser.js +0 -3
  108. package/dist/schema/mutations/createUser.js.map +0 -1
  109. package/dist/schema/mutations/storePageQueueClaimById.js +0 -3
  110. package/dist/schema/mutations/storePageQueueClaimById.js.map +0 -1
  111. package/dist/schema/mutations/storePageQueueClaimNext.js +0 -3
  112. package/dist/schema/mutations/storePageQueueClaimNext.js.map +0 -1
  113. package/dist/schema/mutations/storePageQueueHandle.js +0 -3
  114. package/dist/schema/mutations/storePageQueueHandle.js.map +0 -1
  115. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +0 -3
  116. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +0 -1
  117. package/dist/schema/mutations/updateAlias.js +0 -3
  118. package/dist/schema/mutations/updateAlias.js.map +0 -1
  119. package/dist/schema/mutations/updateBrand.js +0 -3
  120. package/dist/schema/mutations/updateBrand.js.map +0 -1
  121. package/dist/schema/mutations/updateCategory.js +0 -3
  122. package/dist/schema/mutations/updateCategory.js.map +0 -1
  123. package/dist/schema/mutations/updateOffer.js +0 -3
  124. package/dist/schema/mutations/updateOffer.js.map +0 -1
  125. package/dist/schema/mutations/updateProductConfiguration.js +0 -3
  126. package/dist/schema/mutations/updateProductConfiguration.js.map +0 -1
  127. package/dist/schema/mutations/updateProductConfigurationProductType.js +0 -3
  128. package/dist/schema/mutations/updateProductConfigurationProductType.js.map +0 -1
  129. package/dist/schema/mutations/updateProductFamily.js +0 -3
  130. package/dist/schema/mutations/updateProductFamily.js.map +0 -1
  131. package/dist/schema/mutations/updateProductFamilyBrand.js +0 -3
  132. package/dist/schema/mutations/updateProductFamilyBrand.js.map +0 -1
  133. package/dist/schema/mutations/updateProductGeneration.js +0 -3
  134. package/dist/schema/mutations/updateProductGeneration.js.map +0 -1
  135. package/dist/schema/mutations/updateProductGenerationProductFamily.js +0 -3
  136. package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +0 -1
  137. package/dist/schema/mutations/updateProductType.js +0 -3
  138. package/dist/schema/mutations/updateProductType.js.map +0 -1
  139. package/dist/schema/mutations/updateProductTypeProductGeneration.js +0 -3
  140. package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +0 -1
  141. package/dist/schema/mutations/updateSource.js +0 -3
  142. package/dist/schema/mutations/updateSource.js.map +0 -1
  143. package/dist/schema/mutations/updateStorePage.js +0 -3
  144. package/dist/schema/mutations/updateStorePage.js.map +0 -1
  145. package/dist/schema/queries/aliasIdListBySomeId.js +0 -3
  146. package/dist/schema/queries/aliasIdListBySomeId.js.map +0 -1
  147. package/dist/schema/queries/appliedCategoryIdListBySomeId.js +0 -3
  148. package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +0 -1
  149. package/dist/schema/queries/baseScore.js +0 -3
  150. package/dist/schema/queries/baseScore.js.map +0 -1
  151. package/dist/schema/queries/baseScoreRatingIdList.js +0 -3
  152. package/dist/schema/queries/baseScoreRatingIdList.js.map +0 -1
  153. package/dist/schema/queries/baseScoresByCategoryId.js +0 -3
  154. package/dist/schema/queries/baseScoresByCategoryId.js.map +0 -1
  155. package/dist/schema/queries/bestInClass.js +0 -3
  156. package/dist/schema/queries/bestInClass.js.map +0 -1
  157. package/dist/schema/queries/brandIdBySomeId.js +0 -3
  158. package/dist/schema/queries/brandIdBySomeId.js.map +0 -1
  159. package/dist/schema/queries/brandIdList.js +0 -3
  160. package/dist/schema/queries/brandIdList.js.map +0 -1
  161. package/dist/schema/queries/brandIdListBySearch.js +0 -3
  162. package/dist/schema/queries/brandIdListBySearch.js.map +0 -1
  163. package/dist/schema/queries/categoryDisplayMode.js +0 -3
  164. package/dist/schema/queries/categoryDisplayMode.js.map +0 -1
  165. package/dist/schema/queries/categoryIdByUrlSlug.js +0 -3
  166. package/dist/schema/queries/categoryIdByUrlSlug.js.map +0 -1
  167. package/dist/schema/queries/categoryIdList.js +0 -3
  168. package/dist/schema/queries/categoryIdList.js.map +0 -1
  169. package/dist/schema/queries/categoryIdListBySomeId.js +0 -3
  170. package/dist/schema/queries/categoryIdListBySomeId.js.map +0 -1
  171. package/dist/schema/queries/categoryIdListBySourceId.js +0 -3
  172. package/dist/schema/queries/categoryIdListBySourceId.js.map +0 -1
  173. package/dist/schema/queries/categoryModifierSearchList.js +0 -3
  174. package/dist/schema/queries/categoryModifierSearchList.js.map +0 -1
  175. package/dist/schema/queries/categoryRankings.js +0 -3
  176. package/dist/schema/queries/categoryRankings.js.map +0 -1
  177. package/dist/schema/queries/categorySearchList.js +0 -3
  178. package/dist/schema/queries/categorySearchList.js.map +0 -1
  179. package/dist/schema/queries/categoryStatusList.js +0 -3
  180. package/dist/schema/queries/categoryStatusList.js.map +0 -1
  181. package/dist/schema/queries/crawlIdList.js +0 -3
  182. package/dist/schema/queries/crawlIdList.js.map +0 -1
  183. package/dist/schema/queries/crawlIdListByUrl.js +0 -3
  184. package/dist/schema/queries/crawlIdListByUrl.js.map +0 -1
  185. package/dist/schema/queries/descriptionMarkdown.js +0 -3
  186. package/dist/schema/queries/descriptionMarkdown.js.map +0 -1
  187. package/dist/schema/queries/entityType.js +0 -3
  188. package/dist/schema/queries/entityType.js.map +0 -1
  189. package/dist/schema/queries/fallbackPriceByProductTypeId.js +0 -3
  190. package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +0 -1
  191. package/dist/schema/queries/inputLayerVersion.js +0 -3
  192. package/dist/schema/queries/inputLayerVersion.js.map +0 -1
  193. package/dist/schema/queries/latestRatingIdList.js +0 -3
  194. package/dist/schema/queries/latestRatingIdList.js.map +0 -1
  195. package/dist/schema/queries/latestRatingIdListBySomeId.js +0 -3
  196. package/dist/schema/queries/latestRatingIdListBySomeId.js.map +0 -1
  197. package/dist/schema/queries/mediaIdListBySomeId.js +0 -3
  198. package/dist/schema/queries/mediaIdListBySomeId.js.map +0 -1
  199. package/dist/schema/queries/mlCategoryDisplayMode.js +0 -3
  200. package/dist/schema/queries/mlCategoryDisplayMode.js.map +0 -1
  201. package/dist/schema/queries/noteMarkdown.js +0 -3
  202. package/dist/schema/queries/noteMarkdown.js.map +0 -1
  203. package/dist/schema/queries/offerIdListByStorePageId.js +0 -3
  204. package/dist/schema/queries/offerIdListByStorePageId.js.map +0 -1
  205. package/dist/schema/queries/possibleAliasIdListBySomeId.js +0 -3
  206. package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +0 -1
  207. package/dist/schema/queries/possibleStorePageIdListBySomeId.js +0 -3
  208. package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +0 -1
  209. package/dist/schema/queries/preferredCategoryIdListByProductId.js +0 -3
  210. package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +0 -1
  211. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +0 -3
  212. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +0 -1
  213. package/dist/schema/queries/preferredStorePageList.js +0 -3
  214. package/dist/schema/queries/preferredStorePageList.js.map +0 -1
  215. package/dist/schema/queries/priceHistoryLookup.js +0 -3
  216. package/dist/schema/queries/priceHistoryLookup.js.map +0 -1
  217. package/dist/schema/queries/pricePointCompetitors.js +0 -3
  218. package/dist/schema/queries/pricePointCompetitors.js.map +0 -1
  219. package/dist/schema/queries/priceRangeByCategoryId.js +0 -3
  220. package/dist/schema/queries/priceRangeByCategoryId.js.map +0 -1
  221. package/dist/schema/queries/productConfigurationIdListBySomeId.js +0 -3
  222. package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +0 -1
  223. package/dist/schema/queries/productDealList.js +0 -3
  224. package/dist/schema/queries/productDealList.js.map +0 -1
  225. package/dist/schema/queries/productDocumentByStoreUrl.js +0 -3
  226. package/dist/schema/queries/productDocumentByStoreUrl.js.map +0 -1
  227. package/dist/schema/queries/productFamilyIdBySomeId.js +0 -3
  228. package/dist/schema/queries/productFamilyIdBySomeId.js.map +0 -1
  229. package/dist/schema/queries/productFamilyIdListBySomeId.js +0 -3
  230. package/dist/schema/queries/productFamilyIdListBySomeId.js.map +0 -1
  231. package/dist/schema/queries/productGenerationIdBySomeId.js +0 -3
  232. package/dist/schema/queries/productGenerationIdBySomeId.js.map +0 -1
  233. package/dist/schema/queries/productGenerationIdListBySomeId.js +0 -3
  234. package/dist/schema/queries/productGenerationIdListBySomeId.js.map +0 -1
  235. package/dist/schema/queries/productListSort.js +0 -3
  236. package/dist/schema/queries/productListSort.js.map +0 -1
  237. package/dist/schema/queries/productPricePointList.js +0 -3
  238. package/dist/schema/queries/productPricePointList.js.map +0 -1
  239. package/dist/schema/queries/productSearchList.js +0 -3
  240. package/dist/schema/queries/productSearchList.js.map +0 -1
  241. package/dist/schema/queries/productTypeIdBySomeId.js +0 -3
  242. package/dist/schema/queries/productTypeIdBySomeId.js.map +0 -1
  243. package/dist/schema/queries/productTypeIdByStoreUrl.js +0 -3
  244. package/dist/schema/queries/productTypeIdByStoreUrl.js.map +0 -1
  245. package/dist/schema/queries/productTypeIdListByCategoryId.js +0 -3
  246. package/dist/schema/queries/productTypeIdListByCategoryId.js.map +0 -1
  247. package/dist/schema/queries/productTypeIdListByModifiers.js +0 -3
  248. package/dist/schema/queries/productTypeIdListByModifiers.js.map +0 -1
  249. package/dist/schema/queries/productTypeIdListBySomeId.js +0 -3
  250. package/dist/schema/queries/productTypeIdListBySomeId.js.map +0 -1
  251. package/dist/schema/queries/saleMetrics.js +0 -3
  252. package/dist/schema/queries/saleMetrics.js.map +0 -1
  253. package/dist/schema/queries/sectionDataByCrawlId.js +0 -3
  254. package/dist/schema/queries/sectionDataByCrawlId.js.map +0 -1
  255. package/dist/schema/queries/sourceIdList.js +0 -3
  256. package/dist/schema/queries/sourceIdList.js.map +0 -1
  257. package/dist/schema/queries/specIdListBySomeId.js +0 -3
  258. package/dist/schema/queries/specIdListBySomeId.js.map +0 -1
  259. package/dist/schema/queries/specTypeIdList.js +0 -3
  260. package/dist/schema/queries/specTypeIdList.js.map +0 -1
  261. package/dist/schema/queries/specTypeValidValues.js +0 -3
  262. package/dist/schema/queries/specTypeValidValues.js.map +0 -1
  263. package/dist/schema/queries/specValueRangeListByCategoryId.js +0 -3
  264. package/dist/schema/queries/specValueRangeListByCategoryId.js.map +0 -1
  265. package/dist/schema/queries/stablePriceByProductId.js +0 -3
  266. package/dist/schema/queries/stablePriceByProductId.js.map +0 -1
  267. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +0 -3
  268. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +0 -1
  269. package/dist/schema/queries/stablePriceByStorePageId.js +0 -3
  270. package/dist/schema/queries/stablePriceByStorePageId.js.map +0 -1
  271. package/dist/schema/queries/storePageFetchData.js +0 -3
  272. package/dist/schema/queries/storePageFetchData.js.map +0 -1
  273. package/dist/schema/queries/storePageIdByUrl.js +0 -3
  274. package/dist/schema/queries/storePageIdByUrl.js.map +0 -1
  275. package/dist/schema/queries/storePageIdListBySomeId.js +0 -3
  276. package/dist/schema/queries/storePageIdListBySomeId.js.map +0 -1
  277. package/dist/schema/queries/storePageInfoBySku.js +0 -3
  278. package/dist/schema/queries/storePageInfoBySku.js.map +0 -1
  279. package/dist/schema/queries/storePageScrapeData.js +0 -3
  280. package/dist/schema/queries/storePageScrapeData.js.map +0 -1
  281. package/dist/schema/queries/subCategoryIdListByCategoryId.js +0 -3
  282. package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +0 -1
  283. package/dist/schema/queries/subsetModifierDataByModifiers.js +0 -3
  284. package/dist/schema/queries/subsetModifierDataByModifiers.js.map +0 -1
  285. package/dist/schema/queries/unstableMediaIdListByCategoryId.js +0 -3
  286. package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +0 -1
  287. package/dist/schema/queries/unstableSourceTrust.js +0 -3
  288. package/dist/schema/queries/unstableSourceTrust.js.map +0 -1
  289. package/dist/schema/queries/userIdList.js +0 -3
  290. package/dist/schema/queries/userIdList.js.map +0 -1
  291. package/dist/schema/queries/userPermissionsByUserId.js +0 -3
  292. package/dist/schema/queries/userPermissionsByUserId.js.map +0 -1
  293. package/dist/schema/queries/userRestictedData.js +0 -3
  294. package/dist/schema/queries/userRestictedData.js.map +0 -1
  295. package/dist/schema/queries/whoAmI.js +0 -3
  296. package/dist/schema/queries/whoAmI.js.map +0 -1
  297. package/types/schema/entities/alias.d.ts +0 -6
  298. package/types/schema/entities/alias.d.ts.map +0 -1
  299. package/types/schema/entities/brand.d.ts +0 -5
  300. package/types/schema/entities/brand.d.ts.map +0 -1
  301. package/types/schema/entities/category.d.ts +0 -7
  302. package/types/schema/entities/category.d.ts.map +0 -1
  303. package/types/schema/entities/crawl.d.ts +0 -12
  304. package/types/schema/entities/crawl.d.ts.map +0 -1
  305. package/types/schema/entities/media.d.ts +0 -6
  306. package/types/schema/entities/media.d.ts.map +0 -1
  307. package/types/schema/entities/offer.d.ts +0 -11
  308. package/types/schema/entities/offer.d.ts.map +0 -1
  309. package/types/schema/entities/productConfiguration.d.ts +0 -5
  310. package/types/schema/entities/productConfiguration.d.ts.map +0 -1
  311. package/types/schema/entities/productFamily.d.ts +0 -5
  312. package/types/schema/entities/productFamily.d.ts.map +0 -1
  313. package/types/schema/entities/productGeneration.d.ts +0 -5
  314. package/types/schema/entities/productGeneration.d.ts.map +0 -1
  315. package/types/schema/entities/productType.d.ts +0 -5
  316. package/types/schema/entities/productType.d.ts.map +0 -1
  317. package/types/schema/entities/rating.d.ts +0 -53
  318. package/types/schema/entities/rating.d.ts.map +0 -1
  319. package/types/schema/entities/source.d.ts +0 -8
  320. package/types/schema/entities/source.d.ts.map +0 -1
  321. package/types/schema/entities/spec.d.ts +0 -22
  322. package/types/schema/entities/spec.d.ts.map +0 -1
  323. package/types/schema/entities/specType.d.ts +0 -6
  324. package/types/schema/entities/specType.d.ts.map +0 -1
  325. package/types/schema/entities/specTypeChoice.d.ts +0 -7
  326. package/types/schema/entities/specTypeChoice.d.ts.map +0 -1
  327. package/types/schema/entities/storePage.d.ts +0 -8
  328. package/types/schema/entities/storePage.d.ts.map +0 -1
  329. package/types/schema/entities/storePageQueueGroup.d.ts +0 -6
  330. package/types/schema/entities/storePageQueueGroup.d.ts.map +0 -1
  331. package/types/schema/entities/user.d.ts +0 -5
  332. package/types/schema/entities/user.d.ts.map +0 -1
  333. package/types/schema/mutations/createBrand.d.ts +0 -9
  334. package/types/schema/mutations/createBrand.d.ts.map +0 -1
  335. package/types/schema/mutations/createCategory.d.ts +0 -9
  336. package/types/schema/mutations/createCategory.d.ts.map +0 -1
  337. package/types/schema/mutations/createProductConfiguration.d.ts +0 -10
  338. package/types/schema/mutations/createProductConfiguration.d.ts.map +0 -1
  339. package/types/schema/mutations/createProductFamily.d.ts +0 -10
  340. package/types/schema/mutations/createProductFamily.d.ts.map +0 -1
  341. package/types/schema/mutations/createProductGeneration.d.ts +0 -10
  342. package/types/schema/mutations/createProductGeneration.d.ts.map +0 -1
  343. package/types/schema/mutations/createProductType.d.ts +0 -10
  344. package/types/schema/mutations/createProductType.d.ts.map +0 -1
  345. package/types/schema/mutations/createUser.d.ts +0 -10
  346. package/types/schema/mutations/createUser.d.ts.map +0 -1
  347. package/types/schema/mutations/storePageQueueClaimById.d.ts +0 -17
  348. package/types/schema/mutations/storePageQueueClaimById.d.ts.map +0 -1
  349. package/types/schema/mutations/storePageQueueClaimNext.d.ts +0 -15
  350. package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +0 -1
  351. package/types/schema/mutations/storePageQueueHandle.d.ts +0 -15
  352. package/types/schema/mutations/storePageQueueHandle.d.ts.map +0 -1
  353. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +0 -15
  354. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +0 -1
  355. package/types/schema/mutations/updateAlias.d.ts +0 -8
  356. package/types/schema/mutations/updateAlias.d.ts.map +0 -1
  357. package/types/schema/mutations/updateBrand.d.ts +0 -8
  358. package/types/schema/mutations/updateBrand.d.ts.map +0 -1
  359. package/types/schema/mutations/updateCategory.d.ts +0 -10
  360. package/types/schema/mutations/updateCategory.d.ts.map +0 -1
  361. package/types/schema/mutations/updateOffer.d.ts +0 -8
  362. package/types/schema/mutations/updateOffer.d.ts.map +0 -1
  363. package/types/schema/mutations/updateProductConfiguration.d.ts +0 -8
  364. package/types/schema/mutations/updateProductConfiguration.d.ts.map +0 -1
  365. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +0 -8
  366. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +0 -1
  367. package/types/schema/mutations/updateProductFamily.d.ts +0 -8
  368. package/types/schema/mutations/updateProductFamily.d.ts.map +0 -1
  369. package/types/schema/mutations/updateProductFamilyBrand.d.ts +0 -8
  370. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +0 -1
  371. package/types/schema/mutations/updateProductGeneration.d.ts +0 -8
  372. package/types/schema/mutations/updateProductGeneration.d.ts.map +0 -1
  373. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +0 -8
  374. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +0 -1
  375. package/types/schema/mutations/updateProductType.d.ts +0 -8
  376. package/types/schema/mutations/updateProductType.d.ts.map +0 -1
  377. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +0 -8
  378. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +0 -1
  379. package/types/schema/mutations/updateSource.d.ts +0 -10
  380. package/types/schema/mutations/updateSource.d.ts.map +0 -1
  381. package/types/schema/mutations/updateStorePage.d.ts +0 -8
  382. package/types/schema/mutations/updateStorePage.d.ts.map +0 -1
  383. package/types/schema/queries/aliasIdListBySomeId.d.ts +0 -7
  384. package/types/schema/queries/aliasIdListBySomeId.d.ts.map +0 -1
  385. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +0 -7
  386. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +0 -1
  387. package/types/schema/queries/baseScore.d.ts +0 -9
  388. package/types/schema/queries/baseScore.d.ts.map +0 -1
  389. package/types/schema/queries/baseScoreRatingIdList.d.ts +0 -8
  390. package/types/schema/queries/baseScoreRatingIdList.d.ts.map +0 -1
  391. package/types/schema/queries/baseScoresByCategoryId.d.ts +0 -12
  392. package/types/schema/queries/baseScoresByCategoryId.d.ts.map +0 -1
  393. package/types/schema/queries/bestInClass.d.ts +0 -20
  394. package/types/schema/queries/bestInClass.d.ts.map +0 -1
  395. package/types/schema/queries/brandIdBySomeId.d.ts +0 -6
  396. package/types/schema/queries/brandIdBySomeId.d.ts.map +0 -1
  397. package/types/schema/queries/brandIdList.d.ts +0 -9
  398. package/types/schema/queries/brandIdList.d.ts.map +0 -1
  399. package/types/schema/queries/brandIdListBySearch.d.ts +0 -7
  400. package/types/schema/queries/brandIdListBySearch.d.ts.map +0 -1
  401. package/types/schema/queries/categoryDisplayMode.d.ts +0 -11
  402. package/types/schema/queries/categoryDisplayMode.d.ts.map +0 -1
  403. package/types/schema/queries/categoryIdByUrlSlug.d.ts +0 -6
  404. package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +0 -1
  405. package/types/schema/queries/categoryIdList.d.ts +0 -9
  406. package/types/schema/queries/categoryIdList.d.ts.map +0 -1
  407. package/types/schema/queries/categoryIdListBySomeId.d.ts +0 -11
  408. package/types/schema/queries/categoryIdListBySomeId.d.ts.map +0 -1
  409. package/types/schema/queries/categoryIdListBySourceId.d.ts +0 -7
  410. package/types/schema/queries/categoryIdListBySourceId.d.ts.map +0 -1
  411. package/types/schema/queries/categoryModifierSearchList.d.ts +0 -22
  412. package/types/schema/queries/categoryModifierSearchList.d.ts.map +0 -1
  413. package/types/schema/queries/categoryRankings.d.ts +0 -14
  414. package/types/schema/queries/categoryRankings.d.ts.map +0 -1
  415. package/types/schema/queries/categorySearchList.d.ts +0 -17
  416. package/types/schema/queries/categorySearchList.d.ts.map +0 -1
  417. package/types/schema/queries/categoryStatusList.d.ts +0 -10
  418. package/types/schema/queries/categoryStatusList.d.ts.map +0 -1
  419. package/types/schema/queries/crawlIdList.d.ts +0 -12
  420. package/types/schema/queries/crawlIdList.d.ts.map +0 -1
  421. package/types/schema/queries/crawlIdListByUrl.d.ts +0 -7
  422. package/types/schema/queries/crawlIdListByUrl.d.ts.map +0 -1
  423. package/types/schema/queries/descriptionMarkdown.d.ts +0 -6
  424. package/types/schema/queries/descriptionMarkdown.d.ts.map +0 -1
  425. package/types/schema/queries/entityType.d.ts +0 -55
  426. package/types/schema/queries/entityType.d.ts.map +0 -1
  427. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +0 -7
  428. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +0 -1
  429. package/types/schema/queries/inputLayerVersion.d.ts +0 -6
  430. package/types/schema/queries/inputLayerVersion.d.ts.map +0 -1
  431. package/types/schema/queries/latestRatingIdList.d.ts +0 -7
  432. package/types/schema/queries/latestRatingIdList.d.ts.map +0 -1
  433. package/types/schema/queries/latestRatingIdListBySomeId.d.ts +0 -7
  434. package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +0 -1
  435. package/types/schema/queries/mediaIdListBySomeId.d.ts +0 -7
  436. package/types/schema/queries/mediaIdListBySomeId.d.ts.map +0 -1
  437. package/types/schema/queries/mlCategoryDisplayMode.d.ts +0 -9
  438. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +0 -1
  439. package/types/schema/queries/noteMarkdown.d.ts +0 -6
  440. package/types/schema/queries/noteMarkdown.d.ts.map +0 -1
  441. package/types/schema/queries/offerIdListByStorePageId.d.ts +0 -13
  442. package/types/schema/queries/offerIdListByStorePageId.d.ts.map +0 -1
  443. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +0 -7
  444. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +0 -1
  445. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +0 -7
  446. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +0 -1
  447. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +0 -7
  448. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +0 -1
  449. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +0 -7
  450. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +0 -1
  451. package/types/schema/queries/preferredStorePageList.d.ts +0 -12
  452. package/types/schema/queries/preferredStorePageList.d.ts.map +0 -1
  453. package/types/schema/queries/priceHistoryLookup.d.ts +0 -17
  454. package/types/schema/queries/priceHistoryLookup.d.ts.map +0 -1
  455. package/types/schema/queries/pricePointCompetitors.d.ts +0 -17
  456. package/types/schema/queries/pricePointCompetitors.d.ts.map +0 -1
  457. package/types/schema/queries/priceRangeByCategoryId.d.ts +0 -11
  458. package/types/schema/queries/priceRangeByCategoryId.d.ts.map +0 -1
  459. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +0 -7
  460. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +0 -1
  461. package/types/schema/queries/productDealList.d.ts +0 -14
  462. package/types/schema/queries/productDealList.d.ts.map +0 -1
  463. package/types/schema/queries/productDocumentByStoreUrl.d.ts +0 -8
  464. package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +0 -1
  465. package/types/schema/queries/productFamilyIdBySomeId.d.ts +0 -6
  466. package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +0 -1
  467. package/types/schema/queries/productFamilyIdListBySomeId.d.ts +0 -7
  468. package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +0 -1
  469. package/types/schema/queries/productGenerationIdBySomeId.d.ts +0 -6
  470. package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +0 -1
  471. package/types/schema/queries/productGenerationIdListBySomeId.d.ts +0 -7
  472. package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +0 -1
  473. package/types/schema/queries/productListSort.d.ts +0 -10
  474. package/types/schema/queries/productListSort.d.ts.map +0 -1
  475. package/types/schema/queries/productPricePointList.d.ts +0 -14
  476. package/types/schema/queries/productPricePointList.d.ts.map +0 -1
  477. package/types/schema/queries/productSearchList.d.ts +0 -40
  478. package/types/schema/queries/productSearchList.d.ts.map +0 -1
  479. package/types/schema/queries/productTypeIdBySomeId.d.ts +0 -6
  480. package/types/schema/queries/productTypeIdBySomeId.d.ts.map +0 -1
  481. package/types/schema/queries/productTypeIdByStoreUrl.d.ts +0 -7
  482. package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +0 -1
  483. package/types/schema/queries/productTypeIdListByCategoryId.d.ts +0 -11
  484. package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +0 -1
  485. package/types/schema/queries/productTypeIdListByModifiers.d.ts +0 -8
  486. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +0 -1
  487. package/types/schema/queries/productTypeIdListBySomeId.d.ts +0 -7
  488. package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +0 -1
  489. package/types/schema/queries/saleMetrics.d.ts +0 -9
  490. package/types/schema/queries/saleMetrics.d.ts.map +0 -1
  491. package/types/schema/queries/sectionDataByCrawlId.d.ts +0 -20
  492. package/types/schema/queries/sectionDataByCrawlId.d.ts.map +0 -1
  493. package/types/schema/queries/sourceIdList.d.ts +0 -5
  494. package/types/schema/queries/sourceIdList.d.ts.map +0 -1
  495. package/types/schema/queries/specIdListBySomeId.d.ts +0 -7
  496. package/types/schema/queries/specIdListBySomeId.d.ts.map +0 -1
  497. package/types/schema/queries/specTypeIdList.d.ts +0 -13
  498. package/types/schema/queries/specTypeIdList.d.ts.map +0 -1
  499. package/types/schema/queries/specTypeValidValues.d.ts +0 -16
  500. package/types/schema/queries/specTypeValidValues.d.ts.map +0 -1
  501. package/types/schema/queries/specValueRangeListByCategoryId.d.ts +0 -37
  502. package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +0 -1
  503. package/types/schema/queries/stablePriceByProductId.d.ts +0 -7
  504. package/types/schema/queries/stablePriceByProductId.d.ts.map +0 -1
  505. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +0 -8
  506. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +0 -1
  507. package/types/schema/queries/stablePriceByStorePageId.d.ts +0 -7
  508. package/types/schema/queries/stablePriceByStorePageId.d.ts.map +0 -1
  509. package/types/schema/queries/storePageFetchData.d.ts +0 -13
  510. package/types/schema/queries/storePageFetchData.d.ts.map +0 -1
  511. package/types/schema/queries/storePageIdByUrl.d.ts +0 -7
  512. package/types/schema/queries/storePageIdByUrl.d.ts.map +0 -1
  513. package/types/schema/queries/storePageIdListBySomeId.d.ts +0 -7
  514. package/types/schema/queries/storePageIdListBySomeId.d.ts.map +0 -1
  515. package/types/schema/queries/storePageInfoBySku.d.ts +0 -20
  516. package/types/schema/queries/storePageInfoBySku.d.ts.map +0 -1
  517. package/types/schema/queries/storePageScrapeData.d.ts +0 -10
  518. package/types/schema/queries/storePageScrapeData.d.ts.map +0 -1
  519. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +0 -7
  520. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +0 -1
  521. package/types/schema/queries/subsetModifierDataByModifiers.d.ts +0 -13
  522. package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +0 -1
  523. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +0 -7
  524. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +0 -1
  525. package/types/schema/queries/unstableSourceTrust.d.ts +0 -10
  526. package/types/schema/queries/unstableSourceTrust.d.ts.map +0 -1
  527. package/types/schema/queries/userIdList.d.ts +0 -5
  528. package/types/schema/queries/userIdList.d.ts.map +0 -1
  529. package/types/schema/queries/userPermissionsByUserId.d.ts +0 -8
  530. package/types/schema/queries/userPermissionsByUserId.d.ts.map +0 -1
  531. package/types/schema/queries/userRestictedData.d.ts +0 -11
  532. package/types/schema/queries/userRestictedData.d.ts.map +0 -1
  533. package/types/schema/queries/whoAmI.d.ts +0 -6
  534. package/types/schema/queries/whoAmI.d.ts.map +0 -1
@@ -1,77 +1,11 @@
1
1
  export type { AffiliateUrlResponse } from "./queries/affiliateUrl";
2
2
  export type { AnalyticsTrackResponse } from "./queries/analyticsTrack";
3
- export type { AppliedCategoryIdListBySomeIdResponse } from "./queries/appliedCategoryIdListBySomeId";
4
- export type { BaseScoreRatingIdListResponse } from "./queries/baseScoreRatingIdList";
5
- export type { BaseScoreResponse } from "./queries/baseScore";
6
- export type { BaseScoresByCategoryIdResponse } from "./queries/baseScoresByCategoryId";
7
- export type { BestInClassResponse } from "./queries/bestInClass";
8
- export type { BrandIdBySomeIdResponse } from "./queries/brandIdBySomeId";
9
- export type { BrandIdListResponse } from "./queries/brandIdList";
10
- export type { CategoryDisplayModeResponse } from "./queries/categoryDisplayMode";
11
- export type { CategoryIdByUrlSlugResponse } from "./queries/categoryIdByUrlSlug";
12
- export type { CategoryIdListBySomeIdResponse } from "./queries/categoryIdListBySomeId";
13
- export type { CategoryIdListBySourceIdResponse } from "./queries/categoryIdListBySourceId";
14
- export type { CategoryIdListResponse } from "./queries/categoryIdList";
15
- export type { CategoryRankingsResponse } from "./queries/categoryRankings";
16
- export type { CategorySearchListResponse } from "./queries/categorySearchList";
17
- export type { CategoryStatusListResponse } from "./queries/categoryStatusList";
18
- export type { CrawlIdListByUrlResponse } from "./queries/crawlIdListByUrl";
19
- export type { CrawlIdListResponse } from "./queries/crawlIdList";
20
- export type { DescriptionMarkdownResponse } from "./queries/descriptionMarkdown";
21
- export type { EntityTypeResponse } from "./queries/entityType";
22
- export type { FallbackPriceByProductTypeIdResponse } from "./queries/fallbackPriceByProductTypeId";
23
- export type { InputLayerVersionResponse } from "./queries/inputLayerVersion";
24
- export type { LatestRatingIdListResponse } from "./queries/latestRatingIdList";
25
- export type { LatestRatingIdListBySomeIdResponse } from "./queries/latestRatingIdListBySomeId";
26
- export type { MediaIdListBySomeIdResponse } from "./queries/mediaIdListBySomeId";
27
- export type { CategoryModifierSearchListResponse } from "./queries/categoryModifierSearchList";
28
- export type { NoteMarkdownResponse } from "./queries/noteMarkdown";
29
- export type { OfferIdListByStorePageIdResponse } from "./queries/offerIdListByStorePageId";
30
- export type { PossibleAliasIdListBySomeIdResponse } from "./queries/possibleAliasIdListBySomeId";
31
- export type { PossibleStorePageIdListBySomeIdResponse } from "./queries/possibleStorePageIdListBySomeId";
32
- export type { PreferredCategoryIdListByProductIdResponse } from "./queries/preferredCategoryIdListByProductId";
33
- export type { PreferredLatestRatingIdListBySomeIdResponse } from "./queries/preferredLatestRatingIdListBySomeId";
34
- export type { PreferredStorePageListResponse } from "./queries/preferredStorePageList";
35
- export type { PriceHistoryLookupResponse } from "./queries/priceHistoryLookup";
36
- export type { PricePointCompetitorsResponse } from "./queries/pricePointCompetitors";
37
- export type { PriceRangeByCategoryIdResponse } from "./queries/priceRangeByCategoryId";
38
- export type { ProductConfigurationIdListBySomeIdResponse } from "./queries/productConfigurationIdListBySomeId";
39
- export type { ProductDealListResponse } from "./queries/productDealList";
40
- export type { ProductDocumentByStoreUrlResponse } from "./queries/productDocumentByStoreUrl";
3
+ export type { ProductDocumentsByRetailPageUrlsResponse } from "./queries/productDocumentsByRetailPageUrls";
41
4
  export type { ProductDocumentsByProductIdsResponse } from "./queries/productDocumentsByProductIds";
42
- export type { ProductFamilyIdBySomeIdResponse } from "./queries/productFamilyIdBySomeId";
43
- export type { ProductFamilyIdListBySomeIdResponse } from "./queries/productFamilyIdListBySomeId";
44
- export type { ProductGenerationIdBySomeIdResponse } from "./queries/productGenerationIdBySomeId";
45
- export type { ProductGenerationIdListBySomeIdResponse } from "./queries/productGenerationIdListBySomeId";
46
- export type { ProductListSortResponse } from "./queries/productListSort";
47
- export type { ProductPricePointListResponse } from "./queries/productPricePointList";
48
- export type { ProductSearchListResponse } from "./queries/productSearchList";
49
- export type { ProductTypeIdBySomeIdResponse } from "./queries/productTypeIdBySomeId";
50
- export type { ProductTypeIdByStoreUrlResponse } from "./queries/productTypeIdByStoreUrl";
51
- export type { ProductTypeIdListByCategoryIdResponse } from "./queries/productTypeIdListByCategoryId";
52
- export type { ProductTypeIdListByModifiersResponse } from "./queries/productTypeIdListByModifiers";
53
- export type { ProductTypeIdListBySomeIdResponse } from "./queries/productTypeIdListBySomeId";
54
- export type { SaleMetricsResponse } from "./queries/saleMetrics";
5
+ export type { SearchListResponse } from "./queries/searchList";
55
6
  export type { SearchSuggestionListResponse } from "./queries/searchSuggestionList";
56
- export type { SectionDataByCrawlIdResponse } from "./queries/sectionDataByCrawlId";
57
- export type { SourceIdListResponse } from "./queries/sourceIdList";
58
- export type { SpecIdListBySomeIdResponse } from "./queries/specIdListBySomeId";
59
- export type { SpecTypeIdListResponse } from "./queries/specTypeIdList";
60
- export type { SpecTypeValidValuesResponse } from "./queries/specTypeValidValues";
61
- export type { SpecValueRangeListByCategoryIdResponse } from "./queries/specValueRangeListByCategoryId";
62
- export type { StablePriceByProductIdAndStoreNameResponse } from "./queries/stablePriceByProductIdAndStoreName";
63
- export type { StablePriceByProductIdResponse } from "./queries/stablePriceByProductId";
64
- export type { StablePriceByStorePageIdResponse } from "./queries/stablePriceByStorePageId";
65
- export type { StorePageFetchDataResponse } from "./queries/storePageFetchData";
66
- export type { StorePageIdByUrlResponse } from "./queries/storePageIdByUrl";
67
- export type { StorePageIdListBySomeIdResponse } from "./queries/storePageIdListBySomeId";
68
- export type { StorePageInfoBySkuResponse } from "./queries/storePageInfoBySku";
69
- export type { StorePageScrapeDataResponse } from "./queries/storePageScrapeData";
70
- export type { SubCategoryIdListByCategoryIdResponse } from "./queries/subCategoryIdListByCategoryId";
71
- export type { SubsetModifierDataByModifiersResponse } from "./queries/subsetModifierDataByModifiers";
7
+ export type { RetailPagePriceHistoryResponse } from "./queries/retailPagePriceHistory";
8
+ export type { RetailPageInfoResponse } from "./queries/retailPageInfo";
9
+ export type { RetailPagePricingResponse } from "./queries/retailPagePricing";
72
10
  export type { TopProductDocumentListResponse } from "./queries/topProductDocumentList";
73
- export type { UnstableMediaIdListByCategoryIdResponse } from "./queries/unstableMediaIdListByCategoryId";
74
- export type { UnstableSourceTrustResponse } from "./queries/unstableSourceTrust";
75
- export type { UserIdListResponse } from "./queries/userIdList";
76
- export type { UserPermissionsByUserIdResponse } from "./queries/userPermissionsByUserId";
77
11
  //# sourceMappingURL=responses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/schema/responses.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAA;AAC1G,YAAY,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAClG,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,YAAY,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAClF,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACtF,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACtE,YAAY,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,YAAY,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA"}
@@ -1,20 +1,6 @@
1
1
  declare const _default: import("redux").Reducer<import("redux").CombinedState<{
2
- alias: any;
3
- brand: any;
4
- category: any;
5
- crawl: any;
6
- media: any;
7
- productConfiguration: any;
8
- productFamily: any;
9
- productGeneration: any;
10
- productType: any;
11
- rating: any;
12
- source: any;
13
- spec: any;
14
- specType: any;
15
- specTypeChoice: any;
16
- storePage: any;
17
- user: any;
2
+ product: any;
3
+ variant: any;
18
4
  }>, {
19
5
  type: "response_arrived";
20
6
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAIA,wBAiBE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/entities/index.ts"],"names":[],"mappings":";;;;;;;;AAIA,wBAGE"}
@@ -7,100 +7,20 @@ export declare type Store = {
7
7
  };
8
8
  declare const store: import("redux").Store<import("redux").EmptyObject & {
9
9
  entities: import("redux").CombinedState<{
10
- alias: any;
11
- brand: any;
12
- category: any;
13
- crawl: any;
14
- media: any;
15
- productConfiguration: any;
16
- productFamily: any;
17
- productGeneration: any;
18
- productType: any;
19
- rating: any;
20
- source: any;
21
- spec: any;
22
- specType: any;
23
- specTypeChoice: any;
24
- storePage: any;
25
- user: any;
10
+ product: any;
11
+ variant: any;
26
12
  }>;
27
13
  responses: import("redux").CombinedState<{
28
14
  affiliateUrl: any;
29
15
  analyticsTrack: any;
30
- appliedCategoryIdListBySomeId: any;
31
- baseScore: any;
32
- baseScoreRatingIdList: any;
33
- baseScoresByCategoryId: any;
34
- bestInClass: any;
35
- brandIdBySomeId: any;
36
- brandIdList: any;
37
- categoryDisplayMode: any;
38
- categoryIdByUrlSlug: any;
39
- categoryIdList: any;
40
- categoryIdListBySomeId: any;
41
- categoryIdListBySourceId: any;
42
- categoryRankings: any;
43
- categorySearchList: any;
44
- categoryStatusList: any;
45
- crawlIdList: any;
46
- crawlIdListByUrl: any;
47
- descriptionMarkdown: any;
48
- entityType: any;
49
- fallbackPriceByProductTypeId: any;
50
- inputLayerVersion: any;
51
- latestRatingIdList: any;
52
- latestRatingIdListBySomeId: any;
53
- mediaIdListBySomeId: any;
54
- categoryModifierSearchList: any;
55
- noteMarkdown: any;
56
- offerIdListByStorePageId: any;
57
- possibleAliasIdListBySomeId: any;
58
- possibleStorePageIdListBySomeId: any;
59
- preferredCategoryIdListByProductId: any;
60
- preferredLatestRatingIdListBySomeId: any;
61
- preferredStorePageList: any;
62
- priceHistoryLookup: any;
63
- pricePointCompetitors: any;
64
- priceRangeByCategoryId: any;
65
- productConfigurationIdListBySomeId: any;
66
- productDealList: any;
67
- productDocumentByStoreUrl: any;
16
+ retailPagePriceHistory: any;
17
+ productDocumentsByRetailPageUrls: any;
68
18
  productDocumentsByProductIds: any;
69
- productFamilyIdBySomeId: any;
70
- productFamilyIdListBySomeId: any;
71
- productGenerationIdBySomeId: any;
72
- productGenerationIdListBySomeId: any;
73
- productListSort: any;
74
- productPricePointList: any;
75
- productSearchList: any;
76
- productTypeIdBySomeId: any;
77
- productTypeIdByStoreUrl: any;
78
- productTypeIdListByCategoryId: any;
79
- productTypeIdListByModifiers: any;
80
- productTypeIdListBySomeId: any;
81
- saleMetrics: any;
82
19
  searchSuggestionList: any;
83
- sectionDataByCrawlId: any;
84
- sourceIdList: any;
85
- specIdListBySomeId: any;
86
- specTypeIdList: any;
87
- specTypeValidValues: any;
88
- specValueRangeListByCategoryId: any;
89
- stablePriceByProductId: any;
90
- stablePriceByProductIdAndStoreName: any;
91
- stablePriceByStorePageId: any;
92
- storePageFetchData: any;
93
- storePageIdByUrl: any;
94
- storePageIdListBySomeId: any;
95
- storePageInfoBySku: any;
96
- storePageScrapeData: any;
97
- subCategoryIdListByCategoryId: any;
98
- subsetModifierDataByModifiers: any;
20
+ searchList: any;
21
+ retailPageInfo: any;
22
+ retailPagePricing: any;
99
23
  topProductDocumentList: any;
100
- unstableMediaIdListByCategoryId: any;
101
- unstableSourceTrust: any;
102
- userIdList: any;
103
- userPermissionsByUserId: any;
104
24
  }>;
105
25
  errors: never;
106
26
  }, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,kBAAgB;AAQhF,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,WAAW,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,SAAS,EAAE,YAAY,CAAA;IACvB,MAAM,EAAE,SAAS,CAAA;CAClB,CAAA;AAQD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAA;AAEnC,eAAe,KAAK,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,kBAAgB;AAQhF,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,WAAW,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,SAAS,EAAE,YAAY,CAAA;IACvB,MAAM,EAAE,SAAS,CAAA;CAClB,CAAA;AAQD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAA;AAEnC,eAAe,KAAK,CAAA"}
@@ -1,80 +1,14 @@
1
1
  declare const _default: import("redux").Reducer<import("redux").CombinedState<{
2
2
  affiliateUrl: any;
3
3
  analyticsTrack: any;
4
- appliedCategoryIdListBySomeId: any;
5
- baseScore: any;
6
- baseScoreRatingIdList: any;
7
- baseScoresByCategoryId: any;
8
- bestInClass: any;
9
- brandIdBySomeId: any;
10
- brandIdList: any;
11
- categoryDisplayMode: any;
12
- categoryIdByUrlSlug: any;
13
- categoryIdList: any;
14
- categoryIdListBySomeId: any;
15
- categoryIdListBySourceId: any;
16
- categoryRankings: any;
17
- categorySearchList: any;
18
- categoryStatusList: any;
19
- crawlIdList: any;
20
- crawlIdListByUrl: any;
21
- descriptionMarkdown: any;
22
- entityType: any;
23
- fallbackPriceByProductTypeId: any;
24
- inputLayerVersion: any;
25
- latestRatingIdList: any;
26
- latestRatingIdListBySomeId: any;
27
- mediaIdListBySomeId: any;
28
- categoryModifierSearchList: any;
29
- noteMarkdown: any;
30
- offerIdListByStorePageId: any;
31
- possibleAliasIdListBySomeId: any;
32
- possibleStorePageIdListBySomeId: any;
33
- preferredCategoryIdListByProductId: any;
34
- preferredLatestRatingIdListBySomeId: any;
35
- preferredStorePageList: any;
36
- priceHistoryLookup: any;
37
- pricePointCompetitors: any;
38
- priceRangeByCategoryId: any;
39
- productConfigurationIdListBySomeId: any;
40
- productDealList: any;
41
- productDocumentByStoreUrl: any;
4
+ retailPagePriceHistory: any;
5
+ productDocumentsByRetailPageUrls: any;
42
6
  productDocumentsByProductIds: any;
43
- productFamilyIdBySomeId: any;
44
- productFamilyIdListBySomeId: any;
45
- productGenerationIdBySomeId: any;
46
- productGenerationIdListBySomeId: any;
47
- productListSort: any;
48
- productPricePointList: any;
49
- productSearchList: any;
50
- productTypeIdBySomeId: any;
51
- productTypeIdByStoreUrl: any;
52
- productTypeIdListByCategoryId: any;
53
- productTypeIdListByModifiers: any;
54
- productTypeIdListBySomeId: any;
55
- saleMetrics: any;
56
7
  searchSuggestionList: any;
57
- sectionDataByCrawlId: any;
58
- sourceIdList: any;
59
- specIdListBySomeId: any;
60
- specTypeIdList: any;
61
- specTypeValidValues: any;
62
- specValueRangeListByCategoryId: any;
63
- stablePriceByProductId: any;
64
- stablePriceByProductIdAndStoreName: any;
65
- stablePriceByStorePageId: any;
66
- storePageFetchData: any;
67
- storePageIdByUrl: any;
68
- storePageIdListBySomeId: any;
69
- storePageInfoBySku: any;
70
- storePageScrapeData: any;
71
- subCategoryIdListByCategoryId: any;
72
- subsetModifierDataByModifiers: any;
8
+ searchList: any;
9
+ retailPageInfo: any;
10
+ retailPagePricing: any;
73
11
  topProductDocumentList: any;
74
- unstableMediaIdListByCategoryId: any;
75
- unstableSourceTrust: any;
76
- userIdList: any;
77
- userPermissionsByUserId: any;
78
12
  }>, {
79
13
  type: "response_arrived";
80
14
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBA6EE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,wBAWE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"alias.js","sourceRoot":"","sources":["../../../src/schema/entities/alias.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"brand.js","sourceRoot":"","sources":["../../../src/schema/entities/brand.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"category.js","sourceRoot":"","sources":["../../../src/schema/entities/category.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"crawl.js","sourceRoot":"","sources":["../../../src/schema/entities/crawl.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"media.js","sourceRoot":"","sources":["../../../src/schema/entities/media.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=offer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offer.js","sourceRoot":"","sources":["../../../src/schema/entities/offer.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productConfiguration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productConfiguration.js","sourceRoot":"","sources":["../../../src/schema/entities/productConfiguration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productFamily.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productFamily.js","sourceRoot":"","sources":["../../../src/schema/entities/productFamily.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productGeneration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productGeneration.js","sourceRoot":"","sources":["../../../src/schema/entities/productGeneration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productType.js","sourceRoot":"","sources":["../../../src/schema/entities/productType.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=rating.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rating.js","sourceRoot":"","sources":["../../../src/schema/entities/rating.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=source.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../src/schema/entities/source.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spec.js","sourceRoot":"","sources":["../../../src/schema/entities/spec.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specType.js","sourceRoot":"","sources":["../../../src/schema/entities/specType.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specTypeChoice.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specTypeChoice.js","sourceRoot":"","sources":["../../../src/schema/entities/specTypeChoice.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePage.js","sourceRoot":"","sources":["../../../src/schema/entities/storePage.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageQueueGroup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueGroup.js","sourceRoot":"","sources":["../../../src/schema/entities/storePageQueueGroup.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=user.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/schema/entities/user.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createBrand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/createBrand.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createCategory.js","sourceRoot":"","sources":["../../../src/schema/mutations/createCategory.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createProductConfiguration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductConfiguration.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductConfiguration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createProductFamily.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductFamily.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductFamily.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createProductGeneration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductGeneration.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductGeneration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createProductType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductType.js","sourceRoot":"","sources":["../../../src/schema/mutations/createProductType.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=createUser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createUser.js","sourceRoot":"","sources":["../../../src/schema/mutations/createUser.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageQueueClaimById.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueClaimById.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimById.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageQueueClaimNext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueClaimNext.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimNext.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageQueueHandle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueHandle.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandle.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageQueueHandleStorePageIdSet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueHandleStorePageIdSet.js","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandleStorePageIdSet.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=updateAlias.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAlias.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateAlias.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=updateBrand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateBrand.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateBrand.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=updateCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateCategory.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateCategory.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=updateOffer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateOffer.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateOffer.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=updateProductConfiguration.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductConfiguration.js","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfiguration.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=updateProductConfigurationProductType.js.map