@hed-hog/lms 0.0.321 → 0.0.325
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/class-group/class-group.controller.d.ts +3 -3
- package/dist/class-group/class-group.service.d.ts +3 -3
- package/dist/enterprise/training/training-admin.controller.d.ts +2 -2
- package/dist/enterprise/training/training-admin.service.d.ts +2 -2
- package/dist/evaluation/evaluation.controller.d.ts +4 -4
- package/dist/evaluation/evaluation.service.d.ts +4 -4
- package/package.json +6 -6
|
@@ -180,10 +180,10 @@ export declare class ClassGroupController {
|
|
|
180
180
|
created_at: Date;
|
|
181
181
|
updated_at: Date;
|
|
182
182
|
status: import("@prisma/client").$Enums.course_enrollment_status_22007f5947_enum;
|
|
183
|
+
completed_at: Date | null;
|
|
183
184
|
person_id: number;
|
|
184
185
|
course_id: number;
|
|
185
186
|
course_class_group_id: number | null;
|
|
186
|
-
completed_at: Date | null;
|
|
187
187
|
final_score: number | null;
|
|
188
188
|
enrolled_at: Date;
|
|
189
189
|
progress_percent: number;
|
|
@@ -333,11 +333,11 @@ export declare class ClassGroupController {
|
|
|
333
333
|
description: string | null;
|
|
334
334
|
created_at: Date;
|
|
335
335
|
updated_at: Date;
|
|
336
|
+
file_id: number | null;
|
|
336
337
|
course_class_group_id: number;
|
|
337
338
|
title: string;
|
|
338
339
|
course_class_session_id: number | null;
|
|
339
340
|
material_type: import("@prisma/client").$Enums.course_class_group_material_material_type_6e6c399501_enum;
|
|
340
|
-
file_id: number | null;
|
|
341
341
|
url: string | null;
|
|
342
342
|
sort_order: number;
|
|
343
343
|
})[]>;
|
|
@@ -353,11 +353,11 @@ export declare class ClassGroupController {
|
|
|
353
353
|
description: string | null;
|
|
354
354
|
created_at: Date;
|
|
355
355
|
updated_at: Date;
|
|
356
|
+
file_id: number | null;
|
|
356
357
|
course_class_group_id: number;
|
|
357
358
|
title: string;
|
|
358
359
|
course_class_session_id: number | null;
|
|
359
360
|
material_type: import("@prisma/client").$Enums.course_class_group_material_material_type_6e6c399501_enum;
|
|
360
|
-
file_id: number | null;
|
|
361
361
|
url: string | null;
|
|
362
362
|
sort_order: number;
|
|
363
363
|
}>;
|
|
@@ -202,10 +202,10 @@ export declare class ClassGroupService {
|
|
|
202
202
|
created_at: Date;
|
|
203
203
|
updated_at: Date;
|
|
204
204
|
status: import("@prisma/client").$Enums.course_enrollment_status_22007f5947_enum;
|
|
205
|
+
completed_at: Date | null;
|
|
205
206
|
person_id: number;
|
|
206
207
|
course_id: number;
|
|
207
208
|
course_class_group_id: number | null;
|
|
208
|
-
completed_at: Date | null;
|
|
209
209
|
final_score: number | null;
|
|
210
210
|
enrolled_at: Date;
|
|
211
211
|
progress_percent: number;
|
|
@@ -382,11 +382,11 @@ export declare class ClassGroupService {
|
|
|
382
382
|
description: string | null;
|
|
383
383
|
created_at: Date;
|
|
384
384
|
updated_at: Date;
|
|
385
|
+
file_id: number | null;
|
|
385
386
|
course_class_group_id: number;
|
|
386
387
|
title: string;
|
|
387
388
|
course_class_session_id: number | null;
|
|
388
389
|
material_type: import("@prisma/client").$Enums.course_class_group_material_material_type_6e6c399501_enum;
|
|
389
|
-
file_id: number | null;
|
|
390
390
|
url: string | null;
|
|
391
391
|
sort_order: number;
|
|
392
392
|
})[]>;
|
|
@@ -402,11 +402,11 @@ export declare class ClassGroupService {
|
|
|
402
402
|
description: string | null;
|
|
403
403
|
created_at: Date;
|
|
404
404
|
updated_at: Date;
|
|
405
|
+
file_id: number | null;
|
|
405
406
|
course_class_group_id: number;
|
|
406
407
|
title: string;
|
|
407
408
|
course_class_session_id: number | null;
|
|
408
409
|
material_type: import("@prisma/client").$Enums.course_class_group_material_material_type_6e6c399501_enum;
|
|
409
|
-
file_id: number | null;
|
|
410
410
|
url: string | null;
|
|
411
411
|
sort_order: number;
|
|
412
412
|
}>;
|
|
@@ -265,10 +265,10 @@ export declare class TrainingAdminController {
|
|
|
265
265
|
created_at: Date;
|
|
266
266
|
updated_at: Date;
|
|
267
267
|
status: import("@prisma/client").$Enums.course_enrollment_status_22007f5947_enum;
|
|
268
|
+
completed_at: Date | null;
|
|
268
269
|
person_id: number;
|
|
269
270
|
course_id: number;
|
|
270
271
|
course_class_group_id: number | null;
|
|
271
|
-
completed_at: Date | null;
|
|
272
272
|
final_score: number | null;
|
|
273
273
|
enrolled_at: Date;
|
|
274
274
|
progress_percent: number;
|
|
@@ -282,10 +282,10 @@ export declare class TrainingAdminController {
|
|
|
282
282
|
created_at: Date;
|
|
283
283
|
updated_at: Date;
|
|
284
284
|
status: import("@prisma/client").$Enums.course_enrollment_status_22007f5947_enum;
|
|
285
|
+
completed_at: Date | null;
|
|
285
286
|
person_id: number;
|
|
286
287
|
course_id: number;
|
|
287
288
|
course_class_group_id: number | null;
|
|
288
|
-
completed_at: Date | null;
|
|
289
289
|
final_score: number | null;
|
|
290
290
|
enrolled_at: Date;
|
|
291
291
|
progress_percent: number;
|
|
@@ -208,10 +208,10 @@ export declare class TrainingAdminService {
|
|
|
208
208
|
created_at: Date;
|
|
209
209
|
updated_at: Date;
|
|
210
210
|
status: import("@prisma/client").$Enums.course_enrollment_status_22007f5947_enum;
|
|
211
|
+
completed_at: Date | null;
|
|
211
212
|
person_id: number;
|
|
212
213
|
course_id: number;
|
|
213
214
|
course_class_group_id: number | null;
|
|
214
|
-
completed_at: Date | null;
|
|
215
215
|
final_score: number | null;
|
|
216
216
|
enrolled_at: Date;
|
|
217
217
|
progress_percent: number;
|
|
@@ -225,10 +225,10 @@ export declare class TrainingAdminService {
|
|
|
225
225
|
created_at: Date;
|
|
226
226
|
updated_at: Date;
|
|
227
227
|
status: import("@prisma/client").$Enums.course_enrollment_status_22007f5947_enum;
|
|
228
|
+
completed_at: Date | null;
|
|
228
229
|
person_id: number;
|
|
229
230
|
course_id: number;
|
|
230
231
|
course_class_group_id: number | null;
|
|
231
|
-
completed_at: Date | null;
|
|
232
232
|
final_score: number | null;
|
|
233
233
|
enrolled_at: Date;
|
|
234
234
|
progress_percent: number;
|
|
@@ -52,13 +52,13 @@ export declare class EvaluationController {
|
|
|
52
52
|
description: string | null;
|
|
53
53
|
created_at: Date;
|
|
54
54
|
updated_at: Date;
|
|
55
|
+
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
56
|
+
is_active: boolean;
|
|
55
57
|
course_id: number | null;
|
|
56
58
|
exam_id: number | null;
|
|
57
59
|
course_class_session_id: number | null;
|
|
58
60
|
course_lesson_id: number | null;
|
|
59
61
|
question_id: number | null;
|
|
60
|
-
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
61
|
-
is_active: boolean;
|
|
62
62
|
}>;
|
|
63
63
|
getTopicById(id: number): Promise<{
|
|
64
64
|
id: number;
|
|
@@ -81,13 +81,13 @@ export declare class EvaluationController {
|
|
|
81
81
|
description: string | null;
|
|
82
82
|
created_at: Date;
|
|
83
83
|
updated_at: Date;
|
|
84
|
+
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
85
|
+
is_active: boolean;
|
|
84
86
|
course_id: number | null;
|
|
85
87
|
exam_id: number | null;
|
|
86
88
|
course_class_session_id: number | null;
|
|
87
89
|
course_lesson_id: number | null;
|
|
88
90
|
question_id: number | null;
|
|
89
|
-
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
90
|
-
is_active: boolean;
|
|
91
91
|
}>;
|
|
92
92
|
deleteTopic(id: number): Promise<{
|
|
93
93
|
deleted: boolean;
|
|
@@ -105,13 +105,13 @@ export declare class EvaluationService {
|
|
|
105
105
|
description: string | null;
|
|
106
106
|
created_at: Date;
|
|
107
107
|
updated_at: Date;
|
|
108
|
+
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
109
|
+
is_active: boolean;
|
|
108
110
|
course_id: number | null;
|
|
109
111
|
exam_id: number | null;
|
|
110
112
|
course_class_session_id: number | null;
|
|
111
113
|
course_lesson_id: number | null;
|
|
112
114
|
question_id: number | null;
|
|
113
|
-
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
114
|
-
is_active: boolean;
|
|
115
115
|
}>;
|
|
116
116
|
updateTopic(id: number, dto: UpdateEvaluationTopicDto): Promise<{
|
|
117
117
|
name: string;
|
|
@@ -120,13 +120,13 @@ export declare class EvaluationService {
|
|
|
120
120
|
description: string | null;
|
|
121
121
|
created_at: Date;
|
|
122
122
|
updated_at: Date;
|
|
123
|
+
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
124
|
+
is_active: boolean;
|
|
123
125
|
course_id: number | null;
|
|
124
126
|
exam_id: number | null;
|
|
125
127
|
course_class_session_id: number | null;
|
|
126
128
|
course_lesson_id: number | null;
|
|
127
129
|
question_id: number | null;
|
|
128
|
-
target_type: import("@prisma/client").$Enums.evaluation_topic_target_type_d1e6ae34ec_enum;
|
|
129
|
-
is_active: boolean;
|
|
130
130
|
}>;
|
|
131
131
|
reorderTopics(ids: number[]): Promise<{
|
|
132
132
|
reordered: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/lms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.325",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
12
|
"@hed-hog/api": "0.0.8",
|
|
13
|
-
"@hed-hog/api-types": "0.0.1",
|
|
14
|
-
"@hed-hog/contact": "0.0.321",
|
|
15
13
|
"@hed-hog/api-locale": "0.0.14",
|
|
16
14
|
"@hed-hog/api-prisma": "0.0.6",
|
|
15
|
+
"@hed-hog/contact": "0.0.325",
|
|
16
|
+
"@hed-hog/api-types": "0.0.1",
|
|
17
17
|
"@hed-hog/api-pagination": "0.0.7",
|
|
18
|
-
"@hed-hog/
|
|
19
|
-
"@hed-hog/
|
|
20
|
-
"@hed-hog/
|
|
18
|
+
"@hed-hog/core": "0.0.325",
|
|
19
|
+
"@hed-hog/category": "0.0.325",
|
|
20
|
+
"@hed-hog/finance": "0.0.325"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|