@studyportals/search-api-interface 4.1.0-beta.1 → 4.1.0-beta.2
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/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AttendanceFilterValue, DegreeTypeFilterValue, DurationFilterValue, EducationalFormFilterValue, EducationLevelFilterValue, DensitiesFilterValue, SpecialProgrammesFilterValue, FacetFilterType } from "../enums";
|
|
1
|
+
import { AttendanceFilterValue, DegreeTypeFilterValue, DurationFilterValue, EducationalFormFilterValue, EducationLevelFilterValue, DensitiesFilterValue, SpecialProgrammesFilterValue, FacetFilterType, InsightFilterType } from "../enums";
|
|
2
2
|
import { ProgrammeSortType } from "./ProgrammeSortType";
|
|
3
3
|
import { TextSearchAlgorithmType } from "../TextSearchAlgorithmType";
|
|
4
4
|
import { ProgrammeCardType } from "./ProgrammeCardType";
|
|
@@ -23,6 +23,7 @@ export declare class IProgrammeSearchFilters {
|
|
|
23
23
|
readonly suggestionSize?: number;
|
|
24
24
|
readonly facets?: FacetFilterType[];
|
|
25
25
|
readonly facetsDurations?: DurationFilterValue[];
|
|
26
|
+
readonly insights?: InsightFilterType[];
|
|
26
27
|
readonly campaignTypes?: string[];
|
|
27
28
|
cardType?: ProgrammeCardType;
|
|
28
29
|
readonly textSearchAlgorithm?: TextSearchAlgorithmType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProgrammeSearchFilters.js","sourceRoot":"","sources":["../../../src/programmes/IProgrammeSearchFilters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IProgrammeSearchFilters.js","sourceRoot":"","sources":["../../../src/programmes/IProgrammeSearchFilters.ts"],"names":[],"mappings":"AAWA,MAAM,OAAO,uBAAuB;IAC1B,WAAW,CAA2B;IACtC,WAAW,CAA2B;IACtC,WAAW,CAAY;IACvB,SAAS,CAAyB;IAClC,iBAAiB,CAA+B;IAChD,gBAAgB,CAAgC;IAEhD,SAAS,CAA0B;IACnC,IAAI,CAAU;IAEd,OAAO,CAAY;IACnB,SAAS,CAAY;IACrB,eAAe,CAAY;IAC3B,eAAe,CAAY;IAE3B,iBAAiB,CAAkC;IAEnD,aAAa,CAAU;IACvB,aAAa,CAAU;IAEvB,qBAAqB,CAAU;IAE/B,MAAM,CAAoB;IAE1B,cAAc,CAAU;IACxB,MAAM,CAAqB;IAC3B,eAAe,CAAyB;IAExC,QAAQ,CAAuB;IAE/B,aAAa,CAAY;IAClC,QAAQ,CAAoB;IACnB,mBAAmB,CAA2B;IAC9C,UAAU,CAAW;CAC9B"}
|