@intelact/driveup 0.1.1 → 0.2.1
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/lib/agent/agent.model.d.ts +1 -4
- package/lib/agent/agent.model.js +10 -18
- package/lib/agent/agent.model.js.map +1 -1
- package/lib/agent/code.model.d.ts +1 -2
- package/lib/agent/code.model.js +10 -11
- package/lib/agent/code.model.js.map +1 -1
- package/lib/agent/payout.model.d.ts +2 -5
- package/lib/agent/payout.model.js +13 -21
- package/lib/agent/payout.model.js.map +1 -1
- package/lib/common/appointment.model.d.ts +13 -0
- package/lib/common/appointment.model.js +79 -0
- package/lib/common/appointment.model.js.map +1 -0
- package/lib/common/date.d.ts +9 -0
- package/lib/common/date.enum.d.ts +9 -0
- package/lib/common/date.enum.js +14 -0
- package/lib/common/date.enum.js.map +1 -0
- package/lib/common/date.js +14 -0
- package/lib/common/date.js.map +1 -0
- package/lib/common/general.dto.d.ts +13 -0
- package/lib/common/general.dto.js +62 -0
- package/lib/common/general.dto.js.map +1 -0
- package/lib/common/index.d.ts +3 -0
- package/lib/common/index.js +20 -0
- package/lib/common/index.js.map +1 -0
- package/lib/common/notification.enum.d.ts +11 -0
- package/lib/common/notification.enum.js +17 -0
- package/lib/common/notification.enum.js.map +1 -0
- package/lib/company/account.status.enum.d.ts +7 -0
- package/lib/company/account.status.enum.js +3 -0
- package/lib/company/account.status.enum.js.map +1 -0
- package/lib/company/common/appointment.type.enum.d.ts +4 -0
- package/lib/company/common/appointment.type.enum.js +9 -0
- package/lib/company/common/appointment.type.enum.js.map +1 -0
- package/lib/company/common/index.d.ts +2 -0
- package/lib/company/common/index.js +19 -0
- package/lib/company/common/index.js.map +1 -0
- package/lib/company/common/request.status.enum.d.ts +6 -0
- package/lib/company/common/request.status.enum.js +11 -0
- package/lib/company/common/request.status.enum.js.map +1 -0
- package/lib/company/common/setting.enum.d.ts +7 -0
- package/lib/company/common/setting.enum.js +12 -0
- package/lib/company/common/setting.enum.js.map +1 -0
- package/lib/company/common/training.status.enum.d.ts +11 -0
- package/lib/company/common/training.status.enum.js +17 -0
- package/lib/company/common/training.status.enum.js.map +1 -0
- package/lib/company/company.model.d.ts +5 -23
- package/lib/company/company.model.js +6 -69
- package/lib/company/company.model.js.map +1 -1
- package/lib/company/course/appointment.model.d.ts +7 -10
- package/lib/company/course/appointment.model.js +16 -33
- package/lib/company/course/appointment.model.js.map +1 -1
- package/lib/company/course/course.enum.d.ts +15 -0
- package/lib/company/course/course.enum.js +22 -0
- package/lib/company/course/course.enum.js.map +1 -0
- package/lib/company/course/course.model.d.ts +8 -9
- package/lib/company/course/course.model.js +31 -24
- package/lib/company/course/course.model.js.map +1 -1
- package/lib/company/course/definition.model.d.ts +11 -0
- package/lib/company/course/definition.model.js +57 -0
- package/lib/company/course/definition.model.js.map +1 -0
- package/lib/company/course/finances/discount.model.d.ts +2 -3
- package/lib/company/course/finances/discount.model.js +9 -10
- package/lib/company/course/finances/discount.model.js.map +1 -1
- package/lib/company/course/finances/invoice-item.model.d.ts +1 -2
- package/lib/company/course/finances/invoice-item.model.js +6 -7
- package/lib/company/course/finances/invoice-item.model.js.map +1 -1
- package/lib/company/course/finances/invoice.model.d.ts +3 -8
- package/lib/company/course/finances/invoice.model.js +10 -25
- package/lib/company/course/finances/invoice.model.js.map +1 -1
- package/lib/company/course/finances/payment.model.d.ts +3 -6
- package/lib/company/course/finances/payment.model.js +12 -20
- package/lib/company/course/finances/payment.model.js.map +1 -1
- package/lib/company/course/finances/refund.model.d.ts +2 -3
- package/lib/company/course/finances/refund.model.js +9 -10
- package/lib/company/course/finances/refund.model.js.map +1 -1
- package/lib/company/course/index.d.ts +3 -1
- package/lib/company/course/index.js +3 -1
- package/lib/company/course/index.js.map +1 -1
- package/lib/company/course/part.model.d.ts +4 -6
- package/lib/company/course/part.model.js +15 -17
- package/lib/company/course/part.model.js.map +1 -1
- package/lib/company/driving/appointment.type.enum.d.ts +4 -0
- package/lib/company/driving/appointment.type.enum.js +9 -0
- package/lib/company/driving/appointment.type.enum.js.map +1 -0
- package/lib/company/driving/category.model.d.ts +3 -9
- package/lib/company/driving/category.model.js +14 -35
- package/lib/company/driving/category.model.js.map +1 -1
- package/lib/company/driving/exam.enum.d.ts +5 -0
- package/lib/company/driving/exam.enum.js +10 -0
- package/lib/company/driving/exam.enum.js.map +1 -0
- package/lib/company/driving/exam.status.enum.d.ts +5 -0
- package/lib/company/driving/exam.status.enum.js +10 -0
- package/lib/company/driving/exam.status.enum.js.map +1 -0
- package/lib/company/driving/finances/discount.model.d.ts +2 -3
- package/lib/company/driving/finances/discount.model.js +9 -10
- package/lib/company/driving/finances/discount.model.js.map +1 -1
- package/lib/company/driving/finances/invoice-item.model.d.ts +1 -2
- package/lib/company/driving/finances/invoice-item.model.js +6 -7
- package/lib/company/driving/finances/invoice-item.model.js.map +1 -1
- package/lib/company/driving/finances/invoice.model.d.ts +2 -8
- package/lib/company/driving/finances/invoice.model.js +4 -25
- package/lib/company/driving/finances/invoice.model.js.map +1 -1
- package/lib/company/driving/finances/payment.model.d.ts +3 -6
- package/lib/company/driving/finances/payment.model.js +12 -20
- package/lib/company/driving/finances/payment.model.js.map +1 -1
- package/lib/company/driving/finances/refund.model.d.ts +2 -3
- package/lib/company/driving/finances/refund.model.js +9 -10
- package/lib/company/driving/finances/refund.model.js.map +1 -1
- package/lib/company/driving/index.d.ts +5 -1
- package/lib/company/driving/index.js +5 -1
- package/lib/company/driving/index.js.map +1 -1
- package/lib/company/driving/score.enum.d.ts +12 -0
- package/lib/company/driving/score.enum.js +18 -0
- package/lib/company/driving/score.enum.js.map +1 -0
- package/lib/company/driving/skill.model.d.ts +3 -7
- package/lib/company/driving/skill.model.js +9 -21
- package/lib/company/driving/skill.model.js.map +1 -1
- package/lib/company/driving/status.enum.d.ts +5 -0
- package/lib/company/driving/status.enum.js +10 -0
- package/lib/company/driving/status.enum.js.map +1 -0
- package/lib/company/driving/topic.model.d.ts +3 -9
- package/lib/company/driving/topic.model.js +9 -30
- package/lib/company/driving/topic.model.js.map +1 -1
- package/lib/company/driving/transmission.enum.d.ts +4 -0
- package/lib/company/driving/transmission.enum.js +9 -0
- package/lib/company/driving/transmission.enum.js.map +1 -0
- package/lib/company/event.model.d.ts +1 -4
- package/lib/company/event.model.js +6 -14
- package/lib/company/event.model.js.map +1 -1
- package/lib/company/finances/card.model.d.ts +1 -2
- package/lib/company/finances/card.model.js +5 -6
- package/lib/company/finances/card.model.js.map +1 -1
- package/lib/company/finances/credit.model.d.ts +1 -5
- package/lib/company/finances/credit.model.js +4 -18
- package/lib/company/finances/credit.model.js.map +1 -1
- package/lib/company/finances/expense-category.model.d.ts +1 -4
- package/lib/company/finances/expense-category.model.js +6 -14
- package/lib/company/finances/expense-category.model.js.map +1 -1
- package/lib/company/finances/expense.model.d.ts +3 -6
- package/lib/company/finances/expense.model.js +10 -18
- package/lib/company/finances/expense.model.js.map +1 -1
- package/lib/company/finances/finance.enum.d.ts +22 -0
- package/lib/company/finances/finance.enum.js +31 -0
- package/lib/company/finances/finance.enum.js.map +1 -0
- package/lib/company/finances/index.d.ts +1 -2
- package/lib/company/finances/index.js +1 -2
- package/lib/company/finances/index.js.map +1 -1
- package/lib/company/finances/payment.model.d.ts +4 -5
- package/lib/company/finances/payment.model.js +12 -13
- package/lib/company/finances/payment.model.js.map +1 -1
- package/lib/company/finances/priceplan.model.d.ts +2 -2
- package/lib/company/finances/priceplan.model.js +5 -5
- package/lib/company/finances/priceplan.model.js.map +1 -1
- package/lib/company/index.d.ts +7 -3
- package/lib/company/index.js +7 -3
- package/lib/company/index.js.map +1 -1
- package/lib/company/plan/index.d.ts +2 -0
- package/lib/company/plan/index.js +19 -0
- package/lib/company/plan/index.js.map +1 -0
- package/lib/company/plan/plan.enum.d.ts +9 -0
- package/lib/company/plan/plan.enum.js +15 -0
- package/lib/company/plan/plan.enum.js.map +1 -0
- package/lib/company/plan/plan.model.d.ts +16 -0
- package/lib/company/plan/plan.model.js +87 -0
- package/lib/company/plan/plan.model.js.map +1 -0
- package/lib/company/plan.enum.d.ts +9 -0
- package/lib/company/plan.enum.js +15 -0
- package/lib/company/plan.enum.js.map +1 -0
- package/lib/company/setting.model.d.ts +10 -0
- package/lib/company/setting.model.js +52 -0
- package/lib/company/setting.model.js.map +1 -0
- package/lib/company/team/index.d.ts +2 -0
- package/lib/company/team/index.js +19 -0
- package/lib/company/team/index.js.map +1 -0
- package/lib/company/team/user.model.d.ts +26 -0
- package/lib/company/team/user.model.js +92 -0
- package/lib/company/team/user.model.js.map +1 -0
- package/lib/company/team/user.status.enum.d.ts +5 -0
- package/lib/company/team/user.status.enum.js +10 -0
- package/lib/company/team/user.status.enum.js.map +1 -0
- package/lib/company/user.model.d.ts +3 -7
- package/lib/company/user.model.js +11 -15
- package/lib/company/user.model.js.map +1 -1
- package/lib/enums/finance.js +5 -5
- package/lib/enums/finance.js.map +1 -1
- package/lib/enums/index.d.ts +0 -6
- package/lib/enums/index.js +1 -11
- package/lib/enums/index.js.map +1 -1
- package/lib/enums/language.js +1 -1
- package/lib/enums/language.js.map +1 -1
- package/lib/enums/notification.js +2 -2
- package/lib/enums/notification.js.map +1 -1
- package/lib/enums/plan.js +2 -2
- package/lib/enums/plan.js.map +1 -1
- package/lib/enums/score.js +2 -2
- package/lib/enums/score.js.map +1 -1
- package/lib/enums/training.d.ts +0 -5
- package/lib/enums/training.js +5 -11
- package/lib/enums/training.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/language/index.d.ts +1 -0
- package/lib/language/index.js +18 -0
- package/lib/language/index.js.map +1 -0
- package/lib/language/language.enum.d.ts +6 -0
- package/lib/language/language.enum.js +11 -0
- package/lib/language/language.enum.js.map +1 -0
- package/lib/security/index.d.ts +1 -1
- package/lib/security/index.js +1 -1
- package/lib/security/index.js.map +1 -1
- package/lib/student/course/appointment.model.d.ts +1 -4
- package/lib/student/course/appointment.model.js +6 -14
- package/lib/student/course/appointment.model.js.map +1 -1
- package/lib/student/course/request.model.d.ts +2 -10
- package/lib/student/course/request.model.js +10 -33
- package/lib/student/course/request.model.js.map +1 -1
- package/lib/student/course/training.model.d.ts +2 -16
- package/lib/student/course/training.model.js +13 -57
- package/lib/student/course/training.model.js.map +1 -1
- package/lib/student/driving/appointment-skill.model.d.ts +2 -5
- package/lib/student/driving/appointment-skill.model.js +6 -14
- package/lib/student/driving/appointment-skill.model.js.map +1 -1
- package/lib/student/driving/appointment-topic.model.d.ts +2 -7
- package/lib/student/driving/appointment-topic.model.js +7 -22
- package/lib/student/driving/appointment-topic.model.js.map +1 -1
- package/lib/student/driving/appointment.model.d.ts +2 -9
- package/lib/student/driving/appointment.model.js +7 -29
- package/lib/student/driving/appointment.model.js.map +1 -1
- package/lib/student/driving/exam/exam-topic-assesment.model.d.ts +1 -1
- package/lib/student/driving/exam/exam-topic-assesment.model.js +1 -1
- package/lib/student/driving/exam/exam-topic-assesment.model.js.map +1 -1
- package/lib/student/driving/exam/exam.model.d.ts +1 -1
- package/lib/student/driving/exam/exam.model.js +1 -1
- package/lib/student/driving/exam/exam.model.js.map +1 -1
- package/lib/student/driving/exam/index.d.ts +2 -0
- package/lib/student/driving/exam/index.js +19 -0
- package/lib/student/driving/exam/index.js.map +1 -0
- package/lib/student/driving/index.d.ts +1 -2
- package/lib/student/driving/index.js +1 -2
- package/lib/student/driving/index.js.map +1 -1
- package/lib/student/driving/request.model.d.ts +2 -6
- package/lib/student/driving/request.model.js +10 -19
- package/lib/student/driving/request.model.js.map +1 -1
- package/lib/student/driving/skill.model.d.ts +2 -9
- package/lib/student/driving/skill.model.js +6 -28
- package/lib/student/driving/skill.model.js.map +1 -1
- package/lib/student/driving/topic.model.d.ts +2 -11
- package/lib/student/driving/topic.model.js +7 -36
- package/lib/student/driving/topic.model.js.map +1 -1
- package/lib/student/driving/training.model.d.ts +2 -23
- package/lib/student/driving/training.model.js +13 -84
- package/lib/student/driving/training.model.js.map +1 -1
- package/lib/student/index.d.ts +3 -3
- package/lib/student/index.js +3 -3
- package/lib/student/index.js.map +1 -1
- package/lib/student/signature.model.d.ts +1 -4
- package/lib/student/signature.model.js +6 -14
- package/lib/student/signature.model.js.map +1 -1
- package/lib/student/student.model.d.ts +2 -8
- package/lib/student/student.model.js +9 -26
- package/lib/student/student.model.js.map +1 -1
- package/lib/system/country.model.d.ts +2 -6
- package/lib/system/country.model.js +4 -18
- package/lib/system/country.model.js.map +1 -1
- package/lib/system/driving/category.model.d.ts +0 -2
- package/lib/system/driving/category.model.js +0 -7
- package/lib/system/driving/category.model.js.map +1 -1
- package/lib/system/driving/category.trans.model.d.ts +1 -1
- package/lib/system/driving/category.trans.model.js +1 -1
- package/lib/system/driving/category.trans.model.js.map +1 -1
- package/lib/system/driving/index.d.ts +6 -0
- package/lib/system/driving/index.js +23 -0
- package/lib/system/driving/index.js.map +1 -0
- package/lib/system/driving/skill.model.d.ts +1 -1
- package/lib/system/driving/skill.model.js.map +1 -1
- package/lib/system/driving/skill.trans.model.d.ts +1 -1
- package/lib/system/driving/skill.trans.model.js +1 -1
- package/lib/system/driving/skill.trans.model.js.map +1 -1
- package/lib/system/driving/topic.model.d.ts +1 -3
- package/lib/system/driving/topic.model.js +0 -7
- package/lib/system/driving/topic.model.js.map +1 -1
- package/lib/system/driving/topic.trans.model.d.ts +1 -1
- package/lib/system/driving/topic.trans.model.js +1 -1
- package/lib/system/driving/topic.trans.model.js.map +1 -1
- package/lib/system/finances/currency.model.d.ts +0 -2
- package/lib/system/finances/currency.model.js +0 -7
- package/lib/system/finances/currency.model.js.map +1 -1
- package/lib/system/finances/index.d.ts +1 -0
- package/lib/system/finances/index.js +1 -0
- package/lib/system/finances/index.js.map +1 -1
- package/lib/system/finances/priceplan.model.d.ts +2 -4
- package/lib/system/finances/priceplan.model.js +1 -8
- package/lib/system/finances/priceplan.model.js.map +1 -1
- package/lib/system/finances/priceplan.translation.d.ts +1 -1
- package/lib/system/finances/priceplan.translation.js +1 -1
- package/lib/system/finances/priceplan.translation.js.map +1 -1
- package/lib/system/index.d.ts +2 -1
- package/lib/system/index.js +2 -1
- package/lib/system/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/user/notification/index.d.ts +1 -0
- package/lib/user/notification/index.js +1 -0
- package/lib/user/notification/index.js.map +1 -1
- package/lib/user/notification/notification-preference.model.d.ts +1 -0
- package/lib/user/notification/notification-preference.model.js +7 -1
- package/lib/user/notification/notification-preference.model.js.map +1 -1
- package/lib/user/notification/notification.enum.d.ts +11 -0
- package/lib/user/notification/notification.enum.js +17 -0
- package/lib/user/notification/notification.enum.js.map +1 -0
- package/lib/user/notification/notification.model.d.ts +2 -3
- package/lib/user/notification/notification.model.js +7 -8
- package/lib/user/notification/notification.model.js.map +1 -1
- package/lib/user/sign.dto.d.ts +2 -0
- package/lib/user/sign.dto.js +7 -0
- package/lib/user/sign.dto.js.map +1 -1
- package/lib/user/user.model.d.ts +3 -19
- package/lib/user/user.model.js +6 -62
- package/lib/user/user.model.js.map +1 -1
- package/package.json +7 -5
|
@@ -11,12 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.StudentDrivingAppointment = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const
|
|
15
|
-
const training_model_1 = require("./training.model");
|
|
16
|
-
const user_model_1 = require("../../company/user.model");
|
|
17
|
-
const appointment_topic_model_1 = require("./appointment-topic.model");
|
|
18
|
-
const signature_model_1 = require("../signature.model");
|
|
14
|
+
const company_1 = require("../../company");
|
|
19
15
|
class StudentDrivingAppointment {
|
|
16
|
+
id;
|
|
20
17
|
note;
|
|
21
18
|
price;
|
|
22
19
|
appointmetnType;
|
|
@@ -24,15 +21,16 @@ class StudentDrivingAppointment {
|
|
|
24
21
|
date;
|
|
25
22
|
canceled;
|
|
26
23
|
charged;
|
|
27
|
-
training;
|
|
28
|
-
instructor;
|
|
29
|
-
studentSignature;
|
|
30
|
-
appointmentTopics;
|
|
31
24
|
constructor(props) {
|
|
32
25
|
Object.assign(this, props);
|
|
33
26
|
}
|
|
34
27
|
}
|
|
35
28
|
exports.StudentDrivingAppointment = StudentDrivingAppointment;
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], StudentDrivingAppointment.prototype, "id", void 0);
|
|
36
34
|
__decorate([
|
|
37
35
|
(0, class_transformer_1.Expose)(),
|
|
38
36
|
__metadata("design:type", String)
|
|
@@ -66,24 +64,4 @@ __decorate([
|
|
|
66
64
|
(0, class_transformer_1.Type)(() => Boolean),
|
|
67
65
|
__metadata("design:type", Boolean)
|
|
68
66
|
], StudentDrivingAppointment.prototype, "charged", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, class_transformer_1.Expose)(),
|
|
71
|
-
(0, class_transformer_1.Type)(() => training_model_1.StudentDrivingTraining),
|
|
72
|
-
__metadata("design:type", training_model_1.StudentDrivingTraining)
|
|
73
|
-
], StudentDrivingAppointment.prototype, "training", void 0);
|
|
74
|
-
__decorate([
|
|
75
|
-
(0, class_transformer_1.Expose)(),
|
|
76
|
-
(0, class_transformer_1.Type)(() => user_model_1.CompanyUser),
|
|
77
|
-
__metadata("design:type", user_model_1.CompanyUser)
|
|
78
|
-
], StudentDrivingAppointment.prototype, "instructor", void 0);
|
|
79
|
-
__decorate([
|
|
80
|
-
(0, class_transformer_1.Expose)(),
|
|
81
|
-
(0, class_transformer_1.Type)(() => signature_model_1.StudentSignature),
|
|
82
|
-
__metadata("design:type", signature_model_1.StudentSignature)
|
|
83
|
-
], StudentDrivingAppointment.prototype, "studentSignature", void 0);
|
|
84
|
-
__decorate([
|
|
85
|
-
(0, class_transformer_1.Expose)(),
|
|
86
|
-
(0, class_transformer_1.Type)(() => appointment_topic_model_1.StudentDrivingAppointmentTopic),
|
|
87
|
-
__metadata("design:type", Array)
|
|
88
|
-
], StudentDrivingAppointment.prototype, "appointmentTopics", void 0);
|
|
89
67
|
//# sourceMappingURL=appointment.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.model.js","sourceRoot":"","sources":["../../../src/student/driving/appointment.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"appointment.model.js","sourceRoot":"","sources":["../../../src/student/driving/appointment.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2CAAuD;AAEvD,MAAa,yBAAyB;IAGrC,EAAE,CAAS;IAGX,IAAI,CAAS;IAIb,KAAK,CAAS;IAKd,eAAe,CAAyB;IAOxC,MAAM,CAAS;IAMf,IAAI,CAAO;IAMX,QAAQ,CAAU;IAOlB,OAAO,CAAU;IAIjB,YAAY,KAA0C;QACrD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAhDD,8DAgDC;AA7CA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;qDACR;AAGX;IADC,IAAA,0BAAM,GAAE;;uDACI;AAIb;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;wDACL;AAKd;IADC,IAAA,0BAAM,GAAE;;kEAC+B;AAOxC;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;yDACJ;AAMf;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACX,IAAI;uDAAC;AAMX;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;2DACF;AAOlB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;0DACH"}
|
|
@@ -11,8 +11,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.StudentDrivingExamTopicAssesment = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const topic_model_1 = require("../topic.model");
|
|
15
14
|
const exam_model_1 = require("./exam.model");
|
|
15
|
+
const topic_model_1 = require("../topic.model");
|
|
16
16
|
class StudentDrivingExamTopicAssesment {
|
|
17
17
|
passed;
|
|
18
18
|
exam;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exam-topic-assesment.model.js","sourceRoot":"","sources":["../../../../src/student/driving/exam/exam-topic-assesment.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"exam-topic-assesment.model.js","sourceRoot":"","sources":["../../../../src/student/driving/exam/exam-topic-assesment.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,6CAAkD;AAClD,gDAAqD;AAErD,MAAa,gCAAgC;IAO5C,MAAM,CAAU;IAMhB,IAAI,CAAqB;IAIzB,KAAK,CAAsB;IAI3B,YAAY,KAAiD;QAC5D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAxBD,4EAwBC;AAjBA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;gEACJ;AAMhB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAkB,CAAC;8BACzB,+BAAkB;8DAAC;AAIzB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAmB,CAAC;8BACzB,iCAAmB;+DAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DrivingExamStatus } from "../../../
|
|
1
|
+
import { DrivingExamStatus } from "../../../company";
|
|
2
2
|
import { StudentDrivingTraining } from "../training.model";
|
|
3
3
|
import { StudentDrivingExamTopicAssesment } from "./exam-topic-assesment.model";
|
|
4
4
|
export declare class StudentDrivingExam {
|
|
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.StudentDrivingExam = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const
|
|
14
|
+
const company_1 = require("../../../company");
|
|
15
15
|
const training_model_1 = require("../training.model");
|
|
16
16
|
const exam_topic_assesment_model_1 = require("./exam-topic-assesment.model");
|
|
17
17
|
class StudentDrivingExam {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exam.model.js","sourceRoot":"","sources":["../../../../src/student/driving/exam/exam.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"exam.model.js","sourceRoot":"","sources":["../../../../src/student/driving/exam/exam.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,8CAAqD;AACrD,sDAA2D;AAC3D,6EAAgF;AAGhF,MAAa,kBAAkB;IAG9B,UAAU,CAAS;IAGnB,cAAc,CAAS;IAGvB,MAAM,CAAoB;IAM1B,QAAQ,CAAyB;IAIjC,eAAe,CAAqC;IAIpD,YAAY,KAAmC;QAC9C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AA1BD,gDA0BC;AAvBA;IADC,IAAA,0BAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,0BAAM,GAAE;;0DACc;AAGvB;IADC,IAAA,0BAAM,GAAE;;kDACiB;AAM1B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uCAAsB,CAAC;8BACzB,uCAAsB;oDAAC;AAIjC;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6DAAgC,CAAC;;2DACO"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./exam-topic-assesment.model"), exports);
|
|
18
|
+
__exportStar(require("./exam.model"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/student/driving/exam/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,+CAA6B"}
|
|
@@ -14,8 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./exam
|
|
18
|
-
__exportStar(require("./exam/exam.model"), exports);
|
|
17
|
+
__exportStar(require("./exam"), exports);
|
|
19
18
|
__exportStar(require("./appointment-skill.model"), exports);
|
|
20
19
|
__exportStar(require("./appointment-topic.model"), exports);
|
|
21
20
|
__exportStar(require("./appointment.model"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/student/driving/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/student/driving/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,4DAA0C;AAC1C,4DAA0C;AAC1C,sDAAoC;AACpC,kDAAgC;AAChC,gDAA8B;AAC9B,gDAA8B;AAC9B,mDAAiC"}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CompanyUser } from "../../company/user.model";
|
|
3
|
-
import { CarTransmission, TrainingRequestStatus } from "../../enums";
|
|
4
|
-
import { User } from "../../user";
|
|
1
|
+
import { CarTransmission, CompanyUser, TrainingRequestStatus } from "../../company";
|
|
5
2
|
export declare class StudentDrivingRequest {
|
|
3
|
+
id: number;
|
|
6
4
|
preferredStartDate: Date;
|
|
7
5
|
transmission: CarTransmission;
|
|
8
6
|
receivedDate: Date;
|
|
9
7
|
rejectedDate: Date;
|
|
10
8
|
acceptedDate: Date;
|
|
11
9
|
status: TrainingRequestStatus;
|
|
12
|
-
user: User;
|
|
13
|
-
company: Company;
|
|
14
10
|
acceptedBy: CompanyUser;
|
|
15
11
|
rejectedBy: CompanyUser;
|
|
16
12
|
constructor(props?: Partial<StudentDrivingRequest>);
|
|
@@ -12,18 +12,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.StudentDrivingRequest = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const company_1 = require("../../company");
|
|
15
|
-
const user_model_1 = require("../../company/user.model");
|
|
16
|
-
const enums_1 = require("../../enums");
|
|
17
|
-
const user_1 = require("../../user");
|
|
18
15
|
class StudentDrivingRequest {
|
|
16
|
+
id;
|
|
19
17
|
preferredStartDate;
|
|
20
18
|
transmission;
|
|
21
19
|
receivedDate;
|
|
22
20
|
rejectedDate;
|
|
23
21
|
acceptedDate;
|
|
24
22
|
status;
|
|
25
|
-
user;
|
|
26
|
-
company;
|
|
27
23
|
acceptedBy;
|
|
28
24
|
rejectedBy;
|
|
29
25
|
constructor(props) {
|
|
@@ -31,6 +27,11 @@ class StudentDrivingRequest {
|
|
|
31
27
|
}
|
|
32
28
|
}
|
|
33
29
|
exports.StudentDrivingRequest = StudentDrivingRequest;
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], StudentDrivingRequest.prototype, "id", void 0);
|
|
34
35
|
__decorate([
|
|
35
36
|
(0, class_transformer_1.Expose)(),
|
|
36
37
|
(0, class_transformer_1.Type)(() => Date),
|
|
@@ -61,22 +62,12 @@ __decorate([
|
|
|
61
62
|
], StudentDrivingRequest.prototype, "status", void 0);
|
|
62
63
|
__decorate([
|
|
63
64
|
(0, class_transformer_1.Expose)(),
|
|
64
|
-
(0, class_transformer_1.Type)(() =>
|
|
65
|
-
__metadata("design:type",
|
|
66
|
-
], StudentDrivingRequest.prototype, "user", void 0);
|
|
67
|
-
__decorate([
|
|
68
|
-
(0, class_transformer_1.Expose)(),
|
|
69
|
-
(0, class_transformer_1.Type)(() => company_1.Company),
|
|
70
|
-
__metadata("design:type", company_1.Company)
|
|
71
|
-
], StudentDrivingRequest.prototype, "company", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, class_transformer_1.Expose)(),
|
|
74
|
-
(0, class_transformer_1.Type)(() => user_model_1.CompanyUser),
|
|
75
|
-
__metadata("design:type", user_model_1.CompanyUser)
|
|
65
|
+
(0, class_transformer_1.Type)(() => company_1.CompanyUser),
|
|
66
|
+
__metadata("design:type", company_1.CompanyUser)
|
|
76
67
|
], StudentDrivingRequest.prototype, "acceptedBy", void 0);
|
|
77
68
|
__decorate([
|
|
78
69
|
(0, class_transformer_1.Expose)(),
|
|
79
|
-
(0, class_transformer_1.Type)(() =>
|
|
80
|
-
__metadata("design:type",
|
|
70
|
+
(0, class_transformer_1.Type)(() => company_1.CompanyUser),
|
|
71
|
+
__metadata("design:type", company_1.CompanyUser)
|
|
81
72
|
], StudentDrivingRequest.prototype, "rejectedBy", void 0);
|
|
82
73
|
//# sourceMappingURL=request.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.model.js","sourceRoot":"","sources":["../../../src/student/driving/request.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"request.model.js","sourceRoot":"","sources":["../../../src/student/driving/request.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2CAAoF;AAEpF,MAAa,qBAAqB;IAKjC,EAAE,CAAS;IAIX,kBAAkB,CAAO;IAGzB,YAAY,CAAkB;IAO9B,YAAY,CAAO;IAInB,YAAY,CAAO;IAInB,YAAY,CAAO;IAKnB,MAAM,CAAwB;IAM9B,UAAU,CAAc;IAIxB,UAAU,CAAc;IAIxB,YAAY,KAAsC;QACjD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAjDD,sDAiDC;AA5CA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;iDACR;AAIX;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACG,IAAI;iEAAC;AAGzB;IADC,IAAA,0BAAM,GAAE;;2DACqB;AAO9B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACH,IAAI;2DAAC;AAInB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACH,IAAI;2DAAC;AAInB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACH,IAAI;2DAAC;AAKnB;IADC,IAAA,0BAAM,GAAE;;qDACqB;AAM9B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAW,CAAC;8BACZ,qBAAW;yDAAC;AAIxB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAW,CAAC;8BACZ,qBAAW;yDAAC"}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DrivingSkillScore } from "../../enums";
|
|
3
|
-
import { StudentDrivingTopic } from "./topic.model";
|
|
4
|
-
import { StudentDrivingTraining } from "./training.model";
|
|
5
|
-
import { StudentDrivingAppointmentSkill } from "./appointment-skill.model";
|
|
1
|
+
import { DrivingSkillScore } from "../../company";
|
|
6
2
|
export declare class StudentDrivingSkill {
|
|
3
|
+
id: number;
|
|
7
4
|
score: DrivingSkillScore;
|
|
8
|
-
training: StudentDrivingTraining;
|
|
9
|
-
skill: DrivingSkill;
|
|
10
|
-
topic: StudentDrivingTopic;
|
|
11
|
-
appointmentSkills: StudentDrivingAppointmentSkill[];
|
|
12
5
|
constructor(props?: Partial<StudentDrivingSkill>);
|
|
13
6
|
}
|
|
@@ -11,17 +11,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.StudentDrivingSkill = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const
|
|
15
|
-
const enums_1 = require("../../enums");
|
|
16
|
-
const topic_model_1 = require("./topic.model");
|
|
17
|
-
const training_model_1 = require("./training.model");
|
|
18
|
-
const appointment_skill_model_1 = require("./appointment-skill.model");
|
|
14
|
+
const company_1 = require("../../company");
|
|
19
15
|
class StudentDrivingSkill {
|
|
16
|
+
id;
|
|
20
17
|
score;
|
|
21
|
-
training;
|
|
22
|
-
skill;
|
|
23
|
-
topic;
|
|
24
|
-
appointmentSkills;
|
|
25
18
|
constructor(props) {
|
|
26
19
|
Object.assign(this, props);
|
|
27
20
|
}
|
|
@@ -29,26 +22,11 @@ class StudentDrivingSkill {
|
|
|
29
22
|
exports.StudentDrivingSkill = StudentDrivingSkill;
|
|
30
23
|
__decorate([
|
|
31
24
|
(0, class_transformer_1.Expose)(),
|
|
25
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
32
26
|
__metadata("design:type", Number)
|
|
33
|
-
], StudentDrivingSkill.prototype, "
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, class_transformer_1.Expose)(),
|
|
36
|
-
(0, class_transformer_1.Type)(() => training_model_1.StudentDrivingTraining),
|
|
37
|
-
__metadata("design:type", training_model_1.StudentDrivingTraining)
|
|
38
|
-
], StudentDrivingSkill.prototype, "training", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, class_transformer_1.Expose)(),
|
|
41
|
-
(0, class_transformer_1.Type)(() => skill_model_1.DrivingSkill),
|
|
42
|
-
__metadata("design:type", skill_model_1.DrivingSkill)
|
|
43
|
-
], StudentDrivingSkill.prototype, "skill", void 0);
|
|
27
|
+
], StudentDrivingSkill.prototype, "id", void 0);
|
|
44
28
|
__decorate([
|
|
45
29
|
(0, class_transformer_1.Expose)(),
|
|
46
|
-
(
|
|
47
|
-
|
|
48
|
-
], StudentDrivingSkill.prototype, "topic", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, class_transformer_1.Expose)(),
|
|
51
|
-
(0, class_transformer_1.Type)(() => appointment_skill_model_1.StudentDrivingAppointmentSkill),
|
|
52
|
-
__metadata("design:type", Array)
|
|
53
|
-
], StudentDrivingSkill.prototype, "appointmentSkills", void 0);
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], StudentDrivingSkill.prototype, "score", void 0);
|
|
54
32
|
//# sourceMappingURL=skill.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skill.model.js","sourceRoot":"","sources":["../../../src/student/driving/skill.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"skill.model.js","sourceRoot":"","sources":["../../../src/student/driving/skill.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2CAAkD;AAElD,MAAa,mBAAmB;IAM/B,EAAE,CAAS;IAKX,KAAK,CAAoB;IAIzB,YAAY,KAAoC;QAC/C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAlBD,kDAkBC;AAZA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;+CACR;AAKX;IADC,IAAA,0BAAM,GAAE;;kDACgB"}
|
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
import { DrivingTopicStatus } from "../../
|
|
2
|
-
import { DrivingTopic } from "../../company/driving/topic.model";
|
|
3
|
-
import { StudentDrivingTraining } from "./training.model";
|
|
4
|
-
import { StudentDrivingSkill } from "./skill.model";
|
|
5
|
-
import { StudentDrivingAppointmentTopic } from "./appointment-topic.model";
|
|
6
|
-
import { StudentDrivingExamTopicAssesment } from "./exam/exam-topic-assesment.model";
|
|
1
|
+
import { DrivingTopicStatus } from "../../company";
|
|
7
2
|
export declare class StudentDrivingTopic {
|
|
3
|
+
id: number;
|
|
8
4
|
sort: number;
|
|
9
5
|
status: DrivingTopicStatus;
|
|
10
|
-
topic: DrivingTopic;
|
|
11
|
-
training: StudentDrivingTraining;
|
|
12
|
-
appointmentTopics: StudentDrivingAppointmentTopic[];
|
|
13
|
-
studentSkills: StudentDrivingSkill[];
|
|
14
|
-
examAssement: StudentDrivingExamTopicAssesment[];
|
|
15
6
|
constructor(props?: Partial<StudentDrivingTopic>);
|
|
16
7
|
}
|
|
@@ -11,25 +11,21 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.StudentDrivingTopic = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const
|
|
15
|
-
const topic_model_1 = require("../../company/driving/topic.model");
|
|
16
|
-
const training_model_1 = require("./training.model");
|
|
17
|
-
const skill_model_1 = require("./skill.model");
|
|
18
|
-
const appointment_topic_model_1 = require("./appointment-topic.model");
|
|
19
|
-
const exam_topic_assesment_model_1 = require("./exam/exam-topic-assesment.model");
|
|
14
|
+
const company_1 = require("../../company");
|
|
20
15
|
class StudentDrivingTopic {
|
|
16
|
+
id;
|
|
21
17
|
sort;
|
|
22
18
|
status;
|
|
23
|
-
topic;
|
|
24
|
-
training;
|
|
25
|
-
appointmentTopics;
|
|
26
|
-
studentSkills;
|
|
27
|
-
examAssement;
|
|
28
19
|
constructor(props) {
|
|
29
20
|
Object.assign(this, props);
|
|
30
21
|
}
|
|
31
22
|
}
|
|
32
23
|
exports.StudentDrivingTopic = StudentDrivingTopic;
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, class_transformer_1.Expose)(),
|
|
26
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], StudentDrivingTopic.prototype, "id", void 0);
|
|
33
29
|
__decorate([
|
|
34
30
|
(0, class_transformer_1.Expose)(),
|
|
35
31
|
(0, class_transformer_1.Type)(() => Number),
|
|
@@ -39,29 +35,4 @@ __decorate([
|
|
|
39
35
|
(0, class_transformer_1.Expose)(),
|
|
40
36
|
__metadata("design:type", String)
|
|
41
37
|
], StudentDrivingTopic.prototype, "status", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, class_transformer_1.Expose)(),
|
|
44
|
-
(0, class_transformer_1.Type)(() => topic_model_1.DrivingTopic),
|
|
45
|
-
__metadata("design:type", topic_model_1.DrivingTopic)
|
|
46
|
-
], StudentDrivingTopic.prototype, "topic", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_transformer_1.Expose)(),
|
|
49
|
-
(0, class_transformer_1.Type)(() => training_model_1.StudentDrivingTraining),
|
|
50
|
-
__metadata("design:type", training_model_1.StudentDrivingTraining)
|
|
51
|
-
], StudentDrivingTopic.prototype, "training", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, class_transformer_1.Expose)(),
|
|
54
|
-
(0, class_transformer_1.Type)(() => appointment_topic_model_1.StudentDrivingAppointmentTopic),
|
|
55
|
-
__metadata("design:type", Array)
|
|
56
|
-
], StudentDrivingTopic.prototype, "appointmentTopics", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, class_transformer_1.Expose)(),
|
|
59
|
-
(0, class_transformer_1.Type)(() => skill_model_1.StudentDrivingSkill),
|
|
60
|
-
__metadata("design:type", Array)
|
|
61
|
-
], StudentDrivingTopic.prototype, "studentSkills", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, class_transformer_1.Expose)(),
|
|
64
|
-
(0, class_transformer_1.Type)(() => exam_topic_assesment_model_1.StudentDrivingExamTopicAssesment),
|
|
65
|
-
__metadata("design:type", Array)
|
|
66
|
-
], StudentDrivingTopic.prototype, "examAssement", void 0);
|
|
67
38
|
//# sourceMappingURL=topic.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"topic.model.js","sourceRoot":"","sources":["../../../src/student/driving/topic.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"topic.model.js","sourceRoot":"","sources":["../../../src/student/driving/topic.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2CAAmD;AAEnD,MAAa,mBAAmB;IAM/B,EAAE,CAAS;IAMX,IAAI,CAAS;IAKb,MAAM,CAAqB;IAI3B,YAAY,KAAoC;QAC/C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAxBD,kDAwBC;AAlBA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;+CACR;AAMX;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;iDACN;AAKb;IADC,IAAA,0BAAM,GAAE;;mDACkB"}
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
import { CarTransmission, TrainingStatus } from "../../
|
|
2
|
-
import { Student } from "../student.model";
|
|
3
|
-
import { CompanyUser } from "../../company/user.model";
|
|
4
|
-
import { DrivingCategory } from "../../company/driving/category.model";
|
|
5
|
-
import { StudentDrivingTopic } from "./topic.model";
|
|
6
|
-
import { StudentDrivingSkill } from "./skill.model";
|
|
7
|
-
import { StudentDrivingAppointment } from "./appointment.model";
|
|
8
|
-
import { StudentDrivingExam } from "./exam/exam.model";
|
|
9
|
-
import { DrivingDiscount } from "../../company/driving/finances/discount.model";
|
|
10
|
-
import { DrivingInvoice } from "../../company/driving/finances/invoice.model";
|
|
11
|
-
import { DrivingPayment } from "../../company/driving/finances/payment.model";
|
|
12
|
-
import { DrivingRefund } from "../../company/driving/finances/refund.model";
|
|
1
|
+
import { CarTransmission, CompanyUser, TrainingStatus } from "../../company";
|
|
13
2
|
export declare class StudentDrivingTraining {
|
|
3
|
+
id: number;
|
|
14
4
|
archivedDate: Date;
|
|
15
5
|
licenseNumber: string;
|
|
16
6
|
licenseExpirationDate: Date;
|
|
@@ -26,19 +16,8 @@ export declare class StudentDrivingTraining {
|
|
|
26
16
|
discount: number;
|
|
27
17
|
refund: number;
|
|
28
18
|
studentRating: number;
|
|
29
|
-
student: Student;
|
|
30
|
-
instructor: CompanyUser;
|
|
31
19
|
registeredBy: CompanyUser;
|
|
32
20
|
completedBy: CompanyUser;
|
|
33
21
|
terminatedBy: CompanyUser;
|
|
34
|
-
category: DrivingCategory;
|
|
35
|
-
topics: StudentDrivingTopic[];
|
|
36
|
-
skills: StudentDrivingSkill[];
|
|
37
|
-
appointments: StudentDrivingAppointment[];
|
|
38
|
-
exams: StudentDrivingExam[];
|
|
39
|
-
payments: DrivingPayment[];
|
|
40
|
-
discounts: DrivingDiscount[];
|
|
41
|
-
refunds: DrivingRefund[];
|
|
42
|
-
invoices: DrivingInvoice[];
|
|
43
22
|
constructor(props?: Partial<StudentDrivingTraining>);
|
|
44
23
|
}
|
|
@@ -11,19 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.StudentDrivingTraining = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const
|
|
15
|
-
const student_model_1 = require("../student.model");
|
|
16
|
-
const user_model_1 = require("../../company/user.model");
|
|
17
|
-
const category_model_1 = require("../../company/driving/category.model");
|
|
18
|
-
const topic_model_1 = require("./topic.model");
|
|
19
|
-
const skill_model_1 = require("./skill.model");
|
|
20
|
-
const appointment_model_1 = require("./appointment.model");
|
|
21
|
-
const exam_model_1 = require("./exam/exam.model");
|
|
22
|
-
const discount_model_1 = require("../../company/driving/finances/discount.model");
|
|
23
|
-
const invoice_model_1 = require("../../company/driving/finances/invoice.model");
|
|
24
|
-
const payment_model_1 = require("../../company/driving/finances/payment.model");
|
|
25
|
-
const refund_model_1 = require("../../company/driving/finances/refund.model");
|
|
14
|
+
const company_1 = require("../../company");
|
|
26
15
|
class StudentDrivingTraining {
|
|
16
|
+
id;
|
|
27
17
|
archivedDate;
|
|
28
18
|
licenseNumber;
|
|
29
19
|
licenseExpirationDate;
|
|
@@ -39,25 +29,19 @@ class StudentDrivingTraining {
|
|
|
39
29
|
discount;
|
|
40
30
|
refund;
|
|
41
31
|
studentRating;
|
|
42
|
-
student;
|
|
43
|
-
instructor;
|
|
44
32
|
registeredBy;
|
|
45
33
|
completedBy;
|
|
46
34
|
terminatedBy;
|
|
47
|
-
category;
|
|
48
|
-
topics;
|
|
49
|
-
skills;
|
|
50
|
-
appointments;
|
|
51
|
-
exams;
|
|
52
|
-
payments;
|
|
53
|
-
discounts;
|
|
54
|
-
refunds;
|
|
55
|
-
invoices;
|
|
56
35
|
constructor(props) {
|
|
57
36
|
Object.assign(this, props);
|
|
58
37
|
}
|
|
59
38
|
}
|
|
60
39
|
exports.StudentDrivingTraining = StudentDrivingTraining;
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], StudentDrivingTraining.prototype, "id", void 0);
|
|
61
45
|
__decorate([
|
|
62
46
|
(0, class_transformer_1.Expose)(),
|
|
63
47
|
(0, class_transformer_1.Type)(() => Date),
|
|
@@ -131,72 +115,17 @@ __decorate([
|
|
|
131
115
|
], StudentDrivingTraining.prototype, "studentRating", void 0);
|
|
132
116
|
__decorate([
|
|
133
117
|
(0, class_transformer_1.Expose)(),
|
|
134
|
-
(0, class_transformer_1.Type)(() =>
|
|
135
|
-
__metadata("design:type",
|
|
136
|
-
], StudentDrivingTraining.prototype, "student", void 0);
|
|
137
|
-
__decorate([
|
|
138
|
-
(0, class_transformer_1.Expose)(),
|
|
139
|
-
(0, class_transformer_1.Type)(() => user_model_1.CompanyUser),
|
|
140
|
-
__metadata("design:type", user_model_1.CompanyUser)
|
|
141
|
-
], StudentDrivingTraining.prototype, "instructor", void 0);
|
|
142
|
-
__decorate([
|
|
143
|
-
(0, class_transformer_1.Expose)(),
|
|
144
|
-
(0, class_transformer_1.Type)(() => user_model_1.CompanyUser),
|
|
145
|
-
__metadata("design:type", user_model_1.CompanyUser)
|
|
118
|
+
(0, class_transformer_1.Type)(() => company_1.CompanyUser),
|
|
119
|
+
__metadata("design:type", company_1.CompanyUser)
|
|
146
120
|
], StudentDrivingTraining.prototype, "registeredBy", void 0);
|
|
147
121
|
__decorate([
|
|
148
122
|
(0, class_transformer_1.Expose)(),
|
|
149
|
-
(0, class_transformer_1.Type)(() =>
|
|
150
|
-
__metadata("design:type",
|
|
123
|
+
(0, class_transformer_1.Type)(() => company_1.CompanyUser),
|
|
124
|
+
__metadata("design:type", company_1.CompanyUser)
|
|
151
125
|
], StudentDrivingTraining.prototype, "completedBy", void 0);
|
|
152
126
|
__decorate([
|
|
153
127
|
(0, class_transformer_1.Expose)(),
|
|
154
|
-
(0, class_transformer_1.Type)(() =>
|
|
155
|
-
__metadata("design:type",
|
|
128
|
+
(0, class_transformer_1.Type)(() => company_1.CompanyUser),
|
|
129
|
+
__metadata("design:type", company_1.CompanyUser)
|
|
156
130
|
], StudentDrivingTraining.prototype, "terminatedBy", void 0);
|
|
157
|
-
__decorate([
|
|
158
|
-
(0, class_transformer_1.Expose)(),
|
|
159
|
-
(0, class_transformer_1.Type)(() => category_model_1.DrivingCategory),
|
|
160
|
-
__metadata("design:type", category_model_1.DrivingCategory)
|
|
161
|
-
], StudentDrivingTraining.prototype, "category", void 0);
|
|
162
|
-
__decorate([
|
|
163
|
-
(0, class_transformer_1.Expose)(),
|
|
164
|
-
(0, class_transformer_1.Type)(() => topic_model_1.StudentDrivingTopic),
|
|
165
|
-
__metadata("design:type", Array)
|
|
166
|
-
], StudentDrivingTraining.prototype, "topics", void 0);
|
|
167
|
-
__decorate([
|
|
168
|
-
(0, class_transformer_1.Expose)(),
|
|
169
|
-
(0, class_transformer_1.Type)(() => skill_model_1.StudentDrivingSkill),
|
|
170
|
-
__metadata("design:type", Array)
|
|
171
|
-
], StudentDrivingTraining.prototype, "skills", void 0);
|
|
172
|
-
__decorate([
|
|
173
|
-
(0, class_transformer_1.Expose)(),
|
|
174
|
-
(0, class_transformer_1.Type)(() => appointment_model_1.StudentDrivingAppointment),
|
|
175
|
-
__metadata("design:type", Array)
|
|
176
|
-
], StudentDrivingTraining.prototype, "appointments", void 0);
|
|
177
|
-
__decorate([
|
|
178
|
-
(0, class_transformer_1.Expose)(),
|
|
179
|
-
(0, class_transformer_1.Type)(() => exam_model_1.StudentDrivingExam),
|
|
180
|
-
__metadata("design:type", Array)
|
|
181
|
-
], StudentDrivingTraining.prototype, "exams", void 0);
|
|
182
|
-
__decorate([
|
|
183
|
-
(0, class_transformer_1.Expose)(),
|
|
184
|
-
(0, class_transformer_1.Type)(() => payment_model_1.DrivingPayment),
|
|
185
|
-
__metadata("design:type", Array)
|
|
186
|
-
], StudentDrivingTraining.prototype, "payments", void 0);
|
|
187
|
-
__decorate([
|
|
188
|
-
(0, class_transformer_1.Expose)(),
|
|
189
|
-
(0, class_transformer_1.Type)(() => discount_model_1.DrivingDiscount),
|
|
190
|
-
__metadata("design:type", Array)
|
|
191
|
-
], StudentDrivingTraining.prototype, "discounts", void 0);
|
|
192
|
-
__decorate([
|
|
193
|
-
(0, class_transformer_1.Expose)(),
|
|
194
|
-
(0, class_transformer_1.Type)(() => refund_model_1.DrivingRefund),
|
|
195
|
-
__metadata("design:type", Array)
|
|
196
|
-
], StudentDrivingTraining.prototype, "refunds", void 0);
|
|
197
|
-
__decorate([
|
|
198
|
-
(0, class_transformer_1.Expose)(),
|
|
199
|
-
(0, class_transformer_1.Type)(() => invoice_model_1.DrivingInvoice),
|
|
200
|
-
__metadata("design:type", Array)
|
|
201
|
-
], StudentDrivingTraining.prototype, "invoices", void 0);
|
|
202
131
|
//# sourceMappingURL=training.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"training.model.js","sourceRoot":"","sources":["../../../src/student/driving/training.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"training.model.js","sourceRoot":"","sources":["../../../src/student/driving/training.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2CAA6E;AAE7E,MAAa,sBAAsB;IAGlC,EAAE,CAAS;IAOX,YAAY,CAAO;IAGnB,aAAa,CAAS;IAItB,qBAAqB,CAAO;IAM5B,YAAY,CAAS;IAIrB,eAAe,CAAS;IAIxB,iBAAiB,CAAS;IAG1B,YAAY,CAAkB;IAM9B,eAAe,CAAS;IAKxB,MAAM,CAAiB;IAOvB,eAAe,CAAU;IAMzB,IAAI,CAAS;IAWb,OAAO,CAAS;IAOhB,QAAQ,CAAS;IAOjB,MAAM,CAAS;IASf,aAAa,CAAS;IAMtB,YAAY,CAAc;IAI1B,WAAW,CAAc;IAIzB,YAAY,CAAc;IAI1B,YAAY,KAAuC;QAClD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAjHD,wDAiHC;AA9GA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;kDACR;AAOX;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACH,IAAI;4DAAC;AAGnB;IADC,IAAA,0BAAM,GAAE;;6DACa;AAItB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACM,IAAI;qEAAC;AAM5B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4DACE;AAIrB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;+DACK;AAIxB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;iEACO;AAG1B;IADC,IAAA,0BAAM,GAAE;;4DACqB;AAM9B;IADC,IAAA,0BAAM,GAAE;;+DACe;AAKxB;IADC,IAAA,0BAAM,GAAE;;sDACc;AAOvB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;+DACK;AAMzB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;oDACN;AAWb;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;uDACH;AAOhB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;wDACF;AAOjB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACJ;AASf;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;6DACG;AAMtB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAW,CAAC;8BACV,qBAAW;4DAAC;AAI1B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAW,CAAC;8BACX,qBAAW;2DAAC;AAIzB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAW,CAAC;8BACV,qBAAW;4DAAC"}
|