@studyportals/domain-client
Advanced tools
Comparing version 3.15.0 to 3.16.0-0
{ | ||
"name": "@studyportals/domain-client", | ||
"version": "3.15.0", | ||
"version": "3.16.0-0", | ||
"description": "Responsible for fetching data from the Domain API", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
export interface ICountry { | ||
/** | ||
* Get country iso code | ||
* | ||
* @return string | ||
*/ | ||
getISOCode(): string; | ||
/** | ||
* Get country id | ||
@@ -4,0 +10,0 @@ * |
@@ -18,2 +18,8 @@ import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITuitionFee } from "../../.."; | ||
/** | ||
* Get discipline ids attached to this programme | ||
* | ||
* @return number[] | ||
*/ | ||
getDisciplineIds(): number[]; | ||
/** | ||
* Education level | ||
@@ -79,2 +85,8 @@ * | ||
/** | ||
* University id | ||
* | ||
* @return number | ||
*/ | ||
getUniversityId(): number; | ||
/** | ||
* University title | ||
@@ -81,0 +93,0 @@ * |
@@ -10,3 +10,4 @@ import { IOptionalLink } from "../../.."; | ||
getCountryId(): number; | ||
getCountryIso(): string; | ||
hasAreaId(): boolean; | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
116853
2725
2