@selfcommunity/types 0.7.4-courses.211 → 0.7.4-courses.212

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.
@@ -154,6 +154,10 @@ export interface SCCourseType {
154
154
  * Users completion rate of the course (percentage)
155
155
  */
156
156
  avg_completion_rate?: number;
157
+ /**
158
+ * Users doing the course
159
+ */
160
+ member_count?: number;
157
161
  }
158
162
  /**
159
163
  * Interface SCCourseCommentType.
@@ -154,6 +154,10 @@ export interface SCCourseType {
154
154
  * Users completion rate of the course (percentage)
155
155
  */
156
156
  avg_completion_rate?: number;
157
+ /**
158
+ * Users doing the course
159
+ */
160
+ member_count?: number;
157
161
  }
158
162
  /**
159
163
  * Interface SCCourseCommentType.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.7.4-courses.211+e2ca7d9c5",
3
+ "version": "0.7.4-courses.212+5b11c1bbe",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -106,5 +106,5 @@
106
106
  "bugs": {
107
107
  "url": "https://github.com/selfcommunity/community-js/issues"
108
108
  },
109
- "gitHead": "e2ca7d9c563b923a4278e6e541477bd567dd259a"
109
+ "gitHead": "5b11c1bbe2699da9e605852ec4e114272ccad54c"
110
110
  }