@tudopz/model 2.23.9 → 2.23.12

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.
@@ -42,7 +42,7 @@ exports.STUDENT_SERVICE_VALUES = [
42
42
  'Pre-Med',
43
43
  'MYP',
44
44
  'IB (Specialised)',
45
- 'INSEAD EMBA Admissions',
45
+ 'INSEAD admissions day',
46
46
  ];
47
47
  exports.UNDERGRAD_TEST_SERVICES = [
48
48
  student_service_1.STUDENT_SERVICE.SAT,
@@ -93,6 +93,7 @@ exports.NO_TARGETS = [
93
93
  ...exports.ENRICHMENT_SERVICES,
94
94
  student_service_1.STUDENT_SERVICE.HAST,
95
95
  student_service_1.STUDENT_SERVICE.NO_SERVICE,
96
+ student_service_1.STUDENT_SERVICE.INSEAD_EMBA_ADMISSIONS,
96
97
  ];
97
98
  exports.TEST_PREP_TARGETS = [
98
99
  ...exports.UNDERGRAD_TEST_SERVICES,
@@ -5,7 +5,7 @@ export declare class BaseReport {
5
5
  test: Test;
6
6
  testAttempt: TestAttempt;
7
7
  student: User;
8
- type: 'sat' | 'act' | 'gmat' | 'ucat' | 'lsat' | 'mcat' | 'isat' | 'bmat' | 'insead-emba-admissions';
8
+ type: 'sat' | 'act' | 'gmat' | 'ucat' | 'lsat' | 'mcat' | 'isat' | 'bmat' | 'insead-admissions-day';
9
9
  totalScore: number;
10
10
  }
11
11
  export declare class SATReport extends BaseReport {
@@ -101,7 +101,7 @@ export declare class BMATReport extends BaseReport {
101
101
  scienceScore: number;
102
102
  }
103
103
  export declare class IEATReport extends BaseReport {
104
- type: 'insead-emba-admissions';
104
+ type: 'insead-admissions-day';
105
105
  quantScore: number;
106
106
  verbalScore: number;
107
107
  csScore: 'Challenged' | 'Adequate' | 'Superior';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tudopz/model",
3
- "version": "2.23.9",
3
+ "version": "2.23.12",
4
4
  "description": "PZ Models",
5
5
  "author": "Tu Do <angelwing1001@gmail.com>",
6
6
  "homepage": "",