@empathyco/x-components 3.0.0-alpha.112 → 3.0.0-alpha.115

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 (848) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/design-system/full-theme.css +50 -49
  3. package/docs/API-reference/api/index.md +1 -1
  4. package/docs/API-reference/api/x-adapter-platform.bannermutableschema.md +11 -0
  5. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  6. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  7. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  8. package/docs/API-reference/api/x-adapter-platform.facetmutableschema.md +11 -0
  9. package/docs/API-reference/api/x-adapter-platform.facetsconfig.md +11 -0
  10. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  11. package/docs/API-reference/api/x-adapter-platform.hierarchicalfiltermutableschema.md +11 -0
  12. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
  13. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
  14. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
  15. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
  16. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
  17. package/docs/API-reference/api/x-adapter-platform.md +102 -0
  18. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
  20. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmutableschema.md +11 -0
  21. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
  22. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemutableschema.md +11 -0
  23. package/docs/API-reference/api/x-adapter-platform.nextquerymutableschema.md +11 -0
  24. package/docs/API-reference/api/x-adapter-platform.numberfiltermutableschema.md +11 -0
  25. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  26. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
  27. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  28. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  29. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  30. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  31. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  32. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  33. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  34. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  35. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  36. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +24 -0
  37. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +13 -0
  38. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  39. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  40. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  41. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +21 -0
  42. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  43. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  44. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  45. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  46. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  47. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  48. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  49. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  50. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  51. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  52. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  53. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  54. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  55. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  56. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  57. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  58. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  59. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  60. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  61. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  62. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  63. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  64. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  65. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +24 -0
  66. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  67. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  68. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  69. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  70. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  71. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  72. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  73. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  74. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  75. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  76. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  77. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  78. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  79. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  80. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  81. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  82. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  83. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  84. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  85. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  86. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  87. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  88. package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
  89. package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
  90. package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
  91. package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
  92. package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
  93. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  94. package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
  95. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  96. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  97. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +19 -0
  98. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  99. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  100. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  101. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
  102. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  103. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  104. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  105. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  106. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
  107. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
  109. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmutableschema.md +11 -0
  110. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
  111. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemutableschema.md +11 -0
  112. package/docs/API-reference/api/x-adapter-platform.promotedmutableschema.md +11 -0
  113. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
  114. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
  115. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmutableschema.md +11 -0
  116. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
  117. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemutableschema.md +11 -0
  118. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
  119. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
  120. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmutableschema.md +11 -0
  121. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
  122. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemutableschema.md +11 -0
  123. package/docs/API-reference/api/x-adapter-platform.redirectionmutableschema.md +11 -0
  124. package/docs/API-reference/api/x-adapter-platform.relatedtagmutableschema.md +11 -0
  125. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  126. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
  127. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmutableschema.md +11 -0
  128. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
  129. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemutableschema.md +11 -0
  130. package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
  131. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
  132. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
  133. package/docs/API-reference/api/x-adapter-platform.searchrequestmutableschema.md +11 -0
  134. package/docs/API-reference/api/x-adapter-platform.searchresponsefacetsmapper.md +27 -0
  135. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +21 -0
  136. package/docs/API-reference/api/x-adapter-platform.searchresponsemutableschema.md +11 -0
  137. package/docs/API-reference/api/x-adapter-platform.simplefiltermutableschema.md +11 -0
  138. package/docs/API-reference/api/x-adapter-platform.suggestionmutableschema.md +11 -0
  139. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
  140. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
  141. package/docs/API-reference/api/x-adapter-platform.taggingrequestmutableschema.md +11 -0
  142. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
  143. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
  144. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
  145. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
  146. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
  147. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
  148. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
  149. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
  150. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -2
  151. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -2
  152. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
  153. package/docs/API-reference/api/x-components.identifierresultsgetters.md +1 -1
  154. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +1 -1
  155. package/docs/API-reference/api/x-components.identifierresultsxevents.md +1 -1
  156. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -2
  157. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -2
  158. package/docs/API-reference/api/x-components.popularsearchesgetters.md +1 -1
  159. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
  160. package/docs/API-reference/api/x-components.popularsearchesxevents.md +1 -1
  161. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
  162. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +1 -1
  163. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
  164. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -2
  165. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -2
  166. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +1 -1
  167. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
  168. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +1 -1
  169. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +1 -1
  170. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -2
  171. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -2
  172. package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
  173. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
  174. package/docs/API-reference/api/x-components.recommendationsxevents.md +1 -1
  175. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +1 -1
  176. package/docs/API-reference/api/x-components.xeventstypes.md +0 -1
  177. package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
  178. package/docs/API-reference/api/x-components.xplugin.md +3 -5
  179. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
  180. package/docs/API-reference/api/x-components.xpluginoptions.md +1 -1
  181. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +4 -4
  182. package/docs/build-search-ui/web-archetype-development-guide.md +2 -5
  183. package/docs/build-search-ui/web-x-components-development-guide.md +22 -52
  184. package/js/plugins/x-emitters.js.map +1 -1
  185. package/js/plugins/x-plugin.js +7 -21
  186. package/js/plugins/x-plugin.js.map +1 -1
  187. package/js/x-installer/x-installer/x-installer.js +1 -42
  188. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  189. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  190. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +0 -2
  191. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  192. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  193. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +1 -1
  194. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  195. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +2 -2
  196. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  197. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  198. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +1 -1
  199. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  200. package/js/x-modules/next-queries/store/getters/request.getter.js +1 -1
  201. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  202. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  203. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +1 -3
  204. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  205. package/js/x-modules/popular-searches/store/getters/request.getter.js +1 -1
  206. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  207. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  208. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +1 -1
  209. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  210. package/js/x-modules/query-suggestions/store/getters/request.getter.js +1 -1
  211. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  212. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  213. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +1 -3
  214. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  215. package/js/x-modules/recommendations/store/getters/request.getter.js +1 -1
  216. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  217. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  218. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +1 -3
  219. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  220. package/js/x-modules/related-tags/store/getters/request.getter.js +1 -1
  221. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  222. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  223. package/js/x-modules/search/store/actions/reset-state.action.js +8 -7
  224. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -1
  225. package/js/x-modules/search/store/getters/request.getter.js +1 -1
  226. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  227. package/js/x-modules/tagging/store/actions/track.action.js +1 -1
  228. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  229. package/package.json +5 -5
  230. package/report/tsdoc-metadata.json +1 -1
  231. package/report/x-adapter-platform.api.json +5578 -0
  232. package/report/x-components.api.json +369 -705
  233. package/report/x-components.api.md +47 -50
  234. package/types/adapter/e2e-adapter.d.ts +29 -0
  235. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  236. package/types/plugins/x-emitters.d.ts.map +1 -1
  237. package/types/plugins/x-plugin.d.ts +12 -21
  238. package/types/plugins/x-plugin.d.ts.map +1 -1
  239. package/types/plugins/x-plugin.types.d.ts +18 -8
  240. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  241. package/types/views/base-config.d.ts.map +1 -1
  242. package/types/wiring/events.types.d.ts +0 -5
  243. package/types/wiring/events.types.d.ts.map +1 -1
  244. package/types/x-installer/x-installer/x-installer.d.ts +0 -20
  245. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  246. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  247. package/types/x-modules/identifier-results/events.types.d.ts +2 -3
  248. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  249. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
  250. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  251. package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
  252. package/types/x-modules/identifier-results/store/types.d.ts +4 -5
  253. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  254. package/types/x-modules/identifier-results/wiring.d.ts +2 -2
  255. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  256. package/types/x-modules/next-queries/events.types.d.ts +1 -2
  257. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  258. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +1 -1
  259. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  260. package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
  261. package/types/x-modules/next-queries/store/types.d.ts +1 -2
  262. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  263. package/types/x-modules/next-queries/wiring.d.ts +2 -2
  264. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  265. package/types/x-modules/popular-searches/events.types.d.ts +3 -4
  266. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  267. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  268. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  269. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  270. package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
  271. package/types/x-modules/popular-searches/store/types.d.ts +4 -5
  272. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  273. package/types/x-modules/popular-searches/wiring.d.ts +1 -1
  274. package/types/x-modules/query-suggestions/events.types.d.ts +2 -3
  275. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  276. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  277. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  278. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  279. package/types/x-modules/query-suggestions/store/types.d.ts +4 -5
  280. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  281. package/types/x-modules/query-suggestions/wiring.d.ts +2 -2
  282. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  283. package/types/x-modules/recommendations/events.types.d.ts +2 -3
  284. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  285. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
  286. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  287. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  288. package/types/x-modules/recommendations/store/emitters.d.ts +1 -1
  289. package/types/x-modules/recommendations/store/types.d.ts +4 -5
  290. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  291. package/types/x-modules/recommendations/wiring.d.ts +1 -1
  292. package/types/x-modules/related-tags/events.types.d.ts +1 -2
  293. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  294. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
  295. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  296. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  297. package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
  298. package/types/x-modules/related-tags/store/types.d.ts +1 -2
  299. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  300. package/types/x-modules/related-tags/wiring.d.ts +2 -2
  301. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  302. package/types/x-modules/search/store/actions/reset-state.action.d.ts +1 -0
  303. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -1
  304. package/types/x-modules/search/store/types.d.ts +1 -2
  305. package/types/x-modules/search/store/types.d.ts.map +1 -1
  306. package/types/x-modules/search/types.d.ts +1 -1
  307. package/types/x-modules/search/types.d.ts.map +1 -1
  308. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  309. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  310. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  311. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  312. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  313. package/docs/API-reference/api/x-adapter.beacontrackingrequestor._constructor_.md +0 -13
  314. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -27
  315. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  316. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  317. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  318. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  319. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  320. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  321. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  322. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  323. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  324. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  325. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  326. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  327. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  328. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  329. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  330. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  331. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  332. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  333. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  334. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  335. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  336. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  337. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  338. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  339. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  340. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  341. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  342. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  343. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  344. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  345. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  346. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  347. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  348. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  349. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  350. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  351. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  352. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  353. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  354. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  355. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  356. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  357. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  358. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  359. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  360. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  361. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  362. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  363. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  364. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  365. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  366. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  367. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  368. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  369. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  370. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  371. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  372. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  373. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  374. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  375. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  376. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  377. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  378. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  379. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  380. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  381. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  382. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  383. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  384. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  385. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  386. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  387. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  388. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  389. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  390. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  391. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  392. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  393. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  394. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  395. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  396. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  397. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  398. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  399. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  400. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  401. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  402. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  403. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  404. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  405. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  406. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  407. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  408. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  409. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  410. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  411. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  412. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  413. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  414. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  415. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  416. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  417. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  418. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  419. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  420. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  421. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  422. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  423. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  424. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  425. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  426. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  427. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  428. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  429. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  430. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  431. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  432. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  433. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  434. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  435. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  436. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  437. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  438. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  439. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  440. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  441. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  442. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  443. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  444. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  445. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  446. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
  447. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  448. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  449. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  450. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  451. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  452. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  453. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  454. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  455. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
  456. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
  457. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  458. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  459. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  460. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  461. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  462. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  463. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  464. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  465. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  466. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  467. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  468. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  469. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
  470. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  471. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  472. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  473. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  474. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  475. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  476. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  477. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  478. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -21
  479. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  480. package/docs/API-reference/api/x-adapter.empathynextquery.source.md +0 -11
  481. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  482. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  483. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  484. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  485. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  486. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  487. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  488. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  489. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  490. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  491. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  492. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  493. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  494. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  495. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  496. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  497. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  498. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  499. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  500. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  501. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  502. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  503. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  504. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  505. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  506. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  507. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  508. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  509. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  510. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  511. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  512. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  513. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  514. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  515. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  516. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  517. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  518. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -22
  519. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  520. package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +0 -11
  521. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  522. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  523. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  524. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  525. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  526. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  527. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  528. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  529. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  530. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  531. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  532. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  533. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  534. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  535. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  536. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  537. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  538. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  539. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  540. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  541. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  542. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  543. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  544. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  545. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  546. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  547. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  548. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  549. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  550. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  551. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  552. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  553. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  554. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  555. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  556. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  557. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  558. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  559. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  560. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  561. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  562. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  563. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  564. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  565. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  566. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  567. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  568. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  569. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  570. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  571. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  572. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  573. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  574. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  575. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  576. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  577. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  578. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  579. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  580. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  581. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  582. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  583. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  584. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  585. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  586. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  587. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  588. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  589. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  590. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  591. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  592. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  593. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  594. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  595. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  596. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  597. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  598. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  599. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  600. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  601. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  602. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  603. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  604. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  605. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  606. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  607. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  608. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  609. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  610. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  611. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  612. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  613. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  614. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  615. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  616. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  617. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  618. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  619. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  620. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  621. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  622. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  623. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  624. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  625. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  626. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  627. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  628. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  629. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  630. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  631. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  632. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  633. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  634. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
  635. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  636. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  637. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  638. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  639. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  640. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  641. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  642. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  643. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  644. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  645. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  646. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  647. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  648. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  649. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  650. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  651. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  652. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  653. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  654. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  655. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  656. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  657. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  658. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  659. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  660. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  661. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  662. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  663. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  664. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  665. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  666. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  667. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  668. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  669. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  670. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  671. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  672. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  673. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  674. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  675. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  676. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  677. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  678. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  679. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  680. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  681. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  682. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  683. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  684. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  685. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  686. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  687. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  688. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  689. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  690. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  691. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  692. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  693. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  694. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  695. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  696. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  697. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  698. package/docs/API-reference/api/x-adapter.md +0 -178
  699. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  700. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  701. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  702. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  703. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  704. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  705. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  706. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  707. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  708. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  709. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  710. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  711. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  712. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  713. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  714. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  715. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  716. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  717. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  718. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  719. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -20
  720. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  721. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  722. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  723. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  724. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  725. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  726. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  727. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  728. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  729. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  730. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  731. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  732. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  733. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  734. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  735. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  736. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  737. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  738. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  739. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  740. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  741. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  742. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  743. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  744. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  745. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  746. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  747. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  748. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  749. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  750. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  751. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  752. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  753. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  754. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  755. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  756. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  757. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  758. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  759. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  760. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  761. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  762. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  763. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  764. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  765. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  766. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  767. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  768. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  769. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  770. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  771. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  772. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  773. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  774. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  775. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  776. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  777. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  778. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  779. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  780. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  781. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  782. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  783. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  784. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  785. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  786. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  787. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  788. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  789. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  790. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  791. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  792. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  793. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  794. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  795. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  796. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  797. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  798. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  799. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  800. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  801. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  802. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  803. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  804. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  805. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  806. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  807. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  808. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  809. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  810. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  811. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  812. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  813. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  814. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  815. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  816. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  817. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  818. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  819. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  820. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  821. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  822. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  823. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  824. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  825. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  826. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  827. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  828. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  829. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  830. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  831. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  832. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  833. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  834. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  835. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  836. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  837. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  838. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  839. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  840. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  841. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  842. package/report/x-adapter.api.json +0 -23458
  843. package/types/adapter/mocked-adapter.d.ts +0 -18
  844. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  845. package/types/adapter/real-adapter.d.ts +0 -2
  846. package/types/adapter/real-adapter.d.ts.map +0 -1
  847. package/types/adapter/util.d.ts +0 -12
  848. package/types/adapter/util.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"x-installer.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/x-installer.ts"],"names":[],"mappings":"AAGA,OAAO,GAAG,EAAE,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAExD,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAEtF,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,CAAC,CAAC,EAAE,IAAI,CAAC;QACT,KAAK,CAAC,EAAE,CAAC,MAAM,aAAa,CAAC,GAAG,aAAa,CAAC;KAC/C;CACF;AAUD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,qBAAa,UAAU;IAsBF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,eAAe;IArB9D,OAAO,CAAC,GAAG,CAAC,CAAO;IAEnB;;;;OAIG;IACH,SAAS,CAAC,aAAa,EAAG,aAAa,CAAC;IAExC;;;;;;;;;;;OAWG;gBACmC,OAAO,EAAE,eAAe;IAI9D;;;;;;OAMG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAU3B;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAQ7B;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,WAAW,CAAC;IACxD,IAAI,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAuBnC;;;;;;;;;OASG;IACH,SAAS,CAAC,gBAAgB,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE,aAAa,GAAG,OAAO;IAc9F;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,cAAc;IAW5C;;;;;;;OAOG;IACH,SAAS,CAAC,oBAAoB,CAAC,aAAa,EAAE,GAAG,GAAG,IAAI;IAIxD;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAI3B;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,MAAM,IAAI,cAAc;IAIlC;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,aAAa,CAAC,aAAa,EAAE,cAAc,EAAE,GAAG,EAAE,IAAI,GAAG,YAAY,CAAC,cAAc,CAAC;IAO/F;;;;;;;OAOG;IACH,SAAS,CAAC,mBAAmB,CAC3B,OAAO,EAAE,aAAa,EACtB,GAAG,EAAE,IAAI,GACR,OAAO,CAAC,6BAA6B,CAAC;IAKzC;;;;;;;;;OASG;IACH,SAAS,CAAC,SAAS,CACjB,YAAY,EAAE,6BAA6B,EAC3C,aAAa,EAAE,aAAa,GAC3B,GAAG,GAAG,SAAS;IAmBlB;;;;;;;;;OASG;IACH,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO;IAgB1E;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,CAAC,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;CAK3E"}
1
+ {"version":3,"file":"x-installer.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/x-installer.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,EAAE,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAExD,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAEtF,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,CAAC,CAAC,EAAE,IAAI,CAAC;QACT,KAAK,CAAC,EAAE,CAAC,MAAM,aAAa,CAAC,GAAG,aAAa,CAAC;KAC/C;CACF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,qBAAa,UAAU;IAsBF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,eAAe;IArB9D,OAAO,CAAC,GAAG,CAAC,CAAO;IAEnB;;;;OAIG;IACH,SAAS,CAAC,aAAa,EAAG,aAAa,CAAC;IAExC;;;;;;;;;;;OAWG;gBACmC,OAAO,EAAE,eAAe;IAI9D;;;;;;OAMG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAU3B;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAQ7B;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,WAAW,CAAC;IACxD,IAAI,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAqBnC;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,cAAc;IAW5C;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAI3B;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,MAAM,IAAI,cAAc;IAIlC;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,aAAa,CAAC,aAAa,EAAE,cAAc,EAAE,GAAG,EAAE,IAAI,GAAG,YAAY,CAAC,cAAc,CAAC;IAO/F;;;;;;;OAOG;IACH,SAAS,CAAC,mBAAmB,CAC3B,OAAO,EAAE,aAAa,EACtB,GAAG,EAAE,IAAI,GACR,OAAO,CAAC,6BAA6B,CAAC;IAKzC;;;;;;;;;OASG;IACH,SAAS,CAAC,SAAS,CACjB,YAAY,EAAE,6BAA6B,EAC3C,aAAa,EAAE,aAAa,GAC3B,GAAG,GAAG,SAAS;IAmBlB;;;;;;;;;OASG;IACH,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO;IAgB1E;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,CAAC,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;CAK3E"}
@@ -1 +1 @@
1
- {"version":3,"file":"snippet-config-extra-params.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/extra-params/components/snippet-config-extra-params.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAKA,OAAO,EAAW,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAInE;;;;;GAKG;AAKH,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,GAAG;IACvD;;;;OAIG;IAEI,aAAa,EAAG,aAAa,CAAC;IAErC;;;;OAIG;IAEH,SAAS,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAEvC;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAAM;IAEhD;;;;;OAKG;IAcH,SAAS,CAAC,mBAAmB,EAAG,KAAK,CAAC,MAAM,aAAa,CAAC,CAAC;IAE3D;;;;;;OAMG;IAEH,eAAe,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;CAQpD"}
1
+ {"version":3,"file":"snippet-config-extra-params.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/extra-params/components/snippet-config-extra-params.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAKA,OAAO,EAAW,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAInE;;;;;GAKG;AAKH,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,GAAG;IACvD;;;;OAIG;IAEI,aAAa,EAAG,aAAa,CAAC;IAErC;;;;OAIG;IAEH,SAAS,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAEvC;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAAM;IAEhD;;;;;OAKG;IAYH,SAAS,CAAC,mBAAmB,EAAG,KAAK,CAAC,MAAM,aAAa,CAAC,CAAC;IAE3D;;;;;;OAMG;IAEH,eAAe,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;CAQpD"}
@@ -1,5 +1,4 @@
1
- import { SearchByIdRequest } from '@empathyco/x-adapter';
2
- import { Result } from '@empathyco/x-types';
1
+ import { IdentifierResultsRequest, Result } from '@empathyco/x-types';
3
2
  /**
4
3
  * Dictionary of the events of IdentifierResults XModule, where each key is the event name, and the
5
4
  * value is the event payload type or `void` if it has no payload.
@@ -17,7 +16,7 @@ export interface IdentifierResultsXEvents {
17
16
  * Payload: The new {@link @empathyco/x-types#IdentifierResultsRequest | identifier result
18
17
  * request} or `null` if there is not enough data in the state nto conform a valid request.
19
18
  */
20
- IdentifierResultsRequestChanged: SearchByIdRequest | null;
19
+ IdentifierResultsRequestChanged: IdentifierResultsRequest | null;
21
20
  /**
22
21
  * A identifier result has been clicked.
23
22
  * Payload: The {@link @empathyco/x-types#Result | result}.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C;;;;;GAKG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC;;;;OAIG;IACH,+BAA+B,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC1D;;;OAGG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEtE;;;;;GAKG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC;;;;OAIG;IACH,+BAA+B,EAAE,wBAAwB,GAAG,IAAI,CAAC;IACjE;;;OAGG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC"}
@@ -1,11 +1,11 @@
1
- import { SearchByIdRequest } from '@empathyco/x-adapter';
1
+ import { IdentifierResultsRequest } from '@empathyco/x-types';
2
2
  import { IdentifierResultsActionsContext } from '../types';
3
3
  /**
4
4
  * Default implementation for {@link IdentifierResultsActions.fetchAndSaveIdentifierResults} action.
5
5
  *
6
6
  * @public
7
7
  */
8
- export declare const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request: SearchByIdRequest | null) => void | Promise<void>;
8
+ export declare const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request: IdentifierResultsRequest | null) => void | Promise<void>;
9
9
  /**
10
10
  * Default implementation for {@link IdentifierResultsActions.cancelFetchAndSaveIdentifierResults}
11
11
  * action.
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-identifier-results.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAGzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAmB3D;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,uGAAe,CAAC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC,YAAiB,CAAC"}
1
+ {"version":3,"file":"fetch-and-save-identifier-results.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAEtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAmB3D;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,8GAAe,CAAC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC,YAAiB,CAAC"}
@@ -8,6 +8,6 @@ export declare const identifierResultsEmitters: {
8
8
  selector: (state: import("./types").IdentifierResultsState) => import("@empathyco/x-types").Result[];
9
9
  filter: (newCollection: import("@empathyco/x-types").Result[], oldCollection: import("@empathyco/x-types").Result[]) => boolean;
10
10
  };
11
- IdentifierResultsRequestChanged: (_: import("./types").IdentifierResultsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").IdentifierResultsState, import("./types").IdentifierResultsGetters>>) => import("@empathyco/x-adapter").SearchByIdRequest | null;
11
+ IdentifierResultsRequestChanged: (_: import("./types").IdentifierResultsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").IdentifierResultsState, import("./types").IdentifierResultsGetters>>) => import("@empathyco/x-types").IdentifierResultsRequest | null;
12
12
  };
13
13
  //# sourceMappingURL=emitters.d.ts.map
@@ -1,5 +1,4 @@
1
- import { SearchByIdRequest } from '@empathyco/x-adapter';
2
- import { Result } from '@empathyco/x-types';
1
+ import { IdentifierResultsRequest, Result } from '@empathyco/x-types';
3
2
  import { Dictionary } from '@empathyco/x-utils';
4
3
  import { XActionContext, XStoreModule } from '../../../store';
5
4
  import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
@@ -33,7 +32,7 @@ export interface IdentifierResultsGetters {
33
32
  * The adapter request object for retrieving the identifier suggestions, or null if there is not
34
33
  * valid data to create a request.
35
34
  */
36
- identifierResultsRequest: SearchByIdRequest | null;
35
+ identifierResultsRequest: IdentifierResultsRequest | null;
37
36
  /** The RegExp to test against the query. */
38
37
  identifierDetectionRegexp: RegExp;
39
38
  /**
@@ -90,11 +89,11 @@ export interface IdentifierResultsActions {
90
89
  *
91
90
  * @returns An array of identifier results.
92
91
  */
93
- fetchIdentifierResults(request: SearchByIdRequest | null): Result[];
92
+ fetchIdentifierResults(request: IdentifierResultsRequest | null): Result[];
94
93
  /**
95
94
  * Requests a new set of identifier results and stores them in the module.
96
95
  */
97
- fetchAndSaveIdentifierResults(request: SearchByIdRequest | null): void;
96
+ fetchAndSaveIdentifierResults(request: IdentifierResultsRequest | null): void;
98
97
  /**
99
98
  * Creates a {@link QueryOrigin} and saves it.
100
99
  *
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/identifier-results/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,UAAU;IACrE,0DAA0D;IAC1D,MAAM,EAAE,uBAAuB,CAAC;IAChC,wFAAwF;IACxF,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,0CAA0C;IAC1C,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B,gFAAgF;IAChF,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,wBAAwB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACnD,4CAA4C;IAC5C,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,yBAAyB,EAAE,MAAM,CAAC;CACnC;AAED;;;;GAIG;AACH,MAAM,WAAW,0BAA2B,SAAQ,eAAe,EAAE,cAAc;IACjF;;;;OAIG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACxD;;;;;OAKG;IACH,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,mCAAmC,IAAI,IAAI,CAAC;IAC5C;;;;OAIG;IACH,sBAAsB,CAAC,OAAO,EAAE,iBAAiB,GAAG,IAAI,GAAG,MAAM,EAAE,CAAC;IACpE;;OAEG;IACH,6BAA6B,CAAC,OAAO,EAAE,iBAAiB,GAAG,IAAI,GAAG,IAAI,CAAC;IACvE;;;;OAIG;IACH,UAAU,CAAC,UAAU,EAAE,eAAe,GAAG,IAAI,CAAC;IAC9C;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED;;;;GAIG;AACH,oBAAY,6BAA6B,GAAG,YAAY,CACtD,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,CACzB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,+BAA+B,GAAG,cAAc,CAC1D,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,CACzB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/identifier-results/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,UAAU;IACrE,0DAA0D;IAC1D,MAAM,EAAE,uBAAuB,CAAC;IAChC,wFAAwF;IACxF,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,0CAA0C;IAC1C,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B,gFAAgF;IAChF,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,wBAAwB,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAC1D,4CAA4C;IAC5C,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,yBAAyB,EAAE,MAAM,CAAC;CACnC;AAED;;;;GAIG;AACH,MAAM,WAAW,0BAA2B,SAAQ,eAAe,EAAE,cAAc;IACjF;;;;OAIG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACxD;;;;;OAKG;IACH,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,mCAAmC,IAAI,IAAI,CAAC;IAC5C;;;;OAIG;IACH,sBAAsB,CAAC,OAAO,EAAE,wBAAwB,GAAG,IAAI,GAAG,MAAM,EAAE,CAAC;IAC3E;;OAEG;IACH,6BAA6B,CAAC,OAAO,EAAE,wBAAwB,GAAG,IAAI,GAAG,IAAI,CAAC;IAC9E;;;;OAIG;IACH,UAAU,CAAC,UAAU,EAAE,eAAe,GAAG,IAAI,CAAC;IAC9C;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED;;;;GAIG;AACH,oBAAY,6BAA6B,GAAG,YAAY,CACtD,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,CACzB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,+BAA+B,GAAG,cAAc,CAC1D,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,CACzB,CAAC"}
@@ -15,7 +15,7 @@ export declare const clearIdentifierResultsQuery: import("../..").AnyWire;
15
15
  *
16
16
  * @public
17
17
  */
18
- export declare const fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-adapter").SearchByIdRequest | null>;
18
+ export declare const fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-types").IdentifierResultsRequest | null>;
19
19
  /**
20
20
  * Cancels the {@link IdentifierResultsActions.fetchAndSaveIdentifierResults} request promise.
21
21
  *
@@ -56,7 +56,7 @@ export declare const identifierResultsWiring: {
56
56
  cancelFetchAndSaveIdentifierResultsWire: import("../..").AnyWire;
57
57
  };
58
58
  IdentifierResultsRequestChanged: {
59
- fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-adapter").SearchByIdRequest | null>;
59
+ fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-types").IdentifierResultsRequest | null>;
60
60
  };
61
61
  ExtraParamsChanged: {
62
62
  setIdentifierResultsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,8BAA4B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,yBAA6B,CAAC;AAStE;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,+EAAgD,CAAC;AAE/F;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,yBAEnD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,yBAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,wEAA0B,CAAC;AAOvE;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;CA0BlC,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,8BAA4B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,yBAA6B,CAAC;AAStE;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,oFAAgD,CAAC;AAE/F;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,yBAEnD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,yBAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,wEAA0B,CAAC;AAOvE;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;CA0BlC,CAAC"}
@@ -1,5 +1,4 @@
1
- import { NextQueriesRequest } from '@empathyco/x-adapter';
2
- import { NextQuery } from '@empathyco/x-types';
1
+ import { NextQuery, NextQueriesRequest } from '@empathyco/x-types';
3
2
  /**
4
3
  * Dictionary of the events of NextQueries XModule, where each key is the event name, and the value
5
4
  * is the event payload type or `void` if it has no payload.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,kBAAkB,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,oBAAoB,EAAE,SAAS,EAAE,CAAC;IAClC;;;;OAIG;IACH,yBAAyB,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACrD;;;OAGG;IACH,sBAAsB,EAAE,SAAS,CAAC;CACnC"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAEnE;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,kBAAkB,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,oBAAoB,EAAE,SAAS,EAAE,CAAC;IAClC;;;;OAIG;IACH,yBAAyB,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACrD;;;OAGG;IACH,sBAAsB,EAAE,SAAS,CAAC;CACnC"}
@@ -1,4 +1,4 @@
1
- import { NextQueriesRequest } from '@empathyco/x-adapter';
1
+ import { NextQueriesRequest } from '@empathyco/x-types';
2
2
  import { NextQueriesActionContext } from '../types';
3
3
  /**
4
4
  * Default implementation for {@link NextQueriesActions.fetchAndSaveNextQueries} action.
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-next-queries.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAiBpD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,iGAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
1
+ {"version":3,"file":"fetch-and-save-next-queries.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAGnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAiBpD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,iGAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
@@ -8,6 +8,6 @@ export declare const nextQueriesEmitters: {
8
8
  selector: (_: import("./types").NextQueriesState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").NextQueriesState, import("./types").NextQueriesGetters>>) => import("@empathyco/x-types").NextQuery[];
9
9
  filter: (newCollection: import("@empathyco/x-types").NextQuery[], oldCollection: import("@empathyco/x-types").NextQuery[]) => boolean;
10
10
  };
11
- NextQueriesRequestChanged: (_: import("./types").NextQueriesState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").NextQueriesState, import("./types").NextQueriesGetters>>) => import("@empathyco/x-adapter").NextQueriesRequest | null;
11
+ NextQueriesRequestChanged: (_: import("./types").NextQueriesState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").NextQueriesState, import("./types").NextQueriesGetters>>) => import("@empathyco/x-types").NextQueriesRequest | null;
12
12
  };
13
13
  //# sourceMappingURL=emitters.d.ts.map
@@ -1,5 +1,4 @@
1
- import { NextQueriesRequest } from '@empathyco/x-adapter';
2
- import { HistoryQuery, NextQuery } from '@empathyco/x-types';
1
+ import { HistoryQuery, NextQuery, NextQueriesRequest } from '@empathyco/x-types';
3
2
  import { Dictionary } from '@empathyco/x-utils';
4
3
  import { XActionContext, XStoreModule } from '../../../store';
5
4
  import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,gBAAiB,SAAQ,WAAW,EAAE,UAAU;IAC/D,0EAA0E;IAC1E,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,WAAW,EAAE,SAAS,EAAE,CAAC;IACzB,sFAAsF;IAEtF,eAAe,EAAE,YAAY,EAAE,CAAC;IAChC,wDAAwD;IACxD,MAAM,EAAE,iBAAiB,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACnC,+DAA+D;IAC/D,WAAW,EAAE,SAAS,EAAE,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,eAAe,EAAE,cAAc;IAC3E;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAC/C;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,SAAS,EAAE,GAAG,IAAI,CAAC;IACzE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,IAAI,CAAC;IAClE;;OAEG;IACH,4BAA4B,CAAC,cAAc,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACnE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,oBAAY,uBAAuB,GAAG,YAAY,CAChD,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,CACnB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,wBAAwB,GAAG,cAAc,CACnD,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,CACnB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,gBAAiB,SAAQ,WAAW,EAAE,UAAU;IAC/D,0EAA0E;IAC1E,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,WAAW,EAAE,SAAS,EAAE,CAAC;IACzB,sFAAsF;IAEtF,eAAe,EAAE,YAAY,EAAE,CAAC;IAChC,wDAAwD;IACxD,MAAM,EAAE,iBAAiB,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACnC,+DAA+D;IAC/D,WAAW,EAAE,SAAS,EAAE,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,eAAe,EAAE,cAAc;IAC3E;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAC/C;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,SAAS,EAAE,GAAG,IAAI,CAAC;IACzE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,IAAI,CAAC;IAClE;;OAEG;IACH,4BAA4B,CAAC,cAAc,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACnE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,oBAAY,uBAAuB,GAAG,YAAY,CAChD,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,CACnB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,wBAAwB,GAAG,cAAc,CACnD,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,CACnB,CAAC"}
@@ -15,7 +15,7 @@ export declare const setNextQueriesExtraParams: import("../..").Wire<import("@em
15
15
  *
16
16
  * @public
17
17
  */
18
- export declare const fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-adapter").NextQueriesRequest | null>;
18
+ export declare const fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-types").NextQueriesRequest | null>;
19
19
  /**
20
20
  * Sets the next queries state `query` with the last query in history queries.
21
21
  *
@@ -45,7 +45,7 @@ export declare const nextQueriesWiring: {
45
45
  setQueryFromLastHistoryQueryWire: import("../..").Wire<import("@empathyco/x-types").HistoryQuery[]>;
46
46
  };
47
47
  NextQueriesRequestChanged: {
48
- fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-adapter").NextQueriesRequest | null>;
48
+ fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-types").NextQueriesRequest | null>;
49
49
  };
50
50
  ExtraParamsChanged: {
51
51
  setNextQueriesExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/wiring.ts"],"names":[],"mappings":"AA0BA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAC;AAS1D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,gFAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,mEAA+C,CAAC;AAE7F;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,mEAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;CAkB5B,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/wiring.ts"],"names":[],"mappings":"AA0BA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAC;AAS1D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,mEAA+C,CAAC;AAE7F;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,mEAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;CAkB5B,CAAC"}
@@ -1,5 +1,4 @@
1
- import { SuggestionsRequest } from '@empathyco/x-adapter';
2
- import { Suggestion } from '@empathyco/x-types';
1
+ import { Suggestion, PopularSearchesRequest } from '@empathyco/x-types';
3
2
  /**
4
3
  * Dictionary of the events of PopularSearches XModule, where each key is the event name, and the
5
4
  * value is the event payload type or `void` if it has no payload.
@@ -9,9 +8,9 @@ import { Suggestion } from '@empathyco/x-types';
9
8
  export interface PopularSearchesXEvents {
10
9
  /**
11
10
  * Any property of the popular-searches request has changed
12
- * Payload: The new popular-search request.
11
+ * Payload: The new {@link @empathyco/x-types#PopularSearchesRequest | popular-search request}.
13
12
  */
14
- PopularSearchesRequestChanged: SuggestionsRequest;
13
+ PopularSearchesRequestChanged: PopularSearchesRequest;
15
14
  /**
16
15
  * The popular searches have been displayed.
17
16
  * Payload: The displayed {@link @empathyco/x-types#Suggestion | popular searches}.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/popular-searches/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,6BAA6B,EAAE,kBAAkB,CAAC;IAClD;;;OAGG;IACH,sBAAsB,EAAE,UAAU,EAAE,CAAC;IACrC;;;OAGG;IACH,0BAA0B,EAAE,UAAU,CAAC;CACxC"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/popular-searches/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAExE;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,6BAA6B,EAAE,sBAAsB,CAAC;IACtD;;;OAGG;IACH,sBAAsB,EAAE,UAAU,EAAE,CAAC;IACrC;;;OAGG;IACH,0BAA0B,EAAE,UAAU,CAAC;CACxC"}
@@ -1,11 +1,11 @@
1
- import { SuggestionsRequest } from '@empathyco/x-adapter';
1
+ import { PopularSearchesRequest } from '@empathyco/x-types';
2
2
  import { PopularSearchesActionContext } from '../types';
3
3
  /**
4
4
  * Default implementation for {@link PopularSearchesActions.fetchAndSaveSuggestions} action.
5
5
  *
6
6
  * @public
7
7
  */
8
- export declare const fetchAndSaveSuggestions: (context: PopularSearchesActionContext, request: SuggestionsRequest) => void | Promise<void>;
8
+ export declare const fetchAndSaveSuggestions: (context: PopularSearchesActionContext, request: PopularSearchesRequest) => void | Promise<void>;
9
9
  /**
10
10
  * Default implementation for {@link PopularSearchesActions.cancelFetchAndSaveSuggestions} action.
11
11
  *
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAexD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,8FAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
1
+ {"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGxE,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAexD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,kGAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAOvF,CAAC"}
1
+ {"version":3,"file":"fetch-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAKvF,CAAC"}
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export declare const popularSearchesEmitters: {
7
7
  PopularSearchesRequestChanged: {
8
- selector: (_: import("./types").PopularSearchesState, getters: import("../../..").Returns<import("../../..").GettersTree<import("./types").PopularSearchesState, import("./types").PopularSearchesGetters>>) => import("@empathyco/x-adapter").SuggestionsRequest;
8
+ selector: (_: import("./types").PopularSearchesState, getters: import("../../..").Returns<import("../../..").GettersTree<import("./types").PopularSearchesState, import("./types").PopularSearchesGetters>>) => import("@empathyco/x-types").PopularSearchesRequest;
9
9
  immediate: true;
10
10
  };
11
11
  };
@@ -1,5 +1,4 @@
1
- import { SuggestionsRequest } from '@empathyco/x-adapter';
2
- import { HistoryQuery, Suggestion } from '@empathyco/x-types';
1
+ import { HistoryQuery, Suggestion, PopularSearchesRequest } from '@empathyco/x-types';
3
2
  import { Dictionary } from '@empathyco/x-utils';
4
3
  import { XActionContext, XStoreModule } from '../../../store';
5
4
  import { StatusMutations, StatusState } from '../../../store/utils/status-store.utils';
@@ -26,7 +25,7 @@ export interface PopularSearchesState extends StatusState {
26
25
  */
27
26
  export interface PopularSearchesGetters {
28
27
  /** The request object to retrieve popular searches. */
29
- request: SuggestionsRequest;
28
+ request: PopularSearchesRequest;
30
29
  /** List of the Popular Searches. */
31
30
  popularSearches: Suggestion[];
32
31
  }
@@ -70,11 +69,11 @@ export interface PopularSearchesActions {
70
69
  *
71
70
  * @returns The new set of suggestions.
72
71
  */
73
- fetchSuggestions(request: SuggestionsRequest): Suggestion[];
72
+ fetchSuggestions(request: PopularSearchesRequest): Suggestion[];
74
73
  /**
75
74
  * Fetches a new set of suggestions and stores them in the module state.
76
75
  */
77
- fetchAndSaveSuggestions(request: SuggestionsRequest): void;
76
+ fetchAndSaveSuggestions(request: PopularSearchesRequest): void;
78
77
  }
79
78
  /**
80
79
  * Popular searches store module.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/popular-searches/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,mFAAmF;IACnF,eAAe,EAAE,UAAU,EAAE,CAAC;IAC9B,iDAAiD;IACjD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,sFAAsF;IAEtF,eAAe,EAAE,YAAY,EAAE,CAAC;IAChC,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,uDAAuD;IACvD,OAAO,EAAE,kBAAkB,CAAC;IAC5B,oCAAoC;IACpC,eAAe,EAAE,UAAU,EAAE,CAAC;CAC/B;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,kBAAkB,GAAG,UAAU,EAAE,CAAC;IAC5D;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAC;CAC5D;AAED;;;;GAIG;AACH,oBAAY,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/popular-searches/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,mFAAmF;IACnF,eAAe,EAAE,UAAU,EAAE,CAAC;IAC9B,iDAAiD;IACjD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,sFAAsF;IAEtF,eAAe,EAAE,YAAY,EAAE,CAAC;IAChC,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,uDAAuD;IACvD,OAAO,EAAE,sBAAsB,CAAC;IAChC,oCAAoC;IACpC,eAAe,EAAE,UAAU,EAAE,CAAC;CAC/B;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,sBAAsB,GAAG,UAAU,EAAE,CAAC;IAChE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,CAAC;CAChE;AAED;;;;GAIG;AACH,oBAAY,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
@@ -17,7 +17,7 @@ export declare const setPopularSearchesExtraParams: import("../..").Wire<import(
17
17
  */
18
18
  export declare const popularSearchesWiring: {
19
19
  PopularSearchesRequestChanged: {
20
- retrievePopularSuggestions: import("../..").Wire<import("@empathyco/x-adapter").SuggestionsRequest>;
20
+ retrievePopularSuggestions: import("../..").Wire<import("@empathyco/x-types").PopularSearchesRequest>;
21
21
  };
22
22
  SessionHistoryQueriesChanged: {
23
23
  setSearchedQueriesInPopularSearches: import("../..").Wire<import("@empathyco/x-types").HistoryQuery[]>;
@@ -1,5 +1,4 @@
1
- import { SuggestionsRequest } from '@empathyco/x-adapter';
2
- import { Suggestion } from '@empathyco/x-types';
1
+ import { QuerySuggestionsRequest, Suggestion } from '@empathyco/x-types';
3
2
  /**
4
3
  * Dictionary of the events of QuerySuggestions XModule, where each key is the event name, and the
5
4
  * value is the event payload type or `void` if it has no payload.
@@ -22,7 +21,7 @@ export interface QuerySuggestionsXEvents {
22
21
  * Payload: The new query suggestions request or `null` if there is not enough data in the state
23
22
  * to conform a valid request.
24
23
  */
25
- QuerySuggestionsRequestChanged: SuggestionsRequest | null;
24
+ QuerySuggestionsRequestChanged: QuerySuggestionsRequest | null;
26
25
  /**
27
26
  * User selected a query suggestion
28
27
  * Payload: The {@link @empathyco/x-types#Suggestion | query suggestion} that the user
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,uBAAuB,EAAE,UAAU,EAAE,CAAC;IACtC;;;OAGG;IACH,yBAAyB,EAAE,UAAU,EAAE,CAAC;IACxC;;;;OAIG;IACH,8BAA8B,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,4BAA4B,EAAE,UAAU,CAAC;CAC1C"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEzE;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,uBAAuB,EAAE,UAAU,EAAE,CAAC;IACtC;;;OAGG;IACH,yBAAyB,EAAE,UAAU,EAAE,CAAC;IACxC;;;;OAIG;IACH,8BAA8B,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,4BAA4B,EAAE,UAAU,CAAC;CAC1C"}
@@ -1,11 +1,11 @@
1
- import { SuggestionsRequest } from '@empathyco/x-adapter';
1
+ import { QuerySuggestionsRequest } from '@empathyco/x-types';
2
2
  import { QuerySuggestionsActionContext } from '../types';
3
3
  /**
4
4
  * Default implementation for {@link QuerySuggestionsActions.fetchAndSaveSuggestions} action.
5
5
  *
6
6
  * @public
7
7
  */
8
- export declare const fetchAndSaveSuggestions: (context: QuerySuggestionsActionContext, request: SuggestionsRequest | null) => void | Promise<void>;
8
+ export declare const fetchAndSaveSuggestions: (context: QuerySuggestionsActionContext, request: QuerySuggestionsRequest | null) => void | Promise<void>;
9
9
  /**
10
10
  * Default implementation for {@link QuerySuggestionsActions.cancelFetchAndSaveSuggestions} action.
11
11
  *
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAezD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,sGAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
1
+ {"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAc,MAAM,oBAAoB,CAAC;AAGzE,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAezD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,2GAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
@@ -5,6 +5,6 @@
5
5
  */
6
6
  export declare const querySuggestionsEmitters: {
7
7
  QuerySuggestionsChanged: (state: import("./types").QuerySuggestionsState) => import("@empathyco/x-types").Suggestion[];
8
- QuerySuggestionsRequestChanged: (_: import("./types").QuerySuggestionsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").QuerySuggestionsState, import("./types").QuerySuggestionsGetters>>) => import("@empathyco/x-adapter").SuggestionsRequest | null;
8
+ QuerySuggestionsRequestChanged: (_: import("./types").QuerySuggestionsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").QuerySuggestionsState, import("./types").QuerySuggestionsGetters>>) => import("@empathyco/x-types").QuerySuggestionsRequest | null;
9
9
  };
10
10
  //# sourceMappingURL=emitters.d.ts.map
@@ -1,5 +1,4 @@
1
- import { SuggestionsRequest } from '@empathyco/x-adapter';
2
- import { Suggestion } from '@empathyco/x-types';
1
+ import { QuerySuggestionsRequest, Suggestion } from '@empathyco/x-types';
3
2
  import { Dictionary } from '@empathyco/x-utils';
4
3
  import { XActionContext, XStoreModule } from '../../../store';
5
4
  import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
@@ -31,7 +30,7 @@ export interface QuerySuggestionsGetters {
31
30
  * The adapter request object for retrieving the query suggestions, or null if there is not
32
31
  * valid data to create a request.
33
32
  */
34
- request: SuggestionsRequest | null;
33
+ request: QuerySuggestionsRequest | null;
35
34
  /** The normalized module's query. */
36
35
  normalizedQuery: string;
37
36
  /** The full list of queries suggestions related to the query search. */
@@ -78,11 +77,11 @@ export interface QuerySuggestionsActions {
78
77
  *
79
78
  * @returns A new list of suggestions.
80
79
  */
81
- fetchSuggestions(request: SuggestionsRequest | null): Suggestion[];
80
+ fetchSuggestions(request: QuerySuggestionsRequest | null): Suggestion[];
82
81
  /**
83
82
  * Requests and saves to the state a list of suggestions.
84
83
  */
85
- fetchAndSaveSuggestions(request: SuggestionsRequest | null): void;
84
+ fetchAndSaveSuggestions(request: QuerySuggestionsRequest | null): void;
86
85
  /**
87
86
  * Checks if the url has a query on it and then updates the state with that value.
88
87
  *
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/query-suggestions/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,qBAAsB,SAAQ,WAAW,EAAE,UAAU;IACpE,kFAAkF;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,kDAAkD;IAClD,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,yDAAyD;IACzD,MAAM,EAAE,sBAAsB,CAAC;IAC/B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACnC,qCAAqC;IACrC,eAAe,EAAE,MAAM,CAAC;IACxB,wEAAwE;IACxE,gBAAgB,EAAE,UAAU,EAAE,CAAC;CAChC;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAA0B,SAAQ,eAAe,EAAE,cAAc;IAChF;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,UAAU,EAAE,CAAC;IACnE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,IAAI,CAAC;IAClE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,YAAY,CACrD,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,CACxB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,6BAA6B,GAAG,cAAc,CACxD,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,CACxB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/query-suggestions/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,qBAAsB,SAAQ,WAAW,EAAE,UAAU;IACpE,kFAAkF;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,kDAAkD;IAClD,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,yDAAyD;IACzD,MAAM,EAAE,sBAAsB,CAAC;IAC/B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,OAAO,EAAE,uBAAuB,GAAG,IAAI,CAAC;IACxC,qCAAqC;IACrC,eAAe,EAAE,MAAM,CAAC;IACxB,wEAAwE;IACxE,gBAAgB,EAAE,UAAU,EAAE,CAAC;CAChC;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAA0B,SAAQ,eAAe,EAAE,cAAc;IAChF;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI,GAAG,UAAU,EAAE,CAAC;IACxE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI,GAAG,IAAI,CAAC;IACvE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,YAAY,CACrD,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,CACxB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,6BAA6B,GAAG,cAAc,CACxD,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,CACxB,CAAC"}
@@ -21,7 +21,7 @@ export declare const clearQuerySuggestionsQuery: import("../..").AnyWire;
21
21
  *
22
22
  * @public
23
23
  */
24
- export declare const fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-adapter").SuggestionsRequest | null>;
24
+ export declare const fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-types").QuerySuggestionsRequest | null>;
25
25
  /**
26
26
  * Cancels the {@link QuerySuggestionsActions.fetchAndSaveSuggestions} request promise.
27
27
  *
@@ -48,7 +48,7 @@ export declare const querySuggestionsWiring: {
48
48
  cancelFetchAndSaveSuggestionsWire: import("../..").AnyWire;
49
49
  };
50
50
  QuerySuggestionsRequestChanged: {
51
- fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-adapter").SuggestionsRequest | null>;
51
+ fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-types").QuerySuggestionsRequest | null>;
52
52
  };
53
53
  ExtraParamsChanged: {
54
54
  setQuerySuggestionsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAC;AASrE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,gFAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAOF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;CAwBjC,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAC;AASrE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,mFAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAOF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;CAwBjC,CAAC"}
@@ -1,5 +1,4 @@
1
- import { TopRecommendationsRequest } from '@empathyco/x-adapter';
2
- import { Result } from '@empathyco/x-types';
1
+ import { Result, RecommendationsRequest } from '@empathyco/x-types';
3
2
  /**
4
3
  * Dictionary of the events of Recommendations XModule, where each key is the event name, and the
5
4
  * value is the event payload type or `void` if it has no payload.
@@ -17,7 +16,7 @@ export interface RecommendationsXEvents {
17
16
  * Payload: The new recommendations request or `null` if there is not enough data in the state
18
17
  * to conform a valid request.
19
18
  */
20
- RecommendationsRequestChanged: TopRecommendationsRequest;
19
+ RecommendationsRequestChanged: RecommendationsRequest;
21
20
  /**
22
21
  * A recommendation result has been clicked.
23
22
  * Payload: The {@link @empathyco/x-types#Result | result}.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/recommendations/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,sBAAsB,EAAE,MAAM,EAAE,CAAC;IACjC;;;;OAIG;IACH,6BAA6B,EAAE,yBAAyB,CAAC;IACzD;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;CACpC"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/recommendations/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAEpE;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,sBAAsB,EAAE,MAAM,EAAE,CAAC;IACjC;;;;OAIG;IACH,6BAA6B,EAAE,sBAAsB,CAAC;IACtD;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;CACpC"}
@@ -1,4 +1,4 @@
1
- import { TopRecommendationsRequest } from '@empathyco/x-adapter';
1
+ import { RecommendationsRequest } from '@empathyco/x-types';
2
2
  import { RecommendationsActionContext } from '../types';
3
3
  /**
4
4
  * Default implementation for {@link RecommendationsActions.fetchAndSaveRecommendations}
@@ -6,7 +6,7 @@ import { RecommendationsActionContext } from '../types';
6
6
  *
7
7
  * @public
8
8
  */
9
- export declare const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: TopRecommendationsRequest | null) => void | Promise<void>;
9
+ export declare const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: RecommendationsRequest | null) => void | Promise<void>;
10
10
  /**
11
11
  * Default implementation for {@link RecommendationsActions.cancelFetchAndSaveRecommendations}
12
12
  * action.
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAIjE,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAexD;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,4GAAe,CAAC;AAExD;;;;;GAKG;AACH,eAAO,MAAM,iCAAiC,YAAiB,CAAC"}
1
+ {"version":3,"file":"fetch-and-save-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAexD;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,yGAAe,CAAC;AAExD;;;;;GAKG;AACH,eAAO,MAAM,iCAAiC,YAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,sBAAsB,CAK7F,CAAC"}
1
+ {"version":3,"file":"fetch-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,sBAAsB,CAG7F,CAAC"}
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export declare const recommendationsEmitters: {
7
7
  RecommendationsRequestChanged: {
8
- selector: (_: import("./types").RecommendationsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").RecommendationsState, import("./types").RecommendationsGetters>>) => import("@empathyco/x-adapter").TopRecommendationsRequest;
8
+ selector: (_: import("./types").RecommendationsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").RecommendationsState, import("./types").RecommendationsGetters>>) => import("@empathyco/x-types").RecommendationsRequest;
9
9
  immediate: true;
10
10
  };
11
11
  };
@@ -1,5 +1,4 @@
1
- import { TopRecommendationsRequest } from '@empathyco/x-adapter';
2
- import { Result } from '@empathyco/x-types';
1
+ import { Result, RecommendationsRequest } from '@empathyco/x-types';
3
2
  import { Dictionary } from '@empathyco/x-utils';
4
3
  import { XActionContext, XStoreModule } from '../../../store';
5
4
  import { StatusMutations, StatusState } from '../../../store/utils/status-store.utils';
@@ -26,7 +25,7 @@ export interface RecommendationsState extends StatusState {
26
25
  */
27
26
  export interface RecommendationsGetters {
28
27
  /** The adapter request object for retrieving the recommendations. */
29
- request: TopRecommendationsRequest;
28
+ request: RecommendationsRequest;
30
29
  }
31
30
  /**
32
31
  * Recommendations store mutations.
@@ -61,13 +60,13 @@ export interface RecommendationsActions {
61
60
  /**
62
61
  * Requests and saves to the state a list of recommendations.
63
62
  */
64
- fetchAndSaveRecommendations(request: TopRecommendationsRequest | null): void;
63
+ fetchAndSaveRecommendations(request: RecommendationsRequest | null): void;
65
64
  /**
66
65
  * Requests and returns a list of recommendations based on the module state.
67
66
  *
68
67
  * @returns A new list of results.
69
68
  */
70
- fetchRecommendations(request: TopRecommendationsRequest | null): Result[];
69
+ fetchRecommendations(request: RecommendationsRequest | null): Result[];
71
70
  }
72
71
  /**
73
72
  * Recommendations type safe store module.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/recommendations/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,sDAAsD;IACtD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,uDAAuD;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,qEAAqE;IACrE,OAAO,EAAE,yBAAyB,CAAC;CACpC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,iCAAiC,IAAI,IAAI,CAAC;IAC1C;;OAEG;IACH,2BAA2B,CAAC,OAAO,EAAE,yBAAyB,GAAG,IAAI,GAAG,IAAI,CAAC;IAC7E;;;;OAIG;IACH,oBAAoB,CAAC,OAAO,EAAE,yBAAyB,GAAG,IAAI,GAAG,MAAM,EAAE,CAAC;CAC3E;AAED;;;;GAIG;AACH,oBAAY,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/recommendations/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,sDAAsD;IACtD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,uDAAuD;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,qEAAqE;IACrE,OAAO,EAAE,sBAAsB,CAAC;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,iCAAiC,IAAI,IAAI,CAAC;IAC1C;;OAEG;IACH,2BAA2B,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1E;;;;OAIG;IACH,oBAAoB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,MAAM,EAAE,CAAC;CACxE;AAED;;;;GAIG;AACH,oBAAY,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
@@ -11,7 +11,7 @@ export declare const setRecommendationsExtraParams: import("../..").Wire<import(
11
11
  */
12
12
  export declare const recommendationsWiring: {
13
13
  RecommendationsRequestChanged: {
14
- fetchAndSaveRecommendations: import("../..").Wire<import("@empathyco/x-adapter").TopRecommendationsRequest | null>;
14
+ fetchAndSaveRecommendations: import("../..").Wire<import("@empathyco/x-types").RecommendationsRequest | null>;
15
15
  };
16
16
  UserClickedColumnPicker: {};
17
17
  ExtraParamsChanged: {
@@ -1,5 +1,4 @@
1
- import { RelatedTagsRequest } from '@empathyco/x-adapter';
2
- import { RelatedTag } from '@empathyco/x-types';
1
+ import { RelatedTag, RelatedTagsRequest } from '@empathyco/x-types';
3
2
  /**
4
3
  * Dictionary of the events of RelatedTags XModule, where each key is the event name, and the
5
4
  * value is the event payload type or `void` if it has no payload.