@cimulate/copilot-widget 0.22.0 → 0.23.0
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.
|
@@ -44,14 +44,14 @@ declare type AllCopilotEvents = {
|
|
|
44
44
|
|
|
45
45
|
declare namespace browse {
|
|
46
46
|
export {
|
|
47
|
-
setBrowseContext,
|
|
48
47
|
updateBrowseCategoryId,
|
|
49
48
|
updateFacetFilters_2 as updateFacetFilters,
|
|
50
49
|
updateFacetFilter_2 as updateFacetFilter,
|
|
51
50
|
updateRangeFilters_2 as updateRangeFilters,
|
|
52
51
|
updateRangeFilter_2 as updateRangeFilter,
|
|
53
52
|
updateCatalogSegment_2 as updateCatalogSegment,
|
|
54
|
-
updatePricebooks_2 as updatePricebooks
|
|
53
|
+
updatePricebooks_2 as updatePricebooks,
|
|
54
|
+
setBrowseContext
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -170,14 +170,14 @@ declare const resetConversation: () => void;
|
|
|
170
170
|
|
|
171
171
|
declare namespace search {
|
|
172
172
|
export {
|
|
173
|
-
setSearchContext,
|
|
174
173
|
updateSearchQuery,
|
|
175
174
|
updateFacetFilters,
|
|
176
175
|
updateFacetFilter,
|
|
177
176
|
updateRangeFilters,
|
|
178
177
|
updateRangeFilter,
|
|
179
178
|
updateCatalogSegment,
|
|
180
|
-
updatePricebooks
|
|
179
|
+
updatePricebooks,
|
|
180
|
+
setSearchContext
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
|