@studyportals/anonymous-student-interfaces
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -7,5 +7,25 @@ import { IStudent, StudentField } from '@studyportals/studentdomain'; | ||
getStudentDataCompleteness(studentFields: StudentField[]): Promise<number>; | ||
addToCollection(type: StudentField, items: any[]): Promise<void>; | ||
removeFromCollection(type: StudentField, items: any[]): Promise<void>; | ||
/** | ||
* @deprecated Use addToCollection instead | ||
* @param ids | ||
*/ | ||
addDisciplines(ids: number[]): Promise<void>; | ||
/** | ||
* @deprecated Use removeFromCollection instead | ||
* @param ids | ||
*/ | ||
removeDisciplines(ids: number[]): Promise<void>; | ||
/** | ||
* @deprecated Use addToCollection instead | ||
* @param type | ||
* @param ids | ||
*/ | ||
addInterest(type: InterestType, ids: number[]): Promise<void>; | ||
/** | ||
* @deprecated Use removeFromCollection instead | ||
* @param type | ||
* @param ids | ||
*/ | ||
removeInterest(type: InterestType, ids: number[]): Promise<void>; | ||
@@ -12,0 +32,0 @@ setName(name: string): Promise<void>; |
{ | ||
"name": "@studyportals/anonymous-student-interfaces", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "The interfaces exposed by Anonymous student", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12613
254