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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (538) hide show
  1. package/README.md +18 -18
  2. package/dist/api/QueryResolver.js +11 -10
  3. package/dist/api/QueryResolver.js.map +1 -1
  4. package/dist/api/fetchEntity.js.map +1 -1
  5. package/dist/hooks/useEntities.js.map +1 -1
  6. package/dist/hooks/useEntity.js.map +1 -1
  7. package/dist/schema/builtins.js.map +1 -1
  8. package/dist/schema/entities/index.js +2 -17
  9. package/dist/schema/entities/index.js.map +1 -1
  10. package/dist/schema/entities/{alias.js → product.js} +1 -1
  11. package/dist/schema/entities/product.js.map +1 -0
  12. package/dist/schema/entities/{media.js → variant.js} +1 -1
  13. package/dist/schema/entities/variant.js.map +1 -0
  14. package/dist/schema/queries/productDocumentsByRetailPageUrls.js +3 -0
  15. package/dist/schema/queries/productDocumentsByRetailPageUrls.js.map +1 -0
  16. package/dist/schema/{entities/brand.js → queries/retailPageInfo.js} +1 -1
  17. package/dist/schema/queries/retailPageInfo.js.map +1 -0
  18. package/dist/schema/queries/retailPagePriceHistory.js +3 -0
  19. package/dist/schema/queries/retailPagePriceHistory.js.map +1 -0
  20. package/dist/schema/{entities/crawl.js → queries/retailPagePricing.js} +1 -1
  21. package/dist/schema/queries/retailPagePricing.js.map +1 -0
  22. package/dist/schema/{entities/category.js → queries/searchList.js} +1 -1
  23. package/dist/schema/queries/searchList.js.map +1 -0
  24. package/dist/store/entities/index.js +2 -16
  25. package/dist/store/entities/index.js.map +1 -1
  26. package/dist/store/responses/index.js +5 -71
  27. package/dist/store/responses/index.js.map +1 -1
  28. package/package.json +1 -1
  29. package/types/api/QueryResolver.d.ts +1 -0
  30. package/types/api/QueryResolver.d.ts.map +1 -1
  31. package/types/api/fetchEntity.d.ts.map +1 -1
  32. package/types/hooks/useEntities.d.ts.map +1 -1
  33. package/types/hooks/useEntity.d.ts.map +1 -1
  34. package/types/schema/builtins.d.ts +91 -67
  35. package/types/schema/builtins.d.ts.map +1 -1
  36. package/types/schema/entities/index.d.ts +2 -17
  37. package/types/schema/entities/index.d.ts.map +1 -1
  38. package/types/schema/entities/product.d.ts +5 -0
  39. package/types/schema/entities/product.d.ts.map +1 -0
  40. package/types/schema/entities/variant.d.ts +5 -0
  41. package/types/schema/entities/variant.d.ts.map +1 -0
  42. package/types/schema/index.d.ts +16 -194
  43. package/types/schema/index.d.ts.map +1 -1
  44. package/types/schema/queries/affiliateUrl.d.ts +1 -2
  45. package/types/schema/queries/affiliateUrl.d.ts.map +1 -1
  46. package/types/schema/queries/productDocumentsByProductIds.d.ts +2 -2
  47. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
  48. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts +6 -0
  49. package/types/schema/queries/productDocumentsByRetailPageUrls.d.ts.map +1 -0
  50. package/types/schema/queries/retailPageInfo.d.ts +18 -0
  51. package/types/schema/queries/retailPageInfo.d.ts.map +1 -0
  52. package/types/schema/queries/retailPagePriceHistory.d.ts +15 -0
  53. package/types/schema/queries/retailPagePriceHistory.d.ts.map +1 -0
  54. package/types/schema/queries/retailPagePricing.d.ts +10 -0
  55. package/types/schema/queries/retailPagePricing.d.ts.map +1 -0
  56. package/types/schema/queries/searchList.d.ts +54 -0
  57. package/types/schema/queries/searchList.d.ts.map +1 -0
  58. package/types/schema/queries.d.ts +5 -71
  59. package/types/schema/queries.d.ts.map +1 -1
  60. package/types/schema/responses.d.ts +5 -71
  61. package/types/schema/responses.d.ts.map +1 -1
  62. package/types/store/entities/index.d.ts +2 -16
  63. package/types/store/entities/index.d.ts.map +1 -1
  64. package/types/store/index.d.ts +7 -87
  65. package/types/store/index.d.ts.map +1 -1
  66. package/types/store/responses/index.d.ts +5 -71
  67. package/types/store/responses/index.d.ts.map +1 -1
  68. package/dist/schema/entities/alias.js.map +0 -1
  69. package/dist/schema/entities/brand.js.map +0 -1
  70. package/dist/schema/entities/category.js.map +0 -1
  71. package/dist/schema/entities/crawl.js.map +0 -1
  72. package/dist/schema/entities/media.js.map +0 -1
  73. package/dist/schema/entities/offer.js +0 -3
  74. package/dist/schema/entities/offer.js.map +0 -1
  75. package/dist/schema/entities/productConfiguration.js +0 -3
  76. package/dist/schema/entities/productConfiguration.js.map +0 -1
  77. package/dist/schema/entities/productFamily.js +0 -3
  78. package/dist/schema/entities/productFamily.js.map +0 -1
  79. package/dist/schema/entities/productGeneration.js +0 -3
  80. package/dist/schema/entities/productGeneration.js.map +0 -1
  81. package/dist/schema/entities/productType.js +0 -3
  82. package/dist/schema/entities/productType.js.map +0 -1
  83. package/dist/schema/entities/rating.js +0 -3
  84. package/dist/schema/entities/rating.js.map +0 -1
  85. package/dist/schema/entities/source.js +0 -3
  86. package/dist/schema/entities/source.js.map +0 -1
  87. package/dist/schema/entities/spec.js +0 -3
  88. package/dist/schema/entities/spec.js.map +0 -1
  89. package/dist/schema/entities/specType.js +0 -3
  90. package/dist/schema/entities/specType.js.map +0 -1
  91. package/dist/schema/entities/specTypeChoice.js +0 -3
  92. package/dist/schema/entities/specTypeChoice.js.map +0 -1
  93. package/dist/schema/entities/storePage.js +0 -3
  94. package/dist/schema/entities/storePage.js.map +0 -1
  95. package/dist/schema/entities/storePageQueueGroup.js +0 -3
  96. package/dist/schema/entities/storePageQueueGroup.js.map +0 -1
  97. package/dist/schema/entities/user.js +0 -3
  98. package/dist/schema/entities/user.js.map +0 -1
  99. package/dist/schema/mutations/createBrand.js +0 -3
  100. package/dist/schema/mutations/createBrand.js.map +0 -1
  101. package/dist/schema/mutations/createCategory.js +0 -3
  102. package/dist/schema/mutations/createCategory.js.map +0 -1
  103. package/dist/schema/mutations/createProductConfiguration.js +0 -3
  104. package/dist/schema/mutations/createProductConfiguration.js.map +0 -1
  105. package/dist/schema/mutations/createProductFamily.js +0 -3
  106. package/dist/schema/mutations/createProductFamily.js.map +0 -1
  107. package/dist/schema/mutations/createProductGeneration.js +0 -3
  108. package/dist/schema/mutations/createProductGeneration.js.map +0 -1
  109. package/dist/schema/mutations/createProductType.js +0 -3
  110. package/dist/schema/mutations/createProductType.js.map +0 -1
  111. package/dist/schema/mutations/createUser.js +0 -3
  112. package/dist/schema/mutations/createUser.js.map +0 -1
  113. package/dist/schema/mutations/storePageQueueClaimById.js +0 -3
  114. package/dist/schema/mutations/storePageQueueClaimById.js.map +0 -1
  115. package/dist/schema/mutations/storePageQueueClaimNext.js +0 -3
  116. package/dist/schema/mutations/storePageQueueClaimNext.js.map +0 -1
  117. package/dist/schema/mutations/storePageQueueHandle.js +0 -3
  118. package/dist/schema/mutations/storePageQueueHandle.js.map +0 -1
  119. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +0 -3
  120. package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js.map +0 -1
  121. package/dist/schema/mutations/updateAlias.js +0 -3
  122. package/dist/schema/mutations/updateAlias.js.map +0 -1
  123. package/dist/schema/mutations/updateBrand.js +0 -3
  124. package/dist/schema/mutations/updateBrand.js.map +0 -1
  125. package/dist/schema/mutations/updateCategory.js +0 -3
  126. package/dist/schema/mutations/updateCategory.js.map +0 -1
  127. package/dist/schema/mutations/updateOffer.js +0 -3
  128. package/dist/schema/mutations/updateOffer.js.map +0 -1
  129. package/dist/schema/mutations/updateProductConfiguration.js +0 -3
  130. package/dist/schema/mutations/updateProductConfiguration.js.map +0 -1
  131. package/dist/schema/mutations/updateProductConfigurationProductType.js +0 -3
  132. package/dist/schema/mutations/updateProductConfigurationProductType.js.map +0 -1
  133. package/dist/schema/mutations/updateProductFamily.js +0 -3
  134. package/dist/schema/mutations/updateProductFamily.js.map +0 -1
  135. package/dist/schema/mutations/updateProductFamilyBrand.js +0 -3
  136. package/dist/schema/mutations/updateProductFamilyBrand.js.map +0 -1
  137. package/dist/schema/mutations/updateProductGeneration.js +0 -3
  138. package/dist/schema/mutations/updateProductGeneration.js.map +0 -1
  139. package/dist/schema/mutations/updateProductGenerationProductFamily.js +0 -3
  140. package/dist/schema/mutations/updateProductGenerationProductFamily.js.map +0 -1
  141. package/dist/schema/mutations/updateProductType.js +0 -3
  142. package/dist/schema/mutations/updateProductType.js.map +0 -1
  143. package/dist/schema/mutations/updateProductTypeProductGeneration.js +0 -3
  144. package/dist/schema/mutations/updateProductTypeProductGeneration.js.map +0 -1
  145. package/dist/schema/mutations/updateSource.js +0 -3
  146. package/dist/schema/mutations/updateSource.js.map +0 -1
  147. package/dist/schema/mutations/updateStorePage.js +0 -3
  148. package/dist/schema/mutations/updateStorePage.js.map +0 -1
  149. package/dist/schema/queries/aliasIdListBySomeId.js +0 -3
  150. package/dist/schema/queries/aliasIdListBySomeId.js.map +0 -1
  151. package/dist/schema/queries/appliedCategoryIdListBySomeId.js +0 -3
  152. package/dist/schema/queries/appliedCategoryIdListBySomeId.js.map +0 -1
  153. package/dist/schema/queries/baseScore.js +0 -3
  154. package/dist/schema/queries/baseScore.js.map +0 -1
  155. package/dist/schema/queries/baseScoreRatingIdList.js +0 -3
  156. package/dist/schema/queries/baseScoreRatingIdList.js.map +0 -1
  157. package/dist/schema/queries/baseScoresByCategoryId.js +0 -3
  158. package/dist/schema/queries/baseScoresByCategoryId.js.map +0 -1
  159. package/dist/schema/queries/bestInClass.js +0 -3
  160. package/dist/schema/queries/bestInClass.js.map +0 -1
  161. package/dist/schema/queries/brandIdBySomeId.js +0 -3
  162. package/dist/schema/queries/brandIdBySomeId.js.map +0 -1
  163. package/dist/schema/queries/brandIdList.js +0 -3
  164. package/dist/schema/queries/brandIdList.js.map +0 -1
  165. package/dist/schema/queries/brandIdListBySearch.js +0 -3
  166. package/dist/schema/queries/brandIdListBySearch.js.map +0 -1
  167. package/dist/schema/queries/categoryDisplayMode.js +0 -3
  168. package/dist/schema/queries/categoryDisplayMode.js.map +0 -1
  169. package/dist/schema/queries/categoryIdByUrlSlug.js +0 -3
  170. package/dist/schema/queries/categoryIdByUrlSlug.js.map +0 -1
  171. package/dist/schema/queries/categoryIdList.js +0 -3
  172. package/dist/schema/queries/categoryIdList.js.map +0 -1
  173. package/dist/schema/queries/categoryIdListBySomeId.js +0 -3
  174. package/dist/schema/queries/categoryIdListBySomeId.js.map +0 -1
  175. package/dist/schema/queries/categoryIdListBySourceId.js +0 -3
  176. package/dist/schema/queries/categoryIdListBySourceId.js.map +0 -1
  177. package/dist/schema/queries/categoryModifierSearchList.js +0 -3
  178. package/dist/schema/queries/categoryModifierSearchList.js.map +0 -1
  179. package/dist/schema/queries/categoryRankings.js +0 -3
  180. package/dist/schema/queries/categoryRankings.js.map +0 -1
  181. package/dist/schema/queries/categorySearchList.js +0 -3
  182. package/dist/schema/queries/categorySearchList.js.map +0 -1
  183. package/dist/schema/queries/categoryStatusList.js +0 -3
  184. package/dist/schema/queries/categoryStatusList.js.map +0 -1
  185. package/dist/schema/queries/crawlIdList.js +0 -3
  186. package/dist/schema/queries/crawlIdList.js.map +0 -1
  187. package/dist/schema/queries/crawlIdListByUrl.js +0 -3
  188. package/dist/schema/queries/crawlIdListByUrl.js.map +0 -1
  189. package/dist/schema/queries/descriptionMarkdown.js +0 -3
  190. package/dist/schema/queries/descriptionMarkdown.js.map +0 -1
  191. package/dist/schema/queries/entityType.js +0 -3
  192. package/dist/schema/queries/entityType.js.map +0 -1
  193. package/dist/schema/queries/fallbackPriceByProductTypeId.js +0 -3
  194. package/dist/schema/queries/fallbackPriceByProductTypeId.js.map +0 -1
  195. package/dist/schema/queries/inputLayerVersion.js +0 -3
  196. package/dist/schema/queries/inputLayerVersion.js.map +0 -1
  197. package/dist/schema/queries/latestRatingIdList.js +0 -3
  198. package/dist/schema/queries/latestRatingIdList.js.map +0 -1
  199. package/dist/schema/queries/latestRatingIdListBySomeId.js +0 -3
  200. package/dist/schema/queries/latestRatingIdListBySomeId.js.map +0 -1
  201. package/dist/schema/queries/mediaIdListBySomeId.js +0 -3
  202. package/dist/schema/queries/mediaIdListBySomeId.js.map +0 -1
  203. package/dist/schema/queries/mlCategoryDisplayMode.js +0 -3
  204. package/dist/schema/queries/mlCategoryDisplayMode.js.map +0 -1
  205. package/dist/schema/queries/noteMarkdown.js +0 -3
  206. package/dist/schema/queries/noteMarkdown.js.map +0 -1
  207. package/dist/schema/queries/offerIdListByStorePageId.js +0 -3
  208. package/dist/schema/queries/offerIdListByStorePageId.js.map +0 -1
  209. package/dist/schema/queries/possibleAliasIdListBySomeId.js +0 -3
  210. package/dist/schema/queries/possibleAliasIdListBySomeId.js.map +0 -1
  211. package/dist/schema/queries/possibleStorePageIdListBySomeId.js +0 -3
  212. package/dist/schema/queries/possibleStorePageIdListBySomeId.js.map +0 -1
  213. package/dist/schema/queries/preferredCategoryIdListByProductId.js +0 -3
  214. package/dist/schema/queries/preferredCategoryIdListByProductId.js.map +0 -1
  215. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +0 -3
  216. package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js.map +0 -1
  217. package/dist/schema/queries/preferredStorePageList.js +0 -3
  218. package/dist/schema/queries/preferredStorePageList.js.map +0 -1
  219. package/dist/schema/queries/priceHistoryLookup.js +0 -3
  220. package/dist/schema/queries/priceHistoryLookup.js.map +0 -1
  221. package/dist/schema/queries/pricePointCompetitors.js +0 -3
  222. package/dist/schema/queries/pricePointCompetitors.js.map +0 -1
  223. package/dist/schema/queries/priceRangeByCategoryId.js +0 -3
  224. package/dist/schema/queries/priceRangeByCategoryId.js.map +0 -1
  225. package/dist/schema/queries/productConfigurationIdListBySomeId.js +0 -3
  226. package/dist/schema/queries/productConfigurationIdListBySomeId.js.map +0 -1
  227. package/dist/schema/queries/productDealList.js +0 -3
  228. package/dist/schema/queries/productDealList.js.map +0 -1
  229. package/dist/schema/queries/productDocumentByStoreUrl.js +0 -3
  230. package/dist/schema/queries/productDocumentByStoreUrl.js.map +0 -1
  231. package/dist/schema/queries/productFamilyIdBySomeId.js +0 -3
  232. package/dist/schema/queries/productFamilyIdBySomeId.js.map +0 -1
  233. package/dist/schema/queries/productFamilyIdListBySomeId.js +0 -3
  234. package/dist/schema/queries/productFamilyIdListBySomeId.js.map +0 -1
  235. package/dist/schema/queries/productGenerationIdBySomeId.js +0 -3
  236. package/dist/schema/queries/productGenerationIdBySomeId.js.map +0 -1
  237. package/dist/schema/queries/productGenerationIdListBySomeId.js +0 -3
  238. package/dist/schema/queries/productGenerationIdListBySomeId.js.map +0 -1
  239. package/dist/schema/queries/productListSort.js +0 -3
  240. package/dist/schema/queries/productListSort.js.map +0 -1
  241. package/dist/schema/queries/productPricePointList.js +0 -3
  242. package/dist/schema/queries/productPricePointList.js.map +0 -1
  243. package/dist/schema/queries/productSearchList.js +0 -3
  244. package/dist/schema/queries/productSearchList.js.map +0 -1
  245. package/dist/schema/queries/productTypeIdBySomeId.js +0 -3
  246. package/dist/schema/queries/productTypeIdBySomeId.js.map +0 -1
  247. package/dist/schema/queries/productTypeIdByStoreUrl.js +0 -3
  248. package/dist/schema/queries/productTypeIdByStoreUrl.js.map +0 -1
  249. package/dist/schema/queries/productTypeIdListByCategoryId.js +0 -3
  250. package/dist/schema/queries/productTypeIdListByCategoryId.js.map +0 -1
  251. package/dist/schema/queries/productTypeIdListByModifiers.js +0 -3
  252. package/dist/schema/queries/productTypeIdListByModifiers.js.map +0 -1
  253. package/dist/schema/queries/productTypeIdListBySomeId.js +0 -3
  254. package/dist/schema/queries/productTypeIdListBySomeId.js.map +0 -1
  255. package/dist/schema/queries/saleMetrics.js +0 -3
  256. package/dist/schema/queries/saleMetrics.js.map +0 -1
  257. package/dist/schema/queries/sectionDataByCrawlId.js +0 -3
  258. package/dist/schema/queries/sectionDataByCrawlId.js.map +0 -1
  259. package/dist/schema/queries/sourceIdList.js +0 -3
  260. package/dist/schema/queries/sourceIdList.js.map +0 -1
  261. package/dist/schema/queries/specIdListBySomeId.js +0 -3
  262. package/dist/schema/queries/specIdListBySomeId.js.map +0 -1
  263. package/dist/schema/queries/specTypeIdList.js +0 -3
  264. package/dist/schema/queries/specTypeIdList.js.map +0 -1
  265. package/dist/schema/queries/specTypeValidValues.js +0 -3
  266. package/dist/schema/queries/specTypeValidValues.js.map +0 -1
  267. package/dist/schema/queries/specValueRangeListByCategoryId.js +0 -3
  268. package/dist/schema/queries/specValueRangeListByCategoryId.js.map +0 -1
  269. package/dist/schema/queries/stablePriceByProductId.js +0 -3
  270. package/dist/schema/queries/stablePriceByProductId.js.map +0 -1
  271. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +0 -3
  272. package/dist/schema/queries/stablePriceByProductIdAndStoreName.js.map +0 -1
  273. package/dist/schema/queries/stablePriceByStorePageId.js +0 -3
  274. package/dist/schema/queries/stablePriceByStorePageId.js.map +0 -1
  275. package/dist/schema/queries/storePageFetchData.js +0 -3
  276. package/dist/schema/queries/storePageFetchData.js.map +0 -1
  277. package/dist/schema/queries/storePageIdByUrl.js +0 -3
  278. package/dist/schema/queries/storePageIdByUrl.js.map +0 -1
  279. package/dist/schema/queries/storePageIdListBySomeId.js +0 -3
  280. package/dist/schema/queries/storePageIdListBySomeId.js.map +0 -1
  281. package/dist/schema/queries/storePageInfoBySku.js +0 -3
  282. package/dist/schema/queries/storePageInfoBySku.js.map +0 -1
  283. package/dist/schema/queries/storePageScrapeData.js +0 -3
  284. package/dist/schema/queries/storePageScrapeData.js.map +0 -1
  285. package/dist/schema/queries/subCategoryIdListByCategoryId.js +0 -3
  286. package/dist/schema/queries/subCategoryIdListByCategoryId.js.map +0 -1
  287. package/dist/schema/queries/subsetModifierDataByModifiers.js +0 -3
  288. package/dist/schema/queries/subsetModifierDataByModifiers.js.map +0 -1
  289. package/dist/schema/queries/unstableMediaIdListByCategoryId.js +0 -3
  290. package/dist/schema/queries/unstableMediaIdListByCategoryId.js.map +0 -1
  291. package/dist/schema/queries/unstableSourceTrust.js +0 -3
  292. package/dist/schema/queries/unstableSourceTrust.js.map +0 -1
  293. package/dist/schema/queries/userIdList.js +0 -3
  294. package/dist/schema/queries/userIdList.js.map +0 -1
  295. package/dist/schema/queries/userPermissionsByUserId.js +0 -3
  296. package/dist/schema/queries/userPermissionsByUserId.js.map +0 -1
  297. package/dist/schema/queries/userRestictedData.js +0 -3
  298. package/dist/schema/queries/userRestictedData.js.map +0 -1
  299. package/dist/schema/queries/whoAmI.js +0 -3
  300. package/dist/schema/queries/whoAmI.js.map +0 -1
  301. package/types/schema/entities/alias.d.ts +0 -6
  302. package/types/schema/entities/alias.d.ts.map +0 -1
  303. package/types/schema/entities/brand.d.ts +0 -5
  304. package/types/schema/entities/brand.d.ts.map +0 -1
  305. package/types/schema/entities/category.d.ts +0 -7
  306. package/types/schema/entities/category.d.ts.map +0 -1
  307. package/types/schema/entities/crawl.d.ts +0 -12
  308. package/types/schema/entities/crawl.d.ts.map +0 -1
  309. package/types/schema/entities/media.d.ts +0 -6
  310. package/types/schema/entities/media.d.ts.map +0 -1
  311. package/types/schema/entities/offer.d.ts +0 -11
  312. package/types/schema/entities/offer.d.ts.map +0 -1
  313. package/types/schema/entities/productConfiguration.d.ts +0 -5
  314. package/types/schema/entities/productConfiguration.d.ts.map +0 -1
  315. package/types/schema/entities/productFamily.d.ts +0 -5
  316. package/types/schema/entities/productFamily.d.ts.map +0 -1
  317. package/types/schema/entities/productGeneration.d.ts +0 -5
  318. package/types/schema/entities/productGeneration.d.ts.map +0 -1
  319. package/types/schema/entities/productType.d.ts +0 -5
  320. package/types/schema/entities/productType.d.ts.map +0 -1
  321. package/types/schema/entities/rating.d.ts +0 -53
  322. package/types/schema/entities/rating.d.ts.map +0 -1
  323. package/types/schema/entities/source.d.ts +0 -8
  324. package/types/schema/entities/source.d.ts.map +0 -1
  325. package/types/schema/entities/spec.d.ts +0 -22
  326. package/types/schema/entities/spec.d.ts.map +0 -1
  327. package/types/schema/entities/specType.d.ts +0 -6
  328. package/types/schema/entities/specType.d.ts.map +0 -1
  329. package/types/schema/entities/specTypeChoice.d.ts +0 -7
  330. package/types/schema/entities/specTypeChoice.d.ts.map +0 -1
  331. package/types/schema/entities/storePage.d.ts +0 -8
  332. package/types/schema/entities/storePage.d.ts.map +0 -1
  333. package/types/schema/entities/storePageQueueGroup.d.ts +0 -6
  334. package/types/schema/entities/storePageQueueGroup.d.ts.map +0 -1
  335. package/types/schema/entities/user.d.ts +0 -5
  336. package/types/schema/entities/user.d.ts.map +0 -1
  337. package/types/schema/mutations/createBrand.d.ts +0 -9
  338. package/types/schema/mutations/createBrand.d.ts.map +0 -1
  339. package/types/schema/mutations/createCategory.d.ts +0 -9
  340. package/types/schema/mutations/createCategory.d.ts.map +0 -1
  341. package/types/schema/mutations/createProductConfiguration.d.ts +0 -10
  342. package/types/schema/mutations/createProductConfiguration.d.ts.map +0 -1
  343. package/types/schema/mutations/createProductFamily.d.ts +0 -10
  344. package/types/schema/mutations/createProductFamily.d.ts.map +0 -1
  345. package/types/schema/mutations/createProductGeneration.d.ts +0 -10
  346. package/types/schema/mutations/createProductGeneration.d.ts.map +0 -1
  347. package/types/schema/mutations/createProductType.d.ts +0 -10
  348. package/types/schema/mutations/createProductType.d.ts.map +0 -1
  349. package/types/schema/mutations/createUser.d.ts +0 -10
  350. package/types/schema/mutations/createUser.d.ts.map +0 -1
  351. package/types/schema/mutations/storePageQueueClaimById.d.ts +0 -17
  352. package/types/schema/mutations/storePageQueueClaimById.d.ts.map +0 -1
  353. package/types/schema/mutations/storePageQueueClaimNext.d.ts +0 -15
  354. package/types/schema/mutations/storePageQueueClaimNext.d.ts.map +0 -1
  355. package/types/schema/mutations/storePageQueueHandle.d.ts +0 -15
  356. package/types/schema/mutations/storePageQueueHandle.d.ts.map +0 -1
  357. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +0 -15
  358. package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts.map +0 -1
  359. package/types/schema/mutations/updateAlias.d.ts +0 -8
  360. package/types/schema/mutations/updateAlias.d.ts.map +0 -1
  361. package/types/schema/mutations/updateBrand.d.ts +0 -8
  362. package/types/schema/mutations/updateBrand.d.ts.map +0 -1
  363. package/types/schema/mutations/updateCategory.d.ts +0 -10
  364. package/types/schema/mutations/updateCategory.d.ts.map +0 -1
  365. package/types/schema/mutations/updateOffer.d.ts +0 -8
  366. package/types/schema/mutations/updateOffer.d.ts.map +0 -1
  367. package/types/schema/mutations/updateProductConfiguration.d.ts +0 -8
  368. package/types/schema/mutations/updateProductConfiguration.d.ts.map +0 -1
  369. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +0 -8
  370. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +0 -1
  371. package/types/schema/mutations/updateProductFamily.d.ts +0 -8
  372. package/types/schema/mutations/updateProductFamily.d.ts.map +0 -1
  373. package/types/schema/mutations/updateProductFamilyBrand.d.ts +0 -8
  374. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +0 -1
  375. package/types/schema/mutations/updateProductGeneration.d.ts +0 -8
  376. package/types/schema/mutations/updateProductGeneration.d.ts.map +0 -1
  377. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +0 -8
  378. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +0 -1
  379. package/types/schema/mutations/updateProductType.d.ts +0 -8
  380. package/types/schema/mutations/updateProductType.d.ts.map +0 -1
  381. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +0 -8
  382. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +0 -1
  383. package/types/schema/mutations/updateSource.d.ts +0 -10
  384. package/types/schema/mutations/updateSource.d.ts.map +0 -1
  385. package/types/schema/mutations/updateStorePage.d.ts +0 -8
  386. package/types/schema/mutations/updateStorePage.d.ts.map +0 -1
  387. package/types/schema/queries/aliasIdListBySomeId.d.ts +0 -7
  388. package/types/schema/queries/aliasIdListBySomeId.d.ts.map +0 -1
  389. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +0 -7
  390. package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts.map +0 -1
  391. package/types/schema/queries/baseScore.d.ts +0 -9
  392. package/types/schema/queries/baseScore.d.ts.map +0 -1
  393. package/types/schema/queries/baseScoreRatingIdList.d.ts +0 -8
  394. package/types/schema/queries/baseScoreRatingIdList.d.ts.map +0 -1
  395. package/types/schema/queries/baseScoresByCategoryId.d.ts +0 -12
  396. package/types/schema/queries/baseScoresByCategoryId.d.ts.map +0 -1
  397. package/types/schema/queries/bestInClass.d.ts +0 -20
  398. package/types/schema/queries/bestInClass.d.ts.map +0 -1
  399. package/types/schema/queries/brandIdBySomeId.d.ts +0 -6
  400. package/types/schema/queries/brandIdBySomeId.d.ts.map +0 -1
  401. package/types/schema/queries/brandIdList.d.ts +0 -9
  402. package/types/schema/queries/brandIdList.d.ts.map +0 -1
  403. package/types/schema/queries/brandIdListBySearch.d.ts +0 -7
  404. package/types/schema/queries/brandIdListBySearch.d.ts.map +0 -1
  405. package/types/schema/queries/categoryDisplayMode.d.ts +0 -11
  406. package/types/schema/queries/categoryDisplayMode.d.ts.map +0 -1
  407. package/types/schema/queries/categoryIdByUrlSlug.d.ts +0 -6
  408. package/types/schema/queries/categoryIdByUrlSlug.d.ts.map +0 -1
  409. package/types/schema/queries/categoryIdList.d.ts +0 -9
  410. package/types/schema/queries/categoryIdList.d.ts.map +0 -1
  411. package/types/schema/queries/categoryIdListBySomeId.d.ts +0 -11
  412. package/types/schema/queries/categoryIdListBySomeId.d.ts.map +0 -1
  413. package/types/schema/queries/categoryIdListBySourceId.d.ts +0 -7
  414. package/types/schema/queries/categoryIdListBySourceId.d.ts.map +0 -1
  415. package/types/schema/queries/categoryModifierSearchList.d.ts +0 -22
  416. package/types/schema/queries/categoryModifierSearchList.d.ts.map +0 -1
  417. package/types/schema/queries/categoryRankings.d.ts +0 -14
  418. package/types/schema/queries/categoryRankings.d.ts.map +0 -1
  419. package/types/schema/queries/categorySearchList.d.ts +0 -17
  420. package/types/schema/queries/categorySearchList.d.ts.map +0 -1
  421. package/types/schema/queries/categoryStatusList.d.ts +0 -10
  422. package/types/schema/queries/categoryStatusList.d.ts.map +0 -1
  423. package/types/schema/queries/crawlIdList.d.ts +0 -12
  424. package/types/schema/queries/crawlIdList.d.ts.map +0 -1
  425. package/types/schema/queries/crawlIdListByUrl.d.ts +0 -7
  426. package/types/schema/queries/crawlIdListByUrl.d.ts.map +0 -1
  427. package/types/schema/queries/descriptionMarkdown.d.ts +0 -6
  428. package/types/schema/queries/descriptionMarkdown.d.ts.map +0 -1
  429. package/types/schema/queries/entityType.d.ts +0 -55
  430. package/types/schema/queries/entityType.d.ts.map +0 -1
  431. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +0 -7
  432. package/types/schema/queries/fallbackPriceByProductTypeId.d.ts.map +0 -1
  433. package/types/schema/queries/inputLayerVersion.d.ts +0 -6
  434. package/types/schema/queries/inputLayerVersion.d.ts.map +0 -1
  435. package/types/schema/queries/latestRatingIdList.d.ts +0 -7
  436. package/types/schema/queries/latestRatingIdList.d.ts.map +0 -1
  437. package/types/schema/queries/latestRatingIdListBySomeId.d.ts +0 -7
  438. package/types/schema/queries/latestRatingIdListBySomeId.d.ts.map +0 -1
  439. package/types/schema/queries/mediaIdListBySomeId.d.ts +0 -7
  440. package/types/schema/queries/mediaIdListBySomeId.d.ts.map +0 -1
  441. package/types/schema/queries/mlCategoryDisplayMode.d.ts +0 -9
  442. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +0 -1
  443. package/types/schema/queries/noteMarkdown.d.ts +0 -6
  444. package/types/schema/queries/noteMarkdown.d.ts.map +0 -1
  445. package/types/schema/queries/offerIdListByStorePageId.d.ts +0 -13
  446. package/types/schema/queries/offerIdListByStorePageId.d.ts.map +0 -1
  447. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +0 -7
  448. package/types/schema/queries/possibleAliasIdListBySomeId.d.ts.map +0 -1
  449. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +0 -7
  450. package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts.map +0 -1
  451. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +0 -7
  452. package/types/schema/queries/preferredCategoryIdListByProductId.d.ts.map +0 -1
  453. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +0 -7
  454. package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts.map +0 -1
  455. package/types/schema/queries/preferredStorePageList.d.ts +0 -12
  456. package/types/schema/queries/preferredStorePageList.d.ts.map +0 -1
  457. package/types/schema/queries/priceHistoryLookup.d.ts +0 -17
  458. package/types/schema/queries/priceHistoryLookup.d.ts.map +0 -1
  459. package/types/schema/queries/pricePointCompetitors.d.ts +0 -17
  460. package/types/schema/queries/pricePointCompetitors.d.ts.map +0 -1
  461. package/types/schema/queries/priceRangeByCategoryId.d.ts +0 -11
  462. package/types/schema/queries/priceRangeByCategoryId.d.ts.map +0 -1
  463. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +0 -7
  464. package/types/schema/queries/productConfigurationIdListBySomeId.d.ts.map +0 -1
  465. package/types/schema/queries/productDealList.d.ts +0 -14
  466. package/types/schema/queries/productDealList.d.ts.map +0 -1
  467. package/types/schema/queries/productDocumentByStoreUrl.d.ts +0 -8
  468. package/types/schema/queries/productDocumentByStoreUrl.d.ts.map +0 -1
  469. package/types/schema/queries/productFamilyIdBySomeId.d.ts +0 -6
  470. package/types/schema/queries/productFamilyIdBySomeId.d.ts.map +0 -1
  471. package/types/schema/queries/productFamilyIdListBySomeId.d.ts +0 -7
  472. package/types/schema/queries/productFamilyIdListBySomeId.d.ts.map +0 -1
  473. package/types/schema/queries/productGenerationIdBySomeId.d.ts +0 -6
  474. package/types/schema/queries/productGenerationIdBySomeId.d.ts.map +0 -1
  475. package/types/schema/queries/productGenerationIdListBySomeId.d.ts +0 -7
  476. package/types/schema/queries/productGenerationIdListBySomeId.d.ts.map +0 -1
  477. package/types/schema/queries/productListSort.d.ts +0 -10
  478. package/types/schema/queries/productListSort.d.ts.map +0 -1
  479. package/types/schema/queries/productPricePointList.d.ts +0 -14
  480. package/types/schema/queries/productPricePointList.d.ts.map +0 -1
  481. package/types/schema/queries/productSearchList.d.ts +0 -40
  482. package/types/schema/queries/productSearchList.d.ts.map +0 -1
  483. package/types/schema/queries/productTypeIdBySomeId.d.ts +0 -6
  484. package/types/schema/queries/productTypeIdBySomeId.d.ts.map +0 -1
  485. package/types/schema/queries/productTypeIdByStoreUrl.d.ts +0 -7
  486. package/types/schema/queries/productTypeIdByStoreUrl.d.ts.map +0 -1
  487. package/types/schema/queries/productTypeIdListByCategoryId.d.ts +0 -11
  488. package/types/schema/queries/productTypeIdListByCategoryId.d.ts.map +0 -1
  489. package/types/schema/queries/productTypeIdListByModifiers.d.ts +0 -8
  490. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +0 -1
  491. package/types/schema/queries/productTypeIdListBySomeId.d.ts +0 -7
  492. package/types/schema/queries/productTypeIdListBySomeId.d.ts.map +0 -1
  493. package/types/schema/queries/saleMetrics.d.ts +0 -9
  494. package/types/schema/queries/saleMetrics.d.ts.map +0 -1
  495. package/types/schema/queries/sectionDataByCrawlId.d.ts +0 -20
  496. package/types/schema/queries/sectionDataByCrawlId.d.ts.map +0 -1
  497. package/types/schema/queries/sourceIdList.d.ts +0 -5
  498. package/types/schema/queries/sourceIdList.d.ts.map +0 -1
  499. package/types/schema/queries/specIdListBySomeId.d.ts +0 -7
  500. package/types/schema/queries/specIdListBySomeId.d.ts.map +0 -1
  501. package/types/schema/queries/specTypeIdList.d.ts +0 -13
  502. package/types/schema/queries/specTypeIdList.d.ts.map +0 -1
  503. package/types/schema/queries/specTypeValidValues.d.ts +0 -16
  504. package/types/schema/queries/specTypeValidValues.d.ts.map +0 -1
  505. package/types/schema/queries/specValueRangeListByCategoryId.d.ts +0 -37
  506. package/types/schema/queries/specValueRangeListByCategoryId.d.ts.map +0 -1
  507. package/types/schema/queries/stablePriceByProductId.d.ts +0 -7
  508. package/types/schema/queries/stablePriceByProductId.d.ts.map +0 -1
  509. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +0 -8
  510. package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts.map +0 -1
  511. package/types/schema/queries/stablePriceByStorePageId.d.ts +0 -7
  512. package/types/schema/queries/stablePriceByStorePageId.d.ts.map +0 -1
  513. package/types/schema/queries/storePageFetchData.d.ts +0 -13
  514. package/types/schema/queries/storePageFetchData.d.ts.map +0 -1
  515. package/types/schema/queries/storePageIdByUrl.d.ts +0 -7
  516. package/types/schema/queries/storePageIdByUrl.d.ts.map +0 -1
  517. package/types/schema/queries/storePageIdListBySomeId.d.ts +0 -7
  518. package/types/schema/queries/storePageIdListBySomeId.d.ts.map +0 -1
  519. package/types/schema/queries/storePageInfoBySku.d.ts +0 -20
  520. package/types/schema/queries/storePageInfoBySku.d.ts.map +0 -1
  521. package/types/schema/queries/storePageScrapeData.d.ts +0 -10
  522. package/types/schema/queries/storePageScrapeData.d.ts.map +0 -1
  523. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +0 -7
  524. package/types/schema/queries/subCategoryIdListByCategoryId.d.ts.map +0 -1
  525. package/types/schema/queries/subsetModifierDataByModifiers.d.ts +0 -13
  526. package/types/schema/queries/subsetModifierDataByModifiers.d.ts.map +0 -1
  527. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +0 -7
  528. package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts.map +0 -1
  529. package/types/schema/queries/unstableSourceTrust.d.ts +0 -10
  530. package/types/schema/queries/unstableSourceTrust.d.ts.map +0 -1
  531. package/types/schema/queries/userIdList.d.ts +0 -5
  532. package/types/schema/queries/userIdList.d.ts.map +0 -1
  533. package/types/schema/queries/userPermissionsByUserId.d.ts +0 -8
  534. package/types/schema/queries/userPermissionsByUserId.d.ts.map +0 -1
  535. package/types/schema/queries/userRestictedData.d.ts +0 -11
  536. package/types/schema/queries/userRestictedData.d.ts.map +0 -1
  537. package/types/schema/queries/whoAmI.d.ts +0 -6
  538. package/types/schema/queries/whoAmI.d.ts.map +0 -1
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=priceHistoryLookup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"priceHistoryLookup.js","sourceRoot":"","sources":["../../../src/schema/queries/priceHistoryLookup.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=pricePointCompetitors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pricePointCompetitors.js","sourceRoot":"","sources":["../../../src/schema/queries/pricePointCompetitors.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=priceRangeByCategoryId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"priceRangeByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/priceRangeByCategoryId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productConfigurationIdListBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productConfigurationIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productConfigurationIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productDealList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productDealList.js","sourceRoot":"","sources":["../../../src/schema/queries/productDealList.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productDocumentByStoreUrl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productDocumentByStoreUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/productDocumentByStoreUrl.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productFamilyIdBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productFamilyIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productFamilyIdListBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productFamilyIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productFamilyIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productGenerationIdBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productGenerationIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productGenerationIdBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productGenerationIdListBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productGenerationIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productGenerationIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productListSort.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productListSort.js","sourceRoot":"","sources":["../../../src/schema/queries/productListSort.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productPricePointList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productPricePointList.js","sourceRoot":"","sources":["../../../src/schema/queries/productPricePointList.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productSearchList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productSearchList.js","sourceRoot":"","sources":["../../../src/schema/queries/productSearchList.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productTypeIdBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productTypeIdBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productTypeIdByStoreUrl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productTypeIdByStoreUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdByStoreUrl.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productTypeIdListByCategoryId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productTypeIdListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdListByCategoryId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productTypeIdListByModifiers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productTypeIdListByModifiers.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdListByModifiers.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=productTypeIdListBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productTypeIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/productTypeIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=saleMetrics.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"saleMetrics.js","sourceRoot":"","sources":["../../../src/schema/queries/saleMetrics.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=sectionDataByCrawlId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sectionDataByCrawlId.js","sourceRoot":"","sources":["../../../src/schema/queries/sectionDataByCrawlId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=sourceIdList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sourceIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/sourceIdList.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specIdListBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/specIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specTypeIdList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specTypeIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/specTypeIdList.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specTypeValidValues.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specTypeValidValues.js","sourceRoot":"","sources":["../../../src/schema/queries/specTypeValidValues.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=specValueRangeListByCategoryId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specValueRangeListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/specValueRangeListByCategoryId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=stablePriceByProductId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stablePriceByProductId.js","sourceRoot":"","sources":["../../../src/schema/queries/stablePriceByProductId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=stablePriceByProductIdAndStoreName.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stablePriceByProductIdAndStoreName.js","sourceRoot":"","sources":["../../../src/schema/queries/stablePriceByProductIdAndStoreName.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=stablePriceByStorePageId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stablePriceByStorePageId.js","sourceRoot":"","sources":["../../../src/schema/queries/stablePriceByStorePageId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageFetchData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageFetchData.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageFetchData.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageIdByUrl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageIdByUrl.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageIdByUrl.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageIdListBySomeId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageIdListBySomeId.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageIdListBySomeId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageInfoBySku.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageInfoBySku.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageInfoBySku.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=storePageScrapeData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageScrapeData.js","sourceRoot":"","sources":["../../../src/schema/queries/storePageScrapeData.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=subCategoryIdListByCategoryId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"subCategoryIdListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/subCategoryIdListByCategoryId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=subsetModifierDataByModifiers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"subsetModifierDataByModifiers.js","sourceRoot":"","sources":["../../../src/schema/queries/subsetModifierDataByModifiers.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=unstableMediaIdListByCategoryId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unstableMediaIdListByCategoryId.js","sourceRoot":"","sources":["../../../src/schema/queries/unstableMediaIdListByCategoryId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=unstableSourceTrust.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unstableSourceTrust.js","sourceRoot":"","sources":["../../../src/schema/queries/unstableSourceTrust.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=userIdList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userIdList.js","sourceRoot":"","sources":["../../../src/schema/queries/userIdList.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=userPermissionsByUserId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userPermissionsByUserId.js","sourceRoot":"","sources":["../../../src/schema/queries/userPermissionsByUserId.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=userRestictedData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userRestictedData.js","sourceRoot":"","sources":["../../../src/schema/queries/userRestictedData.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=whoAmI.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"whoAmI.js","sourceRoot":"","sources":["../../../src/schema/queries/whoAmI.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface Alias extends Entity<"alias"> {
3
- isInvalid: boolean;
4
- name: string;
5
- }
6
- //# sourceMappingURL=alias.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alias.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/alias.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,OAAO,CAAC;IAC5C,SAAS,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,5 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface Brand extends Entity<"brand"> {
3
- name: string;
4
- }
5
- //# sourceMappingURL=brand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brand.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/brand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,OAAO,CAAC;IAC5C,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,7 +0,0 @@
1
- import { Entity, Nullable, UrlSlug } from "../builtins";
2
- export interface Category extends Entity<"category"> {
3
- name: string;
4
- pluralName: Nullable<string>;
5
- urlSlug: UrlSlug;
6
- }
7
- //# sourceMappingURL=category.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/category.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAEvD,MAAM,WAAW,QAAS,SAAQ,MAAM,CAAC,UAAU,CAAC;IAClD,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IAC5B,OAAO,EAAE,OAAO,CAAA;CACjB"}
@@ -1,12 +0,0 @@
1
- import { Entity, Nullable, Timestamp, Url } from "../builtins";
2
- import { Source } from "./source";
3
- export interface Crawl extends Entity<"crawl"> {
4
- accessedAt: Timestamp;
5
- kind: "review" | "roundup";
6
- publishedAt: Nullable<Timestamp>;
7
- sourceId: Source["id"];
8
- title: string;
9
- updatedAt: Nullable<Timestamp>;
10
- url: Url;
11
- }
12
- //# sourceMappingURL=crawl.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"crawl.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/crawl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEjC,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,OAAO,CAAC;IAC5C,UAAU,EAAE,SAAS,CAAA;IACrB,IAAI,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC1B,WAAW,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;IAChC,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;IAC9B,GAAG,EAAE,GAAG,CAAA;CACT"}
@@ -1,6 +0,0 @@
1
- import { Entity, Url } from "../builtins";
2
- export interface Media extends Entity<"media"> {
3
- hostedUrl: Url;
4
- sourceUrl: Url;
5
- }
6
- //# sourceMappingURL=media.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/media.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEzC,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,OAAO,CAAC;IAC5C,SAAS,EAAE,GAAG,CAAA;IACd,SAAS,EAAE,GAAG,CAAA;CACf"}
@@ -1,11 +0,0 @@
1
- import { Entity, Timestamp, Money, Nullable } from "../builtins";
2
- export interface Offer extends Entity<"offer"> {
3
- at: Timestamp;
4
- isFirstParty: Nullable<boolean>;
5
- isInStock: Nullable<boolean>;
6
- isPrimaryListing: Nullable<boolean>;
7
- isValid: boolean;
8
- list: Money;
9
- sale: Money;
10
- }
11
- //# sourceMappingURL=offer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offer.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/offer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEhE,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,OAAO,CAAC;IAC5C,EAAE,EAAE,SAAS,CAAA;IACb,YAAY,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;IAC/B,SAAS,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;IAC5B,gBAAgB,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;IACnC,OAAO,EAAE,OAAO,CAAA;IAChB,IAAI,EAAE,KAAK,CAAA;IACX,IAAI,EAAE,KAAK,CAAA;CACZ"}
@@ -1,5 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface ProductConfiguration extends Entity<"productConfiguration"> {
3
- name: string;
4
- }
5
- //# sourceMappingURL=productConfiguration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productConfiguration.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/productConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,oBAAqB,SAAQ,MAAM,CAAC,sBAAsB,CAAC;IAC1E,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,5 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface ProductFamily extends Entity<"productFamily"> {
3
- name: string;
4
- }
5
- //# sourceMappingURL=productFamily.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/productFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,eAAe,CAAC;IAC5D,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,5 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface ProductGeneration extends Entity<"productGeneration"> {
3
- name: string;
4
- }
5
- //# sourceMappingURL=productGeneration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/productGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,iBAAkB,SAAQ,MAAM,CAAC,mBAAmB,CAAC;IACpE,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,5 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface ProductType extends Entity<"productType"> {
3
- name: string;
4
- }
5
- //# sourceMappingURL=productType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productType.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/productType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,WAAY,SAAQ,MAAM,CAAC,aAAa,CAAC;IACxD,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,53 +0,0 @@
1
- import { Entity } from "../builtins";
2
- import { Crawl } from "./crawl";
3
- export interface Rating extends Entity<"rating"> {
4
- crawlId: Crawl["id"];
5
- value: RatingValue;
6
- }
7
- declare type RatingValue = {
8
- type: "arbitrary";
9
- data: unknown;
10
- } | {
11
- type: "attribute";
12
- in: ContextString;
13
- rating: Score;
14
- max: MaxScore;
15
- } | {
16
- type: "award";
17
- in: ContextString;
18
- } | {
19
- type: "considered";
20
- } | {
21
- type: "mentioned";
22
- } | {
23
- type: "onList";
24
- position: Position;
25
- outOf: OutOf;
26
- } | {
27
- type: "rank";
28
- position: Position;
29
- outOf: OutOf;
30
- } | {
31
- type: "runnerUp";
32
- in: ContextString;
33
- } | {
34
- type: "score";
35
- in: ContextString;
36
- rating: Score;
37
- max: MaxScore;
38
- } | {
39
- type: "sentiment";
40
- in: ContextString;
41
- sentiment: Sentiment;
42
- } | {
43
- type: "topPick";
44
- in: ContextString;
45
- };
46
- declare type ContextString = string;
47
- declare type Sentiment = 0 | 1 | 2 | 3 | 4;
48
- declare type MaxScore = number;
49
- declare type Score = number;
50
- declare type OutOf = number;
51
- declare type Position = number;
52
- export {};
53
- //# sourceMappingURL=rating.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rating.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/rating.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,MAAM,WAAW,MAAO,SAAQ,MAAM,CAAC,QAAQ,CAAC;IAC9C,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACpB,KAAK,EAAE,WAAW,CAAA;CACnB;AAED,aAAK,WAAW,GACZ;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GACpC;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,aAAa,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,QAAQ,CAAA;CAAE,GACtE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,EAAE,EAAE,aAAa,CAAA;CAAE,GACpC;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,GACtB;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,GACrB;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,QAAQ,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,KAAK,CAAA;CAAE,GACpD;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,KAAK,CAAA;CAAE,GAClD;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,EAAE,EAAE,aAAa,CAAA;CAAE,GACvC;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,EAAE,EAAE,aAAa,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,QAAQ,CAAA;CAAE,GAClE;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,aAAa,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,GAC9D;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,EAAE,EAAE,aAAa,CAAA;CAAE,CAAA;AAM1C,aAAK,aAAa,GAAG,MAAM,CAAA;AAK3B,aAAK,SAAS,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;AAElC,aAAK,QAAQ,GAAG,MAAM,CAAA;AACtB,aAAK,KAAK,GAAG,MAAM,CAAA;AAKnB,aAAK,KAAK,GAAG,MAAM,CAAA;AACnB,aAAK,QAAQ,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Entity, Nullable, Url } from "../builtins";
2
- export interface Source extends Entity<"source"> {
3
- faviconUrl: Nullable<Url>;
4
- host: Url;
5
- logoUrl: Nullable<Url>;
6
- name: string;
7
- }
8
- //# sourceMappingURL=source.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/source.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEnD,MAAM,WAAW,MAAO,SAAQ,MAAM,CAAC,QAAQ,CAAC;IAC9C,UAAU,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAA;IACzB,IAAI,EAAE,GAAG,CAAA;IACT,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAA;IACtB,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -1,22 +0,0 @@
1
- import { Entity } from "../builtins";
2
- import { SpecType } from "./specType";
3
- import { SpecTypeChoice } from "./specTypeChoice";
4
- export interface Spec extends Entity<"spec"> {
5
- specTypeId: SpecType["id"];
6
- value: SpecValue;
7
- }
8
- declare type SpecValue = {
9
- type: "bool";
10
- bool: boolean;
11
- } | {
12
- type: "enum";
13
- choiceId: SpecTypeChoice["id"];
14
- } | {
15
- type: "number";
16
- number: number;
17
- } | {
18
- type: "set";
19
- choiceIds: SpecTypeChoice["id"][];
20
- };
21
- export {};
22
- //# sourceMappingURL=spec.d.ts.map