@taiger-common/model 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -63,6 +63,7 @@ export declare const programRequirementSchema: Schema<any, import("mongoose").Mo
|
|
|
63
63
|
gmatScore: number;
|
|
64
64
|
greScore: number;
|
|
65
65
|
interviewScore: number;
|
|
66
|
+
workExperienceScore: number;
|
|
66
67
|
testScore: number;
|
|
67
68
|
firstRoundConsidered: string[];
|
|
68
69
|
secondRoundConsidered: string[];
|
|
@@ -108,6 +109,7 @@ export declare const programRequirementSchema: Schema<any, import("mongoose").Mo
|
|
|
108
109
|
gmatScore: number;
|
|
109
110
|
greScore: number;
|
|
110
111
|
interviewScore: number;
|
|
112
|
+
workExperienceScore: number;
|
|
111
113
|
testScore: number;
|
|
112
114
|
firstRoundConsidered: string[];
|
|
113
115
|
secondRoundConsidered: string[];
|
|
@@ -153,6 +155,7 @@ export declare const programRequirementSchema: Schema<any, import("mongoose").Mo
|
|
|
153
155
|
gmatScore: number;
|
|
154
156
|
greScore: number;
|
|
155
157
|
interviewScore: number;
|
|
158
|
+
workExperienceScore: number;
|
|
156
159
|
testScore: number;
|
|
157
160
|
firstRoundConsidered: string[];
|
|
158
161
|
secondRoundConsidered: string[];
|