@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
|
@@ -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
|
*
|