@studyportals/domain-client 3.6.1-beta.1 → 3.6.1-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/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +2 -1
- package/src/models/programme-card/i-programme-card.d.ts +1 -0
package/index.d.ts
CHANGED
|
@@ -46,4 +46,5 @@ import { ICity } from "./src/models/common/i-city";
|
|
|
46
46
|
import { ICountry } from "./src/models/common/i-country";
|
|
47
47
|
import { PortalType } from "./src/types/portal-type";
|
|
48
48
|
import { PortalMap } from "./src/types/portal-map";
|
|
49
|
-
|
|
49
|
+
import { ModelClient } from "./src/model-client";
|
|
50
|
+
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ITuitionFee, IEnglishRequirements, ICity, ICountry, ICover, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, ISearchDiscipline, PublicSearchDisciplineClient, IReview, IDotDigitalOrganisation, DotdigitalOrganisationClient, PortalMap, PortalType, ISitemapRankingsInfo, SitemapRankingsInfoClient, ModelClient };
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SitemapRankingsInfoClient = exports.PortalType = exports.DotdigitalOrganisationClient = exports.PublicSearchDisciplineClient = exports.PublicSearchCountryFaqClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0;
|
|
3
|
+
exports.ModelClient = exports.SitemapRankingsInfoClient = exports.PortalType = exports.DotdigitalOrganisationClient = exports.PublicSearchDisciplineClient = exports.PublicSearchCountryFaqClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0;
|
|
4
4
|
const bad_request_exception_1 = require("./src/exceptions/bad-request-exception");
|
|
5
5
|
Object.defineProperty(exports, "BadRequestException", { enumerable: true, get: function () { return bad_request_exception_1.BadRequestException; } });
|
|
6
6
|
const client_exception_1 = require("./src/exceptions/client-exception");
|
|
@@ -29,4 +29,6 @@ const sitemap_rankings_info_client_1 = require("./src/models/sitemap-rankings-in
|
|
|
29
29
|
Object.defineProperty(exports, "SitemapRankingsInfoClient", { enumerable: true, get: function () { return sitemap_rankings_info_client_1.SitemapRankingsInfoClient; } });
|
|
30
30
|
const portal_type_1 = require("./src/types/portal-type");
|
|
31
31
|
Object.defineProperty(exports, "PortalType", { enumerable: true, get: function () { return portal_type_1.PortalType; } });
|
|
32
|
+
const model_client_1 = require("./src/model-client");
|
|
33
|
+
Object.defineProperty(exports, "ModelClient", { enumerable: true, get: function () { return model_client_1.ModelClient; } });
|
|
32
34
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA4E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA4E;AAmD3E,oGAnDQ,2CAAmB,OAmDR;AAlDpB,wEAAmE;AAmDlE,gGAnDQ,kCAAe,OAmDR;AAlDhB,0FAAoF;AAmDnF,wGAnDQ,mDAAuB,OAmDR;AAlDxB,8EAAwE;AAmDvE,kGAnDQ,uCAAiB,OAmDR;AAlDlB,wGAAiG;AAmDhG,8GAnDQ,gEAA6B,OAmDR;AAtC9B,6FAAwF;AAyDvF,oGAzDQ,2CAAmB,OAyDR;AAlDpB,sGAAiG;AAyDhG,uGAzDQ,iDAAsB,OAyDR;AArDvB,sGAAiG;AAyDhG,uGAzDQ,iDAAsB,OAyDR;AAvDvB,+GAA0G;AAyDzG,0GAzDQ,uDAAyB,OAyDR;AAvD1B,uHAAgH;AAyD/G,6GAzDQ,+DAA4B,OAyDR;AAvD7B,oHAA8G;AAyD7G,6GAzDQ,8DAA4B,OAyDR;AAtD7B,wHAAmH;AAyDlH,6GAzDQ,6DAA4B,OAyDR;AAvD7B,kHAA4G;AA2D3G,0GA3DQ,wDAAyB,OA2DR;AApD1B,yDAAoD;AAkDnD,2FAlDQ,wBAAU,OAkDR;AAhDX,qDAAiD;AAmDhD,4FAnDQ,0BAAW,OAmDR"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studyportals/domain-client",
|
|
3
|
-
"version": "3.6.1-beta.
|
|
3
|
+
"version": "3.6.1-beta.2",
|
|
4
4
|
"description": "Responsible for fetching data from the Domain API",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"author": "StudyPortals B.V.",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"test": "mocha --reporter spec \"tests/**/*.test.ts\"",
|
|
13
13
|
"coverage": "nyc mocha --reporter dot \"tests/**/*.test.ts\"",
|
|
14
14
|
"lint": "eslint . --ext .ts --max-warnings=0",
|
|
15
|
+
"lint:fix": "eslint . --ext .ts --fix",
|
|
15
16
|
"pre-push": "npm run test && npm run coverage && npm run lint",
|
|
16
17
|
"prepare-dist": "npm run test && rm -fR bin && npx tsc && cp package.json bin/package.json && rm -fR bin/tests",
|
|
17
18
|
"publish-beta": "npm version prerelease --preid=beta && npm run prepare-dist && npm publish bin --tag beta",
|