@studyportals/search-api-interface 2.1.1-0 → 2.1.1-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/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-0",
3
+ "version": "2.1.1-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
- export declare enum ProgrammeSearchInput {
1
+ export declare enum ProgrammeFilterType {
2
2
  attendances = "attendances",
3
3
  degreeTypes = "degreeTypes",
4
4
  disciplines = "disciplines",
@@ -1,23 +1,23 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProgrammeSearchInput = void 0;
4
- var ProgrammeSearchInput;
5
- (function (ProgrammeSearchInput) {
6
- ProgrammeSearchInput["attendances"] = "attendances";
7
- ProgrammeSearchInput["degreeTypes"] = "degreeTypes";
8
- ProgrammeSearchInput["disciplines"] = "disciplines";
9
- ProgrammeSearchInput["durations"] = "durations";
10
- ProgrammeSearchInput["educationalLevels"] = "educationalLevels";
11
- ProgrammeSearchInput["educationalForms"] = "educationalForms";
12
- ProgrammeSearchInput["densities"] = "densities";
13
- ProgrammeSearchInput["text"] = "text";
14
- ProgrammeSearchInput["areaIds"] = "areaIds";
15
- ProgrammeSearchInput["regionIds"] = "regionIds";
16
- ProgrammeSearchInput["countryIsoCodes"] = "countryIsoCodes";
17
- ProgrammeSearchInput["organisationIds"] = "organisationIds";
18
- ProgrammeSearchInput["specialProgrammes"] = "specialProgrammes";
19
- ProgrammeSearchInput["tuitionFeeMin"] = "tuitionFeeMin";
20
- ProgrammeSearchInput["tuitionFeeMax"] = "tuitionFeeMax";
21
- ProgrammeSearchInput["nationalityCountryIso"] = "nationalityCountryIso";
22
- })(ProgrammeSearchInput || (exports.ProgrammeSearchInput = ProgrammeSearchInput = {}));
3
+ exports.ProgrammeFilterType = void 0;
4
+ var ProgrammeFilterType;
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";
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,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B,mDAA2B,CAAA;IAC3B,mDAA2B,CAAA;IAC3B,mDAA2B,CAAA;IAC3B,+CAAuB,CAAA;IACvB,+DAAuC,CAAA;IACvC,6DAAqC,CAAA;IACrC,+CAAuB,CAAA;IAEvB,qCAAa,CAAA;IAEb,2CAAmB,CAAA;IACnB,+CAAuB,CAAA;IACvB,2DAAmC,CAAA;IACnC,2DAAmC,CAAA;IACnC,+DAAuC,CAAA;IAEvC,uDAA+B,CAAA;IAC/B,uDAA+B,CAAA;IAE/B,uEAA+C,CAAA;AACjD,CAAC,EArBW,oBAAoB,oCAApB,oBAAoB,QAqB/B"}
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"}