@studyportals/domain-client 10.1.0 → 10.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/domain-client",
3
- "version": "10.1.0",
3
+ "version": "10.2.0",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -30,6 +30,12 @@ export interface ISearchProjection {
30
30
  * @return string[]
31
31
  */
32
32
  getCountryIsoCodes(): string[];
33
+ /**
34
+ * Gets the ISO code of the main location of the organisation
35
+ *
36
+ * @return string|null
37
+ */
38
+ getCountryIsoCodeOfMainLocation(): string | null;
33
39
  /**
34
40
  * Unformatted degree of the programme.
35
41
  *