@tudopz/model 3.0.0-dev.7 → 3.0.0-dev.9
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/package.json +1 -1
- package/src/constants.d.ts +17 -17
- package/src/constants.js +18 -67
- package/src/constants.js.map +1 -1
- package/src/enums.d.ts +21 -21
- package/src/enums.js +22 -56
- package/src/enums.js.map +1 -1
- package/src/model/neo-test-flow.d.ts +28 -0
- package/src/model/neo-test-flow.js +17 -0
- package/src/model/neo-test-flow.js.map +1 -0
- package/src/model/neo-test-question.d.ts +2 -0
- package/src/model/neo-test-question.js +5 -0
- package/src/model/neo-test-question.js.map +1 -1
- package/src/model/neo-test-section-to-question.d.ts +9 -0
- package/src/model/neo-test-section-to-question.js +36 -0
- package/src/model/neo-test-section-to-question.js.map +1 -0
- package/src/model/neo-test-section.d.ts +10 -0
- package/src/model/neo-test-section.js +39 -0
- package/src/model/neo-test-section.js.map +1 -0
- package/src/model/neo-test.d.ts +19 -0
- package/src/model/neo-test.js +59 -0
- package/src/model/neo-test.js.map +1 -0
- package/src/models.d.ts +66 -62
- package/src/models.js +67 -136
- package/src/models.js.map +1 -1
package/package.json
CHANGED
package/src/constants.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
1
|
+
export * from './constant/conversion-table';
|
|
2
|
+
export * from './constant/country';
|
|
3
|
+
export * from './constant/dimension';
|
|
4
|
+
export * from './constant/event';
|
|
5
|
+
export * from './constant/extracurricular-activity';
|
|
6
|
+
export * from './constant/guardian';
|
|
7
|
+
export * from './constant/nationality';
|
|
8
|
+
export * from './constant/lead-form';
|
|
9
|
+
export * from './constant/lead';
|
|
10
|
+
export * from './constant/location';
|
|
11
|
+
export * from './constant/sale';
|
|
12
|
+
export * from './constant/school';
|
|
13
|
+
export * from './constant/student-service';
|
|
14
|
+
export * from './constant/subject';
|
|
15
|
+
export * from './constant/university-preference';
|
|
16
|
+
export * from './constant/user';
|
|
17
|
+
export * from './constant/neo-test';
|
package/src/constants.js
CHANGED
|
@@ -1,70 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var lead_form_1 = require("./constant/lead-form");
|
|
22
|
-
Object.defineProperty(exports, "LEAD_FORM_ASSIGNMENT_VALUES", { enumerable: true, get: function () { return lead_form_1.LEAD_FORM_ASSIGNMENT_VALUES; } });
|
|
23
|
-
Object.defineProperty(exports, "LEAD_FORM_FIELD_TYPE_VALUES", { enumerable: true, get: function () { return lead_form_1.LEAD_FORM_FIELD_TYPE_VALUES; } });
|
|
24
|
-
Object.defineProperty(exports, "LEAD_FORM_FIELD_VALIDATION_VALUES", { enumerable: true, get: function () { return lead_form_1.LEAD_FORM_FIELD_VALIDATION_VALUES; } });
|
|
25
|
-
var lead_1 = require("./constant/lead");
|
|
26
|
-
Object.defineProperty(exports, "LEAD_QUALITY_VALUES", { enumerable: true, get: function () { return lead_1.LEAD_QUALITY_VALUES; } });
|
|
27
|
-
var location_1 = require("./constant/location");
|
|
28
|
-
Object.defineProperty(exports, "OFFICE_VALUES", { enumerable: true, get: function () { return location_1.OFFICE_VALUES; } });
|
|
29
|
-
Object.defineProperty(exports, "ROOMS", { enumerable: true, get: function () { return location_1.ROOMS; } });
|
|
30
|
-
var sale_1 = require("./constant/sale");
|
|
31
|
-
Object.defineProperty(exports, "SALE_PAYMENT_MODE_VALUES", { enumerable: true, get: function () { return sale_1.SALE_PAYMENT_MODE_VALUES; } });
|
|
32
|
-
Object.defineProperty(exports, "SALE_PAYMENT_TYPE_VALUES", { enumerable: true, get: function () { return sale_1.SALE_PAYMENT_TYPE_VALUES; } });
|
|
33
|
-
Object.defineProperty(exports, "SALE_TYPE_VALUES", { enumerable: true, get: function () { return sale_1.SALE_TYPE_VALUES; } });
|
|
34
|
-
Object.defineProperty(exports, "SALE_SUB_TYPE_VALUES", { enumerable: true, get: function () { return sale_1.SALE_SUB_TYPE_VALUES; } });
|
|
35
|
-
var school_1 = require("./constant/school");
|
|
36
|
-
Object.defineProperty(exports, "EDUCATION_SYSTEM_VALUES", { enumerable: true, get: function () { return school_1.EDUCATION_SYSTEM_VALUES; } });
|
|
37
|
-
Object.defineProperty(exports, "SCHOOL_VALUES", { enumerable: true, get: function () { return school_1.SCHOOL_VALUES; } });
|
|
38
|
-
Object.defineProperty(exports, "COURSES", { enumerable: true, get: function () { return school_1.COURSES; } });
|
|
39
|
-
Object.defineProperty(exports, "COURSE_SUBJECTS", { enumerable: true, get: function () { return school_1.COURSE_SUBJECTS; } });
|
|
40
|
-
Object.defineProperty(exports, "AREA_OF_STUDIES", { enumerable: true, get: function () { return school_1.AREA_OF_STUDIES; } });
|
|
41
|
-
var student_service_1 = require("./constant/student-service");
|
|
42
|
-
Object.defineProperty(exports, "STUDENT_SERVICE_VALUES", { enumerable: true, get: function () { return student_service_1.STUDENT_SERVICE_VALUES; } });
|
|
43
|
-
Object.defineProperty(exports, "UNDERGRAD_TEST_SERVICES", { enumerable: true, get: function () { return student_service_1.UNDERGRAD_TEST_SERVICES; } });
|
|
44
|
-
Object.defineProperty(exports, "UNDERGRAD_ADMISSIONS_SERVICES", { enumerable: true, get: function () { return student_service_1.UNDERGRAD_ADMISSIONS_SERVICES; } });
|
|
45
|
-
Object.defineProperty(exports, "POSTGRAD_TEST_SERVICES", { enumerable: true, get: function () { return student_service_1.POSTGRAD_TEST_SERVICES; } });
|
|
46
|
-
Object.defineProperty(exports, "POSTGRAD_ADMISSIONS_SERVICES", { enumerable: true, get: function () { return student_service_1.POSTGRAD_ADMISSIONS_SERVICES; } });
|
|
47
|
-
Object.defineProperty(exports, "SCHOOL_CURRICULUM_SERVICES", { enumerable: true, get: function () { return student_service_1.SCHOOL_CURRICULUM_SERVICES; } });
|
|
48
|
-
Object.defineProperty(exports, "ENGLISH_PROFICIENCY_SERVICES", { enumerable: true, get: function () { return student_service_1.ENGLISH_PROFICIENCY_SERVICES; } });
|
|
49
|
-
Object.defineProperty(exports, "ENRICHMENT_SERVICES", { enumerable: true, get: function () { return student_service_1.ENRICHMENT_SERVICES; } });
|
|
50
|
-
Object.defineProperty(exports, "NO_TARGETS", { enumerable: true, get: function () { return student_service_1.NO_TARGETS; } });
|
|
51
|
-
Object.defineProperty(exports, "TEST_PREP_TARGETS", { enumerable: true, get: function () { return student_service_1.TEST_PREP_TARGETS; } });
|
|
52
|
-
Object.defineProperty(exports, "ADMISSIONS_TARGETS", { enumerable: true, get: function () { return student_service_1.ADMISSIONS_TARGETS; } });
|
|
53
|
-
Object.defineProperty(exports, "UNDERGRAD_ALL_SERVICES", { enumerable: true, get: function () { return student_service_1.UNDERGRAD_ALL_SERVICES; } });
|
|
54
|
-
Object.defineProperty(exports, "POSTGRAD_ALL_SERVICES", { enumerable: true, get: function () { return student_service_1.POSTGRAD_ALL_SERVICES; } });
|
|
55
|
-
Object.defineProperty(exports, "ALL_ADMISSIONS_SERVICES", { enumerable: true, get: function () { return student_service_1.ALL_ADMISSIONS_SERVICES; } });
|
|
56
|
-
Object.defineProperty(exports, "ALL_TEST_PREPS_SERVICES", { enumerable: true, get: function () { return student_service_1.ALL_TEST_PREPS_SERVICES; } });
|
|
57
|
-
var subject_1 = require("./constant/subject");
|
|
58
|
-
Object.defineProperty(exports, "SUBJECT_VALUES", { enumerable: true, get: function () { return subject_1.SUBJECT_VALUES; } });
|
|
59
|
-
var university_preference_1 = require("./constant/university-preference");
|
|
60
|
-
Object.defineProperty(exports, "UNI_PREF_SIZES", { enumerable: true, get: function () { return university_preference_1.UNI_PREF_SIZES; } });
|
|
61
|
-
Object.defineProperty(exports, "UNI_PREF_SETTINGS", { enumerable: true, get: function () { return university_preference_1.UNI_PREF_SETTINGS; } });
|
|
62
|
-
Object.defineProperty(exports, "UNI_PREF_LOCATIONS", { enumerable: true, get: function () { return university_preference_1.UNI_PREF_LOCATIONS; } });
|
|
63
|
-
var user_1 = require("./constant/user");
|
|
64
|
-
Object.defineProperty(exports, "USER_STATUS_VALUES", { enumerable: true, get: function () { return user_1.USER_STATUS_VALUES; } });
|
|
65
|
-
Object.defineProperty(exports, "USER_ROLE_VALUES", { enumerable: true, get: function () { return user_1.USER_ROLE_VALUES; } });
|
|
66
|
-
var neo_test_1 = require("./constant/neo-test");
|
|
67
|
-
Object.defineProperty(exports, "NEO_TEST_QUESTION_DIFFICULTY_VALUES", { enumerable: true, get: function () { return neo_test_1.NEO_TEST_QUESTION_DIFFICULTY_VALUES; } });
|
|
68
|
-
Object.defineProperty(exports, "NEO_TEST_QUESTION_TYPE_VALUES", { enumerable: true, get: function () { return neo_test_1.NEO_TEST_QUESTION_TYPE_VALUES; } });
|
|
69
|
-
Object.defineProperty(exports, "NEO_TAG_TYPE_VALUES", { enumerable: true, get: function () { return neo_test_1.NEO_TAG_TYPE_VALUES; } });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./constant/conversion-table"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./constant/country"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./constant/dimension"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./constant/event"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./constant/extracurricular-activity"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./constant/guardian"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./constant/nationality"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./constant/lead-form"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./constant/lead"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./constant/location"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./constant/sale"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./constant/school"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./constant/student-service"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./constant/subject"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./constant/university-preference"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./constant/user"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./constant/neo-test"), exports);
|
|
70
21
|
//# sourceMappingURL=constants.js.map
|
package/src/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../libs/model/src/constants.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../libs/model/src/constants.ts"],"names":[],"mappings":";;;AAAA,sEAA4C;AAC5C,6DAAmC;AACnC,+DAAqC;AACrC,2DAAiC;AACjC,8EAAoD;AACpD,8DAAoC;AACpC,iEAAuC;AACvC,+DAAqC;AACrC,0DAAgC;AAChC,8DAAoC;AACpC,0DAAgC;AAChC,4DAAkC;AAClC,qEAA2C;AAC3C,6DAAmC;AACnC,2EAAiD;AACjD,0DAAgC;AAChC,8DAAoC"}
|
package/src/enums.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
1
|
+
export * from './model/conversion-table';
|
|
2
|
+
export * from './model/dimension';
|
|
3
|
+
export * from './model/event';
|
|
4
|
+
export * from './model/extracurricular-activity';
|
|
5
|
+
export * from './model/log';
|
|
6
|
+
export * from './model/lead-form-field';
|
|
7
|
+
export * from './model/lead-form';
|
|
8
|
+
export * from './model/lead';
|
|
9
|
+
export * from './model/profile';
|
|
10
|
+
export * from './model/sale';
|
|
11
|
+
export * from './model/school';
|
|
12
|
+
export * from './model/staff-hour-log';
|
|
13
|
+
export * from './model/student-note';
|
|
14
|
+
export * from './model/student-service-membership-log';
|
|
15
|
+
export * from './model/student-service';
|
|
16
|
+
export * from './model/test-attempt';
|
|
17
|
+
export * from './model/test-question';
|
|
18
|
+
export * from './model/user-to-guardian';
|
|
19
|
+
export * from './model/user';
|
|
20
|
+
export * from './model/neo-tag';
|
|
21
|
+
export * from './model/neo-test-question';
|
package/src/enums.js
CHANGED
|
@@ -1,59 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Object.defineProperty(exports, "LEAD_QUALITY", { enumerable: true, get: function () { return lead_1.LEAD_QUALITY; } });
|
|
26
|
-
var profile_1 = require("./model/profile");
|
|
27
|
-
Object.defineProperty(exports, "GENDER", { enumerable: true, get: function () { return profile_1.GENDER; } });
|
|
28
|
-
Object.defineProperty(exports, "NATIONALITY", { enumerable: true, get: function () { return profile_1.NATIONALITY; } });
|
|
29
|
-
Object.defineProperty(exports, "COUNTRY", { enumerable: true, get: function () { return profile_1.COUNTRY; } });
|
|
30
|
-
var sale_1 = require("./model/sale");
|
|
31
|
-
Object.defineProperty(exports, "SALE_PAYMENT_MODE", { enumerable: true, get: function () { return sale_1.SALE_PAYMENT_MODE; } });
|
|
32
|
-
Object.defineProperty(exports, "SALE_PAYMENT_TYPE", { enumerable: true, get: function () { return sale_1.SALE_PAYMENT_TYPE; } });
|
|
33
|
-
Object.defineProperty(exports, "SALE_TYPE", { enumerable: true, get: function () { return sale_1.SALE_TYPE; } });
|
|
34
|
-
Object.defineProperty(exports, "SALE_SUB_TYPE", { enumerable: true, get: function () { return sale_1.SALE_SUB_TYPE; } });
|
|
35
|
-
var school_1 = require("./model/school");
|
|
36
|
-
Object.defineProperty(exports, "SCHOOL_LEVEL", { enumerable: true, get: function () { return school_1.SCHOOL_LEVEL; } });
|
|
37
|
-
var staff_hour_log_1 = require("./model/staff-hour-log");
|
|
38
|
-
Object.defineProperty(exports, "STAFF_HOUR_LOG_TYPE", { enumerable: true, get: function () { return staff_hour_log_1.STAFF_HOUR_LOG_TYPE; } });
|
|
39
|
-
var student_note_1 = require("./model/student-note");
|
|
40
|
-
Object.defineProperty(exports, "STUDENT_NOTE_VISIBILITY", { enumerable: true, get: function () { return student_note_1.STUDENT_NOTE_VISIBILITY; } });
|
|
41
|
-
var student_service_membership_log_1 = require("./model/student-service-membership-log");
|
|
42
|
-
Object.defineProperty(exports, "MEMBERSHIP_LOG_TYPE", { enumerable: true, get: function () { return student_service_membership_log_1.MEMBERSHIP_LOG_TYPE; } });
|
|
43
|
-
var student_service_1 = require("./model/student-service");
|
|
44
|
-
Object.defineProperty(exports, "STUDENT_SERVICE", { enumerable: true, get: function () { return student_service_1.STUDENT_SERVICE; } });
|
|
45
|
-
var test_attempt_1 = require("./model/test-attempt");
|
|
46
|
-
Object.defineProperty(exports, "TEST_ATTEMPT_STATUS", { enumerable: true, get: function () { return test_attempt_1.TEST_ATTEMPT_STATUS; } });
|
|
47
|
-
var test_question_1 = require("./model/test-question");
|
|
48
|
-
Object.defineProperty(exports, "TEST_QUESTION_TYPE", { enumerable: true, get: function () { return test_question_1.TEST_QUESTION_TYPE; } });
|
|
49
|
-
var user_to_guardian_1 = require("./model/user-to-guardian");
|
|
50
|
-
Object.defineProperty(exports, "GUARDIAN_RELATIONSHIP", { enumerable: true, get: function () { return user_to_guardian_1.GUARDIAN_RELATIONSHIP; } });
|
|
51
|
-
var user_1 = require("./model/user");
|
|
52
|
-
Object.defineProperty(exports, "USER_ROLE", { enumerable: true, get: function () { return user_1.USER_ROLE; } });
|
|
53
|
-
Object.defineProperty(exports, "USER_STATUS", { enumerable: true, get: function () { return user_1.USER_STATUS; } });
|
|
54
|
-
var neo_tag_1 = require("./model/neo-tag");
|
|
55
|
-
Object.defineProperty(exports, "NEO_TAG_TYPE", { enumerable: true, get: function () { return neo_tag_1.NEO_TAG_TYPE; } });
|
|
56
|
-
var neo_test_question_1 = require("./model/neo-test-question");
|
|
57
|
-
Object.defineProperty(exports, "NEO_TEST_QUESTION_DIFFICULTY", { enumerable: true, get: function () { return neo_test_question_1.NEO_TEST_QUESTION_DIFFICULTY; } });
|
|
58
|
-
Object.defineProperty(exports, "NEO_TEST_QUESTION_TYPE", { enumerable: true, get: function () { return neo_test_question_1.NEO_TEST_QUESTION_TYPE; } });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./model/conversion-table"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./model/dimension"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./model/event"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./model/extracurricular-activity"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./model/log"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./model/lead-form-field"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./model/lead-form"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./model/lead"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./model/profile"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./model/sale"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./model/school"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./model/staff-hour-log"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./model/student-note"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./model/student-service-membership-log"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./model/student-service"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./model/test-attempt"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./model/test-question"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./model/user-to-guardian"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./model/user"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./model/neo-tag"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./model/neo-test-question"), exports);
|
|
59
25
|
//# sourceMappingURL=enums.js.map
|
package/src/enums.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../libs/model/src/enums.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../libs/model/src/enums.ts"],"names":[],"mappings":";;;AAAA,mEAAyC;AACzC,4DAAkC;AAClC,wDAA8B;AAC9B,2EAAiD;AACjD,sDAA4B;AAC5B,kEAAwC;AACxC,4DAAkC;AAClC,uDAA6B;AAC7B,0DAAgC;AAChC,uDAA6B;AAC7B,yDAA+B;AAC/B,iEAAuC;AACvC,+DAAqC;AACrC,iFAAuD;AACvD,kEAAwC;AACxC,+DAAqC;AACrC,gEAAsC;AACtC,mEAAyC;AACzC,uDAA6B;AAC7B,0DAAgC;AAChC,oEAA0C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare type NeoTestFlow = NeoTestFlowNode;
|
|
2
|
+
export interface NeoTestFlowNode {
|
|
3
|
+
order: number;
|
|
4
|
+
sectionId: number;
|
|
5
|
+
next: NeoTestFlowNode | NeoTestFlowCondition | null;
|
|
6
|
+
}
|
|
7
|
+
export interface NeoTestFlowCondition {
|
|
8
|
+
left: NeoTestFlowConditionLeftSide;
|
|
9
|
+
operator: NeoTestFlowOperator;
|
|
10
|
+
right: number;
|
|
11
|
+
truthy: NeoTestFlowNode;
|
|
12
|
+
falsy: NeoTestFlowNode | NeoTestFlowCondition;
|
|
13
|
+
}
|
|
14
|
+
export interface NeoTestFlowConditionLeftSide {
|
|
15
|
+
aggregator: NeoTestFlowAggregator;
|
|
16
|
+
sectionIds: number[];
|
|
17
|
+
}
|
|
18
|
+
export declare enum NeoTestFlowOperator {
|
|
19
|
+
LESS_THAN = "lt",
|
|
20
|
+
LESS_THEN_OR_EQUAL = "lte",
|
|
21
|
+
EQUAL = "e",
|
|
22
|
+
GREATER_THAN = "gt",
|
|
23
|
+
GREATER_THAN_OR_EQUAL = "gte"
|
|
24
|
+
}
|
|
25
|
+
export declare enum NeoTestFlowAggregator {
|
|
26
|
+
SUM = "sum",
|
|
27
|
+
AVERAGE = "avg"
|
|
28
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NeoTestFlowAggregator = exports.NeoTestFlowOperator = void 0;
|
|
4
|
+
var NeoTestFlowOperator;
|
|
5
|
+
(function (NeoTestFlowOperator) {
|
|
6
|
+
NeoTestFlowOperator["LESS_THAN"] = "lt";
|
|
7
|
+
NeoTestFlowOperator["LESS_THEN_OR_EQUAL"] = "lte";
|
|
8
|
+
NeoTestFlowOperator["EQUAL"] = "e";
|
|
9
|
+
NeoTestFlowOperator["GREATER_THAN"] = "gt";
|
|
10
|
+
NeoTestFlowOperator["GREATER_THAN_OR_EQUAL"] = "gte";
|
|
11
|
+
})(NeoTestFlowOperator = exports.NeoTestFlowOperator || (exports.NeoTestFlowOperator = {}));
|
|
12
|
+
var NeoTestFlowAggregator;
|
|
13
|
+
(function (NeoTestFlowAggregator) {
|
|
14
|
+
NeoTestFlowAggregator["SUM"] = "sum";
|
|
15
|
+
NeoTestFlowAggregator["AVERAGE"] = "avg";
|
|
16
|
+
})(NeoTestFlowAggregator = exports.NeoTestFlowAggregator || (exports.NeoTestFlowAggregator = {}));
|
|
17
|
+
//# sourceMappingURL=neo-test-flow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neo-test-flow.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-test-flow.ts"],"names":[],"mappings":";;;AAqBA,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,uCAAgB,CAAA;IAChB,iDAA0B,CAAA;IAC1B,kCAAW,CAAA;IACX,0CAAmB,CAAA;IACnB,oDAA6B,CAAA;AAC/B,CAAC,EANW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAM9B;AAED,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,oCAAW,CAAA;IACX,wCAAe,CAAA;AACjB,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { NeoTag } from './neo-tag';
|
|
2
2
|
import { NeoTestQuestionAnswer } from './neo-test-question-answer';
|
|
3
3
|
import { NeoTestQuestionCategory } from './neo-test-question-category';
|
|
4
|
+
import { NeoTestSectionToQuestion } from './neo-test-section-to-question';
|
|
4
5
|
export declare enum NEO_TEST_QUESTION_TYPE {
|
|
5
6
|
MCQ = "mcq",
|
|
6
7
|
KEY_IN = "key-in"
|
|
@@ -24,5 +25,6 @@ export declare class NeoTestQuestion {
|
|
|
24
25
|
updatedAt: Date;
|
|
25
26
|
category: NeoTestQuestionCategory;
|
|
26
27
|
tags: NeoTag[];
|
|
28
|
+
sections: NeoTestSectionToQuestion[];
|
|
27
29
|
answers: NeoTestQuestionAnswer[];
|
|
28
30
|
}
|
|
@@ -6,6 +6,7 @@ const typeorm_1 = require("typeorm");
|
|
|
6
6
|
const neo_tag_1 = require("./neo-tag");
|
|
7
7
|
const neo_test_question_answer_1 = require("./neo-test-question-answer");
|
|
8
8
|
const neo_test_question_category_1 = require("./neo-test-question-category");
|
|
9
|
+
const neo_test_section_to_question_1 = require("./neo-test-section-to-question");
|
|
9
10
|
var NEO_TEST_QUESTION_TYPE;
|
|
10
11
|
(function (NEO_TEST_QUESTION_TYPE) {
|
|
11
12
|
NEO_TEST_QUESTION_TYPE["MCQ"] = "mcq";
|
|
@@ -83,6 +84,10 @@ tslib_1.__decorate([
|
|
|
83
84
|
}),
|
|
84
85
|
tslib_1.__metadata("design:type", Array)
|
|
85
86
|
], NeoTestQuestion.prototype, "tags", void 0);
|
|
87
|
+
tslib_1.__decorate([
|
|
88
|
+
(0, typeorm_1.OneToMany)(() => neo_test_section_to_question_1.NeoTestSectionToQuestion, (section) => section.question),
|
|
89
|
+
tslib_1.__metadata("design:type", Array)
|
|
90
|
+
], NeoTestQuestion.prototype, "sections", void 0);
|
|
86
91
|
tslib_1.__decorate([
|
|
87
92
|
(0, typeorm_1.OneToMany)(() => neo_test_question_answer_1.NeoTestQuestionAnswer, (answer) => answer.question),
|
|
88
93
|
tslib_1.__metadata("design:type", Array)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"neo-test-question.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-test-question.ts"],"names":[],"mappings":";;;;AAAA,qCAWiB;
|
|
1
|
+
{"version":3,"file":"neo-test-question.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-test-question.ts"],"names":[],"mappings":";;;;AAAA,qCAWiB;AAEjB,uCAAmC;AACnC,yEAAmE;AACnE,6EAAuE;AACvE,iFAA0E;AAE1E,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,qCAAW,CAAA;IACX,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACtC,+EAAQ,CAAA;IACR,mFAAU,CAAA;IACV,+EAAQ,CAAA;AACV,CAAC,EAJW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAIvC;AAGM,IAAM,eAAe,GAArB,MAAM,eAAe;CAyD3B,CAAA;AAxDC;IAAC,IAAA,gCAAsB,GAAE;;2CACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;6CAC1C;AAEb;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;gDACR;AAEhB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;mDACL;AAEnB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,CAAC;;6CACrB;AAE7B;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;gDACT;AAEhB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;uDACD;AAExB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;kDACvB;AAElB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;mDACiB;AAEzC;IAAC,IAAA,0BAAgB,GAAE;sCACR,IAAI;kDAAC;AAEhB;IAAC,IAAA,0BAAgB,GAAE;sCACR,IAAI;kDAAC;AAEhB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oDAAuB,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC;IAChE,IAAA,oBAAU,GAAE;sCACH,oDAAuB;iDAAC;AAElC;IAAC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,gBAAM,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC;IAChD,IAAA,mBAAS,EAAC;QACT,IAAI,EAAE,4BAA4B;QAClC,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,oBAAoB,EAAE,IAAI;SAC3B;QACD,iBAAiB,EAAE;YACjB,IAAI,EAAE,OAAO;YACb,oBAAoB,EAAE,IAAI;SAC3B;KACF,CAAC;;6CACa;AAEf;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uDAAwB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC;;iDACpC;AAErC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAqB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC;;gDACnC;AAxDtB,eAAe;IAD3B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;GAC1B,eAAe,CAyD3B;AAzDY,0CAAe"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NeoTestQuestion } from './neo-test-question';
|
|
2
|
+
import { NeoTestSection } from './neo-test-section';
|
|
3
|
+
export declare class NeoTestSectionToQuestion {
|
|
4
|
+
sectionId: number;
|
|
5
|
+
questionId: number;
|
|
6
|
+
order: number;
|
|
7
|
+
section: NeoTestSection;
|
|
8
|
+
question: NeoTestQuestion;
|
|
9
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NeoTestSectionToQuestion = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const typeorm_1 = require("typeorm");
|
|
6
|
+
const neo_test_question_1 = require("./neo-test-question");
|
|
7
|
+
const neo_test_section_1 = require("./neo-test-section");
|
|
8
|
+
let NeoTestSectionToQuestion = class NeoTestSectionToQuestion {
|
|
9
|
+
};
|
|
10
|
+
tslib_1.__decorate([
|
|
11
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'int', nullable: false }),
|
|
12
|
+
tslib_1.__metadata("design:type", Number)
|
|
13
|
+
], NeoTestSectionToQuestion.prototype, "sectionId", void 0);
|
|
14
|
+
tslib_1.__decorate([
|
|
15
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'int', nullable: false }),
|
|
16
|
+
tslib_1.__metadata("design:type", Number)
|
|
17
|
+
], NeoTestSectionToQuestion.prototype, "questionId", void 0);
|
|
18
|
+
tslib_1.__decorate([
|
|
19
|
+
(0, typeorm_1.Column)({ type: 'int', nullable: false }),
|
|
20
|
+
tslib_1.__metadata("design:type", Number)
|
|
21
|
+
], NeoTestSectionToQuestion.prototype, "order", void 0);
|
|
22
|
+
tslib_1.__decorate([
|
|
23
|
+
(0, typeorm_1.ManyToOne)(() => neo_test_section_1.NeoTestSection, (section) => section.questions),
|
|
24
|
+
(0, typeorm_1.JoinColumn)(),
|
|
25
|
+
tslib_1.__metadata("design:type", neo_test_section_1.NeoTestSection)
|
|
26
|
+
], NeoTestSectionToQuestion.prototype, "section", void 0);
|
|
27
|
+
tslib_1.__decorate([
|
|
28
|
+
(0, typeorm_1.ManyToOne)(() => neo_test_question_1.NeoTestQuestion, (question) => question.sections),
|
|
29
|
+
(0, typeorm_1.JoinColumn)(),
|
|
30
|
+
tslib_1.__metadata("design:type", neo_test_question_1.NeoTestQuestion)
|
|
31
|
+
], NeoTestSectionToQuestion.prototype, "question", void 0);
|
|
32
|
+
NeoTestSectionToQuestion = tslib_1.__decorate([
|
|
33
|
+
(0, typeorm_1.Entity)({ name: 'neo_test_sections_to_questions' })
|
|
34
|
+
], NeoTestSectionToQuestion);
|
|
35
|
+
exports.NeoTestSectionToQuestion = NeoTestSectionToQuestion;
|
|
36
|
+
//# sourceMappingURL=neo-test-section-to-question.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neo-test-section-to-question.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-test-section-to-question.ts"],"names":[],"mappings":";;;;AAAA,qCAA+E;AAE/E,2DAAsD;AACtD,yDAAoD;AAG7C,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAiBpC,CAAA;AAhBC;IAAC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;2DAC9B;AAElB;IAAC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;4DAC7B;AAEnB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;uDAC3B;AAEd;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC;IAC/D,IAAA,oBAAU,GAAE;sCACJ,iCAAc;yDAAC;AAExB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC;IACjE,IAAA,oBAAU,GAAE;sCACH,mCAAe;0DAAC;AAhBf,wBAAwB;IADpC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,gCAAgC,EAAE,CAAC;GACtC,wBAAwB,CAiBpC;AAjBY,4DAAwB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NeoTest } from './neo-test';
|
|
2
|
+
import { NeoTestSectionToQuestion } from './neo-test-section-to-question';
|
|
3
|
+
export declare class NeoTestSection {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
duration: number;
|
|
7
|
+
testId: number;
|
|
8
|
+
test: NeoTest;
|
|
9
|
+
questions: NeoTestSectionToQuestion[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NeoTestSection = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const typeorm_1 = require("typeorm");
|
|
6
|
+
const neo_test_1 = require("./neo-test");
|
|
7
|
+
const neo_test_section_to_question_1 = require("./neo-test-section-to-question");
|
|
8
|
+
let NeoTestSection = class NeoTestSection {
|
|
9
|
+
};
|
|
10
|
+
tslib_1.__decorate([
|
|
11
|
+
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
12
|
+
tslib_1.__metadata("design:type", Number)
|
|
13
|
+
], NeoTestSection.prototype, "id", void 0);
|
|
14
|
+
tslib_1.__decorate([
|
|
15
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
|
|
16
|
+
tslib_1.__metadata("design:type", String)
|
|
17
|
+
], NeoTestSection.prototype, "name", void 0);
|
|
18
|
+
tslib_1.__decorate([
|
|
19
|
+
(0, typeorm_1.Column)({ type: 'int' }),
|
|
20
|
+
tslib_1.__metadata("design:type", Number)
|
|
21
|
+
], NeoTestSection.prototype, "duration", void 0);
|
|
22
|
+
tslib_1.__decorate([
|
|
23
|
+
(0, typeorm_1.Column)({ type: 'int' }),
|
|
24
|
+
tslib_1.__metadata("design:type", Number)
|
|
25
|
+
], NeoTestSection.prototype, "testId", void 0);
|
|
26
|
+
tslib_1.__decorate([
|
|
27
|
+
(0, typeorm_1.ManyToOne)(() => neo_test_1.NeoTest, (test) => test.sections),
|
|
28
|
+
(0, typeorm_1.JoinColumn)(),
|
|
29
|
+
tslib_1.__metadata("design:type", neo_test_1.NeoTest)
|
|
30
|
+
], NeoTestSection.prototype, "test", void 0);
|
|
31
|
+
tslib_1.__decorate([
|
|
32
|
+
(0, typeorm_1.OneToMany)(() => neo_test_section_to_question_1.NeoTestSectionToQuestion, (question) => question.section),
|
|
33
|
+
tslib_1.__metadata("design:type", Array)
|
|
34
|
+
], NeoTestSection.prototype, "questions", void 0);
|
|
35
|
+
NeoTestSection = tslib_1.__decorate([
|
|
36
|
+
(0, typeorm_1.Entity)({ name: 'neo_test_sections' })
|
|
37
|
+
], NeoTestSection);
|
|
38
|
+
exports.NeoTestSection = NeoTestSection;
|
|
39
|
+
//# sourceMappingURL=neo-test-section.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neo-test-section.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-test-section.ts"],"names":[],"mappings":";;;;AAAA,qCAAmG;AAEnG,yCAAqC;AACrC,iFAA0E;AAGnE,IAAM,cAAc,GAApB,MAAM,cAAc;CAmB1B,CAAA;AAlBC;IAAC,IAAA,gCAAsB,GAAE;;0CACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;4CAC5B;AAEb;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;gDACP;AAEjB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;8CACT;AAEf;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAO,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;IACjD,IAAA,oBAAU,GAAE;sCACP,kBAAO;4CAAC;AAEd;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uDAAwB,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;;iDACpC;AAlB3B,cAAc;IAD1B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;GACzB,cAAc,CAmB1B;AAnBY,wCAAc"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NeoTestFlow } from './neo-test-flow';
|
|
2
|
+
import { NeoTestSection } from './neo-test-section';
|
|
3
|
+
export declare enum NEO_TEST_STATUS {
|
|
4
|
+
DRAFT = 1,
|
|
5
|
+
PUBLISHED = 2,
|
|
6
|
+
INACTIVE = 3
|
|
7
|
+
}
|
|
8
|
+
export declare class NeoTest {
|
|
9
|
+
id: number;
|
|
10
|
+
service: number;
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
isDiagnostic: boolean;
|
|
14
|
+
flow?: NeoTestFlow;
|
|
15
|
+
status: number;
|
|
16
|
+
createdAt: Date;
|
|
17
|
+
updatedAt: Date;
|
|
18
|
+
sections: NeoTestSection[];
|
|
19
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NeoTest = exports.NEO_TEST_STATUS = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const typeorm_1 = require("typeorm");
|
|
6
|
+
const neo_test_section_1 = require("./neo-test-section");
|
|
7
|
+
var NEO_TEST_STATUS;
|
|
8
|
+
(function (NEO_TEST_STATUS) {
|
|
9
|
+
NEO_TEST_STATUS[NEO_TEST_STATUS["DRAFT"] = 1] = "DRAFT";
|
|
10
|
+
NEO_TEST_STATUS[NEO_TEST_STATUS["PUBLISHED"] = 2] = "PUBLISHED";
|
|
11
|
+
NEO_TEST_STATUS[NEO_TEST_STATUS["INACTIVE"] = 3] = "INACTIVE";
|
|
12
|
+
})(NEO_TEST_STATUS = exports.NEO_TEST_STATUS || (exports.NEO_TEST_STATUS = {}));
|
|
13
|
+
let NeoTest = class NeoTest {
|
|
14
|
+
};
|
|
15
|
+
tslib_1.__decorate([
|
|
16
|
+
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
17
|
+
tslib_1.__metadata("design:type", Number)
|
|
18
|
+
], NeoTest.prototype, "id", void 0);
|
|
19
|
+
tslib_1.__decorate([
|
|
20
|
+
(0, typeorm_1.Column)({ type: 'int' }),
|
|
21
|
+
tslib_1.__metadata("design:type", Number)
|
|
22
|
+
], NeoTest.prototype, "service", void 0);
|
|
23
|
+
tslib_1.__decorate([
|
|
24
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
|
|
25
|
+
tslib_1.__metadata("design:type", String)
|
|
26
|
+
], NeoTest.prototype, "name", void 0);
|
|
27
|
+
tslib_1.__decorate([
|
|
28
|
+
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
29
|
+
tslib_1.__metadata("design:type", String)
|
|
30
|
+
], NeoTest.prototype, "description", void 0);
|
|
31
|
+
tslib_1.__decorate([
|
|
32
|
+
(0, typeorm_1.Column)({ type: 'boolean', default: false }),
|
|
33
|
+
tslib_1.__metadata("design:type", Boolean)
|
|
34
|
+
], NeoTest.prototype, "isDiagnostic", void 0);
|
|
35
|
+
tslib_1.__decorate([
|
|
36
|
+
(0, typeorm_1.Column)({ type: 'json', nullable: true }),
|
|
37
|
+
tslib_1.__metadata("design:type", Object)
|
|
38
|
+
], NeoTest.prototype, "flow", void 0);
|
|
39
|
+
tslib_1.__decorate([
|
|
40
|
+
(0, typeorm_1.Column)({ type: 'int', default: NEO_TEST_STATUS.DRAFT }),
|
|
41
|
+
tslib_1.__metadata("design:type", Number)
|
|
42
|
+
], NeoTest.prototype, "status", void 0);
|
|
43
|
+
tslib_1.__decorate([
|
|
44
|
+
(0, typeorm_1.CreateDateColumn)(),
|
|
45
|
+
tslib_1.__metadata("design:type", Date)
|
|
46
|
+
], NeoTest.prototype, "createdAt", void 0);
|
|
47
|
+
tslib_1.__decorate([
|
|
48
|
+
(0, typeorm_1.UpdateDateColumn)(),
|
|
49
|
+
tslib_1.__metadata("design:type", Date)
|
|
50
|
+
], NeoTest.prototype, "updatedAt", void 0);
|
|
51
|
+
tslib_1.__decorate([
|
|
52
|
+
(0, typeorm_1.OneToMany)(() => neo_test_section_1.NeoTestSection, (section) => section.test),
|
|
53
|
+
tslib_1.__metadata("design:type", Array)
|
|
54
|
+
], NeoTest.prototype, "sections", void 0);
|
|
55
|
+
NeoTest = tslib_1.__decorate([
|
|
56
|
+
(0, typeorm_1.Entity)({ name: 'neo_tests' })
|
|
57
|
+
], NeoTest);
|
|
58
|
+
exports.NeoTest = NeoTest;
|
|
59
|
+
//# sourceMappingURL=neo-test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neo-test.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-test.ts"],"names":[],"mappings":";;;;AAAA,qCAOiB;AAGjB,yDAAoD;AAEpD,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,uDAAS,CAAA;IACT,+DAAa,CAAA;IACb,6DAAY,CAAA;AACd,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B;AAGM,IAAM,OAAO,GAAb,MAAM,OAAO;CA8BnB,CAAA;AA7BC;IAAC,IAAA,gCAAsB,GAAE;;mCACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;wCACR;AAEhB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;qCAC5B;AAEb;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACrB;AAEpB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;6CACtB;AAEtB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCACtB;AAEnB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,eAAe,CAAC,KAAK,EAAE,CAAC;;uCACzC;AAEf;IAAC,IAAA,0BAAgB,GAAE;sCACR,IAAI;0CAAC;AAEhB;IAAC,IAAA,0BAAgB,GAAE;sCACR,IAAI;0CAAC;AAEhB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;;yCAChC;AA7BhB,OAAO;IADnB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;GACjB,OAAO,CA8BnB;AA9BY,0BAAO"}
|
package/src/models.d.ts
CHANGED
|
@@ -1,62 +1,66 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
1
|
+
export * from './model/access-token';
|
|
2
|
+
export * from './model/answer-key';
|
|
3
|
+
export * from './model/case-study';
|
|
4
|
+
export * from './model/conversion-table';
|
|
5
|
+
export * from './model/course-template-event';
|
|
6
|
+
export * from './model/course-template';
|
|
7
|
+
export * from './model/dimension';
|
|
8
|
+
export * from './model/education-system';
|
|
9
|
+
export * from './model/event-log';
|
|
10
|
+
export * from './model/event-to-user';
|
|
11
|
+
export * from './model/event';
|
|
12
|
+
export * from './model/extracurricular-activity';
|
|
13
|
+
export * from './model/file-access';
|
|
14
|
+
export * from './model/file-category';
|
|
15
|
+
export * from './model/file';
|
|
16
|
+
export * from './model/log';
|
|
17
|
+
export * from './model/neo-tag';
|
|
18
|
+
export * from './model/neo-test-flow';
|
|
19
|
+
export * from './model/neo-test-question-answer';
|
|
20
|
+
export * from './model/neo-test-question-category';
|
|
21
|
+
export * from './model/neo-test-question';
|
|
22
|
+
export * from './model/neo-test-section-to-question';
|
|
23
|
+
export * from './model/neo-test-section';
|
|
24
|
+
export * from './model/neo-test';
|
|
25
|
+
export * from './model/guardian';
|
|
26
|
+
export * from './model/high-school-record';
|
|
27
|
+
export * from './model/journey-stage';
|
|
28
|
+
export * from './model/journey-to-student';
|
|
29
|
+
export * from './model/journey';
|
|
30
|
+
export * from './model/lead-assignment';
|
|
31
|
+
export * from './model/lead-form-field';
|
|
32
|
+
export * from './model/lead-form';
|
|
33
|
+
export * from './model/lead-queue';
|
|
34
|
+
export * from './model/lead';
|
|
35
|
+
export * from './model/part-time-assignment';
|
|
36
|
+
export * from './model/pd-pipeline';
|
|
37
|
+
export * from './model/pd-user';
|
|
38
|
+
export * from './model/profile';
|
|
39
|
+
export * from './model/pup-lead';
|
|
40
|
+
export * from './model/sale-split';
|
|
41
|
+
export * from './model/sale';
|
|
42
|
+
export * from './model/school';
|
|
43
|
+
export * from './model/staff-hour';
|
|
44
|
+
export * from './model/staff-subject-tag';
|
|
45
|
+
export * from './model/staff-hour-log';
|
|
46
|
+
export * from './model/student-answer';
|
|
47
|
+
export * from './model/student-extra';
|
|
48
|
+
export * from './model/student-goal';
|
|
49
|
+
export * from './model/student-note-checklist-item';
|
|
50
|
+
export * from './model/student-note';
|
|
51
|
+
export * from './model/student-service-membership-log';
|
|
52
|
+
export * from './model/student-service-membership';
|
|
53
|
+
export * from './model/student-service';
|
|
54
|
+
export * from './model/student-target';
|
|
55
|
+
export * from './model/test-attempt';
|
|
56
|
+
export * from './model/test-category';
|
|
57
|
+
export * from './model/test-question';
|
|
58
|
+
export * from './model/test-report';
|
|
59
|
+
export * from './model/test-score';
|
|
60
|
+
export * from './model/test-section';
|
|
61
|
+
export * from './model/test';
|
|
62
|
+
export * from './model/university-preference';
|
|
63
|
+
export * from './model/user-preference';
|
|
64
|
+
export * from './model/user-to-guardian';
|
|
65
|
+
export * from './model/user';
|
|
66
|
+
export * from './model/zoom-info';
|
package/src/models.js
CHANGED
|
@@ -1,139 +1,70 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
Object.defineProperty(exports, "PDUser", { enumerable: true, get: function () { return pd_user_1.PDUser; } });
|
|
71
|
-
var profile_1 = require("./model/profile");
|
|
72
|
-
Object.defineProperty(exports, "Profile", { enumerable: true, get: function () { return profile_1.Profile; } });
|
|
73
|
-
var pup_lead_1 = require("./model/pup-lead");
|
|
74
|
-
Object.defineProperty(exports, "PupLead", { enumerable: true, get: function () { return pup_lead_1.PupLead; } });
|
|
75
|
-
var sale_split_1 = require("./model/sale-split");
|
|
76
|
-
Object.defineProperty(exports, "SaleSplit", { enumerable: true, get: function () { return sale_split_1.SaleSplit; } });
|
|
77
|
-
var sale_1 = require("./model/sale");
|
|
78
|
-
Object.defineProperty(exports, "Sale", { enumerable: true, get: function () { return sale_1.Sale; } });
|
|
79
|
-
var school_1 = require("./model/school");
|
|
80
|
-
Object.defineProperty(exports, "School", { enumerable: true, get: function () { return school_1.School; } });
|
|
81
|
-
var staff_hour_1 = require("./model/staff-hour");
|
|
82
|
-
Object.defineProperty(exports, "StaffHour", { enumerable: true, get: function () { return staff_hour_1.StaffHour; } });
|
|
83
|
-
var staff_subject_tag_1 = require("./model/staff-subject-tag");
|
|
84
|
-
Object.defineProperty(exports, "StaffSubjectTag", { enumerable: true, get: function () { return staff_subject_tag_1.StaffSubjectTag; } });
|
|
85
|
-
var staff_hour_log_1 = require("./model/staff-hour-log");
|
|
86
|
-
Object.defineProperty(exports, "StaffHourLog", { enumerable: true, get: function () { return staff_hour_log_1.StaffHourLog; } });
|
|
87
|
-
var student_answer_1 = require("./model/student-answer");
|
|
88
|
-
Object.defineProperty(exports, "StudentAnswer", { enumerable: true, get: function () { return student_answer_1.StudentAnswer; } });
|
|
89
|
-
var student_extra_1 = require("./model/student-extra");
|
|
90
|
-
Object.defineProperty(exports, "StudentExtra", { enumerable: true, get: function () { return student_extra_1.StudentExtra; } });
|
|
91
|
-
var student_goal_1 = require("./model/student-goal");
|
|
92
|
-
Object.defineProperty(exports, "StudentGoal", { enumerable: true, get: function () { return student_goal_1.StudentGoal; } });
|
|
93
|
-
var student_note_checklist_item_1 = require("./model/student-note-checklist-item");
|
|
94
|
-
Object.defineProperty(exports, "StudentNoteChecklistItem", { enumerable: true, get: function () { return student_note_checklist_item_1.StudentNoteChecklistItem; } });
|
|
95
|
-
var student_note_1 = require("./model/student-note");
|
|
96
|
-
Object.defineProperty(exports, "StudentNote", { enumerable: true, get: function () { return student_note_1.StudentNote; } });
|
|
97
|
-
var student_service_membership_log_1 = require("./model/student-service-membership-log");
|
|
98
|
-
Object.defineProperty(exports, "StudentServiceMembershipLog", { enumerable: true, get: function () { return student_service_membership_log_1.StudentServiceMembershipLog; } });
|
|
99
|
-
var student_service_membership_1 = require("./model/student-service-membership");
|
|
100
|
-
Object.defineProperty(exports, "StudentServiceMembership", { enumerable: true, get: function () { return student_service_membership_1.StudentServiceMembership; } });
|
|
101
|
-
var student_service_1 = require("./model/student-service");
|
|
102
|
-
Object.defineProperty(exports, "StudentService", { enumerable: true, get: function () { return student_service_1.StudentService; } });
|
|
103
|
-
var student_target_1 = require("./model/student-target");
|
|
104
|
-
Object.defineProperty(exports, "StudentTarget", { enumerable: true, get: function () { return student_target_1.StudentTarget; } });
|
|
105
|
-
var test_attempt_1 = require("./model/test-attempt");
|
|
106
|
-
Object.defineProperty(exports, "TestAttempt", { enumerable: true, get: function () { return test_attempt_1.TestAttempt; } });
|
|
107
|
-
var test_category_1 = require("./model/test-category");
|
|
108
|
-
Object.defineProperty(exports, "TestCategory", { enumerable: true, get: function () { return test_category_1.TestCategory; } });
|
|
109
|
-
var test_question_1 = require("./model/test-question");
|
|
110
|
-
Object.defineProperty(exports, "TestQuestion", { enumerable: true, get: function () { return test_question_1.TestQuestion; } });
|
|
111
|
-
var test_report_1 = require("./model/test-report");
|
|
112
|
-
Object.defineProperty(exports, "BaseReport", { enumerable: true, get: function () { return test_report_1.BaseReport; } });
|
|
113
|
-
Object.defineProperty(exports, "SATReport", { enumerable: true, get: function () { return test_report_1.SATReport; } });
|
|
114
|
-
Object.defineProperty(exports, "ACTReport", { enumerable: true, get: function () { return test_report_1.ACTReport; } });
|
|
115
|
-
Object.defineProperty(exports, "GMATReport", { enumerable: true, get: function () { return test_report_1.GMATReport; } });
|
|
116
|
-
Object.defineProperty(exports, "UCATReport", { enumerable: true, get: function () { return test_report_1.UCATReport; } });
|
|
117
|
-
Object.defineProperty(exports, "LSATReport", { enumerable: true, get: function () { return test_report_1.LSATReport; } });
|
|
118
|
-
Object.defineProperty(exports, "MCATReport", { enumerable: true, get: function () { return test_report_1.MCATReport; } });
|
|
119
|
-
Object.defineProperty(exports, "ISATReport", { enumerable: true, get: function () { return test_report_1.ISATReport; } });
|
|
120
|
-
Object.defineProperty(exports, "BMATReport", { enumerable: true, get: function () { return test_report_1.BMATReport; } });
|
|
121
|
-
Object.defineProperty(exports, "IEATReport", { enumerable: true, get: function () { return test_report_1.IEATReport; } });
|
|
122
|
-
Object.defineProperty(exports, "TempSATReport", { enumerable: true, get: function () { return test_report_1.TempSATReport; } });
|
|
123
|
-
var test_score_1 = require("./model/test-score");
|
|
124
|
-
Object.defineProperty(exports, "TestScore", { enumerable: true, get: function () { return test_score_1.TestScore; } });
|
|
125
|
-
var test_section_1 = require("./model/test-section");
|
|
126
|
-
Object.defineProperty(exports, "TestSection", { enumerable: true, get: function () { return test_section_1.TestSection; } });
|
|
127
|
-
var test_1 = require("./model/test");
|
|
128
|
-
Object.defineProperty(exports, "Test", { enumerable: true, get: function () { return test_1.Test; } });
|
|
129
|
-
var university_preference_1 = require("./model/university-preference");
|
|
130
|
-
Object.defineProperty(exports, "UniversityPreference", { enumerable: true, get: function () { return university_preference_1.UniversityPreference; } });
|
|
131
|
-
var user_preference_1 = require("./model/user-preference");
|
|
132
|
-
Object.defineProperty(exports, "UserPreference", { enumerable: true, get: function () { return user_preference_1.UserPreference; } });
|
|
133
|
-
var user_to_guardian_1 = require("./model/user-to-guardian");
|
|
134
|
-
Object.defineProperty(exports, "UserToGuardian", { enumerable: true, get: function () { return user_to_guardian_1.UserToGuardian; } });
|
|
135
|
-
var user_1 = require("./model/user");
|
|
136
|
-
Object.defineProperty(exports, "User", { enumerable: true, get: function () { return user_1.User; } });
|
|
137
|
-
var zoom_info_1 = require("./model/zoom-info");
|
|
138
|
-
Object.defineProperty(exports, "ZoomInfo", { enumerable: true, get: function () { return zoom_info_1.ZoomInfo; } });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./model/access-token"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./model/answer-key"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./model/case-study"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./model/conversion-table"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./model/course-template-event"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./model/course-template"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./model/dimension"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./model/education-system"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./model/event-log"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./model/event-to-user"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./model/event"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./model/extracurricular-activity"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./model/file-access"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./model/file-category"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./model/file"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./model/log"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./model/neo-tag"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./model/neo-test-flow"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./model/neo-test-question-answer"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./model/neo-test-question-category"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./model/neo-test-question"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./model/neo-test-section-to-question"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./model/neo-test-section"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./model/neo-test"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./model/guardian"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./model/high-school-record"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./model/journey-stage"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./model/journey-to-student"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./model/journey"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./model/lead-assignment"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./model/lead-form-field"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./model/lead-form"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./model/lead-queue"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./model/lead"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./model/part-time-assignment"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./model/pd-pipeline"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./model/pd-user"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./model/profile"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./model/pup-lead"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./model/sale-split"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./model/sale"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./model/school"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./model/staff-hour"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./model/staff-subject-tag"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./model/staff-hour-log"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./model/student-answer"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./model/student-extra"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./model/student-goal"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./model/student-note-checklist-item"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./model/student-note"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./model/student-service-membership-log"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./model/student-service-membership"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./model/student-service"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./model/student-target"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./model/test-attempt"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./model/test-category"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./model/test-question"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./model/test-report"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./model/test-score"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./model/test-section"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./model/test"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./model/university-preference"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./model/user-preference"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./model/user-to-guardian"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./model/user"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./model/zoom-info"), exports);
|
|
139
70
|
//# sourceMappingURL=models.js.map
|
package/src/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../libs/model/src/models.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../libs/model/src/models.ts"],"names":[],"mappings":";;;AAAA,+DAAqC;AACrC,6DAAmC;AACnC,6DAAmC;AACnC,mEAAyC;AACzC,wEAA8C;AAC9C,kEAAwC;AACxC,4DAAkC;AAClC,mEAAyC;AACzC,4DAAkC;AAClC,gEAAsC;AACtC,wDAA8B;AAC9B,2EAAiD;AACjD,8DAAoC;AACpC,gEAAsC;AACtC,uDAA6B;AAC7B,sDAA4B;AAC5B,0DAAgC;AAChC,gEAAsC;AACtC,2EAAiD;AACjD,6EAAmD;AACnD,oEAA0C;AAC1C,+EAAqD;AACrD,mEAAyC;AACzC,2DAAiC;AACjC,2DAAiC;AACjC,qEAA2C;AAC3C,gEAAsC;AACtC,qEAA2C;AAC3C,0DAAgC;AAChC,kEAAwC;AACxC,kEAAwC;AACxC,4DAAkC;AAClC,6DAAmC;AACnC,uDAA6B;AAC7B,uEAA6C;AAC7C,8DAAoC;AACpC,0DAAgC;AAChC,0DAAgC;AAChC,2DAAiC;AACjC,6DAAmC;AACnC,uDAA6B;AAC7B,yDAA+B;AAC/B,6DAAmC;AACnC,oEAA0C;AAC1C,iEAAuC;AACvC,iEAAuC;AACvC,gEAAsC;AACtC,+DAAqC;AACrC,8EAAoD;AACpD,+DAAqC;AACrC,iFAAuD;AACvD,6EAAmD;AACnD,kEAAwC;AACxC,iEAAuC;AACvC,+DAAqC;AACrC,gEAAsC;AACtC,gEAAsC;AACtC,8DAAoC;AACpC,6DAAmC;AACnC,+DAAqC;AACrC,uDAA6B;AAC7B,wEAA8C;AAC9C,kEAAwC;AACxC,mEAAyC;AACzC,uDAA6B;AAC7B,4DAAkC"}
|