@lustre/sdk 3.2.3-dev.4 → 3.2.3-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/dist/api/FetchOptions.js +0 -4
  2. package/dist/api/FetchOptions.js.map +1 -1
  3. package/dist/api/QueryResolver.js +3 -3
  4. package/dist/api/QueryResolver.js.map +1 -1
  5. package/dist/api/fetchEntity.js +3 -3
  6. package/dist/api/fetchEntity.js.map +1 -1
  7. package/dist/api/fetchQuery.js +3 -3
  8. package/dist/api/fetchQuery.js.map +1 -1
  9. package/dist/api/getHash.js +1 -1
  10. package/dist/api/getHash.js.map +1 -1
  11. package/dist/api/getQueryHash.js +1 -1
  12. package/dist/api/getQueryHash.js.map +1 -1
  13. package/dist/api/sendMutation.js +2 -2
  14. package/dist/api/sendMutation.js.map +1 -1
  15. package/dist/index.js +7 -7
  16. package/package.json +1 -1
  17. package/types/api/ApiEmitter.d.ts +1 -1
  18. package/types/api/ApiEmitter.d.ts.map +1 -1
  19. package/types/api/FetchOptions.d.ts +1 -1
  20. package/types/api/FetchOptions.d.ts.map +1 -1
  21. package/types/api/MutationError.d.ts +2 -2
  22. package/types/api/MutationError.d.ts.map +1 -1
  23. package/types/api/QueryError.d.ts +2 -2
  24. package/types/api/QueryError.d.ts.map +1 -1
  25. package/types/api/QueryResolver.d.ts +4 -4
  26. package/types/api/QueryResolver.d.ts.map +1 -1
  27. package/types/api/WrappedMutation.d.ts +1 -1
  28. package/types/api/WrappedMutation.d.ts.map +1 -1
  29. package/types/api/WrappedQuery.d.ts +1 -1
  30. package/types/api/WrappedQuery.d.ts.map +1 -1
  31. package/types/api/fetchEntity.d.ts +2 -2
  32. package/types/api/fetchEntity.d.ts.map +1 -1
  33. package/types/api/fetchQuery.d.ts +2 -2
  34. package/types/api/fetchQuery.d.ts.map +1 -1
  35. package/types/api/getQueryHash.d.ts +1 -1
  36. package/types/api/getQueryHash.d.ts.map +1 -1
  37. package/types/api/sendMutation.d.ts +2 -2
  38. package/types/api/sendMutation.d.ts.map +1 -1
  39. package/types/index.d.ts +10 -10
  40. package/types/index.d.ts.map +1 -1
  41. package/types/schema/builtins.d.ts +26 -8
  42. package/types/schema/builtins.d.ts.map +1 -1
  43. package/types/schema/mutations/createBrand.d.ts +2 -2
  44. package/types/schema/mutations/createBrand.d.ts.map +1 -1
  45. package/types/schema/mutations/createProductConfiguration.d.ts +2 -2
  46. package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -1
  47. package/types/schema/mutations/createProductFamily.d.ts +2 -2
  48. package/types/schema/mutations/createProductFamily.d.ts.map +1 -1
  49. package/types/schema/mutations/createProductGeneration.d.ts +2 -2
  50. package/types/schema/mutations/createProductGeneration.d.ts.map +1 -1
  51. package/types/schema/mutations/createProductType.d.ts +2 -2
  52. package/types/schema/mutations/createProductType.d.ts.map +1 -1
  53. package/types/schema/mutations/updateAlias.d.ts +1 -1
  54. package/types/schema/mutations/updateAlias.d.ts.map +1 -1
  55. package/types/schema/mutations/updateBrand.d.ts +1 -1
  56. package/types/schema/mutations/updateBrand.d.ts.map +1 -1
  57. package/types/schema/mutations/updateCategory.d.ts +1 -1
  58. package/types/schema/mutations/updateCategory.d.ts.map +1 -1
  59. package/types/schema/mutations/updateOffer.d.ts +2 -2
  60. package/types/schema/mutations/updateOffer.d.ts.map +1 -1
  61. package/types/schema/mutations/updateProductConfiguration.d.ts +1 -1
  62. package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -1
  63. package/types/schema/mutations/updateProductConfigurationProductType.d.ts +2 -2
  64. package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -1
  65. package/types/schema/mutations/updateProductFamily.d.ts +1 -1
  66. package/types/schema/mutations/updateProductFamily.d.ts.map +1 -1
  67. package/types/schema/mutations/updateProductFamilyBrand.d.ts +2 -2
  68. package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -1
  69. package/types/schema/mutations/updateProductGeneration.d.ts +1 -1
  70. package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -1
  71. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +2 -2
  72. package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -1
  73. package/types/schema/mutations/updateProductType.d.ts +1 -1
  74. package/types/schema/mutations/updateProductType.d.ts.map +1 -1
  75. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +2 -2
  76. package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -1
  77. package/types/schema/mutations/updateSource.d.ts +2 -2
  78. package/types/schema/mutations/updateSource.d.ts.map +1 -1
  79. package/types/schema/mutations/updateStorePage.d.ts +1 -1
  80. package/types/schema/mutations/updateStorePage.d.ts.map +1 -1
  81. package/types/schema/queries/brandCategoryRankings.d.ts +1 -1
  82. package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -1
  83. package/types/schema/queries/brandIdListBySearch.d.ts +2 -2
  84. package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -1
  85. package/types/schema/queries/brandSocialMediaPostList.d.ts +1 -1
  86. package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -1
  87. package/types/schema/queries/categoryDisplayMode.d.ts +1 -1
  88. package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -1
  89. package/types/schema/queries/categoryStatusList.d.ts +2 -2
  90. package/types/schema/queries/categoryStatusList.d.ts.map +1 -1
  91. package/types/schema/queries/competitorsAnalysis.d.ts +1 -1
  92. package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -1
  93. package/types/schema/queries/educationalSearch.d.ts +1 -1
  94. package/types/schema/queries/educationalSearch.d.ts.map +1 -1
  95. package/types/schema/queries/mlCategoryDisplayMode.d.ts +2 -2
  96. package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -1
  97. package/types/schema/queries/priceHistoryLists.d.ts +1 -1
  98. package/types/schema/queries/priceHistoryLists.d.ts.map +1 -1
  99. package/types/schema/queries/priceHistoryLookup.d.ts +1 -1
  100. package/types/schema/queries/priceHistoryLookup.d.ts.map +1 -1
  101. package/types/schema/queries/productDocumentsByProductIds.d.ts +1 -1
  102. package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
  103. package/types/schema/queries/productListSort.d.ts +1 -1
  104. package/types/schema/queries/productListSort.d.ts.map +1 -1
  105. package/types/schema/queries/productTradeoffs.d.ts +1 -1
  106. package/types/schema/queries/productTradeoffs.d.ts.map +1 -1
  107. package/types/schema/queries/productTypeIdListByModifiers.d.ts +2 -2
  108. package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -1
  109. package/types/schema/queries/pushNotificationTokens.d.ts +1 -1
  110. package/types/schema/queries/pushNotificationTokens.d.ts.map +1 -1
  111. package/types/schema/queries/research.d.ts +1 -2
  112. package/types/schema/queries/research.d.ts.map +1 -1
  113. package/types/schema/queries/researchBestProducts.d.ts +6 -4
  114. package/types/schema/queries/researchBestProducts.d.ts.map +1 -1
  115. package/types/schema/queries/researchProductComparison.d.ts +1 -2
  116. package/types/schema/queries/researchProductComparison.d.ts.map +1 -1
  117. package/types/schema/queries/researchProductReview.d.ts +1 -2
  118. package/types/schema/queries/researchProductReview.d.ts.map +1 -1
  119. package/types/schema/queries/storePageInfo.d.ts +1 -1
  120. package/types/schema/queries/storePageInfo.d.ts.map +1 -1
  121. package/types/schema/queries/storePageInfoBySku.d.ts +1 -1
  122. package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -1
  123. package/types/schema/queries/userData.d.ts +1 -1
  124. package/types/schema/queries/userData.d.ts.map +1 -1
  125. package/types/schema/queries/userPersonalization.d.ts +1 -1
  126. package/types/schema/queries/userPersonalization.d.ts.map +1 -1
  127. package/types/schema/queries/userRestictedData.d.ts +1 -1
  128. package/types/schema/queries/userRestictedData.d.ts.map +1 -1
  129. package/types/schema/queries/userReviewAnalysis.d.ts +1 -1
  130. package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -1
@@ -1,4 +1,4 @@
1
- import { BadgeStates, MarkdownString, Url } from "../builtins";
1
+ import { BadgeStates, MarkdownString, Url } from "@/schema/builtins";
2
2
  export type UserReviewAnalysisQuery = {
3
3
  domain: string;
4
4
  sku: string;
@@ -1 +1 @@
1
- {"version":3,"file":"userReviewAnalysis.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/userReviewAnalysis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,EAAE,oBAAyB;AAEpE,MAAM,MAAM,uBAAuB,GAC/B;IACE,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;CACZ,GACD;IACE,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAEL,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,WAAW,CAAA;IAClB,kBAAkB,EAAE;QAClB,SAAS,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAAA;QAC9C,UAAU,EAAE,MAAM,CAAA;KACnB,EAAE,CAAA;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,OAAO,EAAE,eAAe,EAAE,CAAA;CAC3B;AAED,KAAK,eAAe,GAAG;IACrB,aAAa,EAAE,UAAU,GAAG,UAAU,CAAA;IACtC,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;QACpB,IAAI,EAAE,cAAc,GAAG,IAAI,CAAA;QAC3B,SAAS,EAAE;YACT,WAAW,EAAE,MAAM,CAAA;YACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;SACvB,EAAE,CAAA;KACJ,EAAE,CAAA;IACH,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAA;AAED,UAAU,UAAU,CAAC,CAAC,SAAS,MAAM;IACnC,IAAI,EAAE,CAAC,CAAA;IACP,GAAG,EAAE,GAAG,GAAG,IAAI,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED,KAAK,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAA;AAE3C,KAAK,MAAM,GAAG,UAAU,CAAA"}
1
+ {"version":3,"file":"userReviewAnalysis.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/userReviewAnalysis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAA;AAEpE,MAAM,MAAM,uBAAuB,GAC/B;IACE,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;CACZ,GACD;IACE,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAEL,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,WAAW,CAAA;IAClB,kBAAkB,EAAE;QAClB,SAAS,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAAA;QAC9C,UAAU,EAAE,MAAM,CAAA;KACnB,EAAE,CAAA;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,OAAO,EAAE,eAAe,EAAE,CAAA;CAC3B;AAED,KAAK,eAAe,GAAG;IACrB,aAAa,EAAE,UAAU,GAAG,UAAU,CAAA;IACtC,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;QACpB,IAAI,EAAE,cAAc,GAAG,IAAI,CAAA;QAC3B,SAAS,EAAE;YACT,WAAW,EAAE,MAAM,CAAA;YACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;SACvB,EAAE,CAAA;KACJ,EAAE,CAAA;IACH,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAA;AAED,UAAU,UAAU,CAAC,CAAC,SAAS,MAAM;IACnC,IAAI,EAAE,CAAC,CAAA;IACP,GAAG,EAAE,GAAG,GAAG,IAAI,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED,KAAK,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAA;AAE3C,KAAK,MAAM,GAAG,UAAU,CAAA"}