@empathyco/x-components 6.0.0-alpha.5 → 6.0.0-alpha.51

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 (761) hide show
  1. package/CHANGELOG.md +448 -0
  2. package/core/index.js +8 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +596 -596
  5. package/docs/API-reference/api/x-adapter-platform.md +12 -0
  6. package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +11 -0
  7. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +11 -0
  8. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +23 -0
  9. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
  10. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
  11. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
  12. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
  13. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
  14. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
  15. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
  16. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
  17. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
  18. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
  20. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
  21. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +22 -0
  22. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
  23. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
  24. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
  25. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +6 -0
  26. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +1 -1
  27. package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
  28. package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
  29. package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
  30. package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
  31. package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
  32. package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
  33. package/docs/API-reference/api/x-components.animationprop.md +6 -1
  34. package/docs/API-reference/api/x-components.bannerslist.md +3 -3
  35. package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
  36. package/docs/API-reference/api/x-components.basedropdown.md +5 -5
  37. package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
  38. package/docs/API-reference/api/x-components.basegrid.md +3 -3
  39. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
  40. package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
  41. package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
  42. package/docs/API-reference/api/x-components.basemodal.md +10 -10
  43. package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
  44. package/docs/API-reference/api/x-components.baseslider.md +70 -0
  45. package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
  46. package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
  47. package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
  48. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
  49. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +13 -0
  50. package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
  51. package/docs/API-reference/api/x-components.configmutations.md +29 -0
  52. package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +24 -0
  53. package/docs/API-reference/api/x-components.configmutations.setconfig.md +24 -0
  54. package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
  55. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
  56. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
  57. package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
  58. package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
  59. package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
  60. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice._constructor_.md → x-components.defaultexternaltaggingservice._constructor_.md} +3 -3
  61. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
  62. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
  63. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
  64. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +43 -0
  65. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.movetosessionstorage.md → x-components.defaultexternaltaggingservice.movetosessionstorage.md} +2 -2
  66. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
  67. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
  68. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
  69. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
  70. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
  71. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +24 -0
  72. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.storeresultclicked.md → x-components.defaultexternaltaggingservice.storeresultclicked.md} +3 -3
  73. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.trackaddtocart.md → x-components.defaultexternaltaggingservice.trackaddtocart.md} +3 -3
  74. package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
  75. package/docs/API-reference/api/x-components.empathize.md +6 -6
  76. package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
  77. package/docs/API-reference/api/x-components.externaltaggingservice.md +23 -0
  78. package/docs/API-reference/api/{x-components.pdpaddtocartservice.movetosessionstorage.md → x-components.externaltaggingservice.movetosessionstorage.md} +2 -2
  79. package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +24 -0
  80. package/docs/API-reference/api/{x-components.pdpaddtocartservice.storeresultclicked.md → x-components.externaltaggingservice.storeresultclicked.md} +3 -3
  81. package/docs/API-reference/api/{x-components.pdpaddtocartservice.trackaddtocart.md → x-components.externaltaggingservice.trackaddtocart.md} +3 -3
  82. package/docs/API-reference/api/x-components.facets.md +3 -3
  83. package/docs/API-reference/api/x-components.facetsmutations.md +1 -1
  84. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  85. package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +13 -0
  86. package/docs/API-reference/api/x-components.fetchrelatedprompts.md +13 -0
  87. package/docs/API-reference/api/x-components.filterslist.md +3 -3
  88. package/docs/API-reference/api/x-components.globalxbus.md +12 -0
  89. package/docs/API-reference/api/x-components.hierarchicalfilter.md +8 -2
  90. package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -1
  91. package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
  92. package/docs/API-reference/api/x-components.identifierresults.md +3 -3
  93. package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
  94. package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
  95. package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
  96. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
  97. package/docs/API-reference/api/x-components.installxoptions.md +1 -1
  98. package/docs/API-reference/api/x-components.itemslist.md +3 -3
  99. package/docs/API-reference/api/x-components.mainmodal.md +2 -2
  100. package/docs/API-reference/api/x-components.md +38 -3
  101. package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
  102. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
  103. package/docs/API-reference/api/x-components.myhistory.md +3 -3
  104. package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
  105. package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
  106. package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
  107. package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
  108. package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
  109. package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
  110. package/docs/API-reference/api/x-components.pageselector.md +80 -0
  111. package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
  112. package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
  113. package/docs/API-reference/api/x-components.promotedslist.md +3 -3
  114. package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
  115. package/docs/API-reference/api/x-components.queryfeature.md +1 -1
  116. package/docs/API-reference/api/x-components.querymutations.md +20 -0
  117. package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
  118. package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
  119. package/docs/API-reference/api/x-components.querystate.md +20 -0
  120. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  121. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
  122. package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
  123. package/docs/API-reference/api/x-components.recommendations.md +3 -3
  124. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
  125. package/docs/API-reference/api/x-components.relatedprompt.md +33 -0
  126. package/docs/API-reference/api/x-components.relatedpromptrequest.md +13 -0
  127. package/docs/API-reference/api/x-components.relatedpromptsactioncontext.md +15 -0
  128. package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +17 -0
  129. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +24 -0
  130. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +24 -0
  131. package/docs/API-reference/api/x-components.relatedpromptsactions.md +22 -0
  132. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +20 -0
  133. package/docs/API-reference/api/x-components.relatedpromptsgetters.request.md +13 -0
  134. package/docs/API-reference/api/x-components.relatedpromptslist.md +72 -0
  135. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +26 -0
  136. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +17 -0
  137. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +17 -0
  138. package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +24 -0
  139. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +24 -0
  140. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
  141. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
  142. package/docs/API-reference/api/x-components.relatedpromptsstate.md +24 -0
  143. package/docs/API-reference/api/x-components.relatedpromptsstate.params.md +13 -0
  144. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedprompts.md +13 -0
  145. package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
  146. package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
  147. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +73 -0
  148. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +24 -0
  149. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md +13 -0
  150. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
  151. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
  152. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
  153. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
  154. package/docs/API-reference/api/x-components.relatedpromptsxmodule.md +13 -0
  155. package/docs/API-reference/api/x-components.relatedpromptsxstoremodule.md +15 -0
  156. package/docs/API-reference/api/x-components.relatedtags.md +3 -3
  157. package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
  158. package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
  159. package/docs/API-reference/api/x-components.resultslist.md +3 -3
  160. package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
  161. package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
  162. package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
  163. package/docs/API-reference/api/x-components.searchconfig.md +1 -0
  164. package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
  165. package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
  166. package/docs/API-reference/api/x-components.searchmutations.md +2 -1
  167. package/docs/API-reference/api/x-components.searchmutations.setstats.md +24 -0
  168. package/docs/API-reference/api/x-components.searchstate.md +2 -1
  169. package/docs/API-reference/api/x-components.searchstate.stats.md +13 -0
  170. package/docs/API-reference/api/x-components.searchxevents.md +1 -0
  171. package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
  172. package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
  173. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +1 -1
  174. package/docs/API-reference/api/x-components.semanticqueriesstate.md +1 -1
  175. package/docs/API-reference/api/x-components.setconfig.md +27 -0
  176. package/docs/API-reference/api/x-components.setquery.md +25 -0
  177. package/docs/API-reference/api/x-components.simplefilter.md +6 -0
  178. package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
  179. package/docs/API-reference/api/x-components.slidingpanel.md +13 -5
  180. package/docs/API-reference/api/x-components.snippetcallbacks.md +6 -0
  181. package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
  182. package/docs/API-reference/api/x-components.tagging.md +6 -6
  183. package/docs/API-reference/api/x-components.taggingconfig.md +2 -2
  184. package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
  185. package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
  186. package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
  187. package/docs/API-reference/api/x-components.taggingxevents.md +1 -1
  188. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
  189. package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
  190. package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
  191. package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
  192. package/docs/API-reference/api/x-components.typing.md +13 -0
  193. package/docs/API-reference/api/x-components.typingoptions.md +22 -0
  194. package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
  195. package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
  196. package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
  197. package/docs/API-reference/api/x-components.urlmutations.md +1 -1
  198. package/docs/API-reference/api/x-components.urlstate.md +1 -1
  199. package/docs/API-reference/api/x-components.usealiasapi.md +1 -0
  200. package/docs/API-reference/api/x-components.usealiasapi.pricestats.md +16 -0
  201. package/docs/API-reference/api/x-components.xeventstypes.md +3 -3
  202. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  203. package/docs/API-reference/api/x-components.xmodulestree.relatedprompts.md +11 -0
  204. package/docs/API-reference/api/x-types.md +5 -0
  205. package/docs/API-reference/api/x-types.relatedprompt.md +26 -0
  206. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +13 -0
  207. package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
  208. package/docs/API-reference/api/x-types.relatedprompt.suggestiontext.md +13 -0
  209. package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
  210. package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
  211. package/docs/API-reference/api/x-types.relatedprompt.type.md +13 -0
  212. package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
  213. package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
  214. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
  215. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
  216. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
  217. package/docs/API-reference/api/x-types.relatedpromptsrequest.md +15 -0
  218. package/docs/API-reference/api/x-types.relatedpromptsresponse.md +20 -0
  219. package/docs/API-reference/api/x-types.relatedpromptsresponse.relatedprompts.md +11 -0
  220. package/docs/API-reference/api/x-types.searchresponse.md +1 -0
  221. package/docs/API-reference/api/x-types.searchresponse.stats.md +11 -0
  222. package/docs/API-reference/api/x-types.stats.md +22 -0
  223. package/docs/API-reference/api/x-types.stats.price.md +14 -0
  224. package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
  225. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedprompts.md +11 -0
  226. package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
  227. package/docs/API-reference/components/common/x-components.base-slider.md +189 -0
  228. package/docs/API-reference/components/common/x-components.display-click-provider.md +17 -0
  229. package/docs/API-reference/components/common/x-components.items-list.md +1 -1
  230. package/docs/API-reference/components/common/x-components.page-selector.md +136 -0
  231. package/docs/API-reference/components/common/x-components.sliding-panel.md +7 -7
  232. package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
  233. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
  234. package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +22 -0
  235. package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +196 -0
  236. package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +32 -0
  237. package/docs/API-reference/components/search/x-components.results-list.md +1 -1
  238. package/docs/API-reference/components/tagging/x-components.tagging.md +15 -16
  239. package/js/components/animations/fade-and-slide.vue.js +1 -2
  240. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  241. package/js/components/base-dropdown.vue.js +1 -3
  242. package/js/components/base-dropdown.vue.js.map +1 -1
  243. package/js/components/base-dropdown.vue2.js +1 -7
  244. package/js/components/base-dropdown.vue2.js.map +1 -1
  245. package/js/components/base-event-button.vue.js +1 -2
  246. package/js/components/base-event-button.vue.js.map +1 -1
  247. package/js/components/base-grid.vue.js +11 -18
  248. package/js/components/base-grid.vue.js.map +1 -1
  249. package/js/components/base-grid.vue2.js.map +1 -1
  250. package/js/components/base-grid.vue3.js +1 -1
  251. package/js/components/base-keyboard-navigation.vue.js +1 -2
  252. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  253. package/js/components/base-rating.vue.js +1 -3
  254. package/js/components/base-rating.vue.js.map +1 -1
  255. package/js/components/base-slider.vue.js +65 -0
  256. package/js/components/base-slider.vue.js.map +1 -0
  257. package/js/components/base-slider.vue2.js +109 -0
  258. package/js/components/base-slider.vue2.js.map +1 -0
  259. package/js/components/base-slider.vue3.js +7 -0
  260. package/js/components/base-slider.vue3.js.map +1 -0
  261. package/js/components/base-variable-column-grid.vue.js +1 -2
  262. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  263. package/js/components/column-picker/base-column-picker-dropdown.vue.js +1 -3
  264. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  265. package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
  266. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  267. package/js/components/display-click-provider.vue.js +74 -0
  268. package/js/components/display-click-provider.vue.js.map +1 -0
  269. package/js/components/display-click-provider.vue2.js +6 -0
  270. package/js/components/display-click-provider.vue2.js.map +1 -0
  271. package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
  272. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  273. package/js/components/icons/cross-tiny.vue.js +2 -2
  274. package/js/components/icons/plus.vue.js +2 -2
  275. package/js/components/items-list.vue.js +1 -2
  276. package/js/components/items-list.vue.js.map +1 -1
  277. package/js/components/items-list.vue2.js +2 -2
  278. package/js/components/items-list.vue2.js.map +1 -1
  279. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +1 -7
  280. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  281. package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -9
  282. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  283. package/js/components/layouts/single-column-layout.vue.js +1 -9
  284. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  285. package/js/components/modals/base-events-modal-close.vue.js +1 -2
  286. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  287. package/js/components/modals/base-events-modal-open.vue.js +1 -2
  288. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  289. package/js/components/modals/base-id-modal-close.vue.js +1 -2
  290. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  291. package/js/components/modals/base-id-modal-open.vue.js +1 -2
  292. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  293. package/js/components/modals/base-modal.vue.js +1 -2
  294. package/js/components/modals/base-modal.vue.js.map +1 -1
  295. package/js/components/modals/base-modal.vue2.js +13 -6
  296. package/js/components/modals/base-modal.vue2.js.map +1 -1
  297. package/js/components/page-loader-button.vue.js +8 -10
  298. package/js/components/page-loader-button.vue.js.map +1 -1
  299. package/js/components/page-loader-button.vue2.js.map +1 -1
  300. package/js/components/page-loader-button.vue3.js +7 -0
  301. package/js/components/page-loader-button.vue3.js.map +1 -0
  302. package/js/components/page-selector.vue.js +78 -0
  303. package/js/components/page-selector.vue.js.map +1 -0
  304. package/js/components/page-selector.vue2.js +128 -0
  305. package/js/components/page-selector.vue2.js.map +1 -0
  306. package/js/components/page-selector.vue3.js +7 -0
  307. package/js/components/page-selector.vue3.js.map +1 -0
  308. package/js/components/panels/base-header-toggle-panel.vue.js +1 -5
  309. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  310. package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
  311. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  312. package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
  313. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  314. package/js/components/panels/base-tabs-panel.vue.js +1 -4
  315. package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
  316. package/js/components/panels/base-toggle-panel.vue.js +1 -2
  317. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  318. package/js/components/result/base-result-add-to-cart.vue.js +3 -3
  319. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  320. package/js/components/result/base-result-add-to-cart.vue2.js +19 -5
  321. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  322. package/js/components/result/base-result-current-price.vue.js +1 -2
  323. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  324. package/js/components/result/base-result-image.vue.js +39 -59
  325. package/js/components/result/base-result-image.vue.js.map +1 -1
  326. package/js/components/result/base-result-image.vue2.js +5 -5
  327. package/js/components/result/base-result-image.vue2.js.map +1 -1
  328. package/js/components/result/base-result-link.vue.js +1 -2
  329. package/js/components/result/base-result-link.vue.js.map +1 -1
  330. package/js/components/result/base-result-previous-price.vue.js +1 -2
  331. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  332. package/js/components/result/base-result-rating.vue.js +1 -4
  333. package/js/components/result/base-result-rating.vue.js.map +1 -1
  334. package/js/components/result/result-variant-selector.vue.js +1 -3
  335. package/js/components/result/result-variant-selector.vue.js.map +1 -1
  336. package/js/components/sliding-panel.vue.js +3 -6
  337. package/js/components/sliding-panel.vue.js.map +1 -1
  338. package/js/components/sliding-panel.vue2.js +2 -2
  339. package/js/components/sliding-panel.vue2.js.map +1 -1
  340. package/js/components/suggestions/base-suggestion.vue.js +1 -2
  341. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  342. package/js/components/suggestions/base-suggestions.vue.js +1 -2
  343. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  344. package/js/composables/use-alias-api.js +4 -1
  345. package/js/composables/use-alias-api.js.map +1 -1
  346. package/js/composables/use-getter.js +1 -1
  347. package/js/composables/use-state.js +1 -1
  348. package/js/directives/typing.js +58 -0
  349. package/js/directives/typing.js.map +1 -0
  350. package/js/index.js +20 -3
  351. package/js/index.js.map +1 -1
  352. package/js/types/animation-prop.js +5 -0
  353. package/js/types/animation-prop.js.map +1 -1
  354. package/js/x-installer/x-installer/x-installer.js +3 -3
  355. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  356. package/js/x-modules/device/store/emitters.js +1 -0
  357. package/js/x-modules/device/store/emitters.js.map +1 -1
  358. package/js/x-modules/empathize/components/empathize.vue.js +1 -2
  359. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  360. package/js/x-modules/empathize/components/empathize.vue2.js +8 -3
  361. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  362. package/js/x-modules/empathize/store/emitters.js +1 -0
  363. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  364. package/js/x-modules/experience-controls/store/emitters.js +1 -0
  365. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  366. package/js/x-modules/extra-params/components/extra-params.vue.js +1 -1
  367. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  368. package/js/x-modules/extra-params/store/emitters.js +1 -0
  369. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  370. package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
  371. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  372. package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
  373. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  374. package/js/x-modules/facets/components/filters/all-filter.vue.js +1 -2
  375. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  376. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +1 -6
  377. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  378. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +1 -3
  379. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  380. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +1 -3
  381. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  382. package/js/x-modules/facets/components/filters/simple-filter.vue.js +1 -3
  383. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  384. package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
  385. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  386. package/js/x-modules/facets/components/lists/filters-search.vue.js +1 -3
  387. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  388. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +11 -18
  389. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  390. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
  391. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
  392. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +1 -4
  393. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  394. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +1 -2
  395. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  396. package/js/x-modules/history-queries/components/history-queries.vue.js +1 -10
  397. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  398. package/js/x-modules/history-queries/components/history-query.vue.js +1 -6
  399. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  400. package/js/x-modules/history-queries/components/my-history.vue.js +1 -4
  401. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
  402. package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
  403. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  404. package/js/x-modules/history-queries/store/emitters.js +1 -0
  405. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  406. package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
  407. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  408. package/js/x-modules/identifier-results/store/emitters.js +1 -0
  409. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  410. package/js/x-modules/next-queries/components/next-queries.vue.js +1 -7
  411. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  412. package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
  413. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
  414. package/js/x-modules/next-queries/components/next-query.vue.js +1 -4
  415. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  416. package/js/x-modules/next-queries/store/emitters.js +1 -0
  417. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  418. package/js/x-modules/popular-searches/components/popular-search.vue.js +1 -4
  419. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  420. package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
  421. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  422. package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
  423. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  424. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +6 -0
  425. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  426. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
  427. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +15 -2
  428. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
  429. package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -2
  430. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  431. package/js/x-modules/queries-preview/components/query-preview.vue2.js +7 -1
  432. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  433. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
  434. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  435. package/js/x-modules/queries-preview/store/emitters.js +1 -0
  436. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  437. package/js/x-modules/queries-preview/store/module.js +1 -1
  438. package/js/x-modules/queries-preview/store/module.js.map +1 -1
  439. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +6 -4
  440. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
  441. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
  442. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  443. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
  444. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  445. package/js/x-modules/query-suggestions/store/emitters.js +1 -0
  446. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  447. package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
  448. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  449. package/js/x-modules/recommendations/store/emitters.js +1 -0
  450. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  451. package/js/x-modules/related-prompts/components/related-prompt.vue.js +26 -0
  452. package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -0
  453. package/js/x-modules/related-prompts/components/related-prompt.vue2.js +31 -0
  454. package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -0
  455. package/js/x-modules/related-prompts/components/related-prompt.vue3.js +7 -0
  456. package/js/x-modules/related-prompts/components/related-prompt.vue3.js.map +1 -0
  457. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +154 -0
  458. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -0
  459. package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js +6 -0
  460. package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js.map +1 -0
  461. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +98 -0
  462. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
  463. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +226 -0
  464. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
  465. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
  466. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
  467. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +29 -0
  468. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -0
  469. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +20 -0
  470. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -0
  471. package/js/x-modules/related-prompts/store/emitters.js +15 -0
  472. package/js/x-modules/related-prompts/store/emitters.js.map +1 -0
  473. package/js/x-modules/related-prompts/store/getters/request.getter.js +16 -0
  474. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -0
  475. package/js/x-modules/related-prompts/store/module.js +61 -0
  476. package/js/x-modules/related-prompts/store/module.js.map +1 -0
  477. package/js/x-modules/related-prompts/wiring.js +99 -0
  478. package/js/x-modules/related-prompts/wiring.js.map +1 -0
  479. package/js/x-modules/related-prompts/x-module.js +21 -0
  480. package/js/x-modules/related-prompts/x-module.js.map +1 -0
  481. package/js/x-modules/related-tags/components/related-tag.vue.js +1 -2
  482. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  483. package/js/x-modules/related-tags/components/related-tags.vue.js +1 -4
  484. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  485. package/js/x-modules/related-tags/store/emitters.js +1 -0
  486. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  487. package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
  488. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  489. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +6 -0
  490. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  491. package/js/x-modules/scroll/store/emitters.js +1 -0
  492. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  493. package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
  494. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  495. package/js/x-modules/search/components/results-list.vue.js +2 -2
  496. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  497. package/js/x-modules/search/components/sort-dropdown.vue.js +1 -3
  498. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  499. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +10 -3
  500. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  501. package/js/x-modules/search/store/actions/save-search-response.action.js +3 -1
  502. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  503. package/js/x-modules/search/store/emitters.js +1 -0
  504. package/js/x-modules/search/store/emitters.js.map +1 -1
  505. package/js/x-modules/search/store/module.js +9 -3
  506. package/js/x-modules/search/store/module.js.map +1 -1
  507. package/js/x-modules/search/wiring.js +4 -0
  508. package/js/x-modules/search/wiring.js.map +1 -1
  509. package/js/x-modules/search-box/components/clear-search-input.vue.js +1 -2
  510. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  511. package/js/x-modules/search-box/components/search-button.vue.js +1 -2
  512. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  513. package/js/x-modules/search-box/store/emitters.js +1 -0
  514. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  515. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +1 -3
  516. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
  517. package/js/x-modules/semantic-queries/components/semantic-query.vue.js +1 -4
  518. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
  519. package/js/x-modules/tagging/components/tagging.vue.js +8 -7
  520. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  521. package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +56 -25
  522. package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
  523. package/js/x-modules/tagging/store/emitters.js +1 -1
  524. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  525. package/js/x-modules/tagging/store/module.js +7 -3
  526. package/js/x-modules/tagging/store/module.js.map +1 -1
  527. package/js/x-modules/tagging/wiring.js +105 -8
  528. package/js/x-modules/tagging/wiring.js.map +1 -1
  529. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  530. package/js/x-modules/url/components/url-handler.vue2.js +2 -1
  531. package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
  532. package/js/x-modules/url/store/emitters.js +1 -0
  533. package/js/x-modules/url/store/emitters.js.map +1 -1
  534. package/package.json +50 -49
  535. package/related-prompts/index.d.ts +1 -0
  536. package/related-prompts/index.js +10 -0
  537. package/report/x-adapter-platform.api.json +936 -81
  538. package/report/x-components.api.json +16366 -17517
  539. package/report/x-components.api.md +806 -213
  540. package/report/x-types.api.json +577 -0
  541. package/tagging/index.js +2 -2
  542. package/types/adapter/e2e-adapter.d.ts.map +1 -1
  543. package/types/adapter/mocked-responses.d.ts +3 -0
  544. package/types/adapter/mocked-responses.d.ts.map +1 -1
  545. package/types/components/base-dropdown.vue.d.ts +5 -5
  546. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  547. package/types/components/base-grid.vue.d.ts +3 -3
  548. package/types/components/base-slider.vue.d.ts +74 -0
  549. package/types/components/base-slider.vue.d.ts.map +1 -0
  550. package/types/components/base-variable-column-grid.vue.d.ts +3 -3
  551. package/types/components/display-click-provider.vue.d.ts +61 -0
  552. package/types/components/display-click-provider.vue.d.ts.map +1 -0
  553. package/types/components/global-x-bus.vue.d.ts +12 -0
  554. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  555. package/types/components/index.d.ts +3 -0
  556. package/types/components/index.d.ts.map +1 -1
  557. package/types/components/items-list.vue.d.ts +3 -3
  558. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
  559. package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
  560. package/types/components/modals/base-events-modal.vue.d.ts +2 -2
  561. package/types/components/modals/base-id-modal.vue.d.ts +2 -2
  562. package/types/components/modals/base-modal.vue.d.ts +10 -10
  563. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  564. package/types/components/modals/main-modal.vue.d.ts +2 -2
  565. package/types/components/page-selector.vue.d.ts +125 -0
  566. package/types/components/page-selector.vue.d.ts.map +1 -0
  567. package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
  568. package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
  569. package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
  570. package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
  571. package/types/components/result/base-result-add-to-cart.vue.d.ts +2 -0
  572. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  573. package/types/components/result/base-result-image.vue.d.ts +10 -10
  574. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  575. package/types/components/sliding-panel.vue.d.ts +15 -5
  576. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  577. package/types/components/snippet-callbacks.vue.d.ts +6 -0
  578. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  579. package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
  580. package/types/composables/use-alias-api.d.ts +5 -0
  581. package/types/composables/use-alias-api.d.ts.map +1 -1
  582. package/types/composables/use-store.d.ts +2 -2
  583. package/types/composables/use-store.d.ts.map +1 -1
  584. package/types/directives/index.d.ts +1 -0
  585. package/types/directives/index.d.ts.map +1 -1
  586. package/types/directives/typing.d.ts +35 -0
  587. package/types/directives/typing.d.ts.map +1 -0
  588. package/types/index.d.ts +1 -0
  589. package/types/index.d.ts.map +1 -1
  590. package/types/store/index.d.ts +4 -1
  591. package/types/store/index.d.ts.map +1 -1
  592. package/types/tailwind/plugin-options.d.ts +1 -2
  593. package/types/tailwind/plugin-options.d.ts.map +1 -1
  594. package/types/types/animation-prop.d.ts +6 -2
  595. package/types/types/animation-prop.d.ts.map +1 -1
  596. package/types/types/origin.d.ts +2 -2
  597. package/types/types/origin.d.ts.map +1 -1
  598. package/types/types/page-mode.d.ts +2 -0
  599. package/types/types/page-mode.d.ts.map +1 -0
  600. package/types/views/home/types.d.ts +3 -0
  601. package/types/views/home/types.d.ts.map +1 -1
  602. package/types/wiring/events.types.d.ts +3 -1
  603. package/types/wiring/events.types.d.ts.map +1 -1
  604. package/types/x-installer/x-installer/types.d.ts +2 -2
  605. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  606. package/types/x-installer/x-installer/x-installer.d.ts +4 -4
  607. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  608. package/types/x-modules/empathize/components/empathize.vue.d.ts +6 -6
  609. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  610. package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
  611. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +8 -2
  612. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  613. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +6 -0
  614. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  615. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
  616. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
  617. package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
  618. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
  619. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
  620. package/types/x-modules/next-queries/index.d.ts +1 -0
  621. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  622. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
  623. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
  624. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  625. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  626. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
  627. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +4 -2
  628. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
  629. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
  630. package/types/x-modules/related-prompts/components/index.d.ts +4 -0
  631. package/types/x-modules/related-prompts/components/index.d.ts.map +1 -0
  632. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +28 -0
  633. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
  634. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
  635. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
  636. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +132 -0
  637. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
  638. package/types/x-modules/related-prompts/events.types.d.ts +36 -0
  639. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -0
  640. package/types/x-modules/related-prompts/index.d.ts +6 -0
  641. package/types/x-modules/related-prompts/index.d.ts.map +1 -0
  642. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
  643. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
  644. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
  645. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
  646. package/types/x-modules/related-prompts/store/emitters.d.ts +9 -0
  647. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
  648. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -0
  649. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
  650. package/types/x-modules/related-prompts/store/index.d.ts +7 -0
  651. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -0
  652. package/types/x-modules/related-prompts/store/module.d.ts +8 -0
  653. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -0
  654. package/types/x-modules/related-prompts/store/types.d.ts +108 -0
  655. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -0
  656. package/types/x-modules/related-prompts/types.d.ts +10 -0
  657. package/types/x-modules/related-prompts/types.d.ts.map +1 -0
  658. package/types/x-modules/related-prompts/wiring.d.ts +38 -0
  659. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -0
  660. package/types/x-modules/related-prompts/x-module.d.ts +16 -0
  661. package/types/x-modules/related-prompts/x-module.d.ts.map +1 -0
  662. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
  663. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
  664. package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
  665. package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
  666. package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
  667. package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
  668. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
  669. package/types/x-modules/search/config.types.d.ts +2 -0
  670. package/types/x-modules/search/config.types.d.ts.map +1 -1
  671. package/types/x-modules/search/events.types.d.ts +4 -0
  672. package/types/x-modules/search/events.types.d.ts.map +1 -1
  673. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  674. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
  675. package/types/x-modules/search/store/module.d.ts +2 -0
  676. package/types/x-modules/search/store/module.d.ts.map +1 -1
  677. package/types/x-modules/search/store/types.d.ts +9 -1
  678. package/types/x-modules/search/store/types.d.ts.map +1 -1
  679. package/types/x-modules/search/wiring.d.ts +4 -0
  680. package/types/x-modules/search/wiring.d.ts.map +1 -1
  681. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
  682. package/types/x-modules/tagging/components/tagging.vue.d.ts +14 -12
  683. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  684. package/types/x-modules/tagging/config.types.d.ts +3 -3
  685. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  686. package/types/x-modules/tagging/events.types.d.ts +2 -2
  687. package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +31 -13
  688. package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
  689. package/types/x-modules/tagging/service/index.d.ts +1 -1
  690. package/types/x-modules/tagging/service/index.d.ts.map +1 -1
  691. package/types/x-modules/tagging/service/types.d.ts +13 -4
  692. package/types/x-modules/tagging/service/types.d.ts.map +1 -1
  693. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  694. package/types/x-modules/tagging/wiring.d.ts +54 -2
  695. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  696. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  697. package/types/x-modules/x-modules.types.d.ts +2 -0
  698. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  699. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
  700. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
  701. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
  702. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
  703. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
  704. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
  705. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
  706. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
  707. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
  708. package/docs/API-reference/api/x-components.usestore.md +0 -19
  709. package/docs/assets/features/overview-my-history.svg +0 -279
  710. package/docs/assets/features/overview-product-results-card.svg +0 -128
  711. package/docs/assets/interface/build-search-ui.svg +0 -167
  712. package/docs/assets/interface/experience-search-intro.svg +0 -1
  713. package/docs/assets/interface/integration-guide.svg +0 -1
  714. package/docs/assets/interface/integration-video.png +0 -0
  715. package/docs/assets/interface/x-architecture.svg +0 -1
  716. package/docs/assets/interface/x-empathize.gif +0 -0
  717. package/docs/assets/interface/x-facets.gif +0 -0
  718. package/docs/assets/interface/x-facets.svg +0 -189
  719. package/docs/assets/interface/x-history-queries.gif +0 -0
  720. package/docs/assets/interface/x-id-results.gif +0 -0
  721. package/docs/assets/interface/x-next-queries.gif +0 -0
  722. package/docs/assets/interface/x-popular-searches.gif +0 -0
  723. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  724. package/docs/assets/interface/x-recommendations.gif +0 -0
  725. package/docs/assets/interface/x-recommendations.svg +0 -472
  726. package/docs/assets/interface/x-related-tags.gif +0 -0
  727. package/docs/assets/interface/x-results-layout.svg +0 -259
  728. package/docs/assets/interface/x-search-box-elements.svg +0 -1
  729. package/docs/assets/interface/x-search-box.svg +0 -60
  730. package/docs/build-search-ui/README.md +0 -127
  731. package/docs/build-search-ui/sidebar.js +0 -7
  732. package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
  733. package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
  734. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
  735. package/docs/build-search-ui/web-x-architecture.md +0 -83
  736. package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
  737. package/docs/experience-search-and-discovery/README.md +0 -132
  738. package/docs/experience-search-and-discovery/empathize.md +0 -119
  739. package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
  740. package/docs/experience-search-and-discovery/history-queries.md +0 -70
  741. package/docs/experience-search-and-discovery/id-results.md +0 -49
  742. package/docs/experience-search-and-discovery/my-history.md +0 -60
  743. package/docs/experience-search-and-discovery/next-queries.md +0 -72
  744. package/docs/experience-search-and-discovery/popular-searches.md +0 -50
  745. package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
  746. package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
  747. package/docs/experience-search-and-discovery/recommendations.md +0 -134
  748. package/docs/experience-search-and-discovery/related-tags.md +0 -66
  749. package/docs/experience-search-and-discovery/search-box.md +0 -99
  750. package/docs/experience-search-and-discovery/serp-ui.md +0 -125
  751. package/docs/experience-search-and-discovery/sidebar.js +0 -17
  752. package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
  753. package/docs/input-status-machine-state.png +0 -0
  754. package/js/composables/use-store.js +0 -15
  755. package/js/composables/use-store.js.map +0 -1
  756. package/js/utils/options-api.js +0 -4
  757. package/js/utils/options-api.js.map +0 -1
  758. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
  759. package/types/utils/options-api.d.ts +0 -3
  760. package/types/utils/options-api.d.ts.map +0 -1
  761. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
@@ -1166,6 +1166,47 @@
1166
1166
  "endIndex": 8
1167
1167
  }
1168
1168
  },
1169
+ {
1170
+ "kind": "Variable",
1171
+ "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesRelatedPromptsSchema:var",
1172
+ "docComment": "",
1173
+ "excerptTokens": [
1174
+ {
1175
+ "kind": "Content",
1176
+ "text": "nextQueriesRelatedPromptsSchema: "
1177
+ },
1178
+ {
1179
+ "kind": "Content",
1180
+ "text": "import(\"@empathyco/x-adapter\")."
1181
+ },
1182
+ {
1183
+ "kind": "Reference",
1184
+ "text": "MutableSchema",
1185
+ "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
1186
+ },
1187
+ {
1188
+ "kind": "Content",
1189
+ "text": "<string, "
1190
+ },
1191
+ {
1192
+ "kind": "Reference",
1193
+ "text": "RelatedPromptNextQuery",
1194
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptNextQuery:interface"
1195
+ },
1196
+ {
1197
+ "kind": "Content",
1198
+ "text": ">"
1199
+ }
1200
+ ],
1201
+ "fileUrlPath": "dist/types/schemas/models/related-prompt.schema.d.ts",
1202
+ "isReadonly": true,
1203
+ "releaseTag": "Public",
1204
+ "name": "nextQueriesRelatedPromptsSchema",
1205
+ "variableTypeTokenRange": {
1206
+ "startIndex": 1,
1207
+ "endIndex": 6
1208
+ }
1209
+ },
1169
1210
  {
1170
1211
  "kind": "Variable",
1171
1212
  "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesRequestMapper:var",
@@ -1840,6 +1881,56 @@
1840
1881
  "endIndex": 7
1841
1882
  }
1842
1883
  },
1884
+ {
1885
+ "kind": "PropertySignature",
1886
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#relatedPrompts:member",
1887
+ "docComment": "",
1888
+ "excerptTokens": [
1889
+ {
1890
+ "kind": "Content",
1891
+ "text": "relatedPrompts: "
1892
+ },
1893
+ {
1894
+ "kind": "Reference",
1895
+ "text": "ExtendableEndpointAdapter",
1896
+ "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
1897
+ },
1898
+ {
1899
+ "kind": "Content",
1900
+ "text": "<"
1901
+ },
1902
+ {
1903
+ "kind": "Reference",
1904
+ "text": "RelatedPromptsRequest",
1905
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
1906
+ },
1907
+ {
1908
+ "kind": "Content",
1909
+ "text": ", "
1910
+ },
1911
+ {
1912
+ "kind": "Reference",
1913
+ "text": "RelatedPromptsResponse",
1914
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
1915
+ },
1916
+ {
1917
+ "kind": "Content",
1918
+ "text": ">"
1919
+ },
1920
+ {
1921
+ "kind": "Content",
1922
+ "text": ";"
1923
+ }
1924
+ ],
1925
+ "isReadonly": false,
1926
+ "isOptional": false,
1927
+ "releaseTag": "Public",
1928
+ "name": "relatedPrompts",
1929
+ "propertyTypeTokenRange": {
1930
+ "startIndex": 1,
1931
+ "endIndex": 7
1932
+ }
1933
+ },
1843
1934
  {
1844
1935
  "kind": "PropertySignature",
1845
1936
  "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#relatedTags:member",
@@ -3652,31 +3743,31 @@
3652
3743
  },
3653
3744
  {
3654
3745
  "kind": "Interface",
3655
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface",
3656
- "docComment": "/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\n",
3746
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface",
3747
+ "docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
3657
3748
  "excerptTokens": [
3658
3749
  {
3659
3750
  "kind": "Content",
3660
- "text": "export interface PlatformRelatedTag "
3751
+ "text": "export interface PlatformRelatedPrompt "
3661
3752
  }
3662
3753
  ],
3663
- "fileUrlPath": "dist/types/types/models/related-tag.model.d.ts",
3754
+ "fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
3664
3755
  "releaseTag": "Public",
3665
- "name": "PlatformRelatedTag",
3756
+ "name": "PlatformRelatedPrompt",
3666
3757
  "preserveMemberOrder": false,
3667
3758
  "members": [
3668
3759
  {
3669
3760
  "kind": "PropertySignature",
3670
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#position:member",
3761
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#nextQueries:member",
3671
3762
  "docComment": "",
3672
3763
  "excerptTokens": [
3673
3764
  {
3674
3765
  "kind": "Content",
3675
- "text": "position: "
3766
+ "text": "nextQueries: "
3676
3767
  },
3677
3768
  {
3678
3769
  "kind": "Content",
3679
- "text": "number"
3770
+ "text": "string[]"
3680
3771
  },
3681
3772
  {
3682
3773
  "kind": "Content",
@@ -3686,7 +3777,7 @@
3686
3777
  "isReadonly": false,
3687
3778
  "isOptional": false,
3688
3779
  "releaseTag": "Public",
3689
- "name": "position",
3780
+ "name": "nextQueries",
3690
3781
  "propertyTypeTokenRange": {
3691
3782
  "startIndex": 1,
3692
3783
  "endIndex": 2
@@ -3694,12 +3785,12 @@
3694
3785
  },
3695
3786
  {
3696
3787
  "kind": "PropertySignature",
3697
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#query:member",
3788
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#suggestionText:member",
3698
3789
  "docComment": "",
3699
3790
  "excerptTokens": [
3700
3791
  {
3701
3792
  "kind": "Content",
3702
- "text": "query: "
3793
+ "text": "suggestionText: "
3703
3794
  },
3704
3795
  {
3705
3796
  "kind": "Content",
@@ -3713,7 +3804,7 @@
3713
3804
  "isReadonly": false,
3714
3805
  "isOptional": false,
3715
3806
  "releaseTag": "Public",
3716
- "name": "query",
3807
+ "name": "suggestionText",
3717
3808
  "propertyTypeTokenRange": {
3718
3809
  "startIndex": 1,
3719
3810
  "endIndex": 2
@@ -3721,16 +3812,44 @@
3721
3812
  },
3722
3813
  {
3723
3814
  "kind": "PropertySignature",
3724
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#source:member",
3815
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#tagging:member",
3725
3816
  "docComment": "",
3726
3817
  "excerptTokens": [
3727
3818
  {
3728
3819
  "kind": "Content",
3729
- "text": "source: "
3820
+ "text": "tagging: "
3821
+ },
3822
+ {
3823
+ "kind": "Reference",
3824
+ "text": "PlatformRelatedPromptTagging",
3825
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging:interface"
3730
3826
  },
3731
3827
  {
3732
3828
  "kind": "Content",
3733
- "text": "'ORGANIC' | 'CURATED'"
3829
+ "text": ";"
3830
+ }
3831
+ ],
3832
+ "isReadonly": false,
3833
+ "isOptional": false,
3834
+ "releaseTag": "Public",
3835
+ "name": "tagging",
3836
+ "propertyTypeTokenRange": {
3837
+ "startIndex": 1,
3838
+ "endIndex": 2
3839
+ }
3840
+ },
3841
+ {
3842
+ "kind": "PropertySignature",
3843
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#type:member",
3844
+ "docComment": "",
3845
+ "excerptTokens": [
3846
+ {
3847
+ "kind": "Content",
3848
+ "text": "type: "
3849
+ },
3850
+ {
3851
+ "kind": "Content",
3852
+ "text": "'SYNTHETIC' | 'CURATED'"
3734
3853
  },
3735
3854
  {
3736
3855
  "kind": "Content",
@@ -3740,7 +3859,52 @@
3740
3859
  "isReadonly": false,
3741
3860
  "isOptional": false,
3742
3861
  "releaseTag": "Public",
3743
- "name": "source",
3862
+ "name": "type",
3863
+ "propertyTypeTokenRange": {
3864
+ "startIndex": 1,
3865
+ "endIndex": 2
3866
+ }
3867
+ }
3868
+ ],
3869
+ "extendsTokenRanges": []
3870
+ },
3871
+ {
3872
+ "kind": "Interface",
3873
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging:interface",
3874
+ "docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
3875
+ "excerptTokens": [
3876
+ {
3877
+ "kind": "Content",
3878
+ "text": "export interface PlatformRelatedPromptNextQueriesTagging "
3879
+ }
3880
+ ],
3881
+ "fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
3882
+ "releaseTag": "Public",
3883
+ "name": "PlatformRelatedPromptNextQueriesTagging",
3884
+ "preserveMemberOrder": false,
3885
+ "members": [
3886
+ {
3887
+ "kind": "PropertySignature",
3888
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplay:member",
3889
+ "docComment": "",
3890
+ "excerptTokens": [
3891
+ {
3892
+ "kind": "Content",
3893
+ "text": "toolingDisplay: "
3894
+ },
3895
+ {
3896
+ "kind": "Content",
3897
+ "text": "string"
3898
+ },
3899
+ {
3900
+ "kind": "Content",
3901
+ "text": ";"
3902
+ }
3903
+ ],
3904
+ "isReadonly": false,
3905
+ "isOptional": false,
3906
+ "releaseTag": "Public",
3907
+ "name": "toolingDisplay",
3744
3908
  "propertyTypeTokenRange": {
3745
3909
  "startIndex": 1,
3746
3910
  "endIndex": 2
@@ -3748,12 +3912,12 @@
3748
3912
  },
3749
3913
  {
3750
3914
  "kind": "PropertySignature",
3751
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#tag:member",
3915
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplayAdd2Cart:member",
3752
3916
  "docComment": "",
3753
3917
  "excerptTokens": [
3754
3918
  {
3755
3919
  "kind": "Content",
3756
- "text": "tag: "
3920
+ "text": "toolingDisplayAdd2Cart: "
3757
3921
  },
3758
3922
  {
3759
3923
  "kind": "Content",
@@ -3767,7 +3931,34 @@
3767
3931
  "isReadonly": false,
3768
3932
  "isOptional": false,
3769
3933
  "releaseTag": "Public",
3770
- "name": "tag",
3934
+ "name": "toolingDisplayAdd2Cart",
3935
+ "propertyTypeTokenRange": {
3936
+ "startIndex": 1,
3937
+ "endIndex": 2
3938
+ }
3939
+ },
3940
+ {
3941
+ "kind": "PropertySignature",
3942
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplayClick:member",
3943
+ "docComment": "",
3944
+ "excerptTokens": [
3945
+ {
3946
+ "kind": "Content",
3947
+ "text": "toolingDisplayClick: "
3948
+ },
3949
+ {
3950
+ "kind": "Content",
3951
+ "text": "string"
3952
+ },
3953
+ {
3954
+ "kind": "Content",
3955
+ "text": ";"
3956
+ }
3957
+ ],
3958
+ "isReadonly": false,
3959
+ "isOptional": false,
3960
+ "releaseTag": "Public",
3961
+ "name": "toolingDisplayClick",
3771
3962
  "propertyTypeTokenRange": {
3772
3963
  "startIndex": 1,
3773
3964
  "endIndex": 2
@@ -3778,12 +3969,12 @@
3778
3969
  },
3779
3970
  {
3780
3971
  "kind": "Interface",
3781
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsRequest:interface",
3782
- "docComment": "/**\n * Request for the `related tags` endpoint with `extra params`.\n *\n * @public\n */\n",
3972
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsRequest:interface",
3973
+ "docComment": "/**\n * Request for the `related prompts` endpoint with `extra params`.\n *\n * @public\n */\n",
3783
3974
  "excerptTokens": [
3784
3975
  {
3785
3976
  "kind": "Content",
3786
- "text": "export interface PlatformRelatedTagsRequest extends "
3977
+ "text": "export interface PlatformRelatedPromptsRequest extends "
3787
3978
  },
3788
3979
  {
3789
3980
  "kind": "Reference",
@@ -3804,9 +3995,9 @@
3804
3995
  "text": " "
3805
3996
  }
3806
3997
  ],
3807
- "fileUrlPath": "dist/types/types/requests/related-tags-request.model.d.ts",
3998
+ "fileUrlPath": "dist/types/types/requests/related-prompts-request.model.d.ts",
3808
3999
  "releaseTag": "Public",
3809
- "name": "PlatformRelatedTagsRequest",
4000
+ "name": "PlatformRelatedPromptsRequest",
3810
4001
  "preserveMemberOrder": false,
3811
4002
  "members": [],
3812
4003
  "extendsTokenRanges": [
@@ -3822,22 +4013,22 @@
3822
4013
  },
3823
4014
  {
3824
4015
  "kind": "Interface",
3825
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse:interface",
3826
- "docComment": "/**\n * Response for the `related tags` endpoint.\n *\n * @public\n */\n",
4016
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface",
4017
+ "docComment": "/**\n * Response for the `related prompts` endpoint.\n *\n * @public\n */\n",
3827
4018
  "excerptTokens": [
3828
4019
  {
3829
4020
  "kind": "Content",
3830
- "text": "export interface PlatformRelatedTagsResponse "
4021
+ "text": "export interface PlatformRelatedPromptsResponse "
3831
4022
  }
3832
4023
  ],
3833
- "fileUrlPath": "dist/types/types/responses/related-tags-response.model.d.ts",
4024
+ "fileUrlPath": "dist/types/types/responses/related-prompts-response.model.d.ts",
3834
4025
  "releaseTag": "Public",
3835
- "name": "PlatformRelatedTagsResponse",
4026
+ "name": "PlatformRelatedPromptsResponse",
3836
4027
  "preserveMemberOrder": false,
3837
4028
  "members": [
3838
4029
  {
3839
4030
  "kind": "PropertySignature",
3840
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse#data:member",
4031
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse#data:member",
3841
4032
  "docComment": "",
3842
4033
  "excerptTokens": [
3843
4034
  {
@@ -3846,12 +4037,12 @@
3846
4037
  },
3847
4038
  {
3848
4039
  "kind": "Content",
3849
- "text": "{\n relatedtags: "
4040
+ "text": "{\n relatedprompts: "
3850
4041
  },
3851
4042
  {
3852
4043
  "kind": "Reference",
3853
- "text": "PlatformRelatedTag",
3854
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface"
4044
+ "text": "PlatformRelatedPrompt",
4045
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface"
3855
4046
  },
3856
4047
  {
3857
4048
  "kind": "Content",
@@ -3873,7 +4064,7 @@
3873
4064
  },
3874
4065
  {
3875
4066
  "kind": "PropertySignature",
3876
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse#status:member",
4067
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse#status:member",
3877
4068
  "docComment": "",
3878
4069
  "excerptTokens": [
3879
4070
  {
@@ -3903,58 +4094,45 @@
3903
4094
  },
3904
4095
  {
3905
4096
  "kind": "Interface",
3906
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface",
3907
- "docComment": "/**\n * Result model for the `platform` API.\n *\n * @public\n */\n",
4097
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging:interface",
4098
+ "docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
3908
4099
  "excerptTokens": [
3909
4100
  {
3910
4101
  "kind": "Content",
3911
- "text": "export interface PlatformResult "
4102
+ "text": "export interface PlatformRelatedPromptTagging "
3912
4103
  }
3913
4104
  ],
3914
- "fileUrlPath": "dist/types/types/models/result.model.d.ts",
4105
+ "fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
3915
4106
  "releaseTag": "Public",
3916
- "name": "PlatformResult",
4107
+ "name": "PlatformRelatedPromptTagging",
3917
4108
  "preserveMemberOrder": false,
3918
4109
  "members": [
3919
4110
  {
3920
4111
  "kind": "PropertySignature",
3921
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__externalId:member",
4112
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#nextQueries:member",
3922
4113
  "docComment": "",
3923
4114
  "excerptTokens": [
3924
4115
  {
3925
4116
  "kind": "Content",
3926
- "text": "__externalId: "
4117
+ "text": "nextQueries: "
3927
4118
  },
3928
4119
  {
3929
- "kind": "Content",
3930
- "text": "string"
4120
+ "kind": "Reference",
4121
+ "text": "Dictionary",
4122
+ "canonicalReference": "@empathyco/x-utils!Dictionary:type"
3931
4123
  },
3932
4124
  {
3933
4125
  "kind": "Content",
3934
- "text": ";"
3935
- }
3936
- ],
3937
- "isReadonly": false,
3938
- "isOptional": false,
3939
- "releaseTag": "Public",
3940
- "name": "__externalId",
3941
- "propertyTypeTokenRange": {
3942
- "startIndex": 1,
3943
- "endIndex": 2
3944
- }
3945
- },
3946
- {
3947
- "kind": "PropertySignature",
3948
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__id:member",
3949
- "docComment": "",
3950
- "excerptTokens": [
4126
+ "text": "<"
4127
+ },
3951
4128
  {
3952
- "kind": "Content",
3953
- "text": "__id: "
4129
+ "kind": "Reference",
4130
+ "text": "PlatformRelatedPromptNextQueriesTagging",
4131
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging:interface"
3954
4132
  },
3955
4133
  {
3956
4134
  "kind": "Content",
3957
- "text": "string"
4135
+ "text": ">"
3958
4136
  },
3959
4137
  {
3960
4138
  "kind": "Content",
@@ -3964,24 +4142,24 @@
3964
4142
  "isReadonly": false,
3965
4143
  "isOptional": false,
3966
4144
  "releaseTag": "Public",
3967
- "name": "__id",
4145
+ "name": "nextQueries",
3968
4146
  "propertyTypeTokenRange": {
3969
4147
  "startIndex": 1,
3970
- "endIndex": 2
4148
+ "endIndex": 5
3971
4149
  }
3972
4150
  },
3973
4151
  {
3974
4152
  "kind": "PropertySignature",
3975
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__images:member",
4153
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#toolingDisplay:member",
3976
4154
  "docComment": "",
3977
4155
  "excerptTokens": [
3978
4156
  {
3979
4157
  "kind": "Content",
3980
- "text": "__images: "
4158
+ "text": "toolingDisplay: "
3981
4159
  },
3982
4160
  {
3983
4161
  "kind": "Content",
3984
- "text": "string[]"
4162
+ "text": "string"
3985
4163
  },
3986
4164
  {
3987
4165
  "kind": "Content",
@@ -3991,7 +4169,7 @@
3991
4169
  "isReadonly": false,
3992
4170
  "isOptional": false,
3993
4171
  "releaseTag": "Public",
3994
- "name": "__images",
4172
+ "name": "toolingDisplay",
3995
4173
  "propertyTypeTokenRange": {
3996
4174
  "startIndex": 1,
3997
4175
  "endIndex": 2
@@ -3999,12 +4177,12 @@
3999
4177
  },
4000
4178
  {
4001
4179
  "kind": "PropertySignature",
4002
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__name:member",
4180
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#toolingDisplayClick:member",
4003
4181
  "docComment": "",
4004
4182
  "excerptTokens": [
4005
4183
  {
4006
4184
  "kind": "Content",
4007
- "text": "__name: "
4185
+ "text": "toolingDisplayClick: "
4008
4186
  },
4009
4187
  {
4010
4188
  "kind": "Content",
@@ -4018,19 +4196,396 @@
4018
4196
  "isReadonly": false,
4019
4197
  "isOptional": false,
4020
4198
  "releaseTag": "Public",
4021
- "name": "__name",
4199
+ "name": "toolingDisplayClick",
4022
4200
  "propertyTypeTokenRange": {
4023
4201
  "startIndex": 1,
4024
4202
  "endIndex": 2
4025
4203
  }
4026
- },
4027
- {
4028
- "kind": "PropertySignature",
4029
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__prices:member",
4030
- "docComment": "",
4031
- "excerptTokens": [
4032
- {
4033
- "kind": "Content",
4204
+ }
4205
+ ],
4206
+ "extendsTokenRanges": []
4207
+ },
4208
+ {
4209
+ "kind": "Interface",
4210
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface",
4211
+ "docComment": "/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\n",
4212
+ "excerptTokens": [
4213
+ {
4214
+ "kind": "Content",
4215
+ "text": "export interface PlatformRelatedTag "
4216
+ }
4217
+ ],
4218
+ "fileUrlPath": "dist/types/types/models/related-tag.model.d.ts",
4219
+ "releaseTag": "Public",
4220
+ "name": "PlatformRelatedTag",
4221
+ "preserveMemberOrder": false,
4222
+ "members": [
4223
+ {
4224
+ "kind": "PropertySignature",
4225
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#position:member",
4226
+ "docComment": "",
4227
+ "excerptTokens": [
4228
+ {
4229
+ "kind": "Content",
4230
+ "text": "position: "
4231
+ },
4232
+ {
4233
+ "kind": "Content",
4234
+ "text": "number"
4235
+ },
4236
+ {
4237
+ "kind": "Content",
4238
+ "text": ";"
4239
+ }
4240
+ ],
4241
+ "isReadonly": false,
4242
+ "isOptional": false,
4243
+ "releaseTag": "Public",
4244
+ "name": "position",
4245
+ "propertyTypeTokenRange": {
4246
+ "startIndex": 1,
4247
+ "endIndex": 2
4248
+ }
4249
+ },
4250
+ {
4251
+ "kind": "PropertySignature",
4252
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#query:member",
4253
+ "docComment": "",
4254
+ "excerptTokens": [
4255
+ {
4256
+ "kind": "Content",
4257
+ "text": "query: "
4258
+ },
4259
+ {
4260
+ "kind": "Content",
4261
+ "text": "string"
4262
+ },
4263
+ {
4264
+ "kind": "Content",
4265
+ "text": ";"
4266
+ }
4267
+ ],
4268
+ "isReadonly": false,
4269
+ "isOptional": false,
4270
+ "releaseTag": "Public",
4271
+ "name": "query",
4272
+ "propertyTypeTokenRange": {
4273
+ "startIndex": 1,
4274
+ "endIndex": 2
4275
+ }
4276
+ },
4277
+ {
4278
+ "kind": "PropertySignature",
4279
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#source:member",
4280
+ "docComment": "",
4281
+ "excerptTokens": [
4282
+ {
4283
+ "kind": "Content",
4284
+ "text": "source: "
4285
+ },
4286
+ {
4287
+ "kind": "Content",
4288
+ "text": "'ORGANIC' | 'CURATED'"
4289
+ },
4290
+ {
4291
+ "kind": "Content",
4292
+ "text": ";"
4293
+ }
4294
+ ],
4295
+ "isReadonly": false,
4296
+ "isOptional": false,
4297
+ "releaseTag": "Public",
4298
+ "name": "source",
4299
+ "propertyTypeTokenRange": {
4300
+ "startIndex": 1,
4301
+ "endIndex": 2
4302
+ }
4303
+ },
4304
+ {
4305
+ "kind": "PropertySignature",
4306
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#tag:member",
4307
+ "docComment": "",
4308
+ "excerptTokens": [
4309
+ {
4310
+ "kind": "Content",
4311
+ "text": "tag: "
4312
+ },
4313
+ {
4314
+ "kind": "Content",
4315
+ "text": "string"
4316
+ },
4317
+ {
4318
+ "kind": "Content",
4319
+ "text": ";"
4320
+ }
4321
+ ],
4322
+ "isReadonly": false,
4323
+ "isOptional": false,
4324
+ "releaseTag": "Public",
4325
+ "name": "tag",
4326
+ "propertyTypeTokenRange": {
4327
+ "startIndex": 1,
4328
+ "endIndex": 2
4329
+ }
4330
+ }
4331
+ ],
4332
+ "extendsTokenRanges": []
4333
+ },
4334
+ {
4335
+ "kind": "Interface",
4336
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsRequest:interface",
4337
+ "docComment": "/**\n * Request for the `related tags` endpoint with `extra params`.\n *\n * @public\n */\n",
4338
+ "excerptTokens": [
4339
+ {
4340
+ "kind": "Content",
4341
+ "text": "export interface PlatformRelatedTagsRequest extends "
4342
+ },
4343
+ {
4344
+ "kind": "Reference",
4345
+ "text": "PlatformQueryableRequest",
4346
+ "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
4347
+ },
4348
+ {
4349
+ "kind": "Content",
4350
+ "text": ", "
4351
+ },
4352
+ {
4353
+ "kind": "Reference",
4354
+ "text": "PlatformExtraParamsRequest",
4355
+ "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
4356
+ },
4357
+ {
4358
+ "kind": "Content",
4359
+ "text": " "
4360
+ }
4361
+ ],
4362
+ "fileUrlPath": "dist/types/types/requests/related-tags-request.model.d.ts",
4363
+ "releaseTag": "Public",
4364
+ "name": "PlatformRelatedTagsRequest",
4365
+ "preserveMemberOrder": false,
4366
+ "members": [],
4367
+ "extendsTokenRanges": [
4368
+ {
4369
+ "startIndex": 1,
4370
+ "endIndex": 2
4371
+ },
4372
+ {
4373
+ "startIndex": 3,
4374
+ "endIndex": 4
4375
+ }
4376
+ ]
4377
+ },
4378
+ {
4379
+ "kind": "Interface",
4380
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse:interface",
4381
+ "docComment": "/**\n * Response for the `related tags` endpoint.\n *\n * @public\n */\n",
4382
+ "excerptTokens": [
4383
+ {
4384
+ "kind": "Content",
4385
+ "text": "export interface PlatformRelatedTagsResponse "
4386
+ }
4387
+ ],
4388
+ "fileUrlPath": "dist/types/types/responses/related-tags-response.model.d.ts",
4389
+ "releaseTag": "Public",
4390
+ "name": "PlatformRelatedTagsResponse",
4391
+ "preserveMemberOrder": false,
4392
+ "members": [
4393
+ {
4394
+ "kind": "PropertySignature",
4395
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse#data:member",
4396
+ "docComment": "",
4397
+ "excerptTokens": [
4398
+ {
4399
+ "kind": "Content",
4400
+ "text": "data: "
4401
+ },
4402
+ {
4403
+ "kind": "Content",
4404
+ "text": "{\n relatedtags: "
4405
+ },
4406
+ {
4407
+ "kind": "Reference",
4408
+ "text": "PlatformRelatedTag",
4409
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface"
4410
+ },
4411
+ {
4412
+ "kind": "Content",
4413
+ "text": "[];\n }"
4414
+ },
4415
+ {
4416
+ "kind": "Content",
4417
+ "text": ";"
4418
+ }
4419
+ ],
4420
+ "isReadonly": false,
4421
+ "isOptional": false,
4422
+ "releaseTag": "Public",
4423
+ "name": "data",
4424
+ "propertyTypeTokenRange": {
4425
+ "startIndex": 1,
4426
+ "endIndex": 4
4427
+ }
4428
+ },
4429
+ {
4430
+ "kind": "PropertySignature",
4431
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse#status:member",
4432
+ "docComment": "",
4433
+ "excerptTokens": [
4434
+ {
4435
+ "kind": "Content",
4436
+ "text": "status: "
4437
+ },
4438
+ {
4439
+ "kind": "Content",
4440
+ "text": "number"
4441
+ },
4442
+ {
4443
+ "kind": "Content",
4444
+ "text": ";"
4445
+ }
4446
+ ],
4447
+ "isReadonly": false,
4448
+ "isOptional": false,
4449
+ "releaseTag": "Public",
4450
+ "name": "status",
4451
+ "propertyTypeTokenRange": {
4452
+ "startIndex": 1,
4453
+ "endIndex": 2
4454
+ }
4455
+ }
4456
+ ],
4457
+ "extendsTokenRanges": []
4458
+ },
4459
+ {
4460
+ "kind": "Interface",
4461
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface",
4462
+ "docComment": "/**\n * Result model for the `platform` API.\n *\n * @public\n */\n",
4463
+ "excerptTokens": [
4464
+ {
4465
+ "kind": "Content",
4466
+ "text": "export interface PlatformResult "
4467
+ }
4468
+ ],
4469
+ "fileUrlPath": "dist/types/types/models/result.model.d.ts",
4470
+ "releaseTag": "Public",
4471
+ "name": "PlatformResult",
4472
+ "preserveMemberOrder": false,
4473
+ "members": [
4474
+ {
4475
+ "kind": "PropertySignature",
4476
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__externalId:member",
4477
+ "docComment": "",
4478
+ "excerptTokens": [
4479
+ {
4480
+ "kind": "Content",
4481
+ "text": "__externalId: "
4482
+ },
4483
+ {
4484
+ "kind": "Content",
4485
+ "text": "string"
4486
+ },
4487
+ {
4488
+ "kind": "Content",
4489
+ "text": ";"
4490
+ }
4491
+ ],
4492
+ "isReadonly": false,
4493
+ "isOptional": false,
4494
+ "releaseTag": "Public",
4495
+ "name": "__externalId",
4496
+ "propertyTypeTokenRange": {
4497
+ "startIndex": 1,
4498
+ "endIndex": 2
4499
+ }
4500
+ },
4501
+ {
4502
+ "kind": "PropertySignature",
4503
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__id:member",
4504
+ "docComment": "",
4505
+ "excerptTokens": [
4506
+ {
4507
+ "kind": "Content",
4508
+ "text": "__id: "
4509
+ },
4510
+ {
4511
+ "kind": "Content",
4512
+ "text": "string"
4513
+ },
4514
+ {
4515
+ "kind": "Content",
4516
+ "text": ";"
4517
+ }
4518
+ ],
4519
+ "isReadonly": false,
4520
+ "isOptional": false,
4521
+ "releaseTag": "Public",
4522
+ "name": "__id",
4523
+ "propertyTypeTokenRange": {
4524
+ "startIndex": 1,
4525
+ "endIndex": 2
4526
+ }
4527
+ },
4528
+ {
4529
+ "kind": "PropertySignature",
4530
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__images:member",
4531
+ "docComment": "",
4532
+ "excerptTokens": [
4533
+ {
4534
+ "kind": "Content",
4535
+ "text": "__images: "
4536
+ },
4537
+ {
4538
+ "kind": "Content",
4539
+ "text": "string[]"
4540
+ },
4541
+ {
4542
+ "kind": "Content",
4543
+ "text": ";"
4544
+ }
4545
+ ],
4546
+ "isReadonly": false,
4547
+ "isOptional": false,
4548
+ "releaseTag": "Public",
4549
+ "name": "__images",
4550
+ "propertyTypeTokenRange": {
4551
+ "startIndex": 1,
4552
+ "endIndex": 2
4553
+ }
4554
+ },
4555
+ {
4556
+ "kind": "PropertySignature",
4557
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__name:member",
4558
+ "docComment": "",
4559
+ "excerptTokens": [
4560
+ {
4561
+ "kind": "Content",
4562
+ "text": "__name: "
4563
+ },
4564
+ {
4565
+ "kind": "Content",
4566
+ "text": "string"
4567
+ },
4568
+ {
4569
+ "kind": "Content",
4570
+ "text": ";"
4571
+ }
4572
+ ],
4573
+ "isReadonly": false,
4574
+ "isOptional": false,
4575
+ "releaseTag": "Public",
4576
+ "name": "__name",
4577
+ "propertyTypeTokenRange": {
4578
+ "startIndex": 1,
4579
+ "endIndex": 2
4580
+ }
4581
+ },
4582
+ {
4583
+ "kind": "PropertySignature",
4584
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__prices:member",
4585
+ "docComment": "",
4586
+ "excerptTokens": [
4587
+ {
4588
+ "kind": "Content",
4034
4589
  "text": "__prices: "
4035
4590
  },
4036
4591
  {
@@ -4294,7 +4849,7 @@
4294
4849
  },
4295
4850
  {
4296
4851
  "kind": "Content",
4297
- "text": "[];\n tagging: {\n query: string;\n display: string;\n };\n }"
4852
+ "text": "[];\n tagging: {\n query: string;\n display: string;\n };\n stats: {\n price: {\n min: number;\n max: number;\n };\n };\n }"
4298
4853
  },
4299
4854
  {
4300
4855
  "kind": "Content",
@@ -5618,6 +6173,306 @@
5618
6173
  "endIndex": 8
5619
6174
  }
5620
6175
  },
6176
+ {
6177
+ "kind": "Variable",
6178
+ "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptSchema:var",
6179
+ "docComment": "/**\n * Default implementation for the RelatedPromptSchema.\n *\n * @public\n */\n",
6180
+ "excerptTokens": [
6181
+ {
6182
+ "kind": "Content",
6183
+ "text": "relatedPromptSchema: "
6184
+ },
6185
+ {
6186
+ "kind": "Content",
6187
+ "text": "import(\"@empathyco/x-adapter\")."
6188
+ },
6189
+ {
6190
+ "kind": "Reference",
6191
+ "text": "MutableSchema",
6192
+ "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
6193
+ },
6194
+ {
6195
+ "kind": "Content",
6196
+ "text": "<"
6197
+ },
6198
+ {
6199
+ "kind": "Reference",
6200
+ "text": "PlatformRelatedPrompt",
6201
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface"
6202
+ },
6203
+ {
6204
+ "kind": "Content",
6205
+ "text": ", "
6206
+ },
6207
+ {
6208
+ "kind": "Reference",
6209
+ "text": "RelatedPrompt",
6210
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPrompt:interface"
6211
+ },
6212
+ {
6213
+ "kind": "Content",
6214
+ "text": ">"
6215
+ }
6216
+ ],
6217
+ "fileUrlPath": "dist/types/schemas/models/related-prompt.schema.d.ts",
6218
+ "isReadonly": true,
6219
+ "releaseTag": "Public",
6220
+ "name": "relatedPromptSchema",
6221
+ "variableTypeTokenRange": {
6222
+ "startIndex": 1,
6223
+ "endIndex": 8
6224
+ }
6225
+ },
6226
+ {
6227
+ "kind": "Variable",
6228
+ "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsEndpointAdapter:var",
6229
+ "docComment": "/**\n * Default adapter for the related prompt endpoint. This endpoint does not support pagination in the request.\n *\n * @public\n */\n",
6230
+ "excerptTokens": [
6231
+ {
6232
+ "kind": "Content",
6233
+ "text": "relatedPromptsEndpointAdapter: "
6234
+ },
6235
+ {
6236
+ "kind": "Content",
6237
+ "text": "import(\"@empathyco/x-adapter\")."
6238
+ },
6239
+ {
6240
+ "kind": "Reference",
6241
+ "text": "ExtendableEndpointAdapter",
6242
+ "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
6243
+ },
6244
+ {
6245
+ "kind": "Content",
6246
+ "text": "<"
6247
+ },
6248
+ {
6249
+ "kind": "Reference",
6250
+ "text": "RelatedPromptsRequest",
6251
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
6252
+ },
6253
+ {
6254
+ "kind": "Content",
6255
+ "text": ", "
6256
+ },
6257
+ {
6258
+ "kind": "Reference",
6259
+ "text": "RelatedPromptsResponse",
6260
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
6261
+ },
6262
+ {
6263
+ "kind": "Content",
6264
+ "text": ">"
6265
+ }
6266
+ ],
6267
+ "fileUrlPath": "dist/types/endpoint-adapters/related-prompts.endpoint-adapter.d.ts",
6268
+ "isReadonly": true,
6269
+ "releaseTag": "Public",
6270
+ "name": "relatedPromptsEndpointAdapter",
6271
+ "variableTypeTokenRange": {
6272
+ "startIndex": 1,
6273
+ "endIndex": 8
6274
+ }
6275
+ },
6276
+ {
6277
+ "kind": "Variable",
6278
+ "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsRequestMapper:var",
6279
+ "docComment": "/**\n * Default implementation for the RelatedPromptsRequestMapper.\n *\n * @public\n */\n",
6280
+ "excerptTokens": [
6281
+ {
6282
+ "kind": "Content",
6283
+ "text": "relatedPromptsRequestMapper: "
6284
+ },
6285
+ {
6286
+ "kind": "Content",
6287
+ "text": "import(\"@empathyco/x-adapter\")."
6288
+ },
6289
+ {
6290
+ "kind": "Reference",
6291
+ "text": "Mapper",
6292
+ "canonicalReference": "@empathyco/x-adapter!Mapper:type"
6293
+ },
6294
+ {
6295
+ "kind": "Content",
6296
+ "text": "<"
6297
+ },
6298
+ {
6299
+ "kind": "Reference",
6300
+ "text": "RelatedPromptsRequest",
6301
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
6302
+ },
6303
+ {
6304
+ "kind": "Content",
6305
+ "text": ", "
6306
+ },
6307
+ {
6308
+ "kind": "Reference",
6309
+ "text": "PlatformRelatedPromptsRequest",
6310
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsRequest:interface"
6311
+ },
6312
+ {
6313
+ "kind": "Content",
6314
+ "text": ">"
6315
+ }
6316
+ ],
6317
+ "fileUrlPath": "dist/types/mappers/requests/related-prompts-request.mapper.d.ts",
6318
+ "isReadonly": true,
6319
+ "releaseTag": "Public",
6320
+ "name": "relatedPromptsRequestMapper",
6321
+ "variableTypeTokenRange": {
6322
+ "startIndex": 1,
6323
+ "endIndex": 8
6324
+ }
6325
+ },
6326
+ {
6327
+ "kind": "Variable",
6328
+ "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsRequestSchema:var",
6329
+ "docComment": "/**\n * Default implementation for the RelatedPromptsRequestSchema.\n *\n * @public\n */\n",
6330
+ "excerptTokens": [
6331
+ {
6332
+ "kind": "Content",
6333
+ "text": "relatedPromptsRequestSchema: "
6334
+ },
6335
+ {
6336
+ "kind": "Content",
6337
+ "text": "import(\"@empathyco/x-adapter\")."
6338
+ },
6339
+ {
6340
+ "kind": "Reference",
6341
+ "text": "MutableSchema",
6342
+ "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
6343
+ },
6344
+ {
6345
+ "kind": "Content",
6346
+ "text": "<"
6347
+ },
6348
+ {
6349
+ "kind": "Reference",
6350
+ "text": "RelatedPromptsRequest",
6351
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
6352
+ },
6353
+ {
6354
+ "kind": "Content",
6355
+ "text": ", "
6356
+ },
6357
+ {
6358
+ "kind": "Reference",
6359
+ "text": "PlatformRelatedPromptsRequest",
6360
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsRequest:interface"
6361
+ },
6362
+ {
6363
+ "kind": "Content",
6364
+ "text": ">"
6365
+ }
6366
+ ],
6367
+ "fileUrlPath": "dist/types/schemas/requests/related-prompts-request.schema.d.ts",
6368
+ "isReadonly": true,
6369
+ "releaseTag": "Public",
6370
+ "name": "relatedPromptsRequestSchema",
6371
+ "variableTypeTokenRange": {
6372
+ "startIndex": 1,
6373
+ "endIndex": 8
6374
+ }
6375
+ },
6376
+ {
6377
+ "kind": "Variable",
6378
+ "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsResponseMapper:var",
6379
+ "docComment": "/**\n * Default implementation for the RelatedPromptsResponseMapper.\n *\n * @public\n */\n",
6380
+ "excerptTokens": [
6381
+ {
6382
+ "kind": "Content",
6383
+ "text": "relatedPromptsResponseMapper: "
6384
+ },
6385
+ {
6386
+ "kind": "Content",
6387
+ "text": "import(\"@empathyco/x-adapter\")."
6388
+ },
6389
+ {
6390
+ "kind": "Reference",
6391
+ "text": "Mapper",
6392
+ "canonicalReference": "@empathyco/x-adapter!Mapper:type"
6393
+ },
6394
+ {
6395
+ "kind": "Content",
6396
+ "text": "<"
6397
+ },
6398
+ {
6399
+ "kind": "Reference",
6400
+ "text": "PlatformRelatedPromptsResponse",
6401
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface"
6402
+ },
6403
+ {
6404
+ "kind": "Content",
6405
+ "text": ", "
6406
+ },
6407
+ {
6408
+ "kind": "Reference",
6409
+ "text": "RelatedPromptsResponse",
6410
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
6411
+ },
6412
+ {
6413
+ "kind": "Content",
6414
+ "text": ">"
6415
+ }
6416
+ ],
6417
+ "fileUrlPath": "dist/types/mappers/responses/related-prompts-response.mapper.d.ts",
6418
+ "isReadonly": true,
6419
+ "releaseTag": "Public",
6420
+ "name": "relatedPromptsResponseMapper",
6421
+ "variableTypeTokenRange": {
6422
+ "startIndex": 1,
6423
+ "endIndex": 8
6424
+ }
6425
+ },
6426
+ {
6427
+ "kind": "Variable",
6428
+ "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsResponseSchema:var",
6429
+ "docComment": "/**\n * Default implementation for the RelatedPromptsResponseSchema.\n *\n * @public\n */\n",
6430
+ "excerptTokens": [
6431
+ {
6432
+ "kind": "Content",
6433
+ "text": "relatedPromptsResponseSchema: "
6434
+ },
6435
+ {
6436
+ "kind": "Content",
6437
+ "text": "import(\"@empathyco/x-adapter\")."
6438
+ },
6439
+ {
6440
+ "kind": "Reference",
6441
+ "text": "MutableSchema",
6442
+ "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
6443
+ },
6444
+ {
6445
+ "kind": "Content",
6446
+ "text": "<"
6447
+ },
6448
+ {
6449
+ "kind": "Reference",
6450
+ "text": "PlatformRelatedPromptsResponse",
6451
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface"
6452
+ },
6453
+ {
6454
+ "kind": "Content",
6455
+ "text": ", "
6456
+ },
6457
+ {
6458
+ "kind": "Reference",
6459
+ "text": "RelatedPromptsResponse",
6460
+ "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
6461
+ },
6462
+ {
6463
+ "kind": "Content",
6464
+ "text": ">"
6465
+ }
6466
+ ],
6467
+ "fileUrlPath": "dist/types/schemas/responses/related-prompts-response.schema.d.ts",
6468
+ "isReadonly": true,
6469
+ "releaseTag": "Public",
6470
+ "name": "relatedPromptsResponseSchema",
6471
+ "variableTypeTokenRange": {
6472
+ "startIndex": 1,
6473
+ "endIndex": 8
6474
+ }
6475
+ },
5621
6476
  {
5622
6477
  "kind": "Variable",
5623
6478
  "canonicalReference": "@empathyco/x-adapter-platform!relatedTagSchema:var",