@bridgeline-digital/hawksearch-handlebars-ui 5.0.9 → 5.0.11
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Handlebars from 'handlebars';
|
|
2
|
-
import { ItemType, RecommendationsResponse,
|
|
2
|
+
import { ItemType, RecommendationsResponse, SearchRequest, SearchResponse } from '@models';
|
|
3
3
|
import { AutocompleteService, RecommendationsService, SearchService, TrackingService } from '../services';
|
|
4
4
|
export interface BaseComponentConfig {
|
|
5
5
|
/**
|
|
@@ -573,10 +573,6 @@ export interface HawkSearchConfig {
|
|
|
573
573
|
assets?: string;
|
|
574
574
|
content?: string;
|
|
575
575
|
};
|
|
576
|
-
/**
|
|
577
|
-
* Specifies what type of request should be performed
|
|
578
|
-
*/
|
|
579
|
-
requestType?: RequestType;
|
|
580
576
|
}
|
|
581
577
|
export interface HawkSearchGlobal {
|
|
582
578
|
config: HawkSearchConfig;
|