@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,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/search-api-interface",
3
- "version": "4.1.0-beta.1",
3
+ "version": "4.1.0-beta.2",
4
4
  "description": "Typescript library containing resources that facilitate integration with SearchApi",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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;
@@ -19,6 +19,7 @@ export class IProgrammeSearchFilters {
19
19
  suggestionSize;
20
20
  facets;
21
21
  facetsDurations;
22
+ insights;
22
23
  campaignTypes;
23
24
  cardType;
24
25
  textSearchAlgorithm;
@@ -1 +1 @@
1
- {"version":3,"file":"IProgrammeSearchFilters.js","sourceRoot":"","sources":["../../../src/programmes/IProgrammeSearchFilters.ts"],"names":[],"mappings":"AAUA,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;IACxC,aAAa,CAAY;IAClC,QAAQ,CAAoB;IACnB,mBAAmB,CAA2B;IAC9C,UAAU,CAAW;CAC9B"}
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"}