@empathyco/x-components 3.0.0-alpha.112 → 3.0.0-alpha.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/design-system/full-theme.css +50 -49
- package/docs/API-reference/api/index.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.bannermutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfiltermutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.md +102 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextquerymutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfiltermutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.md +24 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +24 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +19 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsefacetsmapper.md +27 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefiltermutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionmutableschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmutableschema.md +11 -0
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.privatexmoduleoptions.md +1 -1
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.md +0 -1
- package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
- package/docs/API-reference/api/x-components.xplugin.md +3 -5
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.md +1 -1
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +4 -4
- package/docs/build-search-ui/web-archetype-development-guide.md +2 -5
- package/docs/build-search-ui/web-x-components-development-guide.md +22 -52
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.js +7 -21
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +1 -42
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +0 -2
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +2 -2
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/request.getter.js +1 -1
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +1 -3
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/request.getter.js +1 -1
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/request.getter.js +1 -1
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +1 -3
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +1 -3
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/reset-state.action.js +8 -7
- package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -1
- package/js/x-modules/search/store/getters/request.getter.js +1 -1
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/tagging/store/actions/track.action.js +1 -1
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
- package/package.json +5 -5
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +5578 -0
- package/report/x-components.api.json +369 -705
- package/report/x-components.api.md +47 -50
- package/types/adapter/e2e-adapter.d.ts +29 -0
- package/types/adapter/e2e-adapter.d.ts.map +1 -0
- package/types/plugins/x-emitters.d.ts.map +1 -1
- package/types/plugins/x-plugin.d.ts +12 -21
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +18 -8
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/views/base-config.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +0 -5
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +0 -20
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/events.types.d.ts +2 -3
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +4 -5
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +2 -2
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
- package/types/x-modules/next-queries/events.types.d.ts +1 -2
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +1 -2
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/wiring.d.ts +2 -2
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/popular-searches/events.types.d.ts +3 -4
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts +4 -5
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/wiring.d.ts +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +2 -3
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +4 -5
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +2 -2
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +2 -3
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +4 -5
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/wiring.d.ts +1 -1
- package/types/x-modules/related-tags/events.types.d.ts +1 -2
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +1 -2
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +2 -2
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/reset-state.action.d.ts +1 -0
- package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +1 -2
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +1 -1
- package/types/x-modules/search/types.d.ts.map +1 -1
- package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor._constructor_.md +0 -13
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -27
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
- package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
- package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
- package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.binding.md +0 -15
- package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
- package/docs/API-reference/api/x-adapter.bindings.md +0 -13
- package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
- package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
- package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
- package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
- package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
- package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
- package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
- package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
- package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
- package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
- package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
- package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
- package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
- package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
- package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquery.source.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
- package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
- package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
- package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
- package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
- package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
- package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
- package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
- package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
- package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
- package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
- package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
- package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
- package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
- package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
- package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
- package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
- package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.mapper.md +0 -20
- package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
- package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
- package/docs/API-reference/api/x-adapter.md +0 -178
- package/docs/API-reference/api/x-adapter.newable.md +0 -13
- package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
- package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
- package/docs/API-reference/api/x-adapter.primitive.md +0 -13
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
- package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
- package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
- package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
- package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.requestor.md +0 -20
- package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
- package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.md +0 -37
- package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
- package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
- package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
- package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
- package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
- package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
- package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
- package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
- package/report/x-adapter.api.json +0 -23458
- package/types/adapter/mocked-adapter.d.ts +0 -18
- package/types/adapter/mocked-adapter.d.ts.map +0 -1
- package/types/adapter/real-adapter.d.ts +0 -2
- package/types/adapter/real-adapter.d.ts.map +0 -1
- package/types/adapter/util.d.ts +0 -12
- package/types/adapter/util.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"x-installer.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/x-installer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"x-installer.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/x-installer.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,EAAE,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAExD,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAEtF,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,CAAC,CAAC,EAAE,IAAI,CAAC;QACT,KAAK,CAAC,EAAE,CAAC,MAAM,aAAa,CAAC,GAAG,aAAa,CAAC;KAC/C;CACF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,qBAAa,UAAU;IAsBF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,eAAe;IArB9D,OAAO,CAAC,GAAG,CAAC,CAAO;IAEnB;;;;OAIG;IACH,SAAS,CAAC,aAAa,EAAG,aAAa,CAAC;IAExC;;;;;;;;;;;OAWG;gBACmC,OAAO,EAAE,eAAe;IAI9D;;;;;;OAMG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAU3B;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAQ7B;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,WAAW,CAAC;IACxD,IAAI,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAqBnC;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,cAAc;IAW5C;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAI3B;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,MAAM,IAAI,cAAc;IAIlC;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,aAAa,CAAC,aAAa,EAAE,cAAc,EAAE,GAAG,EAAE,IAAI,GAAG,YAAY,CAAC,cAAc,CAAC;IAO/F;;;;;;;OAOG;IACH,SAAS,CAAC,mBAAmB,CAC3B,OAAO,EAAE,aAAa,EACtB,GAAG,EAAE,IAAI,GACR,OAAO,CAAC,6BAA6B,CAAC;IAKzC;;;;;;;;;OASG;IACH,SAAS,CAAC,SAAS,CACjB,YAAY,EAAE,6BAA6B,EAC3C,aAAa,EAAE,aAAa,GAC3B,GAAG,GAAG,SAAS;IAmBlB;;;;;;;;;OASG;IACH,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO;IAgB1E;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,CAAC,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;CAK3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snippet-config-extra-params.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/extra-params/components/snippet-config-extra-params.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAKA,OAAO,EAAW,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAInE;;;;;GAKG;AAKH,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,GAAG;IACvD;;;;OAIG;IAEI,aAAa,EAAG,aAAa,CAAC;IAErC;;;;OAIG;IAEH,SAAS,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAEvC;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAAM;IAEhD;;;;;OAKG;
|
|
1
|
+
{"version":3,"file":"snippet-config-extra-params.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/extra-params/components/snippet-config-extra-params.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAKA,OAAO,EAAW,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAInE;;;;;GAKG;AAKH,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,GAAG;IACvD;;;;OAIG;IAEI,aAAa,EAAG,aAAa,CAAC;IAErC;;;;OAIG;IAEH,SAAS,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAEvC;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAAM;IAEhD;;;;;OAKG;IAYH,SAAS,CAAC,mBAAmB,EAAG,KAAK,CAAC,MAAM,aAAa,CAAC,CAAC;IAE3D;;;;;;OAMG;IAEH,eAAe,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;CAQpD"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Result } from '@empathyco/x-types';
|
|
1
|
+
import { IdentifierResultsRequest, Result } from '@empathyco/x-types';
|
|
3
2
|
/**
|
|
4
3
|
* Dictionary of the events of IdentifierResults XModule, where each key is the event name, and the
|
|
5
4
|
* value is the event payload type or `void` if it has no payload.
|
|
@@ -17,7 +16,7 @@ export interface IdentifierResultsXEvents {
|
|
|
17
16
|
* Payload: The new {@link @empathyco/x-types#IdentifierResultsRequest | identifier result
|
|
18
17
|
* request} or `null` if there is not enough data in the state nto conform a valid request.
|
|
19
18
|
*/
|
|
20
|
-
IdentifierResultsRequestChanged:
|
|
19
|
+
IdentifierResultsRequestChanged: IdentifierResultsRequest | null;
|
|
21
20
|
/**
|
|
22
21
|
* A identifier result has been clicked.
|
|
23
22
|
* Payload: The {@link @empathyco/x-types#Result | result}.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEtE;;;;;GAKG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC;;;;OAIG;IACH,+BAA+B,EAAE,wBAAwB,GAAG,IAAI,CAAC;IACjE;;;OAGG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IdentifierResultsRequest } from '@empathyco/x-types';
|
|
2
2
|
import { IdentifierResultsActionsContext } from '../types';
|
|
3
3
|
/**
|
|
4
4
|
* Default implementation for {@link IdentifierResultsActions.fetchAndSaveIdentifierResults} action.
|
|
5
5
|
*
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export declare const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request:
|
|
8
|
+
export declare const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request: IdentifierResultsRequest | null) => void | Promise<void>;
|
|
9
9
|
/**
|
|
10
10
|
* Default implementation for {@link IdentifierResultsActions.cancelFetchAndSaveIdentifierResults}
|
|
11
11
|
* action.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-and-save-identifier-results.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"fetch-and-save-identifier-results.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAEtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAmB3D;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,8GAAe,CAAC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC,YAAiB,CAAC"}
|
|
@@ -8,6 +8,6 @@ export declare const identifierResultsEmitters: {
|
|
|
8
8
|
selector: (state: import("./types").IdentifierResultsState) => import("@empathyco/x-types").Result[];
|
|
9
9
|
filter: (newCollection: import("@empathyco/x-types").Result[], oldCollection: import("@empathyco/x-types").Result[]) => boolean;
|
|
10
10
|
};
|
|
11
|
-
IdentifierResultsRequestChanged: (_: import("./types").IdentifierResultsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").IdentifierResultsState, import("./types").IdentifierResultsGetters>>) => import("@empathyco/x-
|
|
11
|
+
IdentifierResultsRequestChanged: (_: import("./types").IdentifierResultsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").IdentifierResultsState, import("./types").IdentifierResultsGetters>>) => import("@empathyco/x-types").IdentifierResultsRequest | null;
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=emitters.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Result } from '@empathyco/x-types';
|
|
1
|
+
import { IdentifierResultsRequest, Result } from '@empathyco/x-types';
|
|
3
2
|
import { Dictionary } from '@empathyco/x-utils';
|
|
4
3
|
import { XActionContext, XStoreModule } from '../../../store';
|
|
5
4
|
import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
|
|
@@ -33,7 +32,7 @@ export interface IdentifierResultsGetters {
|
|
|
33
32
|
* The adapter request object for retrieving the identifier suggestions, or null if there is not
|
|
34
33
|
* valid data to create a request.
|
|
35
34
|
*/
|
|
36
|
-
identifierResultsRequest:
|
|
35
|
+
identifierResultsRequest: IdentifierResultsRequest | null;
|
|
37
36
|
/** The RegExp to test against the query. */
|
|
38
37
|
identifierDetectionRegexp: RegExp;
|
|
39
38
|
/**
|
|
@@ -90,11 +89,11 @@ export interface IdentifierResultsActions {
|
|
|
90
89
|
*
|
|
91
90
|
* @returns An array of identifier results.
|
|
92
91
|
*/
|
|
93
|
-
fetchIdentifierResults(request:
|
|
92
|
+
fetchIdentifierResults(request: IdentifierResultsRequest | null): Result[];
|
|
94
93
|
/**
|
|
95
94
|
* Requests a new set of identifier results and stores them in the module.
|
|
96
95
|
*/
|
|
97
|
-
fetchAndSaveIdentifierResults(request:
|
|
96
|
+
fetchAndSaveIdentifierResults(request: IdentifierResultsRequest | null): void;
|
|
98
97
|
/**
|
|
99
98
|
* Creates a {@link QueryOrigin} and saves it.
|
|
100
99
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/identifier-results/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/identifier-results/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,UAAU;IACrE,0DAA0D;IAC1D,MAAM,EAAE,uBAAuB,CAAC;IAChC,wFAAwF;IACxF,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,0CAA0C;IAC1C,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B,gFAAgF;IAChF,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,wBAAwB,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAC1D,4CAA4C;IAC5C,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,yBAAyB,EAAE,MAAM,CAAC;CACnC;AAED;;;;GAIG;AACH,MAAM,WAAW,0BAA2B,SAAQ,eAAe,EAAE,cAAc;IACjF;;;;OAIG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACxD;;;;;OAKG;IACH,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,mCAAmC,IAAI,IAAI,CAAC;IAC5C;;;;OAIG;IACH,sBAAsB,CAAC,OAAO,EAAE,wBAAwB,GAAG,IAAI,GAAG,MAAM,EAAE,CAAC;IAC3E;;OAEG;IACH,6BAA6B,CAAC,OAAO,EAAE,wBAAwB,GAAG,IAAI,GAAG,IAAI,CAAC;IAC9E;;;;OAIG;IACH,UAAU,CAAC,UAAU,EAAE,eAAe,GAAG,IAAI,CAAC;IAC9C;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED;;;;GAIG;AACH,oBAAY,6BAA6B,GAAG,YAAY,CACtD,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,CACzB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,+BAA+B,GAAG,cAAc,CAC1D,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,CACzB,CAAC"}
|
|
@@ -15,7 +15,7 @@ export declare const clearIdentifierResultsQuery: import("../..").AnyWire;
|
|
|
15
15
|
*
|
|
16
16
|
* @public
|
|
17
17
|
*/
|
|
18
|
-
export declare const fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-
|
|
18
|
+
export declare const fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-types").IdentifierResultsRequest | null>;
|
|
19
19
|
/**
|
|
20
20
|
* Cancels the {@link IdentifierResultsActions.fetchAndSaveIdentifierResults} request promise.
|
|
21
21
|
*
|
|
@@ -56,7 +56,7 @@ export declare const identifierResultsWiring: {
|
|
|
56
56
|
cancelFetchAndSaveIdentifierResultsWire: import("../..").AnyWire;
|
|
57
57
|
};
|
|
58
58
|
IdentifierResultsRequestChanged: {
|
|
59
|
-
fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-
|
|
59
|
+
fetchAndSaveIdentifierResultsWire: import("../..").Wire<import("@empathyco/x-types").IdentifierResultsRequest | null>;
|
|
60
60
|
};
|
|
61
61
|
ExtraParamsChanged: {
|
|
62
62
|
setIdentifierResultsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,8BAA4B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,yBAA6B,CAAC;AAStE;;;;GAIG;AACH,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/identifier-results/wiring.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,8BAA4B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,yBAA6B,CAAC;AAStE;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,oFAAgD,CAAC;AAE/F;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,yBAEnD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,yBAG3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,wEAA0B,CAAC;AAOvE;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;CA0BlC,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { NextQueriesRequest } from '@empathyco/x-
|
|
2
|
-
import { NextQuery } from '@empathyco/x-types';
|
|
1
|
+
import { NextQuery, NextQueriesRequest } from '@empathyco/x-types';
|
|
3
2
|
/**
|
|
4
3
|
* Dictionary of the events of NextQueries XModule, where each key is the event name, and the value
|
|
5
4
|
* is the event payload type or `void` if it has no payload.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAEnE;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,kBAAkB,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,oBAAoB,EAAE,SAAS,EAAE,CAAC;IAClC;;;;OAIG;IACH,yBAAyB,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACrD;;;OAGG;IACH,sBAAsB,EAAE,SAAS,CAAC;CACnC"}
|
package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-and-save-next-queries.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"fetch-and-save-next-queries.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAGnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAiBpD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,iGAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
|
|
@@ -8,6 +8,6 @@ export declare const nextQueriesEmitters: {
|
|
|
8
8
|
selector: (_: import("./types").NextQueriesState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").NextQueriesState, import("./types").NextQueriesGetters>>) => import("@empathyco/x-types").NextQuery[];
|
|
9
9
|
filter: (newCollection: import("@empathyco/x-types").NextQuery[], oldCollection: import("@empathyco/x-types").NextQuery[]) => boolean;
|
|
10
10
|
};
|
|
11
|
-
NextQueriesRequestChanged: (_: import("./types").NextQueriesState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").NextQueriesState, import("./types").NextQueriesGetters>>) => import("@empathyco/x-
|
|
11
|
+
NextQueriesRequestChanged: (_: import("./types").NextQueriesState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").NextQueriesState, import("./types").NextQueriesGetters>>) => import("@empathyco/x-types").NextQueriesRequest | null;
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=emitters.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { NextQueriesRequest } from '@empathyco/x-
|
|
2
|
-
import { HistoryQuery, NextQuery } from '@empathyco/x-types';
|
|
1
|
+
import { HistoryQuery, NextQuery, NextQueriesRequest } from '@empathyco/x-types';
|
|
3
2
|
import { Dictionary } from '@empathyco/x-utils';
|
|
4
3
|
import { XActionContext, XStoreModule } from '../../../store';
|
|
5
4
|
import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,gBAAiB,SAAQ,WAAW,EAAE,UAAU;IAC/D,0EAA0E;IAC1E,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,WAAW,EAAE,SAAS,EAAE,CAAC;IACzB,sFAAsF;IAEtF,eAAe,EAAE,YAAY,EAAE,CAAC;IAChC,wDAAwD;IACxD,MAAM,EAAE,iBAAiB,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,OAAO,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACnC,+DAA+D;IAC/D,WAAW,EAAE,SAAS,EAAE,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,eAAe,EAAE,cAAc;IAC3E;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAC/C;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,SAAS,EAAE,GAAG,IAAI,CAAC;IACzE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,GAAG,IAAI,CAAC;IAClE;;OAEG;IACH,4BAA4B,CAAC,cAAc,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACnE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,oBAAY,uBAAuB,GAAG,YAAY,CAChD,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,CACnB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,wBAAwB,GAAG,cAAc,CACnD,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,CACnB,CAAC"}
|
|
@@ -15,7 +15,7 @@ export declare const setNextQueriesExtraParams: import("../..").Wire<import("@em
|
|
|
15
15
|
*
|
|
16
16
|
* @public
|
|
17
17
|
*/
|
|
18
|
-
export declare const fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-
|
|
18
|
+
export declare const fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-types").NextQueriesRequest | null>;
|
|
19
19
|
/**
|
|
20
20
|
* Sets the next queries state `query` with the last query in history queries.
|
|
21
21
|
*
|
|
@@ -45,7 +45,7 @@ export declare const nextQueriesWiring: {
|
|
|
45
45
|
setQueryFromLastHistoryQueryWire: import("../..").Wire<import("@empathyco/x-types").HistoryQuery[]>;
|
|
46
46
|
};
|
|
47
47
|
NextQueriesRequestChanged: {
|
|
48
|
-
fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-
|
|
48
|
+
fetchAndSaveNextQueriesWire: import("../..").Wire<import("@empathyco/x-types").NextQueriesRequest | null>;
|
|
49
49
|
};
|
|
50
50
|
ExtraParamsChanged: {
|
|
51
51
|
setNextQueriesExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/wiring.ts"],"names":[],"mappings":"AA0BA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAC;AAS1D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/wiring.ts"],"names":[],"mappings":"AA0BA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAC;AAS1D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,mEAA+C,CAAC;AAE7F;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,mEAAmC,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;CAkB5B,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Suggestion } from '@empathyco/x-types';
|
|
1
|
+
import { Suggestion, PopularSearchesRequest } from '@empathyco/x-types';
|
|
3
2
|
/**
|
|
4
3
|
* Dictionary of the events of PopularSearches XModule, where each key is the event name, and the
|
|
5
4
|
* value is the event payload type or `void` if it has no payload.
|
|
@@ -9,9 +8,9 @@ import { Suggestion } from '@empathyco/x-types';
|
|
|
9
8
|
export interface PopularSearchesXEvents {
|
|
10
9
|
/**
|
|
11
10
|
* Any property of the popular-searches request has changed
|
|
12
|
-
* Payload: The new popular-search request.
|
|
11
|
+
* Payload: The new {@link @empathyco/x-types#PopularSearchesRequest | popular-search request}.
|
|
13
12
|
*/
|
|
14
|
-
PopularSearchesRequestChanged:
|
|
13
|
+
PopularSearchesRequestChanged: PopularSearchesRequest;
|
|
15
14
|
/**
|
|
16
15
|
* The popular searches have been displayed.
|
|
17
16
|
* Payload: The displayed {@link @empathyco/x-types#Suggestion | popular searches}.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/popular-searches/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/popular-searches/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAExE;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,6BAA6B,EAAE,sBAAsB,CAAC;IACtD;;;OAGG;IACH,sBAAsB,EAAE,UAAU,EAAE,CAAC;IACrC;;;OAGG;IACH,0BAA0B,EAAE,UAAU,CAAC;CACxC"}
|
package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PopularSearchesRequest } from '@empathyco/x-types';
|
|
2
2
|
import { PopularSearchesActionContext } from '../types';
|
|
3
3
|
/**
|
|
4
4
|
* Default implementation for {@link PopularSearchesActions.fetchAndSaveSuggestions} action.
|
|
5
5
|
*
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export declare const fetchAndSaveSuggestions: (context: PopularSearchesActionContext, request:
|
|
8
|
+
export declare const fetchAndSaveSuggestions: (context: PopularSearchesActionContext, request: PopularSearchesRequest) => void | Promise<void>;
|
|
9
9
|
/**
|
|
10
10
|
* Default implementation for {@link PopularSearchesActions.cancelFetchAndSaveSuggestions} action.
|
|
11
11
|
*
|
package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGxE,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAexD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,kGAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"fetch-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAKvF,CAAC"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const popularSearchesEmitters: {
|
|
7
7
|
PopularSearchesRequestChanged: {
|
|
8
|
-
selector: (_: import("./types").PopularSearchesState, getters: import("../../..").Returns<import("../../..").GettersTree<import("./types").PopularSearchesState, import("./types").PopularSearchesGetters>>) => import("@empathyco/x-
|
|
8
|
+
selector: (_: import("./types").PopularSearchesState, getters: import("../../..").Returns<import("../../..").GettersTree<import("./types").PopularSearchesState, import("./types").PopularSearchesGetters>>) => import("@empathyco/x-types").PopularSearchesRequest;
|
|
9
9
|
immediate: true;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { HistoryQuery, Suggestion } from '@empathyco/x-types';
|
|
1
|
+
import { HistoryQuery, Suggestion, PopularSearchesRequest } from '@empathyco/x-types';
|
|
3
2
|
import { Dictionary } from '@empathyco/x-utils';
|
|
4
3
|
import { XActionContext, XStoreModule } from '../../../store';
|
|
5
4
|
import { StatusMutations, StatusState } from '../../../store/utils/status-store.utils';
|
|
@@ -26,7 +25,7 @@ export interface PopularSearchesState extends StatusState {
|
|
|
26
25
|
*/
|
|
27
26
|
export interface PopularSearchesGetters {
|
|
28
27
|
/** The request object to retrieve popular searches. */
|
|
29
|
-
request:
|
|
28
|
+
request: PopularSearchesRequest;
|
|
30
29
|
/** List of the Popular Searches. */
|
|
31
30
|
popularSearches: Suggestion[];
|
|
32
31
|
}
|
|
@@ -70,11 +69,11 @@ export interface PopularSearchesActions {
|
|
|
70
69
|
*
|
|
71
70
|
* @returns The new set of suggestions.
|
|
72
71
|
*/
|
|
73
|
-
fetchSuggestions(request:
|
|
72
|
+
fetchSuggestions(request: PopularSearchesRequest): Suggestion[];
|
|
74
73
|
/**
|
|
75
74
|
* Fetches a new set of suggestions and stores them in the module state.
|
|
76
75
|
*/
|
|
77
|
-
fetchAndSaveSuggestions(request:
|
|
76
|
+
fetchAndSaveSuggestions(request: PopularSearchesRequest): void;
|
|
78
77
|
}
|
|
79
78
|
/**
|
|
80
79
|
* Popular searches store module.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/popular-searches/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/popular-searches/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,mFAAmF;IACnF,eAAe,EAAE,UAAU,EAAE,CAAC;IAC9B,iDAAiD;IACjD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,sFAAsF;IAEtF,eAAe,EAAE,YAAY,EAAE,CAAC;IAChC,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,uDAAuD;IACvD,OAAO,EAAE,sBAAsB,CAAC;IAChC,oCAAoC;IACpC,eAAe,EAAE,UAAU,EAAE,CAAC;CAC/B;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC1D;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,sBAAsB,GAAG,UAAU,EAAE,CAAC;IAChE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,CAAC;CAChE;AAED;;;;GAIG;AACH,oBAAY,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare const setPopularSearchesExtraParams: import("../..").Wire<import(
|
|
|
17
17
|
*/
|
|
18
18
|
export declare const popularSearchesWiring: {
|
|
19
19
|
PopularSearchesRequestChanged: {
|
|
20
|
-
retrievePopularSuggestions: import("../..").Wire<import("@empathyco/x-
|
|
20
|
+
retrievePopularSuggestions: import("../..").Wire<import("@empathyco/x-types").PopularSearchesRequest>;
|
|
21
21
|
};
|
|
22
22
|
SessionHistoryQueriesChanged: {
|
|
23
23
|
setSearchedQueriesInPopularSearches: import("../..").Wire<import("@empathyco/x-types").HistoryQuery[]>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Suggestion } from '@empathyco/x-types';
|
|
1
|
+
import { QuerySuggestionsRequest, Suggestion } from '@empathyco/x-types';
|
|
3
2
|
/**
|
|
4
3
|
* Dictionary of the events of QuerySuggestions XModule, where each key is the event name, and the
|
|
5
4
|
* value is the event payload type or `void` if it has no payload.
|
|
@@ -22,7 +21,7 @@ export interface QuerySuggestionsXEvents {
|
|
|
22
21
|
* Payload: The new query suggestions request or `null` if there is not enough data in the state
|
|
23
22
|
* to conform a valid request.
|
|
24
23
|
*/
|
|
25
|
-
QuerySuggestionsRequestChanged:
|
|
24
|
+
QuerySuggestionsRequestChanged: QuerySuggestionsRequest | null;
|
|
26
25
|
/**
|
|
27
26
|
* User selected a query suggestion
|
|
28
27
|
* Payload: The {@link @empathyco/x-types#Suggestion | query suggestion} that the user
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEzE;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,uBAAuB,EAAE,UAAU,EAAE,CAAC;IACtC;;;OAGG;IACH,yBAAyB,EAAE,UAAU,EAAE,CAAC;IACxC;;;;OAIG;IACH,8BAA8B,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,4BAA4B,EAAE,UAAU,CAAC;CAC1C"}
|
package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { QuerySuggestionsRequest } from '@empathyco/x-types';
|
|
2
2
|
import { QuerySuggestionsActionContext } from '../types';
|
|
3
3
|
/**
|
|
4
4
|
* Default implementation for {@link QuerySuggestionsActions.fetchAndSaveSuggestions} action.
|
|
5
5
|
*
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export declare const fetchAndSaveSuggestions: (context: QuerySuggestionsActionContext, request:
|
|
8
|
+
export declare const fetchAndSaveSuggestions: (context: QuerySuggestionsActionContext, request: QuerySuggestionsRequest | null) => void | Promise<void>;
|
|
9
9
|
/**
|
|
10
10
|
* Default implementation for {@link QuerySuggestionsActions.cancelFetchAndSaveSuggestions} action.
|
|
11
11
|
*
|
package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"fetch-and-save-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAc,MAAM,oBAAoB,CAAC;AAGzE,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAezD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,2GAAe,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,YAAiB,CAAC"}
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const querySuggestionsEmitters: {
|
|
7
7
|
QuerySuggestionsChanged: (state: import("./types").QuerySuggestionsState) => import("@empathyco/x-types").Suggestion[];
|
|
8
|
-
QuerySuggestionsRequestChanged: (_: import("./types").QuerySuggestionsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").QuerySuggestionsState, import("./types").QuerySuggestionsGetters>>) => import("@empathyco/x-
|
|
8
|
+
QuerySuggestionsRequestChanged: (_: import("./types").QuerySuggestionsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").QuerySuggestionsState, import("./types").QuerySuggestionsGetters>>) => import("@empathyco/x-types").QuerySuggestionsRequest | null;
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=emitters.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Suggestion } from '@empathyco/x-types';
|
|
1
|
+
import { QuerySuggestionsRequest, Suggestion } from '@empathyco/x-types';
|
|
3
2
|
import { Dictionary } from '@empathyco/x-utils';
|
|
4
3
|
import { XActionContext, XStoreModule } from '../../../store';
|
|
5
4
|
import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
|
|
@@ -31,7 +30,7 @@ export interface QuerySuggestionsGetters {
|
|
|
31
30
|
* The adapter request object for retrieving the query suggestions, or null if there is not
|
|
32
31
|
* valid data to create a request.
|
|
33
32
|
*/
|
|
34
|
-
request:
|
|
33
|
+
request: QuerySuggestionsRequest | null;
|
|
35
34
|
/** The normalized module's query. */
|
|
36
35
|
normalizedQuery: string;
|
|
37
36
|
/** The full list of queries suggestions related to the query search. */
|
|
@@ -78,11 +77,11 @@ export interface QuerySuggestionsActions {
|
|
|
78
77
|
*
|
|
79
78
|
* @returns A new list of suggestions.
|
|
80
79
|
*/
|
|
81
|
-
fetchSuggestions(request:
|
|
80
|
+
fetchSuggestions(request: QuerySuggestionsRequest | null): Suggestion[];
|
|
82
81
|
/**
|
|
83
82
|
* Requests and saves to the state a list of suggestions.
|
|
84
83
|
*/
|
|
85
|
-
fetchAndSaveSuggestions(request:
|
|
84
|
+
fetchAndSaveSuggestions(request: QuerySuggestionsRequest | null): void;
|
|
86
85
|
/**
|
|
87
86
|
* Checks if the url has a query on it and then updates the state with that value.
|
|
88
87
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/query-suggestions/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/query-suggestions/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,qBAAsB,SAAQ,WAAW,EAAE,UAAU;IACpE,kFAAkF;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,kDAAkD;IAClD,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,yDAAyD;IACzD,MAAM,EAAE,sBAAsB,CAAC;IAC/B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,OAAO,EAAE,uBAAuB,GAAG,IAAI,CAAC;IACxC,qCAAqC;IACrC,eAAe,EAAE,MAAM,CAAC;IACxB,wEAAwE;IACxE,gBAAgB,EAAE,UAAU,EAAE,CAAC;CAChC;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAA0B,SAAQ,eAAe,EAAE,cAAc;IAChF;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,6BAA6B,IAAI,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI,GAAG,UAAU,EAAE,CAAC;IACxE;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI,GAAG,IAAI,CAAC;IACvE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,YAAY,CACrD,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,CACxB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,6BAA6B,GAAG,cAAc,CACxD,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,uBAAuB,CACxB,CAAC"}
|
|
@@ -21,7 +21,7 @@ export declare const clearQuerySuggestionsQuery: import("../..").AnyWire;
|
|
|
21
21
|
*
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
24
|
-
export declare const fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-
|
|
24
|
+
export declare const fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-types").QuerySuggestionsRequest | null>;
|
|
25
25
|
/**
|
|
26
26
|
* Cancels the {@link QuerySuggestionsActions.fetchAndSaveSuggestions} request promise.
|
|
27
27
|
*
|
|
@@ -48,7 +48,7 @@ export declare const querySuggestionsWiring: {
|
|
|
48
48
|
cancelFetchAndSaveSuggestionsWire: import("../..").AnyWire;
|
|
49
49
|
};
|
|
50
50
|
QuerySuggestionsRequestChanged: {
|
|
51
|
-
fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-
|
|
51
|
+
fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-types").QuerySuggestionsRequest | null>;
|
|
52
52
|
};
|
|
53
53
|
ExtraParamsChanged: {
|
|
54
54
|
setQuerySuggestionsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAC;AASrE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAC;AASrE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,mFAA0C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAC;AAOF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;CAwBjC,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Result } from '@empathyco/x-types';
|
|
1
|
+
import { Result, RecommendationsRequest } from '@empathyco/x-types';
|
|
3
2
|
/**
|
|
4
3
|
* Dictionary of the events of Recommendations XModule, where each key is the event name, and the
|
|
5
4
|
* value is the event payload type or `void` if it has no payload.
|
|
@@ -17,7 +16,7 @@ export interface RecommendationsXEvents {
|
|
|
17
16
|
* Payload: The new recommendations request or `null` if there is not enough data in the state
|
|
18
17
|
* to conform a valid request.
|
|
19
18
|
*/
|
|
20
|
-
RecommendationsRequestChanged:
|
|
19
|
+
RecommendationsRequestChanged: RecommendationsRequest;
|
|
21
20
|
/**
|
|
22
21
|
* A recommendation result has been clicked.
|
|
23
22
|
* Payload: The {@link @empathyco/x-types#Result | result}.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/recommendations/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/recommendations/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAEpE;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,sBAAsB,EAAE,MAAM,EAAE,CAAC;IACjC;;;;OAIG;IACH,6BAA6B,EAAE,sBAAsB,CAAC;IACtD;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;CACpC"}
|
package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RecommendationsRequest } from '@empathyco/x-types';
|
|
2
2
|
import { RecommendationsActionContext } from '../types';
|
|
3
3
|
/**
|
|
4
4
|
* Default implementation for {@link RecommendationsActions.fetchAndSaveRecommendations}
|
|
@@ -6,7 +6,7 @@ import { RecommendationsActionContext } from '../types';
|
|
|
6
6
|
*
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
9
|
-
export declare const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request:
|
|
9
|
+
export declare const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: RecommendationsRequest | null) => void | Promise<void>;
|
|
10
10
|
/**
|
|
11
11
|
* Default implementation for {@link RecommendationsActions.cancelFetchAndSaveRecommendations}
|
|
12
12
|
* action.
|
package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-and-save-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"fetch-and-save-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAexD;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,yGAAe,CAAC;AAExD;;;;;GAKG;AACH,eAAO,MAAM,iCAAiC,YAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,sBAAsB,
|
|
1
|
+
{"version":3,"file":"fetch-recommendations.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,sBAAsB,CAG7F,CAAC"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const recommendationsEmitters: {
|
|
7
7
|
RecommendationsRequestChanged: {
|
|
8
|
-
selector: (_: import("./types").RecommendationsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").RecommendationsState, import("./types").RecommendationsGetters>>) => import("@empathyco/x-
|
|
8
|
+
selector: (_: import("./types").RecommendationsState, getters: import("../../..").Returns<import("../../../store").GettersTree<import("./types").RecommendationsState, import("./types").RecommendationsGetters>>) => import("@empathyco/x-types").RecommendationsRequest;
|
|
9
9
|
immediate: true;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Result } from '@empathyco/x-types';
|
|
1
|
+
import { Result, RecommendationsRequest } from '@empathyco/x-types';
|
|
3
2
|
import { Dictionary } from '@empathyco/x-utils';
|
|
4
3
|
import { XActionContext, XStoreModule } from '../../../store';
|
|
5
4
|
import { StatusMutations, StatusState } from '../../../store/utils/status-store.utils';
|
|
@@ -26,7 +25,7 @@ export interface RecommendationsState extends StatusState {
|
|
|
26
25
|
*/
|
|
27
26
|
export interface RecommendationsGetters {
|
|
28
27
|
/** The adapter request object for retrieving the recommendations. */
|
|
29
|
-
request:
|
|
28
|
+
request: RecommendationsRequest;
|
|
30
29
|
}
|
|
31
30
|
/**
|
|
32
31
|
* Recommendations store mutations.
|
|
@@ -61,13 +60,13 @@ export interface RecommendationsActions {
|
|
|
61
60
|
/**
|
|
62
61
|
* Requests and saves to the state a list of recommendations.
|
|
63
62
|
*/
|
|
64
|
-
fetchAndSaveRecommendations(request:
|
|
63
|
+
fetchAndSaveRecommendations(request: RecommendationsRequest | null): void;
|
|
65
64
|
/**
|
|
66
65
|
* Requests and returns a list of recommendations based on the module state.
|
|
67
66
|
*
|
|
68
67
|
* @returns A new list of results.
|
|
69
68
|
*/
|
|
70
|
-
fetchRecommendations(request:
|
|
69
|
+
fetchRecommendations(request: RecommendationsRequest | null): Result[];
|
|
71
70
|
}
|
|
72
71
|
/**
|
|
73
72
|
* Recommendations type safe store module.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/recommendations/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/recommendations/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,sDAAsD;IACtD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,uDAAuD;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,qEAAqE;IACrE,OAAO,EAAE,sBAAsB,CAAC;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D;;;;OAIG;IACH,kBAAkB,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,iCAAiC,IAAI,IAAI,CAAC;IAC1C;;OAEG;IACH,2BAA2B,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1E;;;;OAIG;IACH,oBAAoB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,MAAM,EAAE,CAAC;CACxE;AAED;;;;GAIG;AACH,oBAAY,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,oBAAY,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare const setRecommendationsExtraParams: import("../..").Wire<import(
|
|
|
11
11
|
*/
|
|
12
12
|
export declare const recommendationsWiring: {
|
|
13
13
|
RecommendationsRequestChanged: {
|
|
14
|
-
fetchAndSaveRecommendations: import("../..").Wire<import("@empathyco/x-
|
|
14
|
+
fetchAndSaveRecommendations: import("../..").Wire<import("@empathyco/x-types").RecommendationsRequest | null>;
|
|
15
15
|
};
|
|
16
16
|
UserClickedColumnPicker: {};
|
|
17
17
|
ExtraParamsChanged: {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { RelatedTagsRequest } from '@empathyco/x-
|
|
2
|
-
import { RelatedTag } from '@empathyco/x-types';
|
|
1
|
+
import { RelatedTag, RelatedTagsRequest } from '@empathyco/x-types';
|
|
3
2
|
/**
|
|
4
3
|
* Dictionary of the events of RelatedTags XModule, where each key is the event name, and the
|
|
5
4
|
* value is the event payload type or `void` if it has no payload.
|