@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
|
-
|
|
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;
|
|
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,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
var
|
|
5
|
-
(function (
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
})(
|
|
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,
|
|
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"}
|