@studyportals/anonymous-student-interfaces
Advanced tools
Comparing version 3.0.1 to 3.1.0
import { IStudent, StudentField } from '@studyportals/studentdomain'; | ||
import { InterestType } from '../enumerations'; | ||
import { Actor, InterestType } from '../enumerations'; | ||
export interface IAnonymousStudentService { | ||
setStudentData(studentData: IStudent): Promise<void>; | ||
setStudentData(studentData: IStudent, actor?: Actor): Promise<void>; | ||
getStudentData(studentFields: StudentField[]): Promise<IStudent>; | ||
@@ -6,0 +6,0 @@ getStudentDataCompleteness(studentFields: StudentField[]): Promise<number>; |
export * from './event-type'; | ||
export * from './interest-type'; | ||
export * from './student-repository-state-type'; | ||
export * from './actor'; |
@@ -16,1 +16,2 @@ "use strict"; | ||
__exportStar(require("./student-repository-state-type"), exports); | ||
__exportStar(require("./actor"), exports); |
{ | ||
"name": "@studyportals/anonymous-student-interfaces", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "The interfaces exposed by Anonymous student", | ||
@@ -12,3 +12,3 @@ "main": "bin/index.js", | ||
"prepare-deployment": "npm run build && cp package.json bin/package.json", | ||
"deploy": "npm ci && npm run prepare-deployment && npm publish bin && rm -rf node_modules", | ||
"deploy": "npm ci && npm run prepare-deployment && cd bin && npm publish && cd ../ &&rm -rf node_modules", | ||
"build": "rm -rf bin && tsc", | ||
@@ -24,5 +24,5 @@ "deploy-patch": "npm version patch && npm run deploy", | ||
"dependencies": { | ||
"@studyportals/student-interfaces": "^2.1.0", | ||
"@studyportals/student-interfaces": "^3.0.1", | ||
"@studyportals/studentdomain": "^2.0.2" | ||
} | ||
} |
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
10689
25
206
+ Added@studyportals/student-interfaces@3.1.0(transitive)
- Removed@studyportals/student-interfaces@2.2.0(transitive)