@studyportals/domain-client
Advanced tools
Comparing version 3.5.2-beta.0 to 3.5.2-beta.1
{ | ||
"name": "@studyportals/domain-client", | ||
"version": "3.5.2-beta.0", | ||
"version": "3.5.2-beta.1", | ||
"description": "Responsible for fetching data from the Domain API", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -61,2 +61,3 @@ import { ICity, IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../.."; | ||
getRequiredEducationalLevel(): string; | ||
canShowRequiredEducationalLevel(): boolean; | ||
/** | ||
@@ -63,0 +64,0 @@ * The programmes tuition fees |
75012
1763