Socket
Book a DemoInstallSign in
Socket

@tumaet/prompt-shared-state

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tumaet/prompt-shared-state - npm Package Compare versions

Comparing version

to
0.0.21

4

dist/types/interfaces/coursePhaseParticipation/coursePhaseParticipationWithStudent.d.ts
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",