@studyportals/domain-client 8.2.1-beta.4 → 8.2.1-beta.5

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": "8.2.1-beta.4",
3
+ "version": "8.2.1-beta.5",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -178,5 +178,5 @@ export interface IOrganisationSearchDocument {
178
178
  *
179
179
  * @return Record<string, number> | null
180
180
  */
181
- rankedPositionsByDiscipline(): Record<string, number> | null;
181
+ getRankedPositionsByDiscipline(): Record<string, number> | null;
182
182
  }