gst-common 1.7.57 → 1.7.58
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/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1140,9 +1140,9 @@ type TPostStatistic = {
|
|
|
1140
1140
|
};
|
|
1141
1141
|
type TLessonStatistic = {
|
|
1142
1142
|
id: string;
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1143
|
+
totalEditors: number;
|
|
1144
|
+
totalFiles: number;
|
|
1145
|
+
totalGroupQuestion: number;
|
|
1146
1146
|
};
|
|
1147
1147
|
declare enum CLASS_ROOM_STATUS {
|
|
1148
1148
|
ENROLLING = "enrolling",// Tuyển sinh
|
package/dist/index.d.ts
CHANGED
|
@@ -1140,9 +1140,9 @@ type TPostStatistic = {
|
|
|
1140
1140
|
};
|
|
1141
1141
|
type TLessonStatistic = {
|
|
1142
1142
|
id: string;
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1143
|
+
totalEditors: number;
|
|
1144
|
+
totalFiles: number;
|
|
1145
|
+
totalGroupQuestion: number;
|
|
1146
1146
|
};
|
|
1147
1147
|
declare enum CLASS_ROOM_STATUS {
|
|
1148
1148
|
ENROLLING = "enrolling",// Tuyển sinh
|