@studyportals/domain-client
Advanced tools
Comparing version 3.5.1 to 3.5.2-beta.0
@@ -31,2 +31,3 @@ import { BadRequestException } from "./src/exceptions/bad-request-exception"; | ||
import { ILivingCost } from "./src/models/bestfit-programme/i-living-cost"; | ||
import { ICity } from "./src/models/bestfit-programme/i-city"; | ||
import { IGPARequirement } from "./src/models/bestfit-programme/i-g-p-a-requirement"; | ||
@@ -42,2 +43,2 @@ import { IBestFitProgramme } from "./src/models/bestfit-programme/i-best-fit-programme"; | ||
import { PortalType } from "./src/types/portal-type"; | ||
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ICover, ICountry, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, ITuitionFee, IEnglishRequirements, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, PortalMap, PortalType }; | ||
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ICover, ICountry, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, ICity, IBestFitProgramme, BestfitProgrammeClient, ITuitionFee, IEnglishRequirements, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, PortalMap, PortalType }; |
{ | ||
"name": "@studyportals/domain-client", | ||
"version": "3.5.1", | ||
"version": "3.5.2-beta.0", | ||
"description": "Responsible for fetching data from the Domain API", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -1,2 +0,2 @@ | ||
import { IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../.."; | ||
import { ICity, IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../.."; | ||
export interface IBestFitProgramme { | ||
@@ -11,2 +11,8 @@ /** | ||
/** | ||
* City which programme is given in | ||
* | ||
* @return ICity | ||
*/ | ||
getCity(): ICity; | ||
/** | ||
* Get country id the programme is teached in | ||
@@ -25,8 +31,2 @@ * | ||
/** | ||
* Education level | ||
* | ||
* @return string | ||
*/ | ||
getEducationalLevel(): string; | ||
/** | ||
* English level requirements. | ||
@@ -58,2 +58,8 @@ * | ||
/** | ||
* Minimum required education level | ||
* | ||
* @return string | ||
*/ | ||
getRequiredEducationalLevel(): string; | ||
/** | ||
* The programmes tuition fees | ||
@@ -72,2 +78,8 @@ * | ||
canShowWorkExperienceYears(): boolean; | ||
/** | ||
* Indicates whenever a programme is fully online or not | ||
* | ||
* @return boolean | ||
*/ | ||
isFullyOnline(): boolean; | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
74963
154
1762
24
161
3
1
42
2
3