@studyportals/search-api-interface 2.1.1-1 → 2.1.1-3

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/index.d.ts CHANGED
@@ -14,4 +14,5 @@ import { ProgrammeSearchInput } from "./src/programmes/ProgrammeSearchInput";
14
14
  import { SearchApiProgrammeClient } from "./src/programmes/SearchApiProgrammeClient";
15
15
  import { FacetResponseType, FacetValues } from "./src/facets/FacetResponseType";
16
16
  import { ProgrammeSortType } from "./src/programmes/ProgrammeSortType";
17
- export { SearchApiOrganisationClient, IOrganisationSearchResponse, IOrganisationSearchFilters, OrganisationSearchFilters, SearchApiProgrammeClient, IProgrammeSearchResponse, IProgrammeSearchFilters, ProgrammeSearchFilters, OrganisationSearchInput, ProgrammeSearchInput, IProgrammeResult, DegreeTypeEnum, DeliveryMethodEnum, HitsTotalRelation, ProgrammeSortType, FacetResponseType, FacetValues };
17
+ import { ProgrammeFilterType } from "./src/programmes/ProgrammeFilterType";
18
+ export { SearchApiOrganisationClient, IOrganisationSearchResponse, IOrganisationSearchFilters, OrganisationSearchFilters, SearchApiProgrammeClient, IProgrammeSearchResponse, IProgrammeSearchFilters, ProgrammeSearchFilters, OrganisationSearchInput, ProgrammeSearchInput, IProgrammeResult, DegreeTypeEnum, DeliveryMethodEnum, HitsTotalRelation, ProgrammeSortType, FacetResponseType, FacetValues, ProgrammeFilterType };
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProgrammeSortType = exports.HitsTotalRelation = exports.DeliveryMethodEnum = exports.DegreeTypeEnum = exports.IProgrammeResult = exports.ProgrammeSearchFilters = exports.IProgrammeSearchFilters = exports.SearchApiProgrammeClient = exports.OrganisationSearchFilters = exports.IOrganisationSearchFilters = exports.SearchApiOrganisationClient = void 0;
3
+ exports.ProgrammeFilterType = exports.ProgrammeSortType = exports.HitsTotalRelation = exports.DeliveryMethodEnum = exports.DegreeTypeEnum = exports.IProgrammeResult = exports.ProgrammeSearchFilters = exports.IProgrammeSearchFilters = exports.SearchApiProgrammeClient = exports.OrganisationSearchFilters = exports.IOrganisationSearchFilters = exports.SearchApiOrganisationClient = void 0;
4
4
  const HitsTotalRelation_1 = require("./src/HitsTotalRelation");
5
5
  Object.defineProperty(exports, "HitsTotalRelation", { enumerable: true, get: function () { return HitsTotalRelation_1.HitsTotalRelation; } });
6
6
  const DegreeTypeEnum_1 = require("./src/organisations/DegreeTypeEnum");
@@ -23,4 +23,6 @@ const SearchApiProgrammeClient_1 = require("./src/programmes/SearchApiProgrammeC
23
23
  Object.defineProperty(exports, "SearchApiProgrammeClient", { enumerable: true, get: function () { return SearchApiProgrammeClient_1.SearchApiProgrammeClient; } });
24
24
  const ProgrammeSortType_1 = require("./src/programmes/ProgrammeSortType");
25
25
  Object.defineProperty(exports, "ProgrammeSortType", { enumerable: true, get: function () { return ProgrammeSortType_1.ProgrammeSortType; } });
26
+ const ProgrammeFilterType_1 = require("./src/programmes/ProgrammeFilterType");
27
+ Object.defineProperty(exports, "ProgrammeFilterType", { enumerable: true, get: function () { return ProgrammeFilterType_1.ProgrammeFilterType; } });
26
28
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAkC3D,kGAlCQ,qCAAiB,OAkCR;AAjClB,uEAAoE;AA+BnE,+FA/BQ,+BAAc,OA+BR;AA9Bf,+EAA4E;AA+B3E,mGA/BQ,uCAAkB,OA+BR;AA9BnB,+FAA4F;AAiB3F,2GAjBQ,uDAA0B,OAiBR;AAf3B,6FAA0F;AAgBzF,0GAhBQ,qDAAyB,OAgBR;AAd1B,iGAA8F;AAW7F,4GAXQ,yDAA2B,OAWR;AAV5B,wEAAqE;AAsBpE,iGAtBQ,mCAAgB,OAsBR;AArBjB,sFAAmF;AAgBlF,wGAhBQ,iDAAuB,OAgBR;AAdxB,oFAAiF;AAehF,uGAfQ,+CAAsB,OAeR;AAbvB,wFAAqF;AAUpF,yGAVQ,mDAAwB,OAUR;AARzB,0EAAuE;AAqBtE,kGArBQ,qCAAiB,OAqBR"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAmC3D,kGAnCQ,qCAAiB,OAmCR;AAlClB,uEAAoE;AAgCnE,+FAhCQ,+BAAc,OAgCR;AA/Bf,+EAA4E;AAgC3E,mGAhCQ,uCAAkB,OAgCR;AA/BnB,+FAA4F;AAkB3F,2GAlBQ,uDAA0B,OAkBR;AAhB3B,6FAA0F;AAiBzF,0GAjBQ,qDAAyB,OAiBR;AAf1B,iGAA8F;AAY7F,4GAZQ,yDAA2B,OAYR;AAX5B,wEAAqE;AAuBpE,iGAvBQ,mCAAgB,OAuBR;AAtBjB,sFAAmF;AAiBlF,wGAjBQ,iDAAuB,OAiBR;AAfxB,oFAAiF;AAgBhF,uGAhBQ,+CAAsB,OAgBR;AAdvB,wFAAqF;AAWpF,yGAXQ,mDAAwB,OAWR;AATzB,0EAAuE;AAsBtE,kGAtBQ,qCAAiB,OAsBR;AArBlB,8EAA2E;AA0B1E,oGA1BQ,yCAAmB,OA0BR"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/search-api-interface",
3
- "version": "2.1.1-1",
3
+ "version": "2.1.1-3",
4
4
  "description": "Typescript library containing resources that facilitate integration with SearchApi",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,18 +1,18 @@
1
1
  export declare enum ProgrammeFilterType {
2
- attendances = "attendances",
3
- degreeTypes = "degreeTypes",
4
- disciplines = "disciplines",
5
- durations = "durations",
6
- educationalLevels = "educationalLevels",
7
- educationalForms = "educationalForms",
8
- densities = "densities",
9
- text = "text",
10
- areaIds = "areaIds",
11
- regionIds = "regionIds",
12
- countryIsoCodes = "countryIsoCodes",
13
- organisationIds = "organisationIds",
14
- specialProgrammes = "specialProgrammes",
15
- tuitionFeeMin = "tuitionFeeMin",
16
- tuitionFeeMax = "tuitionFeeMax",
17
- nationalityCountryIso = "nationalityCountryIso"
2
+ ATTENDANCES = "attendances",
3
+ DEGREE_TYPES = "degreeTypes",
4
+ DISCIPLINES = "disciplines",
5
+ DURATIONS = "durations",
6
+ EDUCATIONAL_LEVELS = "educationalLevels",
7
+ EDUCATIONAL_FORMS = "educationalForms",
8
+ DENSITIES = "densities",
9
+ TEXT = "text",
10
+ AREA_IDS = "areaIds",
11
+ REGION_IDS = "regionIds",
12
+ COUNTRY_ISO_CODES = "countryIsoCodes",
13
+ ORGANISATION_IDS = "organisationIds",
14
+ SPECIAL_PROGRAMMES = "specialProgrammes",
15
+ TUITION_FEE_MIN = "tuitionFeeMin",
16
+ TUITION_FEE_MAX = "tuitionFeeMax",
17
+ NATIONALITY_COUNTRY_ISO = "nationalityCountryIso"
18
18
  }
@@ -3,21 +3,21 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ProgrammeFilterType = void 0;
4
4
  var ProgrammeFilterType;
5
5
  (function (ProgrammeFilterType) {
6
- ProgrammeFilterType["attendances"] = "attendances";
7
- ProgrammeFilterType["degreeTypes"] = "degreeTypes";
8
- ProgrammeFilterType["disciplines"] = "disciplines";
9
- ProgrammeFilterType["durations"] = "durations";
10
- ProgrammeFilterType["educationalLevels"] = "educationalLevels";
11
- ProgrammeFilterType["educationalForms"] = "educationalForms";
12
- ProgrammeFilterType["densities"] = "densities";
13
- ProgrammeFilterType["text"] = "text";
14
- ProgrammeFilterType["areaIds"] = "areaIds";
15
- ProgrammeFilterType["regionIds"] = "regionIds";
16
- ProgrammeFilterType["countryIsoCodes"] = "countryIsoCodes";
17
- ProgrammeFilterType["organisationIds"] = "organisationIds";
18
- ProgrammeFilterType["specialProgrammes"] = "specialProgrammes";
19
- ProgrammeFilterType["tuitionFeeMin"] = "tuitionFeeMin";
20
- ProgrammeFilterType["tuitionFeeMax"] = "tuitionFeeMax";
21
- ProgrammeFilterType["nationalityCountryIso"] = "nationalityCountryIso";
6
+ ProgrammeFilterType["ATTENDANCES"] = "attendances";
7
+ ProgrammeFilterType["DEGREE_TYPES"] = "degreeTypes";
8
+ ProgrammeFilterType["DISCIPLINES"] = "disciplines";
9
+ ProgrammeFilterType["DURATIONS"] = "durations";
10
+ ProgrammeFilterType["EDUCATIONAL_LEVELS"] = "educationalLevels";
11
+ ProgrammeFilterType["EDUCATIONAL_FORMS"] = "educationalForms";
12
+ ProgrammeFilterType["DENSITIES"] = "densities";
13
+ ProgrammeFilterType["TEXT"] = "text";
14
+ ProgrammeFilterType["AREA_IDS"] = "areaIds";
15
+ ProgrammeFilterType["REGION_IDS"] = "regionIds";
16
+ ProgrammeFilterType["COUNTRY_ISO_CODES"] = "countryIsoCodes";
17
+ ProgrammeFilterType["ORGANISATION_IDS"] = "organisationIds";
18
+ ProgrammeFilterType["SPECIAL_PROGRAMMES"] = "specialProgrammes";
19
+ ProgrammeFilterType["TUITION_FEE_MIN"] = "tuitionFeeMin";
20
+ ProgrammeFilterType["TUITION_FEE_MAX"] = "tuitionFeeMax";
21
+ ProgrammeFilterType["NATIONALITY_COUNTRY_ISO"] = "nationalityCountryIso";
22
22
  })(ProgrammeFilterType || (exports.ProgrammeFilterType = ProgrammeFilterType = {}));
23
23
  //# sourceMappingURL=ProgrammeFilterType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProgrammeFilterType.js","sourceRoot":"","sources":["../../../src/programmes/ProgrammeFilterType.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAqBX;AArBD,WAAY,mBAAmB;IAC7B,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,8CAAuB,CAAA;IACvB,8DAAuC,CAAA;IACvC,4DAAqC,CAAA;IACrC,8CAAuB,CAAA;IAEvB,oCAAa,CAAA;IAEb,0CAAmB,CAAA;IACnB,8CAAuB,CAAA;IACvB,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IAEvC,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAE/B,sEAA+C,CAAA;AACjD,CAAC,EArBW,mBAAmB,mCAAnB,mBAAmB,QAqB9B"}
1
+ {"version":3,"file":"ProgrammeFilterType.js","sourceRoot":"","sources":["../../../src/programmes/ProgrammeFilterType.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAqBX;AArBD,WAAY,mBAAmB;IAC7B,kDAA2B,CAAA;IAC3B,mDAA4B,CAAA;IAC5B,kDAA2B,CAAA;IAC3B,8CAAuB,CAAA;IACvB,+DAAwC,CAAA;IACxC,6DAAsC,CAAA;IACtC,8CAAuB,CAAA;IAEvB,oCAAa,CAAA;IAEb,2CAAoB,CAAA;IACpB,+CAAwB,CAAA;IACxB,4DAAqC,CAAA;IACrC,2DAAoC,CAAA;IACpC,+DAAwC,CAAA;IAExC,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IAEjC,wEAAiD,CAAA;AACnD,CAAC,EArBW,mBAAmB,mCAAnB,mBAAmB,QAqB9B"}