@studyportals/anonymous-student-interfaces
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -28,2 +28,3 @@ export declare enum StudentField { | ||
TOEFL_PBT = "toefl_pbt", | ||
PTE = "pte", | ||
SELF_ASSESSMENT_PROFICIENCY = "self_assessment_proficiency", | ||
@@ -30,0 +31,0 @@ INITIAL_REGISTRATION_PLATFORM = "initial_registration_platform", |
@@ -31,2 +31,3 @@ "use strict"; | ||
StudentField["TOEFL_PBT"] = "toefl_pbt"; | ||
StudentField["PTE"] = "pte"; | ||
StudentField["SELF_ASSESSMENT_PROFICIENCY"] = "self_assessment_proficiency"; | ||
@@ -33,0 +34,0 @@ StudentField["INITIAL_REGISTRATION_PLATFORM"] = "initial_registration_platform"; |
{ | ||
"name": "@studyportals/anonymous-student-interfaces", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "The interfaces exposed by Anonymous student", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
13445
297