@tudopz/model 2.23.7 → 2.23.8
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.
- package/README.md +4 -0
- package/lib/index.d.ts +2 -2
- package/lib/index.js +1 -0
- package/lib/model/test-report.d.ts +8 -2
- package/lib/model/test-report.js +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ import { StudentTarget } from './model/student-target';
|
|
|
46
46
|
import { TestAttempt, TEST_ATTEMPT_STATUS } from './model/test-attempt';
|
|
47
47
|
import { TestCategory } from './model/test-category';
|
|
48
48
|
import { TestQuestion, TEST_QUESTION_TYPE } from './model/test-question';
|
|
49
|
-
import { BaseReport, Report, SATReport, ACTReport, GMATReport, UCATReport, LSATReport, MCATReport, ISATReport, BMATReport } from './model/test-report';
|
|
49
|
+
import { BaseReport, Report, SATReport, ACTReport, GMATReport, UCATReport, LSATReport, MCATReport, ISATReport, BMATReport, IEATReport } from './model/test-report';
|
|
50
50
|
import { TestScore } from './model/test-score';
|
|
51
51
|
import { TestSection } from './model/test-section';
|
|
52
52
|
import { Test } from './model/test';
|
|
@@ -72,4 +72,4 @@ import { UNI_PREF_SIZES, UNI_PREF_SETTINGS, UNI_PREF_LOCATIONS } from './constan
|
|
|
72
72
|
import { USER_STATUS_VALUES } from './constant/user';
|
|
73
73
|
export { CONVERSION_TABLE_TYPE, DIMENSION_TYPE, DIMENSION_CATEGORY, LOG_TYPE, LOG_ACTION, GENDER, NATIONALITY, COUNTRY, SALE_PAYMENT_TYPE, SALE_PAYMENT_MODE, SALE_TYPE, SALE_SUB_TYPE, STUDENT_SERVICE, TEST_ATTEMPT_STATUS, TEST_QUESTION_TYPE, GUARDIAN_RELATIONSHIP, USER_ROLE, USER_STATUS, SCHOOL_LEVEL, EVENT_CATEGORY, EVENT_VISIBILITY, EVENT_STATUS, OFFICE, MEMBERSHIP_LOG_TYPE, STUDENT_NOTE_VISIBILITY, STAFF_HOUR_LOG_TYPE, EXTRACURRICULAR_ACTIVITY_CATEGORY, LEAD_FORM_FIELD_VALIDATION, LEAD_FORM_FIELD_TYPE, LEAD_FORM_ASSIGNMENT, LEAD_QUALITY, };
|
|
74
74
|
export { CONVERSION_TABLE_TYPE_VALUES, COUNTRY_VALUES, DIMENSION_TYPE_VALUES, DIMENSION_CATEGORY_VALUES, GUARDIAN_RELATIONSHIP_VALUES, NATIONALITY_VALUES, SALE_PAYMENT_TYPE_VALUES, SALE_PAYMENT_MODE_VALUES, SALE_TYPE_VALUES, SALE_SUB_TYPE_VALUES, STUDENT_SERVICE_VALUES, UNDERGRAD_TEST_SERVICES, UNDERGRAD_ADMISSIONS_SERVICES, POSTGRAD_TEST_SERVICES, POSTGRAD_ADMISSIONS_SERVICES, SCHOOL_CURRICULUM_SERVICES, ENGLISH_PROFICIENCY_SERVICES, ENRICHMENT_SERVICES, NO_TARGETS, TEST_PREP_TARGETS, ADMISSIONS_TARGETS, UNDERGRAD_ALL_SERVICES, POSTGRAD_ALL_SERVICES, ALL_ADMISSIONS_SERVICES, ALL_TEST_PREPS_SERVICES, EDUCATION_SYSTEM_VALUES, SCHOOL_VALUES, ROOMS, OFFICE_VALUES, EVENT_CATEGORY_VALUES, EVENT_VISIBILITY_VALUES, EVENT_STATUS_VALUES, USER_STATUS_VALUES, COURSES, COURSE_SUBJECTS, AREA_OF_STUDIES, UNI_PREF_SIZES, UNI_PREF_SETTINGS, UNI_PREF_LOCATIONS, EXTRACURRICULAR_ACTIVITY_CATEGORY_VALUES, LEAD_FORM_FIELD_VALIDATION_VALUES, LEAD_FORM_FIELD_TYPE_VALUES, LEAD_FORM_ASSIGNMENT_VALUES, LEAD_QUALITY_VALUES, };
|
|
75
|
-
export { AccessToken, AnswerKey, CaseStudy, ConversionTable, CourseTemplateEvent, CourseTemplate, Dimension, EducationSystem, EventLog, EventToUser, Event, ExtracurricularActivity, FileAccess, FileCategory, File, Guardian, HighSchoolRecord, JourneyStage, JourneyToStudent, Journey, LeadAssignment, LeadFormField, LeadForm, LeadQueue, Lead, Log, PartTimeAssignment, PDPipeline, PDUser, Profile, PupLead, SaleSplit, Sale, School, StaffHour, StaffHourLog, StudentAnswer, StudentExtra, StudentGoal, StudentNoteChecklistItem, StudentNote, StudentServiceMembershipLog, StudentServiceMembership, StudentService, StudentTarget, TestAttempt, TestCategory, TestQuestion, BaseReport, Report, SATReport, ACTReport, GMATReport, UCATReport, LSATReport, MCATReport, ISATReport, BMATReport, TestScore, TestSection, Test, UniversityPreference, UserPreference, UserToGuardian, User, ZoomInfo, };
|
|
75
|
+
export { AccessToken, AnswerKey, CaseStudy, ConversionTable, CourseTemplateEvent, CourseTemplate, Dimension, EducationSystem, EventLog, EventToUser, Event, ExtracurricularActivity, FileAccess, FileCategory, File, Guardian, HighSchoolRecord, JourneyStage, JourneyToStudent, Journey, LeadAssignment, LeadFormField, LeadForm, LeadQueue, Lead, Log, PartTimeAssignment, PDPipeline, PDUser, Profile, PupLead, SaleSplit, Sale, School, StaffHour, StaffHourLog, StudentAnswer, StudentExtra, StudentGoal, StudentNoteChecklistItem, StudentNote, StudentServiceMembershipLog, StudentServiceMembership, StudentService, StudentTarget, TestAttempt, TestCategory, TestQuestion, BaseReport, Report, SATReport, ACTReport, GMATReport, UCATReport, LSATReport, MCATReport, ISATReport, BMATReport, IEATReport, TestScore, TestSection, Test, UniversityPreference, UserPreference, UserToGuardian, User, ZoomInfo, };
|
package/lib/index.js
CHANGED
|
@@ -134,6 +134,7 @@ exports.LSATReport = test_report_1.LSATReport;
|
|
|
134
134
|
exports.MCATReport = test_report_1.MCATReport;
|
|
135
135
|
exports.ISATReport = test_report_1.ISATReport;
|
|
136
136
|
exports.BMATReport = test_report_1.BMATReport;
|
|
137
|
+
exports.IEATReport = test_report_1.IEATReport;
|
|
137
138
|
const test_score_1 = require("./model/test-score");
|
|
138
139
|
exports.TestScore = test_score_1.TestScore;
|
|
139
140
|
const test_section_1 = require("./model/test-section");
|
|
@@ -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';
|
|
8
|
+
type: 'sat' | 'act' | 'gmat' | 'ucat' | 'lsat' | 'mcat' | 'isat' | 'bmat' | 'insead-emba-admissions';
|
|
9
9
|
totalScore: number;
|
|
10
10
|
}
|
|
11
11
|
export declare class SATReport extends BaseReport {
|
|
@@ -100,9 +100,15 @@ export declare class BMATReport extends BaseReport {
|
|
|
100
100
|
scienceRawScore: number;
|
|
101
101
|
scienceScore: number;
|
|
102
102
|
}
|
|
103
|
+
export declare class IEATReport extends BaseReport {
|
|
104
|
+
type: 'insead-emba-admissions';
|
|
105
|
+
quantScore: number;
|
|
106
|
+
verbalScore: number;
|
|
107
|
+
csScore: 'Challenged' | 'Adequate' | 'Superior';
|
|
108
|
+
}
|
|
103
109
|
export declare class DimensionScore {
|
|
104
110
|
code: string;
|
|
105
111
|
raw: number;
|
|
106
112
|
total: number;
|
|
107
113
|
}
|
|
108
|
-
export declare type Report = SATReport | ACTReport | GMATReport | UCATReport | LSATReport | MCATReport | ISATReport | BMATReport;
|
|
114
|
+
export declare type Report = SATReport | ACTReport | GMATReport | UCATReport | LSATReport | MCATReport | ISATReport | BMATReport | IEATReport;
|
package/lib/model/test-report.js
CHANGED
|
@@ -27,6 +27,9 @@ exports.ISATReport = ISATReport;
|
|
|
27
27
|
class BMATReport extends BaseReport {
|
|
28
28
|
}
|
|
29
29
|
exports.BMATReport = BMATReport;
|
|
30
|
+
class IEATReport extends BaseReport {
|
|
31
|
+
}
|
|
32
|
+
exports.IEATReport = IEATReport;
|
|
30
33
|
class DimensionScore {
|
|
31
34
|
}
|
|
32
35
|
exports.DimensionScore = DimensionScore;
|