@studyportals/domain-client 3.25.0 → 3.26.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": "3.25.0",
3
+ "version": "3.26.0",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "main": "index.js",
6
6
  "author": "StudyPortals B.V.",
@@ -147,6 +147,7 @@ export interface IProgrammeCard {
147
147
  */
148
148
  getUniversityLink(): ILink;
149
149
  getWorkExperienceYears(): number | null;
150
+ getEcts(): number | null;
150
151
  /**
151
152
  * If a program is both on campus and online
152
153
  *