@selfcommunity/types 0.7.4-courses.243 → 0.7.4-courses.245
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.
|
@@ -497,6 +497,21 @@ export interface SCNotificationCourseActivityType extends SCNotificationType {
|
|
|
497
497
|
* The course obj
|
|
498
498
|
*/
|
|
499
499
|
course: Partial<SCCourseType>;
|
|
500
|
+
/**
|
|
501
|
+
* The user who performed the action
|
|
502
|
+
*/
|
|
503
|
+
user: SCUserType;
|
|
504
|
+
/**
|
|
505
|
+
* The info about course lesson comment
|
|
506
|
+
*/
|
|
507
|
+
comment?: {
|
|
508
|
+
id: number;
|
|
509
|
+
course_id: number;
|
|
510
|
+
section_id: number;
|
|
511
|
+
lesson_id: number;
|
|
512
|
+
lesson_name: string;
|
|
513
|
+
html: string;
|
|
514
|
+
};
|
|
500
515
|
}
|
|
501
516
|
/**
|
|
502
517
|
* Interface SCNotificationGroupActivityType.
|
|
@@ -497,6 +497,21 @@ export interface SCNotificationCourseActivityType extends SCNotificationType {
|
|
|
497
497
|
* The course obj
|
|
498
498
|
*/
|
|
499
499
|
course: Partial<SCCourseType>;
|
|
500
|
+
/**
|
|
501
|
+
* The user who performed the action
|
|
502
|
+
*/
|
|
503
|
+
user: SCUserType;
|
|
504
|
+
/**
|
|
505
|
+
* The info about course lesson comment
|
|
506
|
+
*/
|
|
507
|
+
comment?: {
|
|
508
|
+
id: number;
|
|
509
|
+
course_id: number;
|
|
510
|
+
section_id: number;
|
|
511
|
+
lesson_id: number;
|
|
512
|
+
lesson_name: string;
|
|
513
|
+
html: string;
|
|
514
|
+
};
|
|
500
515
|
}
|
|
501
516
|
/**
|
|
502
517
|
* Interface SCNotificationGroupActivityType.
|
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.245+22927b7d4",
|
|
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": "22927b7d47e8582c3b8b756b7724fd965e5aff5d"
|
|
110
110
|
}
|