@studyportals/domain-client 3.38.0 → 3.39.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": "3.38.0",
3
+ "version": "3.39.0",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "main": "index.js",
6
6
  "author": "StudyPortals B.V.",
@@ -41,6 +41,12 @@ export interface IOrganisationSearchDocument {
41
41
  * @return number[]
42
42
  */
43
43
  identifyAreasOfVenues(): number[];
44
+ /**
45
+ * Gets the IDs of all regions (continents) where the organisation has venues
46
+ *
47
+ * @return number[]
48
+ */
49
+ identifyRegionsOfVenues(): number[];
44
50
  /**
45
51
  * Gets the disciplines of Bachelors programmes taught at the organisation
46
52
  *