@selfcommunity/types 0.7.4-courses.211 → 0.7.4-courses.213
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.
|
|
3
|
+
"version": "0.7.4-courses.213+55fecf914",
|
|
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": "
|
|
109
|
+
"gitHead": "55fecf9144cb1c8041da137b10f6417c0d3be791"
|
|
110
110
|
}
|