@tumaet/prompt-shared-state
Advanced tools
Comparing version
import { Student } from '../student/student'; | ||
import { PassStatus } from './passStatus'; | ||
export interface CoursePhaseParticipationWithStudent { | ||
id: string; | ||
coursePhaseID: string; | ||
courseParticipationID: string; | ||
passStatus: PassStatus; | ||
courseParticipationID: string; | ||
restrictedData: { | ||
@@ -8,0 +8,0 @@ [key: string]: any; |
import { PassStatus } from './passStatus'; | ||
export interface UpdateCoursePhaseParticipation { | ||
id: string; | ||
coursePhaseID: string; | ||
@@ -5,0 +4,0 @@ courseParticipationID: string; |
import { PassStatus } from './passStatus'; | ||
export interface UpdateCoursePhaseParticipationStatus { | ||
passStatus: PassStatus; | ||
coursePhaseParticipationIDs: string[]; | ||
courseParticipationIDs: string[]; | ||
} |
{ | ||
"name": "@tumaet/prompt-shared-state", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
31202
-0.03%462
-0.22%