@studyportals/domain-client 3.32.0-2 → 3.33.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.32.0-2",
3
+ "version": "3.33.0",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "main": "index.js",
6
6
  "author": "StudyPortals B.V.",
@@ -65,4 +65,10 @@ export interface IOrganisationSearchDocument {
65
65
  * @return number[]
66
66
  */
67
67
  identifyDisciplinesForShortCourses(): number[];
68
+ /**
69
+ * Indicates whether the organisation is published or not
70
+ *
71
+ * @return boolean
72
+ */
73
+ isPublished(): boolean;
68
74
  }