@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 +0,0 @@
1
- {"version":3,"file":"spec.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAEjD,MAAM,WAAW,IAAK,SAAQ,MAAM,CAAC,MAAM,CAAC;IAC1C,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,KAAK,EAAE,SAAS,CAAA;CACjB;AAED,aAAK,SAAS,GACV;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC/B;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,cAAc,CAAC,IAAI,CAAC,CAAA;CAAE,GAChD;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,GAClC;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,SAAS,EAAE,cAAc,CAAC,IAAI,CAAC,EAAE,CAAA;CAAE,CAAA"}
@@ -1,6 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface SpecType extends Entity<"specType"> {
3
- name: string;
4
- unitName: string;
5
- }
6
- //# sourceMappingURL=specType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specType.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/specType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,QAAS,SAAQ,MAAM,CAAC,UAAU,CAAC;IAClD,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;CACjB"}
@@ -1,7 +0,0 @@
1
- import { Entity } from "../builtins";
2
- import { SpecType } from "./specType";
3
- export interface SpecTypeChoice extends Entity<"specTypeChoice"> {
4
- label: string;
5
- specTypeId: SpecType["id"];
6
- }
7
- //# sourceMappingURL=specTypeChoice.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"specTypeChoice.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/specTypeChoice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,gBAAgB,CAAC;IAC9D,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B"}
@@ -1,8 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface StorePage extends Entity<"storePage"> {
3
- sku: string;
4
- store: StoreName;
5
- }
6
- declare type StoreName = "amazon" | "bestbuy" | "target" | "walmart" | string;
7
- export {};
8
- //# sourceMappingURL=storePage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePage.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/storePage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,SAAU,SAAQ,MAAM,CAAC,WAAW,CAAC;IACpD,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,SAAS,CAAA;CACjB;AAED,aAAK,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA"}
@@ -1,6 +0,0 @@
1
- import { ArraySet, Entity } from "../builtins";
2
- import { StorePage } from "./storePage";
3
- export interface StorePageQueueGroup extends Entity<"storePageQueueGroup"> {
4
- storePageIdSet: ArraySet<StorePage["id"]>;
5
- }
6
- //# sourceMappingURL=storePageQueueGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueGroup.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/storePageQueueGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEvC,MAAM,WAAW,mBAAoB,SAAQ,MAAM,CAAC,qBAAqB,CAAC;IACxE,cAAc,EAAE,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;CAC1C"}
@@ -1,5 +0,0 @@
1
- import { Entity } from "../builtins";
2
- export interface User extends Entity<"user"> {
3
- isActive: boolean;
4
- }
5
- //# sourceMappingURL=user.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/schema/entities/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,MAAM,WAAW,IAAK,SAAQ,MAAM,CAAC,MAAM,CAAC;IAC1C,QAAQ,EAAE,OAAO,CAAA;CAClB"}
@@ -1,9 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { Brand } from "../entities";
3
- export interface CreateBrandMutation extends Mutation {
4
- name: string;
5
- }
6
- export interface CreateBrandEffect extends Effect {
7
- id: Brand["id"];
8
- }
9
- //# sourceMappingURL=createBrand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createBrand.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,iBAAkB,SAAQ,MAAM;IAC/C,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;CAChB"}
@@ -1,9 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { Category } from "../entities/category";
3
- export interface CreateCategoryMutation extends Mutation {
4
- name: string;
5
- }
6
- export interface CreateCategoryEffect extends Effect {
7
- id: Category["id"];
8
- }
9
- //# sourceMappingURL=createCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createCategory.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createCategory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAClD,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CACnB"}
@@ -1,10 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { ProductConfiguration, ProductType } from "../entities";
3
- export interface CreateProductConfigurationMutation extends Mutation {
4
- productTypeId: ProductType["id"];
5
- name: string;
6
- }
7
- export interface CreateProductConfigurationEffect extends Effect {
8
- id: ProductConfiguration["id"];
9
- }
10
- //# sourceMappingURL=createProductConfiguration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductConfiguration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,oBAAyB;AAErE,MAAM,WAAW,kCAAmC,SAAQ,QAAQ;IAClE,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,gCAAiC,SAAQ,MAAM;IAC9D,EAAE,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAA;CAC/B"}
@@ -1,10 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { Brand, ProductFamily } from "../entities";
3
- export interface CreateProductFamilyMutation extends Mutation {
4
- brandId: Brand["id"];
5
- name: string;
6
- }
7
- export interface CreateProductFamilyEffect extends Effect {
8
- id: ProductFamily["id"];
9
- }
10
- //# sourceMappingURL=createProductFamily.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAyB;AAExD,MAAM,WAAW,2BAA4B,SAAQ,QAAQ;IAC3D,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,yBAA0B,SAAQ,MAAM;IACvD,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;CACxB"}
@@ -1,10 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { ProductFamily, ProductGeneration } from "../entities";
3
- export interface CreateProductGenerationMutation extends Mutation {
4
- productFamilyId: ProductFamily["id"];
5
- name: string;
6
- }
7
- export interface CreateProductGenerationEffect extends Effect {
8
- id: ProductGeneration["id"];
9
- }
10
- //# sourceMappingURL=createProductGeneration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,oBAAyB;AAEpE,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,eAAe,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;IACpC,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,6BAA8B,SAAQ,MAAM;IAC3D,EAAE,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;CAC5B"}
@@ -1,10 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { ProductGeneration, ProductType } from "../entities";
3
- export interface CreateProductTypeMutation extends Mutation {
4
- productGenerationId: ProductGeneration["id"];
5
- name: string;
6
- }
7
- export interface CreateProductTypeEffect extends Effect {
8
- id: ProductType["id"];
9
- }
10
- //# sourceMappingURL=createProductType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createProductType.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createProductType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAyB;AAElE,MAAM,WAAW,yBAA0B,SAAQ,QAAQ;IACzD,mBAAmB,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC5C,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,uBAAwB,SAAQ,MAAM;IACrD,EAAE,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACtB"}
@@ -1,10 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { User } from "../entities";
3
- export interface CreateUserMutation extends Mutation {
4
- email: string;
5
- password: string;
6
- }
7
- export interface CreateUserEffect extends Effect {
8
- id: User["id"];
9
- }
10
- //# sourceMappingURL=createUser.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createUser.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/createUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAElC,MAAM,WAAW,kBAAmB,SAAQ,QAAQ;IAClD,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;CACf"}
@@ -1,17 +0,0 @@
1
- import { Effect, Mutation, TimeInterval } from "../builtins";
2
- import { StorePageQueueGroup } from "../entities/storePageQueueGroup";
3
- export interface StorePageQueueClaimNextMutation extends Mutation {
4
- duration: TimeInterval;
5
- maximumGroupSize?: number;
6
- minimumGroupSize?: number;
7
- maximumOtherStorePageCount?: number;
8
- minimumOtherStorePageCount?: number;
9
- maximumNormalizedStorePageCount?: number;
10
- minimumNormalizedStorePageCount?: number;
11
- maximumSectionCount?: number;
12
- minimumSectionCount?: number;
13
- }
14
- export interface StorePageQueueClaimNextEffect extends Effect {
15
- storePageQueueGroupId: StorePageQueueGroup["id"];
16
- }
17
- //# sourceMappingURL=storePageQueueClaimById.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueClaimById.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimById.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AAYrE,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,QAAQ,EAAE,YAAY,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,6BAA8B,SAAQ,MAAM;IAC3D,qBAAqB,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAA;CACjD"}
@@ -1,15 +0,0 @@
1
- import { Effect, Mutation, TimeInterval } from "../builtins";
2
- import { StorePageQueueGroup } from "../entities/storePageQueueGroup";
3
- export interface StorePageQueueClaimNextMutation extends Mutation {
4
- duration: TimeInterval;
5
- maximumGroupSize?: number;
6
- minimumGroupSize?: number;
7
- maximumOtherStorePageCount?: number;
8
- minimumOtherStorePageCount?: number;
9
- maximumNormalizedStorePageCount?: number;
10
- minimumNormalizedStorePageCount?: number;
11
- }
12
- export interface StorePageQueueClaimNextEffect extends Effect {
13
- storePageQueueGroupId: StorePageQueueGroup["id"];
14
- }
15
- //# sourceMappingURL=storePageQueueClaimNext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueClaimNext.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueClaimNext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AAYrE,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,QAAQ,EAAE,YAAY,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAA;IACnC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,+BAA+B,CAAC,EAAE,MAAM,CAAA;CACzC;AAED,MAAM,WAAW,6BAA8B,SAAQ,MAAM;IAC3D,qBAAqB,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAA;CACjD"}
@@ -1,15 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { User } from "../entities/user";
3
- import { StorePageQueueGroup } from "../entities/storePageQueueGroup";
4
- export interface StorePageQueueHandleMutation extends Mutation {
5
- storePageQueueGroupId: StorePageQueueGroup["id"];
6
- isAccepted: boolean;
7
- handlerContext: StorePageQueueGroupHandlerContext;
8
- }
9
- export declare type StorePageQueueHandleEffect = Effect;
10
- interface StorePageQueueGroupHandlerContext {
11
- userId: User["id"];
12
- reason: string;
13
- }
14
- export {};
15
- //# sourceMappingURL=storePageQueueHandle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueHandle.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AASrE,MAAM,WAAW,4BAA6B,SAAQ,QAAQ;IAC5D,qBAAqB,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAA;IAChD,UAAU,EAAE,OAAO,CAAA;IACnB,cAAc,EAAE,iCAAiC,CAAA;CAClD;AAED,oBAAY,0BAA0B,GAAG,MAAM,CAAA;AAE/C,UAAU,iCAAiC;IACzC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACf"}
@@ -1,15 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { User } from "../entities/user";
3
- import { StorePage } from "../entities/storePage";
4
- export interface StorePageQueueHandleStorePageIdSetMutation extends Mutation {
5
- storePageIdSet: Set<StorePage["id"]>;
6
- isAccepted: boolean;
7
- handlerContext: StorePageQueueGroupHandlerContext;
8
- }
9
- export declare type StorePageQueueHandleStorePageIdSetEffect = Effect;
10
- interface StorePageQueueGroupHandlerContext {
11
- userId: User["id"];
12
- reason: string;
13
- }
14
- export {};
15
- //# sourceMappingURL=storePageQueueHandleStorePageIdSet.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storePageQueueHandleStorePageIdSet.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/storePageQueueHandleStorePageIdSet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AASjD,MAAM,WAAW,0CAA2C,SAAQ,QAAQ;IAC1E,cAAc,EAAE,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;IACpC,UAAU,EAAE,OAAO,CAAA;IACnB,cAAc,EAAE,iCAAiC,CAAA;CAElD;AAED,oBAAY,wCAAwC,GAAG,MAAM,CAAA;AAE7D,UAAU,iCAAiC;IACzC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACf"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { Alias } from "../entities";
3
- export interface UpdateAliasMutation extends Mutation {
4
- id: Alias["id"];
5
- isInvalid: boolean;
6
- }
7
- export declare type UpdateAliasEffect = Effect;
8
- //# sourceMappingURL=updateAlias.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAlias.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateAlias.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACf,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,oBAAY,iBAAiB,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { Brand } from "../entities";
3
- export interface UpdateBrandMutation extends Mutation {
4
- id: Brand["id"];
5
- name: string;
6
- }
7
- export declare type UpdateBrandEffect = Effect;
8
- //# sourceMappingURL=updateBrand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateBrand.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACb;AAED,oBAAY,iBAAiB,GAAG,MAAM,CAAA"}
@@ -1,10 +0,0 @@
1
- import { Effect, Mutation, SearchDisplayMode } from "../builtins";
2
- import { Category } from "../entities";
3
- export interface UpdateCategoryMutation extends Mutation {
4
- id: Category["id"];
5
- name?: string;
6
- pluralName?: string;
7
- searchDisplayMode?: SearchDisplayMode;
8
- }
9
- export declare type UpdateCategoryEffect = Effect;
10
- //# sourceMappingURL=updateCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateCategory.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateCategory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,EAAE,QAAQ,EAAE,oBAAyB;AAE5C,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;CACtC;AAED,oBAAY,oBAAoB,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { Offer } from "../entities";
3
- export interface UpdateOfferMutation extends Mutation {
4
- id: Offer["id"];
5
- isInvalid: boolean;
6
- }
7
- export declare type UpdateOfferEffect = Effect;
8
- //# sourceMappingURL=updateOffer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateOffer.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateOffer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,oBAAyB;AAEzC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ;IACnD,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;IACf,SAAS,EAAE,OAAO,CAAA;CACnB;AAED,oBAAY,iBAAiB,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { ProductConfiguration } from "../entities";
3
- export interface UpdateProductConfigurationMutation extends Mutation {
4
- id: ProductConfiguration["id"];
5
- name: string;
6
- }
7
- export declare type UpdateProductConfigurationEffect = Effect;
8
- //# sourceMappingURL=updateProductConfiguration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductConfiguration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,oBAAyB;AAExD,MAAM,WAAW,kCAAmC,SAAQ,QAAQ;IAClE,EAAE,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAA;IAC9B,IAAI,EAAE,MAAM,CAAA;CACb;AAED,oBAAY,gCAAgC,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { ProductConfiguration, ProductType } from "../entities";
3
- export interface UpdateProductConfigurationProductTypeMutation extends Mutation {
4
- id: ProductConfiguration["id"];
5
- productTypeId: ProductType["id"];
6
- }
7
- export declare type UpdateProductConfigurationProductTypeEffect = Effect;
8
- //# sourceMappingURL=updateProductConfigurationProductType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductConfigurationProductType.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductConfigurationProductType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,oBAAyB;AAErE,MAAM,WAAW,6CAA8C,SAAQ,QAAQ;IAC7E,EAAE,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAA;IAC9B,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CACjC;AAED,oBAAY,2CAA2C,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { ProductFamily } from "../entities";
3
- export interface UpdateProductFamilyMutation extends Mutation {
4
- id: ProductFamily["id"];
5
- name: string;
6
- }
7
- export declare type UpdateProductFamilyEffect = Effect;
8
- //# sourceMappingURL=updateProductFamily.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,aAAa,EAAE,oBAAyB;AAEjD,MAAM,WAAW,2BAA4B,SAAQ,QAAQ;IAC3D,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;IACvB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,oBAAY,yBAAyB,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { Brand, ProductFamily } from "../entities";
3
- export interface UpdateProductFamilyBrandMutation extends Mutation {
4
- id: ProductFamily["id"];
5
- brandId: Brand["id"];
6
- }
7
- export declare type UpdateProductFamilyBrandEffect = Effect;
8
- //# sourceMappingURL=updateProductFamilyBrand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductFamilyBrand.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductFamilyBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAyB;AAExD,MAAM,WAAW,gCAAiC,SAAQ,QAAQ;IAChE,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;IACvB,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,CAAA;CACrB;AAED,oBAAY,8BAA8B,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { ProductGeneration } from "../entities";
3
- export interface UpdateProductGenerationMutation extends Mutation {
4
- id: ProductGeneration["id"];
5
- name: string;
6
- }
7
- export declare type UpdateProductGenerationEffect = Effect;
8
- //# sourceMappingURL=updateProductGeneration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,oBAAyB;AAErD,MAAM,WAAW,+BAAgC,SAAQ,QAAQ;IAC/D,EAAE,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC3B,IAAI,EAAE,MAAM,CAAA;CACb;AAED,oBAAY,6BAA6B,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { ProductGeneration, ProductFamily } from "../entities";
3
- export interface UpdateProductGenerationProductFamilyMutation extends Mutation {
4
- id: ProductGeneration["id"];
5
- productFamilyId: ProductFamily["id"];
6
- }
7
- export declare type UpdateProductGenerationProductFamilyEffect = Effect;
8
- //# sourceMappingURL=updateProductGenerationProductFamily.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductGenerationProductFamily.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductGenerationProductFamily.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,oBAAyB;AAEpE,MAAM,WAAW,4CAA6C,SAAQ,QAAQ;IAC5E,EAAE,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;IAC3B,eAAe,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;CACrC;AAED,oBAAY,0CAA0C,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Mutation, Effect } from "../builtins";
2
- import { ProductType } from "../entities";
3
- export interface UpdateProductTypeMutation extends Mutation {
4
- id: ProductType["id"];
5
- name: string;
6
- }
7
- export declare type UpdateProductTypeEffect = Effect;
8
- //# sourceMappingURL=updateProductType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductType.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,WAAW,EAAE,oBAAyB;AAE/C,MAAM,WAAW,yBAA0B,SAAQ,QAAQ;IACzD,EAAE,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,oBAAY,uBAAuB,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { ProductGeneration, ProductType } from "../entities";
3
- export interface UpdateProductTypeProductGenerationMutation extends Mutation {
4
- id: ProductType["id"];
5
- productGenerationId: ProductGeneration["id"];
6
- }
7
- export declare type UpdateProductTypeProductGenerationEffect = Effect;
8
- //# sourceMappingURL=updateProductTypeProductGeneration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProductTypeProductGeneration.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateProductTypeProductGeneration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,oBAAyB;AACpD,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAyB;AAElE,MAAM,WAAW,0CAA2C,SAAQ,QAAQ;IAC1E,EAAE,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IACrB,mBAAmB,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;CAC7C;AAED,oBAAY,wCAAwC,GAAG,MAAM,CAAA"}
@@ -1,10 +0,0 @@
1
- import { Effect, Mutation, Url } from "../builtins";
2
- import { Source } from "../entities";
3
- export interface UpdateSourceMutation extends Mutation {
4
- id: Source["id"];
5
- faviconUrl?: Url;
6
- logoUrl?: Url;
7
- name?: string;
8
- }
9
- export declare type UpdateSourceEffect = Effect;
10
- //# sourceMappingURL=updateSource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateSource.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,oBAAyB;AACzD,OAAO,EAAE,MAAM,EAAE,oBAAyB;AAE1C,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,CAAA;IAChB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,OAAO,CAAC,EAAE,GAAG,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,oBAAY,kBAAkB,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Effect, Mutation } from "../builtins";
2
- import { StorePage } from "../entities";
3
- export interface UpdateStorePageMutation extends Mutation {
4
- id: StorePage["id"];
5
- fetchInterval: number;
6
- }
7
- export declare type UpdateStorePageEffect = Effect;
8
- //# sourceMappingURL=updateStorePage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateStorePage.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/updateStorePage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,SAAS,EAAE,oBAAyB;AAE7C,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;CACtB;AAED,oBAAY,qBAAqB,GAAG,MAAM,CAAA"}
@@ -1,7 +0,0 @@
1
- import { ListQuery, ListResponse } from "../builtins";
2
- import { Alias, Category, Brand, ProductType, ProductGeneration, ProductFamily, ProductConfiguration } from "../entities";
3
- export interface AliasIdListBySomeIdQuery extends ListQuery {
4
- someId: Brand["id"] | Category["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"] | ProductConfiguration["id"];
5
- }
6
- export declare type AliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
7
- //# sourceMappingURL=aliasIdListBySomeId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"aliasIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/aliasIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EACL,KAAK,EACL,QAAQ,EACR,KAAK,EACL,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,oBAAoB,EACrB,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,MAAM,EACF,KAAK,CAAC,IAAI,CAAC,GACX,QAAQ,CAAC,IAAI,CAAC,GACd,aAAa,CAAC,IAAI,CAAC,GACnB,iBAAiB,CAAC,IAAI,CAAC,GACvB,WAAW,CAAC,IAAI,CAAC,GACjB,oBAAoB,CAAC,IAAI,CAAC,CAAA;CAC/B;AAED,oBAAY,2BAA2B,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -1,7 +0,0 @@
1
- import { ListQuery, ListResponse } from "../builtins";
2
- import { Category, ProductType } from "../entities";
3
- export interface AppliedCategoryIdListBySomeIdQuery extends ListQuery {
4
- someId: ProductType["id"];
5
- }
6
- export declare type AppliedCategoryIdListBySomeIdResponse = ListResponse<Category["id"]>;
7
- //# sourceMappingURL=appliedCategoryIdListBySomeId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appliedCategoryIdListBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/appliedCategoryIdListBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AASnD,MAAM,WAAW,kCAAmC,SAAQ,SAAS;IACnE,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC1B;AAED,oBAAY,qCAAqC,GAAG,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -1,9 +0,0 @@
1
- import { Category, ProductType } from "../entities";
2
- export interface BaseScoreQuery {
3
- productId: ProductType["id"];
4
- categoryId: Category["id"];
5
- }
6
- export declare type BaseScoreResponse = BaseScore;
7
- declare type BaseScore = number;
8
- export {};
9
- //# sourceMappingURL=baseScore.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"baseScore.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/baseScore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAMnD,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAC5B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED,oBAAY,iBAAiB,GAAG,SAAS,CAAA;AAEzC,aAAK,SAAS,GAAG,MAAM,CAAA"}
@@ -1,8 +0,0 @@
1
- import { ListQuery, ListResponse } from "../builtins";
2
- import { Category, ProductType, Rating } from "../entities";
3
- export interface BaseScoreRatingIdListQuery extends ListQuery {
4
- productId: ProductType["id"];
5
- categoryId: Category["id"];
6
- }
7
- export declare type BaseScoreRatingIdListResponse = ListResponse<Rating["id"]>;
8
- //# sourceMappingURL=baseScoreRatingIdList.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"baseScoreRatingIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/baseScoreRatingIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAM3D,MAAM,WAAW,0BAA2B,SAAQ,SAAS;IAC3D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAC5B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED,oBAAY,6BAA6B,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA"}
@@ -1,12 +0,0 @@
1
- import { Category, ProductType } from "../entities";
2
- export interface BaseScoresByCategoryIdQuery {
3
- categoryId: Category["id"];
4
- productTypeIds?: ProductType["id"][];
5
- }
6
- export declare type BaseScoresByCategoryIdResponse = BaseScoreInfo[];
7
- interface BaseScoreInfo {
8
- productTypeId: ProductType["id"];
9
- baseScore: number;
10
- }
11
- export {};
12
- //# sourceMappingURL=baseScoresByCategoryId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"baseScoresByCategoryId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/baseScoresByCategoryId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAanD,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,oBAAY,8BAA8B,GAAG,aAAa,EAAE,CAAA;AAM5D,UAAU,aAAa;IACrB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;CAClB"}
@@ -1,20 +0,0 @@
1
- import { ArraySorted, Money } from "../builtins";
2
- import { Category, ProductType } from "../entities";
3
- export interface BestInClassQuery {
4
- categoryId: Category["id"];
5
- productTypeIds?: ProductType["id"][];
6
- }
7
- export interface BestInClassResponse {
8
- bestInClassAwards: BestInClassAward[];
9
- bucketWinners: ArraySorted<BucketWinner>;
10
- }
11
- interface BestInClassAward {
12
- productTypeId: ProductType["id"];
13
- referencePrice: Money;
14
- }
15
- interface BucketWinner {
16
- productTypeId: ProductType["id"];
17
- referencePrice: Money;
18
- }
19
- export {};
20
- //# sourceMappingURL=bestInClass.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bestInClass.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/bestInClass.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAWnD,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;IAC1B,cAAc,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,mBAAmB;IAClC,iBAAiB,EAAE,gBAAgB,EAAE,CAAA;IACrC,aAAa,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;CACzC;AAED,UAAU,gBAAgB;IACxB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,cAAc,EAAE,KAAK,CAAA;CACtB;AAED,UAAU,YAAY;IACpB,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAChC,cAAc,EAAE,KAAK,CAAA;CACtB"}
@@ -1,6 +0,0 @@
1
- import { Brand, ProductFamily } from "../entities";
2
- export interface BrandIdBySomeIdQuery {
3
- someId: ProductFamily["id"];
4
- }
5
- export declare type BrandIdBySomeIdResponse = Brand["id"];
6
- //# sourceMappingURL=brandIdBySomeId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brandIdBySomeId.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandIdBySomeId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAElD,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,aAAa,CAAC,IAAI,CAAC,CAAA;CAC5B;AAED,oBAAY,uBAAuB,GAAG,KAAK,CAAC,IAAI,CAAC,CAAA"}
@@ -1,9 +0,0 @@
1
- import { ListQuery, ListResponse } from "../builtins";
2
- import { Brand, Category } from "../entities";
3
- export declare type BrandIdListQuery = ListQuery<Filters>;
4
- export declare type BrandIdListResponse = ListResponse<Brand["id"]>;
5
- interface Filters {
6
- categoryId?: Category["id"];
7
- }
8
- export {};
9
- //# sourceMappingURL=brandIdList.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brandIdList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/brandIdList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACrD,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE7C,oBAAY,gBAAgB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAEjD,oBAAY,mBAAmB,GAAG,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAE3D,UAAU,OAAO;IAIf,UAAU,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;CAC5B"}
@@ -1,7 +0,0 @@
1
- import { ListQuery, SortedListResponse } from "../builtins";
2
- import { Brand } from "../entities";
3
- export interface BrandIdListBySearchQuery extends ListQuery {
4
- search: string;
5
- }
6
- export declare type BrandIdListBySearchResponse = SortedListResponse<Brand["id"]>;
7
- //# sourceMappingURL=brandIdListBySearch.d.ts.map