@studyportals/domain-client 7.3.0 → 7.4.1-beta.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
|
@@ -155,4 +155,10 @@ export interface IOrganisationSearchDocument {
|
|
|
155
155
|
* @return string
|
|
156
156
|
*/
|
|
157
157
|
getVirtualPath(): string;
|
|
158
|
+
/**
|
|
159
|
+
* Gets the city id related to the main location of the organisation
|
|
160
|
+
*
|
|
161
|
+
* @return number
|
|
162
|
+
*/
|
|
163
|
+
getCityIdOfMainLocation(): number | null;
|
|
158
164
|
}
|