@studyportals/domain-client 7.4.1-beta.0 → 7.5.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": "7.4.1-beta.0",
3
+ "version": "7.5.0",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -160,5 +160,5 @@ export interface IOrganisationSearchDocument {
160
160
  *
161
161
  * @return number
162
162
  */
163
- getCityIdOfMainLocation(): number | null;
163
+ getCityIdOfMainLocation(): number;
164
164
  }