@studyportals/search-api-interface 1.2.3-17 → 1.2.3-18
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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HitsTotalRelation } from "./src/HitsTotalRelation";
|
|
1
2
|
import { DegreeTypeEnum } from "./src/organisations/DegreeTypeEnum";
|
|
2
3
|
import { DeliveryMethodEnum } from "./src/organisations/DeliveryMethodEnum";
|
|
3
4
|
import { IOrganisationSearchFilters } from "./src/organisations/IOrganisationSearchFilters";
|
|
@@ -12,4 +13,4 @@ import { ProgrammeSearchFilters } from "./src/programmes/ProgrammeSearchFilters"
|
|
|
12
13
|
import { ProgrammeSearchInput } from "./src/programmes/ProgrammeSearchInput";
|
|
13
14
|
import { SearchApiProgrammeClient } from "./src/programmes/SearchApiProgrammeClient";
|
|
14
15
|
import { FacetResponseType } from "./src/facets/FacetResponseType";
|
|
15
|
-
export { SearchApiOrganisationClient, IOrganisationSearchResponse, IOrganisationSearchFilters, OrganisationSearchFilters, SearchApiProgrammeClient, IProgrammeSearchResponse, IProgrammeSearchFilters, ProgrammeSearchFilters, OrganisationSearchInput, ProgrammeSearchInput, IProgrammeResult, DegreeTypeEnum, DeliveryMethodEnum, FacetResponseType };
|
|
16
|
+
export { SearchApiOrganisationClient, IOrganisationSearchResponse, IOrganisationSearchFilters, OrganisationSearchFilters, SearchApiProgrammeClient, IProgrammeSearchResponse, IProgrammeSearchFilters, ProgrammeSearchFilters, OrganisationSearchInput, ProgrammeSearchInput, IProgrammeResult, DegreeTypeEnum, DeliveryMethodEnum, HitsTotalRelation, FacetResponseType };
|
package/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeliveryMethodEnum = exports.DegreeTypeEnum = exports.IProgrammeResult = exports.ProgrammeSearchFilters = exports.IProgrammeSearchFilters = exports.SearchApiProgrammeClient = exports.OrganisationSearchFilters = exports.IOrganisationSearchFilters = exports.SearchApiOrganisationClient = void 0;
|
|
3
|
+
exports.HitsTotalRelation = exports.DeliveryMethodEnum = exports.DegreeTypeEnum = exports.IProgrammeResult = exports.ProgrammeSearchFilters = exports.IProgrammeSearchFilters = exports.SearchApiProgrammeClient = exports.OrganisationSearchFilters = exports.IOrganisationSearchFilters = exports.SearchApiOrganisationClient = void 0;
|
|
4
|
+
const HitsTotalRelation_1 = require("./src/HitsTotalRelation");
|
|
5
|
+
Object.defineProperty(exports, "HitsTotalRelation", { enumerable: true, get: function () { return HitsTotalRelation_1.HitsTotalRelation; } });
|
|
4
6
|
const DegreeTypeEnum_1 = require("./src/organisations/DegreeTypeEnum");
|
|
5
7
|
Object.defineProperty(exports, "DegreeTypeEnum", { enumerable: true, get: function () { return DegreeTypeEnum_1.DegreeTypeEnum; } });
|
|
6
8
|
const DeliveryMethodEnum_1 = require("./src/organisations/DeliveryMethodEnum");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AA8BnE,+FA9BQ,+BAAc,OA8BR;AA7Bf,+EAA4E;AA8B3E,mGA9BQ,uCAAkB,OA8BR;AA7BnB,+FAA4F;AAgB3F,2GAhBQ,uDAA0B,OAgBR;AAd3B,6FAA0F;AAezF,0GAfQ,qDAAyB,OAeR;AAb1B,iGAA8F;AAU7F,4GAVQ,yDAA2B,OAUR;AAT5B,wEAAqE;AAqBpE,iGArBQ,mCAAgB,OAqBR;AApBjB,sFAAmF;AAelF,wGAfQ,iDAAuB,OAeR;AAbxB,oFAAiF;AAchF,uGAdQ,+CAAsB,OAcR;AAZvB,wFAAqF;AASpF,yGATQ,mDAAwB,OASR"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAiC3D,kGAjCQ,qCAAiB,OAiCR;AAhClB,uEAAoE;AA8BnE,+FA9BQ,+BAAc,OA8BR;AA7Bf,+EAA4E;AA8B3E,mGA9BQ,uCAAkB,OA8BR;AA7BnB,+FAA4F;AAgB3F,2GAhBQ,uDAA0B,OAgBR;AAd3B,6FAA0F;AAezF,0GAfQ,qDAAyB,OAeR;AAb1B,iGAA8F;AAU7F,4GAVQ,yDAA2B,OAUR;AAT5B,wEAAqE;AAqBpE,iGArBQ,mCAAgB,OAqBR;AApBjB,sFAAmF;AAelF,wGAfQ,iDAAuB,OAeR;AAbxB,oFAAiF;AAchF,uGAdQ,+CAAsB,OAcR;AAZvB,wFAAqF;AASpF,yGATQ,mDAAwB,OASR"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studyportals/search-api-interface",
|
|
3
|
-
"version": "1.2.3-
|
|
3
|
+
"version": "1.2.3-18",
|
|
4
4
|
"description": "Typescript library containing resources that facilitate integration with SearchApi",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"typescript-transform-paths": "^3.4.6"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@studyportals/search-filters": "4.5.1-
|
|
29
|
+
"@studyportals/search-filters": "4.5.1-2"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HitsTotalRelation = void 0;
|
|
4
|
+
var HitsTotalRelation;
|
|
5
|
+
(function (HitsTotalRelation) {
|
|
6
|
+
HitsTotalRelation["EXACTLY"] = "exactly";
|
|
7
|
+
HitsTotalRelation["MORE_THAN"] = "more than";
|
|
8
|
+
})(HitsTotalRelation || (exports.HitsTotalRelation = HitsTotalRelation = {}));
|
|
9
|
+
//# sourceMappingURL=HitsTotalRelation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HitsTotalRelation.js","sourceRoot":"","sources":["../../src/HitsTotalRelation.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC5B,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;AACtB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { HitsTotalRelation } from "../HitsTotalRelation";
|
|
1
2
|
export interface IOrganisationSearchResponse<T> {
|
|
2
3
|
readonly organisations: readonly T[];
|
|
3
4
|
readonly hitsTotal: number;
|
|
4
|
-
readonly hitsTotalRelation:
|
|
5
|
+
readonly hitsTotalRelation: HitsTotalRelation;
|
|
5
6
|
}
|