@empathyco/x-components 6.0.0-alpha.6 → 6.0.0-alpha.61
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.
- package/CHANGELOG.md +531 -0
- package/core/index.js +9 -1
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +2371 -2371
- package/docs/API-reference/api/x-adapter-platform.md +12 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +6 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
- package/docs/API-reference/api/x-components.animationprop.md +6 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
- package/docs/API-reference/api/x-components.basedropdown.md +5 -5
- package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.basegrid.md +3 -3
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.basemodal.md +10 -10
- package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
- package/docs/API-reference/api/x-components.baseslider.md +70 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.baseswitch.md +1 -1
- package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
- package/docs/API-reference/api/x-components.baseteleport.md +21 -0
- package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
- package/docs/API-reference/api/x-components.configmutations.md +29 -0
- package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +24 -0
- package/docs/API-reference/api/x-components.configmutations.setconfig.md +24 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
- package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice._constructor_.md → x-components.defaultexternaltaggingservice._constructor_.md} +3 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +43 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.movetosessionstorage.md → x-components.defaultexternaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.storeresultclicked.md → x-components.defaultexternaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.trackaddtocart.md → x-components.defaultexternaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
- package/docs/API-reference/api/x-components.empathize.md +6 -6
- package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
- package/docs/API-reference/api/x-components.externaltaggingservice.md +23 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.movetosessionstorage.md → x-components.externaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.storeresultclicked.md → x-components.externaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.trackaddtocart.md → x-components.externaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.facets.md +3 -3
- package/docs/API-reference/api/x-components.facetsmutations.md +1 -1
- package/docs/API-reference/api/x-components.featurelocation.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.fetchrelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.md +3 -3
- package/docs/API-reference/api/x-components.globalxbus.md +14 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +9 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
- package/docs/API-reference/api/x-components.installxoptions.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.md +2 -2
- package/docs/API-reference/api/x-components.md +39 -3
- package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
- package/docs/API-reference/api/x-components.myhistory.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.pageselector.md +80 -0
- package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
- package/docs/API-reference/api/x-components.queryfeature.md +1 -1
- package/docs/API-reference/api/x-components.querymutations.md +20 -0
- package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
- package/docs/API-reference/api/x-components.querystate.md +20 -0
- package/docs/API-reference/api/x-components.querystate.query.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedprompt.md +33 -0
- package/docs/API-reference/api/x-components.relatedpromptsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.md +23 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.md +21 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptslist.md +72 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +27 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +25 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +72 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +25 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.relatedtags.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
- package/docs/API-reference/api/x-components.resultfeature.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
- package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
- package/docs/API-reference/api/x-components.searchconfig.md +1 -0
- package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
- package/docs/API-reference/api/x-components.searchmutations.md +2 -1
- package/docs/API-reference/api/x-components.searchmutations.setstats.md +24 -0
- package/docs/API-reference/api/x-components.searchstate.md +2 -1
- package/docs/API-reference/api/x-components.searchstate.stats.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.md +1 -0
- package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
- package/docs/API-reference/api/x-components.semanticqueriesgetters.md +1 -0
- package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.md +2 -1
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.md +2 -1
- package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.setconfig.md +27 -0
- package/docs/API-reference/api/x-components.setquery.md +25 -0
- package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +7 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/api/x-components.slidingpanel.md +13 -5
- package/docs/API-reference/api/x-components.snippetcallbacks.md +7 -0
- package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
- package/docs/API-reference/api/x-components.tagging.md +6 -6
- package/docs/API-reference/api/x-components.taggingconfig.md +2 -2
- package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
- package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
- package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.typing.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.md +22 -0
- package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
- package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
- package/docs/API-reference/api/x-components.urlmutations.md +2 -1
- package/docs/API-reference/api/x-components.urlmutations.setprompt.md +24 -0
- package/docs/API-reference/api/x-components.urlparams.md +1 -0
- package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +1 -1
- package/docs/API-reference/api/x-components.usealiasapi.md +1 -0
- package/docs/API-reference/api/x-components.usealiasapi.pricestats.md +16 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +3 -3
- package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
- package/docs/API-reference/api/x-components.xmodulestree.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-types.md +2 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +4 -1
- package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +1 -1
- package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
- package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.searchresponse.md +1 -0
- package/docs/API-reference/api/x-types.searchresponse.stats.md +11 -0
- package/docs/API-reference/api/x-types.stats.md +22 -0
- package/docs/API-reference/api/x-types.stats.price.md +14 -0
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
- package/docs/API-reference/components/common/x-components.base-slider.md +189 -0
- package/docs/API-reference/components/common/x-components.base-teleport.md +19 -0
- package/docs/API-reference/components/common/x-components.display-click-provider.md +17 -0
- package/docs/API-reference/components/common/x-components.items-list.md +1 -1
- package/docs/API-reference/components/common/x-components.page-selector.md +136 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +7 -7
- package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
- package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +22 -0
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +196 -0
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +32 -0
- package/docs/API-reference/components/search/x-components.results-list.md +1 -1
- package/docs/API-reference/components/tagging/x-components.tagging.md +15 -16
- package/js/components/animations/fade-and-slide.vue.js +1 -2
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/base-dropdown.vue.js +1 -3
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue2.js +1 -7
- package/js/components/base-dropdown.vue2.js.map +1 -1
- package/js/components/base-event-button.vue.js +1 -2
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-grid.vue.js +11 -18
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue2.js.map +1 -1
- package/js/components/base-grid.vue3.js +1 -1
- package/js/components/base-keyboard-navigation.vue.js +1 -2
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-rating.vue.js +1 -3
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-slider.vue.js +65 -0
- package/js/components/base-slider.vue.js.map +1 -0
- package/js/components/base-slider.vue2.js +109 -0
- package/js/components/base-slider.vue2.js.map +1 -0
- package/js/components/base-slider.vue3.js +7 -0
- package/js/components/base-slider.vue3.js.map +1 -0
- package/js/components/base-switch.vue.js.map +1 -1
- package/js/components/base-switch.vue2.js +3 -7
- package/js/components/base-switch.vue2.js.map +1 -1
- package/js/components/base-teleport.vue.js +17 -0
- package/js/components/base-teleport.vue.js.map +1 -0
- package/js/components/base-teleport.vue2.js +14 -0
- package/js/components/base-teleport.vue2.js.map +1 -0
- package/js/components/base-teleport.vue3.js +7 -0
- package/js/components/base-teleport.vue3.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +1 -2
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +1 -3
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/display-click-provider.vue.js +74 -0
- package/js/components/display-click-provider.vue.js.map +1 -0
- package/js/components/display-click-provider.vue2.js +6 -0
- package/js/components/display-click-provider.vue2.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue.js +2 -2
- package/js/components/icons/plus.vue.js +2 -2
- package/js/components/items-list.vue.js +1 -2
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +2 -2
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +1 -7
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -9
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue.js +1 -9
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue.js +1 -2
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue.js +1 -2
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue.js +1 -2
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue.js +1 -2
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue.js +1 -2
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue2.js +13 -6
- package/js/components/modals/base-modal.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue.js +8 -10
- package/js/components/page-loader-button.vue.js.map +1 -1
- package/js/components/page-loader-button.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue3.js +7 -0
- package/js/components/page-loader-button.vue3.js.map +1 -0
- package/js/components/page-selector.vue.js +78 -0
- package/js/components/page-selector.vue.js.map +1 -0
- package/js/components/page-selector.vue2.js +128 -0
- package/js/components/page-selector.vue2.js.map +1 -0
- package/js/components/page-selector.vue3.js +7 -0
- package/js/components/page-selector.vue3.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue.js +1 -5
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue.js +1 -4
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue.js +1 -2
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js +3 -3
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js +19 -5
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/components/result/base-result-current-price.vue.js +1 -2
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +39 -59
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +5 -5
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/components/result/base-result-link.vue.js +1 -2
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js +1 -2
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js +1 -4
- package/js/components/result/base-result-rating.vue.js.map +1 -1
- package/js/components/result/result-variant-selector.vue.js +1 -3
- package/js/components/result/result-variant-selector.vue.js.map +1 -1
- package/js/components/sliding-panel.vue.js +3 -6
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue2.js +2 -2
- package/js/components/sliding-panel.vue2.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue.js +1 -2
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +1 -2
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/composables/use-alias-api.js +4 -1
- package/js/composables/use-alias-api.js.map +1 -1
- package/js/composables/use-getter.js +1 -1
- package/js/composables/use-state.js +1 -1
- package/js/directives/typing.js +58 -0
- package/js/directives/typing.js.map +1 -0
- package/js/index.js +21 -4
- package/js/index.js.map +1 -1
- package/js/types/animation-prop.js +5 -0
- package/js/types/animation-prop.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +3 -3
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/store/emitters.js +1 -0
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +1 -2
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +10 -3
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js +1 -0
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/experience-controls/store/emitters.js +1 -0
- package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/store/emitters.js +1 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js +1 -2
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +1 -6
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +1 -3
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +1 -3
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +1 -3
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue.js +1 -3
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +11 -18
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +1 -4
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +1 -2
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue.js +1 -10
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js +1 -6
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js +1 -4
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +1 -0
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +1 -0
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js +1 -7
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue.js +1 -4
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +1 -0
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +1 -4
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +8 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +15 -2
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -2
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +9 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
- package/js/x-modules/queries-preview/store/emitters.js +1 -0
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
- package/js/x-modules/queries-preview/store/module.js +1 -1
- package/js/x-modules/queries-preview/store/module.js.map +1 -1
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +6 -4
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +1 -0
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +1 -0
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue.js +27 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js +31 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +154 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js +6 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +101 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +221 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +29 -0
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +20 -0
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +15 -0
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/emitters.js +16 -0
- package/js/x-modules/related-prompts/store/emitters.js.map +1 -0
- package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +18 -0
- package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js +17 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/related-prompts/store/module.js +64 -0
- package/js/x-modules/related-prompts/store/module.js.map +1 -0
- package/js/x-modules/related-prompts/wiring.js +82 -0
- package/js/x-modules/related-prompts/wiring.js.map +1 -0
- package/js/x-modules/related-prompts/x-module.js +21 -0
- package/js/x-modules/related-prompts/x-module.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js +1 -2
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js +1 -4
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +1 -0
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +8 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/scroll/store/emitters.js +1 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +2 -2
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js +1 -3
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +10 -3
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js +3 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +1 -0
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/module.js +9 -3
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +4 -0
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +1 -2
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js +1 -2
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js +1 -0
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +1 -3
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js +1 -4
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +1 -1
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/request.getter.js +5 -4
- package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +18 -0
- package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
- package/js/x-modules/semantic-queries/store/module.js +8 -2
- package/js/x-modules/semantic-queries/store/module.js.map +1 -1
- package/js/x-modules/semantic-queries/wiring.js +5 -0
- package/js/x-modules/semantic-queries/wiring.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +8 -7
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +56 -25
- package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +1 -1
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +7 -3
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +110 -9
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +4 -5
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +1 -0
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +2 -3
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +2 -1
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js +3 -0
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/wiring.js +10 -1
- package/js/x-modules/url/wiring.js.map +1 -1
- package/package.json +50 -49
- package/related-prompts/index.d.ts +1 -0
- package/related-prompts/index.js +9 -0
- package/report/x-adapter-platform.api.json +895 -67
- package/report/x-components.api.json +16491 -17162
- package/report/x-components.api.md +847 -215
- package/report/x-types.api.json +320 -4
- package/tagging/index.js +2 -2
- package/types/adapter/mocked-responses.d.ts +3 -0
- package/types/adapter/mocked-responses.d.ts.map +1 -1
- package/types/components/base-dropdown.vue.d.ts +5 -5
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +3 -3
- package/types/components/base-slider.vue.d.ts +74 -0
- package/types/components/base-slider.vue.d.ts.map +1 -0
- package/types/components/base-switch.vue.d.ts +2 -1
- package/types/components/base-switch.vue.d.ts.map +1 -1
- package/types/components/base-teleport.vue.d.ts +13 -0
- package/types/components/base-teleport.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +3 -3
- package/types/components/display-click-provider.vue.d.ts +61 -0
- package/types/components/display-click-provider.vue.d.ts.map +1 -0
- package/types/components/global-x-bus.vue.d.ts +14 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/index.d.ts +4 -0
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list.vue.d.ts +3 -3
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
- package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
- package/types/components/modals/base-events-modal.vue.d.ts +2 -2
- package/types/components/modals/base-id-modal.vue.d.ts +2 -2
- package/types/components/modals/base-modal.vue.d.ts +10 -10
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/components/modals/main-modal.vue.d.ts +2 -2
- package/types/components/page-selector.vue.d.ts +125 -0
- package/types/components/page-selector.vue.d.ts.map +1 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
- package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
- package/types/components/result/base-result-add-to-cart.vue.d.ts +2 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +10 -10
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +15 -5
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +7 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
- package/types/composables/use-alias-api.d.ts +5 -0
- package/types/composables/use-alias-api.d.ts.map +1 -1
- package/types/composables/use-store.d.ts +2 -2
- package/types/composables/use-store.d.ts.map +1 -1
- package/types/directives/index.d.ts +1 -0
- package/types/directives/index.d.ts.map +1 -1
- package/types/directives/typing.d.ts +35 -0
- package/types/directives/typing.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/store/index.d.ts +4 -1
- package/types/store/index.d.ts.map +1 -1
- package/types/tailwind/plugin-options.d.ts +1 -2
- package/types/tailwind/plugin-options.d.ts.map +1 -1
- package/types/types/animation-prop.d.ts +6 -2
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/types/origin.d.ts +3 -3
- package/types/types/origin.d.ts.map +1 -1
- package/types/types/page-mode.d.ts +2 -0
- package/types/types/page-mode.d.ts.map +1 -0
- package/types/types/url-params.d.ts +1 -0
- package/types/types/url-params.d.ts.map +1 -1
- package/types/views/home/types.d.ts +3 -0
- package/types/views/home/types.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +3 -1
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +2 -2
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +4 -4
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +6 -6
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +9 -2
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +7 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
- package/types/x-modules/next-queries/index.d.ts +1 -0
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +4 -2
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/index.d.ts +4 -0
- package/types/x-modules/related-prompts/components/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +28 -0
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +131 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/events.types.d.ts +41 -0
- package/types/x-modules/related-prompts/events.types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/index.d.ts +6 -0
- package/types/x-modules/related-prompts/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +11 -0
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts +10 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
- package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +14 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/index.d.ts +6 -0
- package/types/x-modules/related-prompts/store/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/module.d.ts +8 -0
- package/types/x-modules/related-prompts/store/module.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/types.d.ts +125 -0
- package/types/x-modules/related-prompts/store/types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/types.d.ts +10 -0
- package/types/x-modules/related-prompts/types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/wiring.d.ts +42 -0
- package/types/x-modules/related-prompts/wiring.d.ts.map +1 -0
- package/types/x-modules/related-prompts/x-module.d.ts +16 -0
- package/types/x-modules/related-prompts/x-module.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
- package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
- package/types/x-modules/search/config.types.d.ts +2 -0
- package/types/x-modules/search/config.types.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +4 -0
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts +2 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +9 -1
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/wiring.d.ts +4 -0
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
- package/types/x-modules/semantic-queries/store/getters/index.d.ts +1 -0
- package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +1 -1
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +2 -1
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/types.d.ts +13 -1
- package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/wiring.d.ts +3 -0
- package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +14 -12
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/config.types.d.ts +3 -3
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +2 -2
- package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +31 -13
- package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/index.d.ts +1 -1
- package/types/x-modules/tagging/service/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/types.d.ts +13 -4
- package/types/x-modules/tagging/service/types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +54 -2
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +2 -3
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
- package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +6 -0
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +9 -0
- package/types/x-modules/url/wiring.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +2 -0
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
- package/docs/API-reference/api/x-components.usestore.md +0 -19
- package/docs/assets/features/overview-my-history.svg +0 -279
- package/docs/assets/features/overview-product-results-card.svg +0 -128
- package/docs/assets/interface/build-search-ui.svg +0 -167
- package/docs/assets/interface/experience-search-intro.svg +0 -1
- package/docs/assets/interface/integration-guide.svg +0 -1
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +0 -1
- package/docs/assets/interface/x-empathize.gif +0 -0
- package/docs/assets/interface/x-facets.gif +0 -0
- package/docs/assets/interface/x-facets.svg +0 -189
- package/docs/assets/interface/x-history-queries.gif +0 -0
- package/docs/assets/interface/x-id-results.gif +0 -0
- package/docs/assets/interface/x-next-queries.gif +0 -0
- package/docs/assets/interface/x-popular-searches.gif +0 -0
- package/docs/assets/interface/x-query-suggestions.gif +0 -0
- package/docs/assets/interface/x-recommendations.gif +0 -0
- package/docs/assets/interface/x-recommendations.svg +0 -472
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +0 -259
- package/docs/assets/interface/x-search-box-elements.svg +0 -1
- package/docs/assets/interface/x-search-box.svg +0 -60
- package/docs/build-search-ui/README.md +0 -127
- package/docs/build-search-ui/sidebar.js +0 -7
- package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
- package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
- package/docs/build-search-ui/web-x-architecture.md +0 -83
- package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
- package/docs/experience-search-and-discovery/README.md +0 -132
- package/docs/experience-search-and-discovery/empathize.md +0 -119
- package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
- package/docs/experience-search-and-discovery/history-queries.md +0 -70
- package/docs/experience-search-and-discovery/id-results.md +0 -49
- package/docs/experience-search-and-discovery/my-history.md +0 -60
- package/docs/experience-search-and-discovery/next-queries.md +0 -72
- package/docs/experience-search-and-discovery/popular-searches.md +0 -50
- package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
- package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
- package/docs/experience-search-and-discovery/recommendations.md +0 -134
- package/docs/experience-search-and-discovery/related-tags.md +0 -66
- package/docs/experience-search-and-discovery/search-box.md +0 -99
- package/docs/experience-search-and-discovery/serp-ui.md +0 -125
- package/docs/experience-search-and-discovery/sidebar.js +0 -17
- package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
- package/docs/input-status-machine-state.png +0 -0
- package/js/composables/use-store.js +0 -15
- package/js/composables/use-store.js.map +0 -1
- package/js/utils/options-api.js +0 -4
- package/js/utils/options-api.js.map +0 -1
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
- package/types/utils/options-api.d.ts +0 -3
- package/types/utils/options-api.d.ts.map +0 -1
- 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",
|
|
@@ -1849,9 +1890,32 @@
|
|
|
1849
1890
|
"kind": "Content",
|
|
1850
1891
|
"text": "relatedPrompts: "
|
|
1851
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
|
+
},
|
|
1852
1916
|
{
|
|
1853
1917
|
"kind": "Content",
|
|
1854
|
-
"text": "
|
|
1918
|
+
"text": ">"
|
|
1855
1919
|
},
|
|
1856
1920
|
{
|
|
1857
1921
|
"kind": "Content",
|
|
@@ -1864,7 +1928,7 @@
|
|
|
1864
1928
|
"name": "relatedPrompts",
|
|
1865
1929
|
"propertyTypeTokenRange": {
|
|
1866
1930
|
"startIndex": 1,
|
|
1867
|
-
"endIndex":
|
|
1931
|
+
"endIndex": 7
|
|
1868
1932
|
}
|
|
1869
1933
|
},
|
|
1870
1934
|
{
|
|
@@ -3679,31 +3743,31 @@
|
|
|
3679
3743
|
},
|
|
3680
3744
|
{
|
|
3681
3745
|
"kind": "Interface",
|
|
3682
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3683
|
-
"docComment": "/**\n * Related
|
|
3746
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface",
|
|
3747
|
+
"docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
|
|
3684
3748
|
"excerptTokens": [
|
|
3685
3749
|
{
|
|
3686
3750
|
"kind": "Content",
|
|
3687
|
-
"text": "export interface
|
|
3751
|
+
"text": "export interface PlatformRelatedPrompt "
|
|
3688
3752
|
}
|
|
3689
3753
|
],
|
|
3690
|
-
"fileUrlPath": "dist/types/types/models/related-
|
|
3754
|
+
"fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
|
|
3691
3755
|
"releaseTag": "Public",
|
|
3692
|
-
"name": "
|
|
3756
|
+
"name": "PlatformRelatedPrompt",
|
|
3693
3757
|
"preserveMemberOrder": false,
|
|
3694
3758
|
"members": [
|
|
3695
3759
|
{
|
|
3696
3760
|
"kind": "PropertySignature",
|
|
3697
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3761
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#nextQueries:member",
|
|
3698
3762
|
"docComment": "",
|
|
3699
3763
|
"excerptTokens": [
|
|
3700
3764
|
{
|
|
3701
3765
|
"kind": "Content",
|
|
3702
|
-
"text": "
|
|
3766
|
+
"text": "nextQueries: "
|
|
3703
3767
|
},
|
|
3704
3768
|
{
|
|
3705
3769
|
"kind": "Content",
|
|
3706
|
-
"text": "
|
|
3770
|
+
"text": "string[]"
|
|
3707
3771
|
},
|
|
3708
3772
|
{
|
|
3709
3773
|
"kind": "Content",
|
|
@@ -3713,7 +3777,7 @@
|
|
|
3713
3777
|
"isReadonly": false,
|
|
3714
3778
|
"isOptional": false,
|
|
3715
3779
|
"releaseTag": "Public",
|
|
3716
|
-
"name": "
|
|
3780
|
+
"name": "nextQueries",
|
|
3717
3781
|
"propertyTypeTokenRange": {
|
|
3718
3782
|
"startIndex": 1,
|
|
3719
3783
|
"endIndex": 2
|
|
@@ -3721,12 +3785,12 @@
|
|
|
3721
3785
|
},
|
|
3722
3786
|
{
|
|
3723
3787
|
"kind": "PropertySignature",
|
|
3724
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3788
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#suggestionText:member",
|
|
3725
3789
|
"docComment": "",
|
|
3726
3790
|
"excerptTokens": [
|
|
3727
3791
|
{
|
|
3728
3792
|
"kind": "Content",
|
|
3729
|
-
"text": "
|
|
3793
|
+
"text": "suggestionText: "
|
|
3730
3794
|
},
|
|
3731
3795
|
{
|
|
3732
3796
|
"kind": "Content",
|
|
@@ -3740,7 +3804,7 @@
|
|
|
3740
3804
|
"isReadonly": false,
|
|
3741
3805
|
"isOptional": false,
|
|
3742
3806
|
"releaseTag": "Public",
|
|
3743
|
-
"name": "
|
|
3807
|
+
"name": "suggestionText",
|
|
3744
3808
|
"propertyTypeTokenRange": {
|
|
3745
3809
|
"startIndex": 1,
|
|
3746
3810
|
"endIndex": 2
|
|
@@ -3748,16 +3812,44 @@
|
|
|
3748
3812
|
},
|
|
3749
3813
|
{
|
|
3750
3814
|
"kind": "PropertySignature",
|
|
3751
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3815
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#tagging:member",
|
|
3752
3816
|
"docComment": "",
|
|
3753
3817
|
"excerptTokens": [
|
|
3754
3818
|
{
|
|
3755
3819
|
"kind": "Content",
|
|
3756
|
-
"text": "
|
|
3820
|
+
"text": "tagging: "
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "Reference",
|
|
3824
|
+
"text": "PlatformRelatedPromptTagging",
|
|
3825
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging:interface"
|
|
3757
3826
|
},
|
|
3758
3827
|
{
|
|
3759
3828
|
"kind": "Content",
|
|
3760
|
-
"text": "
|
|
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'"
|
|
3761
3853
|
},
|
|
3762
3854
|
{
|
|
3763
3855
|
"kind": "Content",
|
|
@@ -3767,7 +3859,52 @@
|
|
|
3767
3859
|
"isReadonly": false,
|
|
3768
3860
|
"isOptional": false,
|
|
3769
3861
|
"releaseTag": "Public",
|
|
3770
|
-
"name": "
|
|
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",
|
|
3771
3908
|
"propertyTypeTokenRange": {
|
|
3772
3909
|
"startIndex": 1,
|
|
3773
3910
|
"endIndex": 2
|
|
@@ -3775,12 +3912,12 @@
|
|
|
3775
3912
|
},
|
|
3776
3913
|
{
|
|
3777
3914
|
"kind": "PropertySignature",
|
|
3778
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3915
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplayAdd2Cart:member",
|
|
3779
3916
|
"docComment": "",
|
|
3780
3917
|
"excerptTokens": [
|
|
3781
3918
|
{
|
|
3782
3919
|
"kind": "Content",
|
|
3783
|
-
"text": "
|
|
3920
|
+
"text": "toolingDisplayAdd2Cart: "
|
|
3784
3921
|
},
|
|
3785
3922
|
{
|
|
3786
3923
|
"kind": "Content",
|
|
@@ -3794,7 +3931,34 @@
|
|
|
3794
3931
|
"isReadonly": false,
|
|
3795
3932
|
"isOptional": false,
|
|
3796
3933
|
"releaseTag": "Public",
|
|
3797
|
-
"name": "
|
|
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",
|
|
3798
3962
|
"propertyTypeTokenRange": {
|
|
3799
3963
|
"startIndex": 1,
|
|
3800
3964
|
"endIndex": 2
|
|
@@ -3805,12 +3969,12 @@
|
|
|
3805
3969
|
},
|
|
3806
3970
|
{
|
|
3807
3971
|
"kind": "Interface",
|
|
3808
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3809
|
-
"docComment": "/**\n * Request for the `related
|
|
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",
|
|
3810
3974
|
"excerptTokens": [
|
|
3811
3975
|
{
|
|
3812
3976
|
"kind": "Content",
|
|
3813
|
-
"text": "export interface
|
|
3977
|
+
"text": "export interface PlatformRelatedPromptsRequest extends "
|
|
3814
3978
|
},
|
|
3815
3979
|
{
|
|
3816
3980
|
"kind": "Reference",
|
|
@@ -3831,9 +3995,9 @@
|
|
|
3831
3995
|
"text": " "
|
|
3832
3996
|
}
|
|
3833
3997
|
],
|
|
3834
|
-
"fileUrlPath": "dist/types/types/requests/related-
|
|
3998
|
+
"fileUrlPath": "dist/types/types/requests/related-prompts-request.model.d.ts",
|
|
3835
3999
|
"releaseTag": "Public",
|
|
3836
|
-
"name": "
|
|
4000
|
+
"name": "PlatformRelatedPromptsRequest",
|
|
3837
4001
|
"preserveMemberOrder": false,
|
|
3838
4002
|
"members": [],
|
|
3839
4003
|
"extendsTokenRanges": [
|
|
@@ -3849,22 +4013,22 @@
|
|
|
3849
4013
|
},
|
|
3850
4014
|
{
|
|
3851
4015
|
"kind": "Interface",
|
|
3852
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3853
|
-
"docComment": "/**\n * Response for the `related
|
|
4016
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface",
|
|
4017
|
+
"docComment": "/**\n * Response for the `related prompts` endpoint.\n *\n * @public\n */\n",
|
|
3854
4018
|
"excerptTokens": [
|
|
3855
4019
|
{
|
|
3856
4020
|
"kind": "Content",
|
|
3857
|
-
"text": "export interface
|
|
4021
|
+
"text": "export interface PlatformRelatedPromptsResponse "
|
|
3858
4022
|
}
|
|
3859
4023
|
],
|
|
3860
|
-
"fileUrlPath": "dist/types/types/responses/related-
|
|
4024
|
+
"fileUrlPath": "dist/types/types/responses/related-prompts-response.model.d.ts",
|
|
3861
4025
|
"releaseTag": "Public",
|
|
3862
|
-
"name": "
|
|
4026
|
+
"name": "PlatformRelatedPromptsResponse",
|
|
3863
4027
|
"preserveMemberOrder": false,
|
|
3864
4028
|
"members": [
|
|
3865
4029
|
{
|
|
3866
4030
|
"kind": "PropertySignature",
|
|
3867
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4031
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse#data:member",
|
|
3868
4032
|
"docComment": "",
|
|
3869
4033
|
"excerptTokens": [
|
|
3870
4034
|
{
|
|
@@ -3873,12 +4037,12 @@
|
|
|
3873
4037
|
},
|
|
3874
4038
|
{
|
|
3875
4039
|
"kind": "Content",
|
|
3876
|
-
"text": "{\n
|
|
4040
|
+
"text": "{\n relatedprompts: "
|
|
3877
4041
|
},
|
|
3878
4042
|
{
|
|
3879
4043
|
"kind": "Reference",
|
|
3880
|
-
"text": "
|
|
3881
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4044
|
+
"text": "PlatformRelatedPrompt",
|
|
4045
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface"
|
|
3882
4046
|
},
|
|
3883
4047
|
{
|
|
3884
4048
|
"kind": "Content",
|
|
@@ -3900,7 +4064,7 @@
|
|
|
3900
4064
|
},
|
|
3901
4065
|
{
|
|
3902
4066
|
"kind": "PropertySignature",
|
|
3903
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4067
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse#status:member",
|
|
3904
4068
|
"docComment": "",
|
|
3905
4069
|
"excerptTokens": [
|
|
3906
4070
|
{
|
|
@@ -3930,31 +4094,45 @@
|
|
|
3930
4094
|
},
|
|
3931
4095
|
{
|
|
3932
4096
|
"kind": "Interface",
|
|
3933
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
3934
|
-
"docComment": "/**\n *
|
|
4097
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging:interface",
|
|
4098
|
+
"docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
|
|
3935
4099
|
"excerptTokens": [
|
|
3936
4100
|
{
|
|
3937
4101
|
"kind": "Content",
|
|
3938
|
-
"text": "export interface
|
|
4102
|
+
"text": "export interface PlatformRelatedPromptTagging "
|
|
3939
4103
|
}
|
|
3940
4104
|
],
|
|
3941
|
-
"fileUrlPath": "dist/types/types/models/
|
|
4105
|
+
"fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
|
|
3942
4106
|
"releaseTag": "Public",
|
|
3943
|
-
"name": "
|
|
4107
|
+
"name": "PlatformRelatedPromptTagging",
|
|
3944
4108
|
"preserveMemberOrder": false,
|
|
3945
4109
|
"members": [
|
|
3946
4110
|
{
|
|
3947
4111
|
"kind": "PropertySignature",
|
|
3948
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4112
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#nextQueries:member",
|
|
3949
4113
|
"docComment": "",
|
|
3950
4114
|
"excerptTokens": [
|
|
3951
4115
|
{
|
|
3952
4116
|
"kind": "Content",
|
|
3953
|
-
"text": "
|
|
4117
|
+
"text": "nextQueries: "
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "Reference",
|
|
4121
|
+
"text": "Dictionary",
|
|
4122
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
3954
4123
|
},
|
|
3955
4124
|
{
|
|
3956
4125
|
"kind": "Content",
|
|
3957
|
-
"text": "
|
|
4126
|
+
"text": "<"
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"kind": "Reference",
|
|
4130
|
+
"text": "PlatformRelatedPromptNextQueriesTagging",
|
|
4131
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging:interface"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"kind": "Content",
|
|
4135
|
+
"text": ">"
|
|
3958
4136
|
},
|
|
3959
4137
|
{
|
|
3960
4138
|
"kind": "Content",
|
|
@@ -3964,20 +4142,20 @@
|
|
|
3964
4142
|
"isReadonly": false,
|
|
3965
4143
|
"isOptional": false,
|
|
3966
4144
|
"releaseTag": "Public",
|
|
3967
|
-
"name": "
|
|
4145
|
+
"name": "nextQueries",
|
|
3968
4146
|
"propertyTypeTokenRange": {
|
|
3969
4147
|
"startIndex": 1,
|
|
3970
|
-
"endIndex":
|
|
4148
|
+
"endIndex": 5
|
|
3971
4149
|
}
|
|
3972
4150
|
},
|
|
3973
4151
|
{
|
|
3974
4152
|
"kind": "PropertySignature",
|
|
3975
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4153
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#toolingDisplay:member",
|
|
3976
4154
|
"docComment": "",
|
|
3977
4155
|
"excerptTokens": [
|
|
3978
4156
|
{
|
|
3979
4157
|
"kind": "Content",
|
|
3980
|
-
"text": "
|
|
4158
|
+
"text": "toolingDisplay: "
|
|
3981
4159
|
},
|
|
3982
4160
|
{
|
|
3983
4161
|
"kind": "Content",
|
|
@@ -3991,7 +4169,7 @@
|
|
|
3991
4169
|
"isReadonly": false,
|
|
3992
4170
|
"isOptional": false,
|
|
3993
4171
|
"releaseTag": "Public",
|
|
3994
|
-
"name": "
|
|
4172
|
+
"name": "toolingDisplay",
|
|
3995
4173
|
"propertyTypeTokenRange": {
|
|
3996
4174
|
"startIndex": 1,
|
|
3997
4175
|
"endIndex": 2
|
|
@@ -3999,16 +4177,16 @@
|
|
|
3999
4177
|
},
|
|
4000
4178
|
{
|
|
4001
4179
|
"kind": "PropertySignature",
|
|
4002
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4180
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#toolingDisplayClick:member",
|
|
4003
4181
|
"docComment": "",
|
|
4004
4182
|
"excerptTokens": [
|
|
4005
4183
|
{
|
|
4006
4184
|
"kind": "Content",
|
|
4007
|
-
"text": "
|
|
4185
|
+
"text": "toolingDisplayClick: "
|
|
4008
4186
|
},
|
|
4009
4187
|
{
|
|
4010
4188
|
"kind": "Content",
|
|
4011
|
-
"text": "string
|
|
4189
|
+
"text": "string"
|
|
4012
4190
|
},
|
|
4013
4191
|
{
|
|
4014
4192
|
"kind": "Content",
|
|
@@ -4018,24 +4196,42 @@
|
|
|
4018
4196
|
"isReadonly": false,
|
|
4019
4197
|
"isOptional": false,
|
|
4020
4198
|
"releaseTag": "Public",
|
|
4021
|
-
"name": "
|
|
4199
|
+
"name": "toolingDisplayClick",
|
|
4022
4200
|
"propertyTypeTokenRange": {
|
|
4023
4201
|
"startIndex": 1,
|
|
4024
4202
|
"endIndex": 2
|
|
4025
4203
|
}
|
|
4026
|
-
}
|
|
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": [
|
|
4027
4223
|
{
|
|
4028
4224
|
"kind": "PropertySignature",
|
|
4029
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4225
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#position:member",
|
|
4030
4226
|
"docComment": "",
|
|
4031
4227
|
"excerptTokens": [
|
|
4032
4228
|
{
|
|
4033
4229
|
"kind": "Content",
|
|
4034
|
-
"text": "
|
|
4230
|
+
"text": "position: "
|
|
4035
4231
|
},
|
|
4036
4232
|
{
|
|
4037
4233
|
"kind": "Content",
|
|
4038
|
-
"text": "
|
|
4234
|
+
"text": "number"
|
|
4039
4235
|
},
|
|
4040
4236
|
{
|
|
4041
4237
|
"kind": "Content",
|
|
@@ -4045,7 +4241,7 @@
|
|
|
4045
4241
|
"isReadonly": false,
|
|
4046
4242
|
"isOptional": false,
|
|
4047
4243
|
"releaseTag": "Public",
|
|
4048
|
-
"name": "
|
|
4244
|
+
"name": "position",
|
|
4049
4245
|
"propertyTypeTokenRange": {
|
|
4050
4246
|
"startIndex": 1,
|
|
4051
4247
|
"endIndex": 2
|
|
@@ -4053,16 +4249,16 @@
|
|
|
4053
4249
|
},
|
|
4054
4250
|
{
|
|
4055
4251
|
"kind": "PropertySignature",
|
|
4056
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4252
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#query:member",
|
|
4057
4253
|
"docComment": "",
|
|
4058
4254
|
"excerptTokens": [
|
|
4059
4255
|
{
|
|
4060
4256
|
"kind": "Content",
|
|
4061
|
-
"text": "
|
|
4257
|
+
"text": "query: "
|
|
4062
4258
|
},
|
|
4063
4259
|
{
|
|
4064
4260
|
"kind": "Content",
|
|
4065
|
-
"text": "
|
|
4261
|
+
"text": "string"
|
|
4066
4262
|
},
|
|
4067
4263
|
{
|
|
4068
4264
|
"kind": "Content",
|
|
@@ -4072,7 +4268,7 @@
|
|
|
4072
4268
|
"isReadonly": false,
|
|
4073
4269
|
"isOptional": false,
|
|
4074
4270
|
"releaseTag": "Public",
|
|
4075
|
-
"name": "
|
|
4271
|
+
"name": "query",
|
|
4076
4272
|
"propertyTypeTokenRange": {
|
|
4077
4273
|
"startIndex": 1,
|
|
4078
4274
|
"endIndex": 2
|
|
@@ -4080,16 +4276,16 @@
|
|
|
4080
4276
|
},
|
|
4081
4277
|
{
|
|
4082
4278
|
"kind": "PropertySignature",
|
|
4083
|
-
"canonicalReference": "@empathyco/x-adapter-platform!
|
|
4279
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#source:member",
|
|
4084
4280
|
"docComment": "",
|
|
4085
4281
|
"excerptTokens": [
|
|
4086
4282
|
{
|
|
4087
4283
|
"kind": "Content",
|
|
4088
|
-
"text": "
|
|
4284
|
+
"text": "source: "
|
|
4089
4285
|
},
|
|
4090
4286
|
{
|
|
4091
4287
|
"kind": "Content",
|
|
4092
|
-
"text": "
|
|
4288
|
+
"text": "'ORGANIC' | 'CURATED'"
|
|
4093
4289
|
},
|
|
4094
4290
|
{
|
|
4095
4291
|
"kind": "Content",
|
|
@@ -4099,7 +4295,339 @@
|
|
|
4099
4295
|
"isReadonly": false,
|
|
4100
4296
|
"isOptional": false,
|
|
4101
4297
|
"releaseTag": "Public",
|
|
4102
|
-
"name": "
|
|
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",
|
|
4589
|
+
"text": "__prices: "
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"kind": "Content",
|
|
4593
|
+
"text": "{\n current: {\n value: number;\n };\n previous?: {\n value: number;\n };\n future?: {\n value: number;\n };\n }"
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"kind": "Content",
|
|
4597
|
+
"text": ";"
|
|
4598
|
+
}
|
|
4599
|
+
],
|
|
4600
|
+
"isReadonly": false,
|
|
4601
|
+
"isOptional": false,
|
|
4602
|
+
"releaseTag": "Public",
|
|
4603
|
+
"name": "__prices",
|
|
4604
|
+
"propertyTypeTokenRange": {
|
|
4605
|
+
"startIndex": 1,
|
|
4606
|
+
"endIndex": 2
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"kind": "PropertySignature",
|
|
4611
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__url:member",
|
|
4612
|
+
"docComment": "",
|
|
4613
|
+
"excerptTokens": [
|
|
4614
|
+
{
|
|
4615
|
+
"kind": "Content",
|
|
4616
|
+
"text": "__url: "
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"kind": "Content",
|
|
4620
|
+
"text": "string"
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
"kind": "Content",
|
|
4624
|
+
"text": ";"
|
|
4625
|
+
}
|
|
4626
|
+
],
|
|
4627
|
+
"isReadonly": false,
|
|
4628
|
+
"isOptional": false,
|
|
4629
|
+
"releaseTag": "Public",
|
|
4630
|
+
"name": "__url",
|
|
4103
4631
|
"propertyTypeTokenRange": {
|
|
4104
4632
|
"startIndex": 1,
|
|
4105
4633
|
"endIndex": 2
|
|
@@ -4321,7 +4849,7 @@
|
|
|
4321
4849
|
},
|
|
4322
4850
|
{
|
|
4323
4851
|
"kind": "Content",
|
|
4324
|
-
"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 }"
|
|
4325
4853
|
},
|
|
4326
4854
|
{
|
|
4327
4855
|
"kind": "Content",
|
|
@@ -5645,6 +6173,306 @@
|
|
|
5645
6173
|
"endIndex": 8
|
|
5646
6174
|
}
|
|
5647
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
|
+
},
|
|
5648
6476
|
{
|
|
5649
6477
|
"kind": "Variable",
|
|
5650
6478
|
"canonicalReference": "@empathyco/x-adapter-platform!relatedTagSchema:var",
|