@studyportals/domain-client 6.1.0-beta.1 → 6.1.0-beta.2

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": "6.1.0-beta.1",
3
+ "version": "6.1.0-beta.2",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "main": "index.js",
6
6
  "author": "StudyPortals B.V.",
@@ -136,7 +136,7 @@ export interface IOrganisationSearchDocument {
136
136
  *
137
137
  * @return array<number>
138
138
  */
139
- getCityIdsForPhds(): number[];
139
+ getCityIdsForPhd(): number[];
140
140
  /**
141
141
  * Gets the city IDs for Short Courses programmes offered by the organisation
142
142
  *