comprodls-sdk 2.51.0 → 2.52.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.
@@ -1222,6 +1222,7 @@ function getAllClasses(options) {
1222
1222
  title: classEntity.title,
1223
1223
  analyticsharingmodel: classEntity.analyticsharingmodel,
1224
1224
  analytics_score_aggregation_type: classEntity.analytics_score_aggregation_type,
1225
+ hidden: classEntity.hidden,
1225
1226
  studentCount: classEntity.studentCount,
1226
1227
  teacherCount: classEntity.teacherCount
1227
1228
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "comprodls-sdk",
3
3
  "description": "comproDLS SDK for JavaScript",
4
- "version": "2.51.0",
4
+ "version": "2.52.0",
5
5
  "author": {
6
6
  "name": "Compro Technologies Private Limited",
7
7
  "url": "http://www.comprotechnologies.com/"