@studyportals/domain-client
Advanced tools
Comparing version 3.14.0 to 3.15.0
@@ -27,8 +27,8 @@ import { BadRequestException } from "./src/exceptions/bad-request-exception"; | ||
import { ILivingCost } from "./src/models/bestfit-programme/i-living-cost"; | ||
import { IGPARequirement } from "./src/models/bestfit-programme/i-g-p-a-requirement"; | ||
import { IGPARequirement } from "./src/models/common/i-g-p-a-requirement"; | ||
import { IBestFitProgramme } from "./src/models/bestfit-programme/i-best-fit-programme"; | ||
import { BestfitProgrammeClient } from "./src/models/bestfit-programme/bestfit-programme-client"; | ||
import { ILogo } from "./src/models/dotdigital-programme/i-logo"; | ||
import { ITuitionFee } from "./src/models/dotdigital-programme/i-tuition-fee"; | ||
import { IEnglishRequirements } from "./src/models/dotdigital-programme/i-english-requirements"; | ||
import { ILogo } from "./src/models/common/i-logo"; | ||
import { ITuitionFee } from "./src/models/common/i-tuition-fee"; | ||
import { IEnglishRequirements } from "./src/models/common/i-english-requirements"; | ||
import { IInternalLink } from "./src/models/dotdigital-programme/i-internal-link"; | ||
@@ -50,4 +50,4 @@ import { IDotDigitalProgramme } from "./src/models/dotdigital-programme/i-dot-digital-programme"; | ||
import { SitemapDisciplinesInfoClient } from "./src/models/sitemap-disciplines-info/sitemap-disciplines-info-client"; | ||
import { ICountry } from "./src/models/dotdigital-organisation/i-country"; | ||
import { ICity } from "./src/models/dotdigital-organisation/i-city"; | ||
import { ICountry } from "./src/models/common/i-country"; | ||
import { ICity } from "./src/models/common/i-city"; | ||
import { IReview } from "./src/models/dotdigital-organisation/i-review"; | ||
@@ -69,2 +69,4 @@ import { IDotDigitalOrganisation } from "./src/models/dotdigital-organisation/i-dot-digital-organisation"; | ||
import { ModelClient } from "./src/model-client"; | ||
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, ICover, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, ILogo, ITuitionFee, IEnglishRequirements, IInternalLink, IDotDigitalProgramme, DotdigitalProgrammeClient, ISitemapProgrammeInfo, SitemapProgrammeInfoClient, ISearchCountryFaq, PublicSearchCountryFaqClient, ISitemapCountryInfo, SitemapCountriesInfoClient, IDegreeInfo, ISitemapCountryDegreeInfo, SitemapCountryDegreeInfoClient, ISearchDiscipline, PublicSearchDisciplineClient, ISitemapDisciplineInfo, SitemapDisciplinesInfoClient, ICountry, ICity, IReview, IDotDigitalOrganisation, DotdigitalOrganisationClient, ISitemapOrganisationInfo, SitemapOrganisationsInfoClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, PortalType, PortalMap, ModelClient }; | ||
import { ICompareProgramme } from "./src/models/compare-programme/i-compare-programme"; | ||
import { CompareProgrammeClient } from "./src/models/compare-programme/compare-programme-client"; | ||
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, ICover, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, ILogo, ITuitionFee, IEnglishRequirements, IInternalLink, IDotDigitalProgramme, DotdigitalProgrammeClient, ISitemapProgrammeInfo, SitemapProgrammeInfoClient, ISearchCountryFaq, PublicSearchCountryFaqClient, ISitemapCountryInfo, SitemapCountriesInfoClient, IDegreeInfo, ISitemapCountryDegreeInfo, SitemapCountryDegreeInfoClient, ISearchDiscipline, PublicSearchDisciplineClient, ISitemapDisciplineInfo, SitemapDisciplinesInfoClient, ICountry, ICity, IReview, IDotDigitalOrganisation, DotdigitalOrganisationClient, ISitemapOrganisationInfo, SitemapOrganisationsInfoClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, ICompareProgramme, CompareProgrammeClient, PortalType, PortalMap, ModelClient }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ModelClient = exports.PortalType = exports.PublicScholarshipCardClient = exports.SitemapCitiesInfoClient = exports.SitemapArticlesInfoClient = exports.SitemapRankingsInfoClient = exports.SitemapOrganisationsInfoClient = exports.DotdigitalOrganisationClient = exports.SitemapDisciplinesInfoClient = exports.PublicSearchDisciplineClient = exports.SitemapCountryDegreeInfoClient = exports.SitemapCountriesInfoClient = exports.PublicSearchCountryFaqClient = exports.SitemapProgrammeInfoClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0; | ||
exports.ModelClient = exports.PortalType = exports.CompareProgrammeClient = exports.PublicScholarshipCardClient = exports.SitemapCitiesInfoClient = exports.SitemapArticlesInfoClient = exports.SitemapRankingsInfoClient = exports.SitemapOrganisationsInfoClient = exports.DotdigitalOrganisationClient = exports.SitemapDisciplinesInfoClient = exports.PublicSearchDisciplineClient = exports.SitemapCountryDegreeInfoClient = exports.SitemapCountriesInfoClient = exports.PublicSearchCountryFaqClient = exports.SitemapProgrammeInfoClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0; | ||
const bad_request_exception_1 = require("./src/exceptions/bad-request-exception"); | ||
@@ -50,2 +50,4 @@ Object.defineProperty(exports, "BadRequestException", { enumerable: true, get: function () { return bad_request_exception_1.BadRequestException; } }); | ||
Object.defineProperty(exports, "ModelClient", { enumerable: true, get: function () { return model_client_1.ModelClient; } }); | ||
const compare_programme_client_1 = require("./src/models/compare-programme/compare-programme-client"); | ||
Object.defineProperty(exports, "CompareProgrammeClient", { enumerable: true, get: function () { return compare_programme_client_1.CompareProgrammeClient; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@studyportals/domain-client", | ||
"version": "3.14.0", | ||
"version": "3.15.0", | ||
"description": "Responsible for fetching data from the Domain API", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description"; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class BadRequestException extends Error { | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class ClientException extends Error { | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class InternalServerException extends Error { | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class NotFoundException extends Error { | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class PropertyNotAvailableException extends Error { | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IClassFactory } from "../i-class-factory"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IClassFactory } from "../i-class-factory"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-api-response.js.map |
@@ -0,0 +0,0 @@ import { CallableReturnType, Model } from "./types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-class-factory.js.map |
@@ -0,0 +0,0 @@ import { AcceptedType } from "./types"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IBestFitProgramme } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ICity, IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-best-fit-programme.js.map |
@@ -0,0 +0,0 @@ export interface ICity { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-city.js.map |
@@ -0,0 +0,0 @@ export interface ILivingCost { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-living-cost.js.map |
@@ -0,0 +0,0 @@ export interface ICity { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-city.js.map |
@@ -0,0 +0,0 @@ export interface ICountry { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-country.js.map |
export interface IEnglishRequirements { | ||
/** | ||
* Required score for Cambridge english | ||
* | ||
* @return number | ||
*/ | ||
getCambridgeEnglish(): number; | ||
canShowCambridgeEnglish(): boolean; | ||
/** | ||
* Required score for Duolingo | ||
* | ||
* @return number | ||
*/ | ||
getDuolingo(): number; | ||
canShowDuolingo(): boolean; | ||
/** | ||
* Required score for IELTS tests | ||
@@ -4,0 +18,0 @@ * |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-english-requirements.js.map |
@@ -0,0 +0,0 @@ export interface IInternalLink { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-internal-link.js.map |
@@ -0,0 +0,0 @@ export interface ILogo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-logo.js.map |
@@ -0,0 +0,0 @@ export interface ITuitionFee { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-tuition-fee.js.map |
@@ -0,0 +0,0 @@ import { IDotDigitalOrganisation } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ICity, ICountry, IReview } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-dot-digital-organisation.js.map |
@@ -0,0 +0,0 @@ export interface IReview { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-review.js.map |
@@ -0,0 +0,0 @@ import { IDotDigitalProgramme } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITuitionFee } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-dot-digital-programme.js.map |
@@ -0,0 +0,0 @@ export interface IInternalLink { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-internal-link.js.map |
@@ -0,0 +0,0 @@ export interface IClickTrackingData { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-click-tracking-data.js.map |
@@ -0,0 +0,0 @@ export interface ICover { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-cover.js.map |
@@ -0,0 +0,0 @@ export interface IDeadline { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-deadline.js.map |
@@ -0,0 +0,0 @@ export interface IDuration { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-duration.js.map |
@@ -0,0 +0,0 @@ export interface IInternalLink { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-internal-link.js.map |
@@ -0,0 +0,0 @@ export interface ILink { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-link.js.map |
@@ -0,0 +0,0 @@ import { IOptionalLink } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-location.js.map |
@@ -0,0 +0,0 @@ export interface ILogo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-logo.js.map |
@@ -0,0 +0,0 @@ export interface IOptionalLink { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-optional-link.js.map |
@@ -0,0 +0,0 @@ import { ICover, IDuration, IInternalLink, ILink, ILocation, ILogo, ITiming, ITrackedLink, ITracking, ITuitionFee } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-programme-card.js.map |
@@ -0,0 +0,0 @@ import { IDeadline } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-start-date.js.map |
@@ -0,0 +0,0 @@ import { IDeadline, IStartDate } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-timing.js.map |
@@ -0,0 +0,0 @@ import { ITracking } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-tracked-link.js.map |
@@ -0,0 +0,0 @@ import { IClickTrackingData } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-tracking.js.map |
@@ -0,0 +0,0 @@ export interface ITuitionFee { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-tuition-fee.js.map |
@@ -0,0 +0,0 @@ import { IProgrammeCard } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IScholarshipCard { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-scholarship-card.js.map |
@@ -0,0 +0,0 @@ import { IScholarshipCard } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISearchCountryFaq { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-search-country-faq.js.map |
@@ -0,0 +0,0 @@ import { ISearchCountryFaq } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISearchDiscipline { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-search-discipline.js.map |
@@ -0,0 +0,0 @@ import { ISearchDiscipline } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IGeoTargetingConfiguration { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-geo-targeting-configuration.js.map |
@@ -0,0 +0,0 @@ import { IGeoTargetingConfiguration } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-geo-targeting-values.js.map |
@@ -0,0 +0,0 @@ export interface IOrganisationValues { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-organisation-values.js.map |
@@ -0,0 +0,0 @@ export interface IPremiumValues { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-premium-values.js.map |
@@ -0,0 +0,0 @@ import { IGeoTargetingValues, IOrganisationValues, IPremiumValues, ITuitionValues } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-search-projection.js.map |
@@ -0,0 +0,0 @@ export interface ITuitionValues { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-tuition-values.js.map |
@@ -0,0 +0,0 @@ import { ISearchProjection } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapArticleInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-article-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapArticleInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapCityInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-city-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapCityInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapCountryInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-country-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapCountryInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IDegreeInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-degree-info.js.map |
@@ -0,0 +0,0 @@ import { IDegreeInfo } from "../../.."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-country-degree-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapCountryDegreeInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapDisciplineInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-discipline-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapDisciplineInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapOrganisationInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-organisation-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapOrganisationInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapProgrammeInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-programme-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapProgrammeInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ISitemapRankingsInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-sitemap-rankings-info.js.map |
@@ -0,0 +0,0 @@ import { ISitemapRankingsInfo } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export type Model = Record<string, Callable>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
import { PortalType } from "./portal-type"; | ||
export type PortalMap = Map<PortalType, string>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=portal-map.js.map |
@@ -0,0 +0,0 @@ export declare enum PortalType { |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
116473
247
2706