@tudopz/model 3.0.0-dev.6 → 3.0.0-dev.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/package.json +1 -1
- package/src/constant/neo-test.d.ts +1 -0
- package/src/constant/neo-test.js +2 -1
- package/src/constant/neo-test.js.map +1 -1
- package/src/constants.d.ts +17 -17
- package/src/constants.js +18 -66
- package/src/constants.js.map +1 -1
- package/src/enums.d.ts +21 -20
- package/src/enums.js +22 -54
- package/src/enums.js.map +1 -1
- package/src/model/{neo-domain.d.ts → neo-tag.d.ts} +6 -1
- package/src/model/neo-tag.js +38 -0
- package/src/model/neo-tag.js.map +1 -0
- 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 +4 -4
- package/src/model/neo-test-question.js +8 -19
- 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 +13 -0
- package/src/model/neo-test.js +49 -0
- package/src/model/neo-test.js.map +1 -0
- package/src/models.d.ts +66 -63
- package/src/models.js +67 -138
- package/src/models.js.map +1 -1
- package/src/model/neo-domain.js +0 -29
- package/src/model/neo-domain.js.map +0 -1
- package/src/model/neo-skill.d.ts +0 -7
- package/src/model/neo-skill.js +0 -29
- package/src/model/neo-skill.js.map +0 -1
package/package.json
CHANGED
package/src/constant/neo-test.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NEO_TEST_QUESTION_DIFFICULTY_VALUES = exports.NEO_TEST_QUESTION_TYPE_VALUES = void 0;
|
|
3
|
+
exports.NEO_TAG_TYPE_VALUES = exports.NEO_TEST_QUESTION_DIFFICULTY_VALUES = exports.NEO_TEST_QUESTION_TYPE_VALUES = void 0;
|
|
4
4
|
exports.NEO_TEST_QUESTION_TYPE_VALUES = {
|
|
5
5
|
mcq: 'MCQ',
|
|
6
6
|
'key-in': 'Key-in',
|
|
7
7
|
};
|
|
8
8
|
exports.NEO_TEST_QUESTION_DIFFICULTY_VALUES = ['Easy', 'Medium', 'Hard'];
|
|
9
|
+
exports.NEO_TAG_TYPE_VALUES = ['Domain', 'Skill'];
|
|
9
10
|
//# sourceMappingURL=neo-test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"neo-test.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/neo-test.ts"],"names":[],"mappings":";;;AAAa,QAAA,6BAA6B,GAAG;IAC3C,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,QAAQ;CACnB,CAAC;AACW,QAAA,mCAAmC,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"neo-test.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/neo-test.ts"],"names":[],"mappings":";;;AAAa,QAAA,6BAA6B,GAAG;IAC3C,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,QAAQ;CACnB,CAAC;AACW,QAAA,mCAAmC,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;AACjE,QAAA,mBAAmB,GAAG,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC"}
|
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,69 +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; } });
|
|
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);
|
|
69
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,20 +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
|
|
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,57 +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_test_question_1 = require("./model/neo-test-question");
|
|
55
|
-
Object.defineProperty(exports, "NEO_TEST_QUESTION_DIFFICULTY", { enumerable: true, get: function () { return neo_test_question_1.NEO_TEST_QUESTION_DIFFICULTY; } });
|
|
56
|
-
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);
|
|
57
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"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { NeoTestQuestion } from './neo-test-question';
|
|
2
|
-
export declare
|
|
2
|
+
export declare enum NEO_TAG_TYPE {
|
|
3
|
+
DOMAIN = 1,
|
|
4
|
+
SKILL = 2
|
|
5
|
+
}
|
|
6
|
+
export declare class NeoTag {
|
|
3
7
|
id: number;
|
|
4
8
|
name: string;
|
|
5
9
|
description: string;
|
|
10
|
+
type: NEO_TAG_TYPE;
|
|
6
11
|
questions: NeoTestQuestion[];
|
|
7
12
|
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NeoTag = exports.NEO_TAG_TYPE = 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
|
+
var NEO_TAG_TYPE;
|
|
8
|
+
(function (NEO_TAG_TYPE) {
|
|
9
|
+
NEO_TAG_TYPE[NEO_TAG_TYPE["DOMAIN"] = 1] = "DOMAIN";
|
|
10
|
+
NEO_TAG_TYPE[NEO_TAG_TYPE["SKILL"] = 2] = "SKILL";
|
|
11
|
+
})(NEO_TAG_TYPE = exports.NEO_TAG_TYPE || (exports.NEO_TAG_TYPE = {}));
|
|
12
|
+
let NeoTag = class NeoTag {
|
|
13
|
+
};
|
|
14
|
+
tslib_1.__decorate([
|
|
15
|
+
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
16
|
+
tslib_1.__metadata("design:type", Number)
|
|
17
|
+
], NeoTag.prototype, "id", void 0);
|
|
18
|
+
tslib_1.__decorate([
|
|
19
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
|
|
20
|
+
tslib_1.__metadata("design:type", String)
|
|
21
|
+
], NeoTag.prototype, "name", void 0);
|
|
22
|
+
tslib_1.__decorate([
|
|
23
|
+
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
24
|
+
tslib_1.__metadata("design:type", String)
|
|
25
|
+
], NeoTag.prototype, "description", void 0);
|
|
26
|
+
tslib_1.__decorate([
|
|
27
|
+
(0, typeorm_1.Column)({ type: 'int' }),
|
|
28
|
+
tslib_1.__metadata("design:type", Number)
|
|
29
|
+
], NeoTag.prototype, "type", void 0);
|
|
30
|
+
tslib_1.__decorate([
|
|
31
|
+
(0, typeorm_1.ManyToMany)(() => neo_test_question_1.NeoTestQuestion, (question) => question.tags),
|
|
32
|
+
tslib_1.__metadata("design:type", Array)
|
|
33
|
+
], NeoTag.prototype, "questions", void 0);
|
|
34
|
+
NeoTag = tslib_1.__decorate([
|
|
35
|
+
(0, typeorm_1.Entity)({ name: 'neo_tags' })
|
|
36
|
+
], NeoTag);
|
|
37
|
+
exports.NeoTag = NeoTag;
|
|
38
|
+
//# sourceMappingURL=neo-tag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neo-tag.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-tag.ts"],"names":[],"mappings":";;;;AAAA,qCAA6E;AAE7E,2DAAsD;AAEtD,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,iDAAS,CAAA;AACX,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAGM,IAAM,MAAM,GAAZ,MAAM,MAAM;CAelB,CAAA;AAdC;IAAC,IAAA,gCAAsB,GAAE;;kCACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;oCAC5B;AAEb;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACrB;AAEpB;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;oCACL;AAEnB;IAAC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,mCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC;;yCAClC;AAdlB,MAAM;IADlB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;GAChB,MAAM,CAelB;AAfY,wBAAM"}
|
|
@@ -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,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { NeoSkill } from './neo-skill';
|
|
1
|
+
import { NeoTag } from './neo-tag';
|
|
3
2
|
import { NeoTestQuestionAnswer } from './neo-test-question-answer';
|
|
4
3
|
import { NeoTestQuestionCategory } from './neo-test-question-category';
|
|
4
|
+
import { NeoTestSectionToQuestion } from './neo-test-section-to-question';
|
|
5
5
|
export declare enum NEO_TEST_QUESTION_TYPE {
|
|
6
6
|
MCQ = "mcq",
|
|
7
7
|
KEY_IN = "key-in"
|
|
@@ -24,7 +24,7 @@ export declare class NeoTestQuestion {
|
|
|
24
24
|
createdAt: Date;
|
|
25
25
|
updatedAt: Date;
|
|
26
26
|
category: NeoTestQuestionCategory;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
tags: NeoTag[];
|
|
28
|
+
sections: NeoTestSectionToQuestion[];
|
|
29
29
|
answers: NeoTestQuestionAnswer[];
|
|
30
30
|
}
|
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.NeoTestQuestion = exports.NEO_TEST_QUESTION_DIFFICULTY = exports.NEO_TEST_QUESTION_TYPE = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const typeorm_1 = require("typeorm");
|
|
6
|
-
const
|
|
7
|
-
const neo_skill_1 = require("./neo-skill");
|
|
6
|
+
const neo_tag_1 = require("./neo-tag");
|
|
8
7
|
const neo_test_question_answer_1 = require("./neo-test-question-answer");
|
|
9
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");
|
|
10
10
|
var NEO_TEST_QUESTION_TYPE;
|
|
11
11
|
(function (NEO_TEST_QUESTION_TYPE) {
|
|
12
12
|
NEO_TEST_QUESTION_TYPE["MCQ"] = "mcq";
|
|
@@ -70,35 +70,24 @@ tslib_1.__decorate([
|
|
|
70
70
|
tslib_1.__metadata("design:type", neo_test_question_category_1.NeoTestQuestionCategory)
|
|
71
71
|
], NeoTestQuestion.prototype, "category", void 0);
|
|
72
72
|
tslib_1.__decorate([
|
|
73
|
-
(0, typeorm_1.ManyToMany)(() =>
|
|
73
|
+
(0, typeorm_1.ManyToMany)(() => neo_tag_1.NeoTag, (tag) => tag.questions),
|
|
74
74
|
(0, typeorm_1.JoinTable)({
|
|
75
|
-
name: '
|
|
75
|
+
name: 'neo_test_questions_to_tags',
|
|
76
76
|
joinColumn: {
|
|
77
77
|
name: 'questionId',
|
|
78
78
|
referencedColumnName: 'id',
|
|
79
79
|
},
|
|
80
80
|
inverseJoinColumn: {
|
|
81
|
-
name: '
|
|
81
|
+
name: 'tagId',
|
|
82
82
|
referencedColumnName: 'id',
|
|
83
83
|
},
|
|
84
84
|
}),
|
|
85
85
|
tslib_1.__metadata("design:type", Array)
|
|
86
|
-
], NeoTestQuestion.prototype, "
|
|
86
|
+
], NeoTestQuestion.prototype, "tags", void 0);
|
|
87
87
|
tslib_1.__decorate([
|
|
88
|
-
(0, typeorm_1.
|
|
89
|
-
(0, typeorm_1.JoinTable)({
|
|
90
|
-
name: 'neo_test_questions_to_skills',
|
|
91
|
-
joinColumn: {
|
|
92
|
-
name: 'questionId',
|
|
93
|
-
referencedColumnName: 'id',
|
|
94
|
-
},
|
|
95
|
-
inverseJoinColumn: {
|
|
96
|
-
name: 'skillId',
|
|
97
|
-
referencedColumnName: 'id',
|
|
98
|
-
},
|
|
99
|
-
}),
|
|
88
|
+
(0, typeorm_1.OneToMany)(() => neo_test_section_to_question_1.NeoTestSectionToQuestion, (section) => section.question),
|
|
100
89
|
tslib_1.__metadata("design:type", Array)
|
|
101
|
-
], NeoTestQuestion.prototype, "
|
|
90
|
+
], NeoTestQuestion.prototype, "sections", void 0);
|
|
102
91
|
tslib_1.__decorate([
|
|
103
92
|
(0, typeorm_1.OneToMany)(() => neo_test_question_answer_1.NeoTestQuestionAnswer, (answer) => answer.question),
|
|
104
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,13 @@
|
|
|
1
|
+
import { NeoTestFlow } from './neo-test-flow';
|
|
2
|
+
import { NeoTestSection } from './neo-test-section';
|
|
3
|
+
export declare class NeoTest {
|
|
4
|
+
id: number;
|
|
5
|
+
service: number;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
isDiagnostic: boolean;
|
|
9
|
+
flow?: NeoTestFlow;
|
|
10
|
+
createdAt: Date;
|
|
11
|
+
updatedAt: Date;
|
|
12
|
+
sections: NeoTestSection[];
|
|
13
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NeoTest = 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
|
+
let NeoTest = class NeoTest {
|
|
8
|
+
};
|
|
9
|
+
tslib_1.__decorate([
|
|
10
|
+
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
11
|
+
tslib_1.__metadata("design:type", Number)
|
|
12
|
+
], NeoTest.prototype, "id", void 0);
|
|
13
|
+
tslib_1.__decorate([
|
|
14
|
+
(0, typeorm_1.Column)({ type: 'int' }),
|
|
15
|
+
tslib_1.__metadata("design:type", Number)
|
|
16
|
+
], NeoTest.prototype, "service", void 0);
|
|
17
|
+
tslib_1.__decorate([
|
|
18
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
|
|
19
|
+
tslib_1.__metadata("design:type", String)
|
|
20
|
+
], NeoTest.prototype, "name", void 0);
|
|
21
|
+
tslib_1.__decorate([
|
|
22
|
+
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
23
|
+
tslib_1.__metadata("design:type", String)
|
|
24
|
+
], NeoTest.prototype, "description", void 0);
|
|
25
|
+
tslib_1.__decorate([
|
|
26
|
+
(0, typeorm_1.Column)({ type: 'boolean', default: false }),
|
|
27
|
+
tslib_1.__metadata("design:type", Boolean)
|
|
28
|
+
], NeoTest.prototype, "isDiagnostic", void 0);
|
|
29
|
+
tslib_1.__decorate([
|
|
30
|
+
(0, typeorm_1.Column)({ type: 'json', nullable: true }),
|
|
31
|
+
tslib_1.__metadata("design:type", Object)
|
|
32
|
+
], NeoTest.prototype, "flow", void 0);
|
|
33
|
+
tslib_1.__decorate([
|
|
34
|
+
(0, typeorm_1.CreateDateColumn)(),
|
|
35
|
+
tslib_1.__metadata("design:type", Date)
|
|
36
|
+
], NeoTest.prototype, "createdAt", void 0);
|
|
37
|
+
tslib_1.__decorate([
|
|
38
|
+
(0, typeorm_1.UpdateDateColumn)(),
|
|
39
|
+
tslib_1.__metadata("design:type", Date)
|
|
40
|
+
], NeoTest.prototype, "updatedAt", void 0);
|
|
41
|
+
tslib_1.__decorate([
|
|
42
|
+
(0, typeorm_1.OneToMany)(() => neo_test_section_1.NeoTestSection, (section) => section.test),
|
|
43
|
+
tslib_1.__metadata("design:type", Array)
|
|
44
|
+
], NeoTest.prototype, "sections", void 0);
|
|
45
|
+
NeoTest = tslib_1.__decorate([
|
|
46
|
+
(0, typeorm_1.Entity)({ name: 'neo_tests' })
|
|
47
|
+
], NeoTest);
|
|
48
|
+
exports.NeoTest = NeoTest;
|
|
49
|
+
//# 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;AAG7C,IAAM,OAAO,GAAb,MAAM,OAAO;CA2BnB,CAAA;AA1BC;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,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;AA1BhB,OAAO;IADnB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;GACjB,OAAO,CA2BnB;AA3BY,0BAAO"}
|
package/src/models.d.ts
CHANGED
|
@@ -1,63 +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
|
|
63
|
-
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,141 +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, "PDPipeline", { enumerable: true, get: function () { return pd_pipeline_1.PDPipeline; } });
|
|
71
|
-
var pd_user_1 = require("./model/pd-user");
|
|
72
|
-
Object.defineProperty(exports, "PDUser", { enumerable: true, get: function () { return pd_user_1.PDUser; } });
|
|
73
|
-
var profile_1 = require("./model/profile");
|
|
74
|
-
Object.defineProperty(exports, "Profile", { enumerable: true, get: function () { return profile_1.Profile; } });
|
|
75
|
-
var pup_lead_1 = require("./model/pup-lead");
|
|
76
|
-
Object.defineProperty(exports, "PupLead", { enumerable: true, get: function () { return pup_lead_1.PupLead; } });
|
|
77
|
-
var sale_split_1 = require("./model/sale-split");
|
|
78
|
-
Object.defineProperty(exports, "SaleSplit", { enumerable: true, get: function () { return sale_split_1.SaleSplit; } });
|
|
79
|
-
var sale_1 = require("./model/sale");
|
|
80
|
-
Object.defineProperty(exports, "Sale", { enumerable: true, get: function () { return sale_1.Sale; } });
|
|
81
|
-
var school_1 = require("./model/school");
|
|
82
|
-
Object.defineProperty(exports, "School", { enumerable: true, get: function () { return school_1.School; } });
|
|
83
|
-
var staff_hour_1 = require("./model/staff-hour");
|
|
84
|
-
Object.defineProperty(exports, "StaffHour", { enumerable: true, get: function () { return staff_hour_1.StaffHour; } });
|
|
85
|
-
var staff_subject_tag_1 = require("./model/staff-subject-tag");
|
|
86
|
-
Object.defineProperty(exports, "StaffSubjectTag", { enumerable: true, get: function () { return staff_subject_tag_1.StaffSubjectTag; } });
|
|
87
|
-
var staff_hour_log_1 = require("./model/staff-hour-log");
|
|
88
|
-
Object.defineProperty(exports, "StaffHourLog", { enumerable: true, get: function () { return staff_hour_log_1.StaffHourLog; } });
|
|
89
|
-
var student_answer_1 = require("./model/student-answer");
|
|
90
|
-
Object.defineProperty(exports, "StudentAnswer", { enumerable: true, get: function () { return student_answer_1.StudentAnswer; } });
|
|
91
|
-
var student_extra_1 = require("./model/student-extra");
|
|
92
|
-
Object.defineProperty(exports, "StudentExtra", { enumerable: true, get: function () { return student_extra_1.StudentExtra; } });
|
|
93
|
-
var student_goal_1 = require("./model/student-goal");
|
|
94
|
-
Object.defineProperty(exports, "StudentGoal", { enumerable: true, get: function () { return student_goal_1.StudentGoal; } });
|
|
95
|
-
var student_note_checklist_item_1 = require("./model/student-note-checklist-item");
|
|
96
|
-
Object.defineProperty(exports, "StudentNoteChecklistItem", { enumerable: true, get: function () { return student_note_checklist_item_1.StudentNoteChecklistItem; } });
|
|
97
|
-
var student_note_1 = require("./model/student-note");
|
|
98
|
-
Object.defineProperty(exports, "StudentNote", { enumerable: true, get: function () { return student_note_1.StudentNote; } });
|
|
99
|
-
var student_service_membership_log_1 = require("./model/student-service-membership-log");
|
|
100
|
-
Object.defineProperty(exports, "StudentServiceMembershipLog", { enumerable: true, get: function () { return student_service_membership_log_1.StudentServiceMembershipLog; } });
|
|
101
|
-
var student_service_membership_1 = require("./model/student-service-membership");
|
|
102
|
-
Object.defineProperty(exports, "StudentServiceMembership", { enumerable: true, get: function () { return student_service_membership_1.StudentServiceMembership; } });
|
|
103
|
-
var student_service_1 = require("./model/student-service");
|
|
104
|
-
Object.defineProperty(exports, "StudentService", { enumerable: true, get: function () { return student_service_1.StudentService; } });
|
|
105
|
-
var student_target_1 = require("./model/student-target");
|
|
106
|
-
Object.defineProperty(exports, "StudentTarget", { enumerable: true, get: function () { return student_target_1.StudentTarget; } });
|
|
107
|
-
var test_attempt_1 = require("./model/test-attempt");
|
|
108
|
-
Object.defineProperty(exports, "TestAttempt", { enumerable: true, get: function () { return test_attempt_1.TestAttempt; } });
|
|
109
|
-
var test_category_1 = require("./model/test-category");
|
|
110
|
-
Object.defineProperty(exports, "TestCategory", { enumerable: true, get: function () { return test_category_1.TestCategory; } });
|
|
111
|
-
var test_question_1 = require("./model/test-question");
|
|
112
|
-
Object.defineProperty(exports, "TestQuestion", { enumerable: true, get: function () { return test_question_1.TestQuestion; } });
|
|
113
|
-
var test_report_1 = require("./model/test-report");
|
|
114
|
-
Object.defineProperty(exports, "BaseReport", { enumerable: true, get: function () { return test_report_1.BaseReport; } });
|
|
115
|
-
Object.defineProperty(exports, "SATReport", { enumerable: true, get: function () { return test_report_1.SATReport; } });
|
|
116
|
-
Object.defineProperty(exports, "ACTReport", { enumerable: true, get: function () { return test_report_1.ACTReport; } });
|
|
117
|
-
Object.defineProperty(exports, "GMATReport", { enumerable: true, get: function () { return test_report_1.GMATReport; } });
|
|
118
|
-
Object.defineProperty(exports, "UCATReport", { enumerable: true, get: function () { return test_report_1.UCATReport; } });
|
|
119
|
-
Object.defineProperty(exports, "LSATReport", { enumerable: true, get: function () { return test_report_1.LSATReport; } });
|
|
120
|
-
Object.defineProperty(exports, "MCATReport", { enumerable: true, get: function () { return test_report_1.MCATReport; } });
|
|
121
|
-
Object.defineProperty(exports, "ISATReport", { enumerable: true, get: function () { return test_report_1.ISATReport; } });
|
|
122
|
-
Object.defineProperty(exports, "BMATReport", { enumerable: true, get: function () { return test_report_1.BMATReport; } });
|
|
123
|
-
Object.defineProperty(exports, "IEATReport", { enumerable: true, get: function () { return test_report_1.IEATReport; } });
|
|
124
|
-
Object.defineProperty(exports, "TempSATReport", { enumerable: true, get: function () { return test_report_1.TempSATReport; } });
|
|
125
|
-
var test_score_1 = require("./model/test-score");
|
|
126
|
-
Object.defineProperty(exports, "TestScore", { enumerable: true, get: function () { return test_score_1.TestScore; } });
|
|
127
|
-
var test_section_1 = require("./model/test-section");
|
|
128
|
-
Object.defineProperty(exports, "TestSection", { enumerable: true, get: function () { return test_section_1.TestSection; } });
|
|
129
|
-
var test_1 = require("./model/test");
|
|
130
|
-
Object.defineProperty(exports, "Test", { enumerable: true, get: function () { return test_1.Test; } });
|
|
131
|
-
var university_preference_1 = require("./model/university-preference");
|
|
132
|
-
Object.defineProperty(exports, "UniversityPreference", { enumerable: true, get: function () { return university_preference_1.UniversityPreference; } });
|
|
133
|
-
var user_preference_1 = require("./model/user-preference");
|
|
134
|
-
Object.defineProperty(exports, "UserPreference", { enumerable: true, get: function () { return user_preference_1.UserPreference; } });
|
|
135
|
-
var user_to_guardian_1 = require("./model/user-to-guardian");
|
|
136
|
-
Object.defineProperty(exports, "UserToGuardian", { enumerable: true, get: function () { return user_to_guardian_1.UserToGuardian; } });
|
|
137
|
-
var user_1 = require("./model/user");
|
|
138
|
-
Object.defineProperty(exports, "User", { enumerable: true, get: function () { return user_1.User; } });
|
|
139
|
-
var zoom_info_1 = require("./model/zoom-info");
|
|
140
|
-
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);
|
|
141
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"}
|
package/src/model/neo-domain.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NeoDomain = 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
|
-
let NeoDomain = class NeoDomain {
|
|
8
|
-
};
|
|
9
|
-
tslib_1.__decorate([
|
|
10
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
11
|
-
tslib_1.__metadata("design:type", Number)
|
|
12
|
-
], NeoDomain.prototype, "id", void 0);
|
|
13
|
-
tslib_1.__decorate([
|
|
14
|
-
(0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
|
|
15
|
-
tslib_1.__metadata("design:type", String)
|
|
16
|
-
], NeoDomain.prototype, "name", void 0);
|
|
17
|
-
tslib_1.__decorate([
|
|
18
|
-
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
19
|
-
tslib_1.__metadata("design:type", String)
|
|
20
|
-
], NeoDomain.prototype, "description", void 0);
|
|
21
|
-
tslib_1.__decorate([
|
|
22
|
-
(0, typeorm_1.ManyToMany)(() => neo_test_question_1.NeoTestQuestion, (question) => question.domains),
|
|
23
|
-
tslib_1.__metadata("design:type", Array)
|
|
24
|
-
], NeoDomain.prototype, "questions", void 0);
|
|
25
|
-
NeoDomain = tslib_1.__decorate([
|
|
26
|
-
(0, typeorm_1.Entity)({ name: 'neo_domains' })
|
|
27
|
-
], NeoDomain);
|
|
28
|
-
exports.NeoDomain = NeoDomain;
|
|
29
|
-
//# sourceMappingURL=neo-domain.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"neo-domain.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-domain.ts"],"names":[],"mappings":";;;;AAAA,qCAA6E;AAE7E,2DAAsD;AAG/C,IAAM,SAAS,GAAf,MAAM,SAAS;CAYrB,CAAA;AAXC;IAAC,IAAA,gCAAsB,GAAE;;qCACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;uCAC5B;AAEb;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACrB;AAEpB;IAAC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,mCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;;4CACrC;AAXlB,SAAS;IADrB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;GACnB,SAAS,CAYrB;AAZY,8BAAS"}
|
package/src/model/neo-skill.d.ts
DELETED
package/src/model/neo-skill.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NeoSkill = 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
|
-
let NeoSkill = class NeoSkill {
|
|
8
|
-
};
|
|
9
|
-
tslib_1.__decorate([
|
|
10
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
11
|
-
tslib_1.__metadata("design:type", Number)
|
|
12
|
-
], NeoSkill.prototype, "id", void 0);
|
|
13
|
-
tslib_1.__decorate([
|
|
14
|
-
(0, typeorm_1.Column)({ type: 'varchar', length: 100 }),
|
|
15
|
-
tslib_1.__metadata("design:type", String)
|
|
16
|
-
], NeoSkill.prototype, "name", void 0);
|
|
17
|
-
tslib_1.__decorate([
|
|
18
|
-
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
19
|
-
tslib_1.__metadata("design:type", String)
|
|
20
|
-
], NeoSkill.prototype, "description", void 0);
|
|
21
|
-
tslib_1.__decorate([
|
|
22
|
-
(0, typeorm_1.ManyToMany)(() => neo_test_question_1.NeoTestQuestion, (question) => question.skills),
|
|
23
|
-
tslib_1.__metadata("design:type", Array)
|
|
24
|
-
], NeoSkill.prototype, "questions", void 0);
|
|
25
|
-
NeoSkill = tslib_1.__decorate([
|
|
26
|
-
(0, typeorm_1.Entity)({ name: 'neo_skills' })
|
|
27
|
-
], NeoSkill);
|
|
28
|
-
exports.NeoSkill = NeoSkill;
|
|
29
|
-
//# sourceMappingURL=neo-skill.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"neo-skill.js","sourceRoot":"","sources":["../../../../../libs/model/src/model/neo-skill.ts"],"names":[],"mappings":";;;;AAAA,qCAA6E;AAE7E,2DAAsD;AAG/C,IAAM,QAAQ,GAAd,MAAM,QAAQ;CAYpB,CAAA;AAXC;IAAC,IAAA,gCAAsB,GAAE;;oCACd;AAEX;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;sCAC5B;AAEb;IAAC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACrB;AAEpB;IAAC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,mCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;;2CACpC;AAXlB,QAAQ;IADpB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;GAClB,QAAQ,CAYpB;AAZY,4BAAQ"}
|