@platform-modules/civil-aviation-authority 2.3.220 → 2.3.222
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/.env +0 -15
- package/dist/data-source.js +12 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/models/{SecurityAccessApprovalModel.d.ts → MultiPurposeHallApprovalModel.d.ts} +6 -7
- package/dist/models/{SecurityAccessApprovalModel.js → MultiPurposeHallApprovalModel.js} +31 -29
- package/dist/models/MultiPurposeHallAttachmentModel.d.ts +11 -0
- package/dist/models/{SecurityAccessAttachmentModel.js → MultiPurposeHallAttachmentModel.js} +19 -23
- package/dist/models/MultiPurposeHallChatModel.d.ts +18 -0
- package/dist/models/{SecurityAccessChatModel.js → MultiPurposeHallChatModel.js} +32 -23
- package/dist/models/MultiPurposeHallHistoryModel.d.ts +10 -0
- package/dist/models/MultiPurposeHallHistoryModel.js +48 -0
- package/dist/models/MultiPurposeHallRequestModel.d.ts +42 -0
- package/dist/models/MultiPurposeHallRequestModel.js +144 -0
- package/dist/models/MultiPurposeHallWorkflowModel.d.ts +17 -0
- package/dist/models/MultiPurposeHallWorkflowModel.js +67 -0
- package/package.json +1 -1
- package/src/data-source.ts +12 -0
- package/src/index.ts +470 -464
- package/src/models/AccessCardRequestModel.ts +135 -135
- package/src/models/AirportEntryPermitModel.ts +276 -276
- package/src/models/AnnualTrainingPlanRequestModel.ts +153 -153
- package/src/models/DepartmentsModel.ts +25 -25
- package/src/models/DocumentDriveModel.ts +28 -28
- package/src/models/DocumentFolderModel.ts +45 -45
- package/src/models/HousingContractCancelApprovalModel.ts +64 -64
- package/src/models/HousingContractCancelChatModel.ts +56 -56
- package/src/models/HousingContractRenewalApprovalModel.ts +64 -64
- package/src/models/HousingContractRenewalChatModel.ts +59 -59
- package/src/models/ITRequestAttachmentModel.ts +73 -73
- package/src/models/ITRequestChatModel.ts +74 -74
- package/src/models/ItApprovalsModel.ts +84 -84
- package/src/models/ItWorkflowModel.ts +55 -55
- package/src/models/LegalConsultationApprovalModel.ts +65 -65
- package/src/models/MissionTravelPassportExpiryNotificationConfigModel.ts +36 -36
- package/src/models/MultiPurposeHallApprovalModel.ts +56 -0
- package/src/models/MultiPurposeHallAttachmentModel.ts +29 -0
- package/src/models/MultiPurposeHallChatModel.ts +42 -0
- package/src/models/MultiPurposeHallHistoryModel.ts +26 -0
- package/src/models/MultiPurposeHallRequestModel.ts +109 -0
- package/src/models/MultiPurposeHallWorkflowModel.ts +43 -0
- package/src/models/ResidentialUnitRentalApprovalModel.ts +143 -143
- package/src/models/ResidentialUnitRentalChatModel.ts +56 -56
- package/src/models/ResidentialUnitRentalRequestModel.ts +218 -218
- package/src/models/ServiceSlaApprovalModel.ts +52 -52
- package/src/models/ServicesNotificationConfigModel.ts +55 -55
- package/src/models/SlaRequestModel.ts +64 -64
- package/src/models/StudyLeaveRequestModel.ts +144 -144
- package/src/models/TrainingRequestModel.ts +164 -164
- package/src/models/TrainingRoomBookingRequestModel.ts +142 -142
- package/src/models/TrainingRoomNotificationConfigModel.ts +30 -30
- package/src/models/role.ts +34 -34
- package/src/models/user.ts +233 -233
- package/dist/models/DocumentMetadataModel.d.ts +0 -45
- package/dist/models/DocumentMetadataModel.js +0 -171
- package/dist/models/DocumentationDepartmentsModel.d.ts +0 -13
- package/dist/models/DocumentationDepartmentsModel.js +0 -53
- package/dist/models/FolderModel.d.ts +0 -16
- package/dist/models/FolderModel.js +0 -85
- package/dist/models/ImportExportMaterialModels.d.ts +0 -92
- package/dist/models/ImportExportMaterialModels.js +0 -307
- package/dist/models/PermissionModel.d.ts +0 -18
- package/dist/models/PermissionModel.js +0 -68
- package/dist/models/SecurityAccessAttachmentModel.d.ts +0 -12
- package/dist/models/SecurityAccessChatModel.d.ts +0 -12
- package/dist/models/SecurityAccessRequestModel.d.ts +0 -25
- package/dist/models/SecurityAccessRequestModel.js +0 -80
- package/dist/models/SecurityAccessWorkflowModel.d.ts +0 -24
- package/dist/models/SecurityAccessWorkflowModel.js +0 -84
- package/dist/models/ServiceExtensionAfterAge60Models.d.ts +0 -93
- package/dist/models/ServiceExtensionAfterAge60Models.js +0 -312
- package/dist/models/UUIDBaseModel.d.ts +0 -14
- package/dist/models/UUIDBaseModel.js +0 -66
- package/dist/models/WorkingHoursExtensionModels.d.ts +0 -88
- package/dist/models/WorkingHoursExtensionModels.js +0 -295
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { BaseModel } from "./BaseModel";
|
|
2
|
-
export declare enum ServiceExtensionAfterAge60RequestStatus {
|
|
3
|
-
Pending = "Pending",
|
|
4
|
-
Approved = "Approved",
|
|
5
|
-
Rejected = "Rejected",
|
|
6
|
-
RFC = "RFC"
|
|
7
|
-
}
|
|
8
|
-
export declare class ServiceExtensionAfterAge60Request extends BaseModel {
|
|
9
|
-
req_user_department_id: number | null;
|
|
10
|
-
req_user_section_id: number | null;
|
|
11
|
-
service_id: number | null;
|
|
12
|
-
sub_service_id: number | null;
|
|
13
|
-
user_id: number;
|
|
14
|
-
date_of_joining: Date;
|
|
15
|
-
grade: string;
|
|
16
|
-
reason_for_requesting_extension: string;
|
|
17
|
-
years_of_service: string;
|
|
18
|
-
requested_extension_duration: string;
|
|
19
|
-
proposed_extension_start_date: Date;
|
|
20
|
-
proposed_extension_end_date: Date;
|
|
21
|
-
acknowledgment_terms: boolean;
|
|
22
|
-
description: string | null;
|
|
23
|
-
status: string;
|
|
24
|
-
workflow_execution_id: string | null;
|
|
25
|
-
created_by: number;
|
|
26
|
-
}
|
|
27
|
-
export declare enum ServiceExtensionAfterAge60ApprovalStatus {
|
|
28
|
-
Pending = "Pending",
|
|
29
|
-
InProgress = "In Progress",
|
|
30
|
-
Approved = "Approved",
|
|
31
|
-
Rejected = "Rejected",
|
|
32
|
-
Reassigned = "Reassigned"
|
|
33
|
-
}
|
|
34
|
-
export declare class ServiceExtensionAfterAge60Approval extends BaseModel {
|
|
35
|
-
request_id: number;
|
|
36
|
-
service_id: number | null;
|
|
37
|
-
sub_service_id: number | null;
|
|
38
|
-
level: number;
|
|
39
|
-
approver_user_id: number | null;
|
|
40
|
-
approver_role_id: number | null;
|
|
41
|
-
department_id: number | null;
|
|
42
|
-
section_id: number | null;
|
|
43
|
-
delegate_user_id: number | null;
|
|
44
|
-
comment: string;
|
|
45
|
-
approval_status: string;
|
|
46
|
-
}
|
|
47
|
-
export declare enum ServiceExtensionAfterAge60WorkFlowStatus {
|
|
48
|
-
Pending = "Pending",
|
|
49
|
-
InProgress = "In Progress",
|
|
50
|
-
Approved = "Approved",
|
|
51
|
-
Rejected = "Rejected",
|
|
52
|
-
RFC = "RFC",
|
|
53
|
-
Completed = "Completed"
|
|
54
|
-
}
|
|
55
|
-
export declare class ServiceExtensionAfterAge60Workflow extends BaseModel {
|
|
56
|
-
request_id: number;
|
|
57
|
-
service_id: number | null;
|
|
58
|
-
sub_service_id: number | null;
|
|
59
|
-
workflow_definition_id: number | null;
|
|
60
|
-
current_level: number | null;
|
|
61
|
-
content: string | null;
|
|
62
|
-
status: string;
|
|
63
|
-
step_order: number | null;
|
|
64
|
-
user_id: number | null;
|
|
65
|
-
role_id: number | null;
|
|
66
|
-
department_id: number | null;
|
|
67
|
-
section_id: number | null;
|
|
68
|
-
workflow_data: string | null;
|
|
69
|
-
created_by: number;
|
|
70
|
-
}
|
|
71
|
-
export declare class ServiceExtensionAfterAge60Chat extends BaseModel {
|
|
72
|
-
request_id: number;
|
|
73
|
-
service_id: number;
|
|
74
|
-
sub_service_id: number;
|
|
75
|
-
user_id: number;
|
|
76
|
-
approver_role_id: number | null;
|
|
77
|
-
message: string;
|
|
78
|
-
message_type: string;
|
|
79
|
-
status: string | null;
|
|
80
|
-
is_internal: boolean;
|
|
81
|
-
created_by: number;
|
|
82
|
-
}
|
|
83
|
-
export declare class ServiceExtensionAfterAge60Attachment extends BaseModel {
|
|
84
|
-
request_id: number;
|
|
85
|
-
service_id: number;
|
|
86
|
-
sub_service_id: number;
|
|
87
|
-
attachment_kind: string | null;
|
|
88
|
-
file_name: string;
|
|
89
|
-
file_url: string;
|
|
90
|
-
file_type: string | null;
|
|
91
|
-
file_size: number | null;
|
|
92
|
-
created_by: number;
|
|
93
|
-
}
|
|
@@ -1,312 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.ServiceExtensionAfterAge60Attachment = exports.ServiceExtensionAfterAge60Chat = exports.ServiceExtensionAfterAge60Workflow = exports.ServiceExtensionAfterAge60WorkFlowStatus = exports.ServiceExtensionAfterAge60Approval = exports.ServiceExtensionAfterAge60ApprovalStatus = exports.ServiceExtensionAfterAge60Request = exports.ServiceExtensionAfterAge60RequestStatus = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
const BaseModel_1 = require("./BaseModel");
|
|
15
|
-
var ServiceExtensionAfterAge60RequestStatus;
|
|
16
|
-
(function (ServiceExtensionAfterAge60RequestStatus) {
|
|
17
|
-
ServiceExtensionAfterAge60RequestStatus["Pending"] = "Pending";
|
|
18
|
-
ServiceExtensionAfterAge60RequestStatus["Approved"] = "Approved";
|
|
19
|
-
ServiceExtensionAfterAge60RequestStatus["Rejected"] = "Rejected";
|
|
20
|
-
ServiceExtensionAfterAge60RequestStatus["RFC"] = "RFC";
|
|
21
|
-
})(ServiceExtensionAfterAge60RequestStatus || (exports.ServiceExtensionAfterAge60RequestStatus = ServiceExtensionAfterAge60RequestStatus = {}));
|
|
22
|
-
let ServiceExtensionAfterAge60Request = class ServiceExtensionAfterAge60Request extends BaseModel_1.BaseModel {
|
|
23
|
-
};
|
|
24
|
-
exports.ServiceExtensionAfterAge60Request = ServiceExtensionAfterAge60Request;
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
27
|
-
__metadata("design:type", Object)
|
|
28
|
-
], ServiceExtensionAfterAge60Request.prototype, "req_user_department_id", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
31
|
-
__metadata("design:type", Object)
|
|
32
|
-
], ServiceExtensionAfterAge60Request.prototype, "req_user_section_id", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
35
|
-
__metadata("design:type", Object)
|
|
36
|
-
], ServiceExtensionAfterAge60Request.prototype, "service_id", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
39
|
-
__metadata("design:type", Object)
|
|
40
|
-
], ServiceExtensionAfterAge60Request.prototype, "sub_service_id", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
43
|
-
__metadata("design:type", Number)
|
|
44
|
-
], ServiceExtensionAfterAge60Request.prototype, "user_id", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
(0, typeorm_1.Column)({ type: "date", nullable: false }),
|
|
47
|
-
__metadata("design:type", Date)
|
|
48
|
-
], ServiceExtensionAfterAge60Request.prototype, "date_of_joining", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 100, nullable: false }),
|
|
51
|
-
__metadata("design:type", String)
|
|
52
|
-
], ServiceExtensionAfterAge60Request.prototype, "grade", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, typeorm_1.Column)({ type: "text", nullable: false }),
|
|
55
|
-
__metadata("design:type", String)
|
|
56
|
-
], ServiceExtensionAfterAge60Request.prototype, "reason_for_requesting_extension", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 100, nullable: false }),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], ServiceExtensionAfterAge60Request.prototype, "years_of_service", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 100, nullable: false }),
|
|
63
|
-
__metadata("design:type", String)
|
|
64
|
-
], ServiceExtensionAfterAge60Request.prototype, "requested_extension_duration", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, typeorm_1.Column)({ type: "date", nullable: false }),
|
|
67
|
-
__metadata("design:type", Date)
|
|
68
|
-
], ServiceExtensionAfterAge60Request.prototype, "proposed_extension_start_date", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, typeorm_1.Column)({ type: "date", nullable: false }),
|
|
71
|
-
__metadata("design:type", Date)
|
|
72
|
-
], ServiceExtensionAfterAge60Request.prototype, "proposed_extension_end_date", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: false, default: false }),
|
|
75
|
-
__metadata("design:type", Boolean)
|
|
76
|
-
], ServiceExtensionAfterAge60Request.prototype, "acknowledgment_terms", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
(0, typeorm_1.Column)({ type: "text", nullable: true }),
|
|
79
|
-
__metadata("design:type", Object)
|
|
80
|
-
], ServiceExtensionAfterAge60Request.prototype, "description", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 50, nullable: false, default: ServiceExtensionAfterAge60RequestStatus.Pending }),
|
|
83
|
-
__metadata("design:type", String)
|
|
84
|
-
], ServiceExtensionAfterAge60Request.prototype, "status", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 255, nullable: true }),
|
|
87
|
-
__metadata("design:type", Object)
|
|
88
|
-
], ServiceExtensionAfterAge60Request.prototype, "workflow_execution_id", void 0);
|
|
89
|
-
__decorate([
|
|
90
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
91
|
-
__metadata("design:type", Number)
|
|
92
|
-
], ServiceExtensionAfterAge60Request.prototype, "created_by", void 0);
|
|
93
|
-
exports.ServiceExtensionAfterAge60Request = ServiceExtensionAfterAge60Request = __decorate([
|
|
94
|
-
(0, typeorm_1.Entity)({ name: "service_extension_after_age_60_requests" })
|
|
95
|
-
], ServiceExtensionAfterAge60Request);
|
|
96
|
-
var ServiceExtensionAfterAge60ApprovalStatus;
|
|
97
|
-
(function (ServiceExtensionAfterAge60ApprovalStatus) {
|
|
98
|
-
ServiceExtensionAfterAge60ApprovalStatus["Pending"] = "Pending";
|
|
99
|
-
ServiceExtensionAfterAge60ApprovalStatus["InProgress"] = "In Progress";
|
|
100
|
-
ServiceExtensionAfterAge60ApprovalStatus["Approved"] = "Approved";
|
|
101
|
-
ServiceExtensionAfterAge60ApprovalStatus["Rejected"] = "Rejected";
|
|
102
|
-
ServiceExtensionAfterAge60ApprovalStatus["Reassigned"] = "Reassigned";
|
|
103
|
-
})(ServiceExtensionAfterAge60ApprovalStatus || (exports.ServiceExtensionAfterAge60ApprovalStatus = ServiceExtensionAfterAge60ApprovalStatus = {}));
|
|
104
|
-
let ServiceExtensionAfterAge60Approval = class ServiceExtensionAfterAge60Approval extends BaseModel_1.BaseModel {
|
|
105
|
-
};
|
|
106
|
-
exports.ServiceExtensionAfterAge60Approval = ServiceExtensionAfterAge60Approval;
|
|
107
|
-
__decorate([
|
|
108
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
109
|
-
__metadata("design:type", Number)
|
|
110
|
-
], ServiceExtensionAfterAge60Approval.prototype, "request_id", void 0);
|
|
111
|
-
__decorate([
|
|
112
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
113
|
-
__metadata("design:type", Object)
|
|
114
|
-
], ServiceExtensionAfterAge60Approval.prototype, "service_id", void 0);
|
|
115
|
-
__decorate([
|
|
116
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
117
|
-
__metadata("design:type", Object)
|
|
118
|
-
], ServiceExtensionAfterAge60Approval.prototype, "sub_service_id", void 0);
|
|
119
|
-
__decorate([
|
|
120
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
121
|
-
__metadata("design:type", Number)
|
|
122
|
-
], ServiceExtensionAfterAge60Approval.prototype, "level", void 0);
|
|
123
|
-
__decorate([
|
|
124
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
125
|
-
__metadata("design:type", Object)
|
|
126
|
-
], ServiceExtensionAfterAge60Approval.prototype, "approver_user_id", void 0);
|
|
127
|
-
__decorate([
|
|
128
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
129
|
-
__metadata("design:type", Object)
|
|
130
|
-
], ServiceExtensionAfterAge60Approval.prototype, "approver_role_id", void 0);
|
|
131
|
-
__decorate([
|
|
132
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
133
|
-
__metadata("design:type", Object)
|
|
134
|
-
], ServiceExtensionAfterAge60Approval.prototype, "department_id", void 0);
|
|
135
|
-
__decorate([
|
|
136
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
137
|
-
__metadata("design:type", Object)
|
|
138
|
-
], ServiceExtensionAfterAge60Approval.prototype, "section_id", void 0);
|
|
139
|
-
__decorate([
|
|
140
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
141
|
-
__metadata("design:type", Object)
|
|
142
|
-
], ServiceExtensionAfterAge60Approval.prototype, "delegate_user_id", void 0);
|
|
143
|
-
__decorate([
|
|
144
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 255, nullable: true, default: "" }),
|
|
145
|
-
__metadata("design:type", String)
|
|
146
|
-
], ServiceExtensionAfterAge60Approval.prototype, "comment", void 0);
|
|
147
|
-
__decorate([
|
|
148
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 50, nullable: false, default: ServiceExtensionAfterAge60ApprovalStatus.Pending }),
|
|
149
|
-
__metadata("design:type", String)
|
|
150
|
-
], ServiceExtensionAfterAge60Approval.prototype, "approval_status", void 0);
|
|
151
|
-
exports.ServiceExtensionAfterAge60Approval = ServiceExtensionAfterAge60Approval = __decorate([
|
|
152
|
-
(0, typeorm_1.Entity)({ name: "service_extension_after_age_60_approvals" })
|
|
153
|
-
], ServiceExtensionAfterAge60Approval);
|
|
154
|
-
var ServiceExtensionAfterAge60WorkFlowStatus;
|
|
155
|
-
(function (ServiceExtensionAfterAge60WorkFlowStatus) {
|
|
156
|
-
ServiceExtensionAfterAge60WorkFlowStatus["Pending"] = "Pending";
|
|
157
|
-
ServiceExtensionAfterAge60WorkFlowStatus["InProgress"] = "In Progress";
|
|
158
|
-
ServiceExtensionAfterAge60WorkFlowStatus["Approved"] = "Approved";
|
|
159
|
-
ServiceExtensionAfterAge60WorkFlowStatus["Rejected"] = "Rejected";
|
|
160
|
-
ServiceExtensionAfterAge60WorkFlowStatus["RFC"] = "RFC";
|
|
161
|
-
ServiceExtensionAfterAge60WorkFlowStatus["Completed"] = "Completed";
|
|
162
|
-
})(ServiceExtensionAfterAge60WorkFlowStatus || (exports.ServiceExtensionAfterAge60WorkFlowStatus = ServiceExtensionAfterAge60WorkFlowStatus = {}));
|
|
163
|
-
let ServiceExtensionAfterAge60Workflow = class ServiceExtensionAfterAge60Workflow extends BaseModel_1.BaseModel {
|
|
164
|
-
};
|
|
165
|
-
exports.ServiceExtensionAfterAge60Workflow = ServiceExtensionAfterAge60Workflow;
|
|
166
|
-
__decorate([
|
|
167
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
168
|
-
__metadata("design:type", Number)
|
|
169
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "request_id", void 0);
|
|
170
|
-
__decorate([
|
|
171
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
172
|
-
__metadata("design:type", Object)
|
|
173
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "service_id", void 0);
|
|
174
|
-
__decorate([
|
|
175
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
176
|
-
__metadata("design:type", Object)
|
|
177
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "sub_service_id", void 0);
|
|
178
|
-
__decorate([
|
|
179
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
180
|
-
__metadata("design:type", Object)
|
|
181
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "workflow_definition_id", void 0);
|
|
182
|
-
__decorate([
|
|
183
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
184
|
-
__metadata("design:type", Object)
|
|
185
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "current_level", void 0);
|
|
186
|
-
__decorate([
|
|
187
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 500, nullable: true }),
|
|
188
|
-
__metadata("design:type", Object)
|
|
189
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "content", void 0);
|
|
190
|
-
__decorate([
|
|
191
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 50, nullable: false }),
|
|
192
|
-
__metadata("design:type", String)
|
|
193
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "status", void 0);
|
|
194
|
-
__decorate([
|
|
195
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
196
|
-
__metadata("design:type", Object)
|
|
197
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "step_order", void 0);
|
|
198
|
-
__decorate([
|
|
199
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
200
|
-
__metadata("design:type", Object)
|
|
201
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "user_id", void 0);
|
|
202
|
-
__decorate([
|
|
203
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
204
|
-
__metadata("design:type", Object)
|
|
205
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "role_id", void 0);
|
|
206
|
-
__decorate([
|
|
207
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
208
|
-
__metadata("design:type", Object)
|
|
209
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "department_id", void 0);
|
|
210
|
-
__decorate([
|
|
211
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
212
|
-
__metadata("design:type", Object)
|
|
213
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "section_id", void 0);
|
|
214
|
-
__decorate([
|
|
215
|
-
(0, typeorm_1.Column)({ type: "text", nullable: true }),
|
|
216
|
-
__metadata("design:type", Object)
|
|
217
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "workflow_data", void 0);
|
|
218
|
-
__decorate([
|
|
219
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
220
|
-
__metadata("design:type", Number)
|
|
221
|
-
], ServiceExtensionAfterAge60Workflow.prototype, "created_by", void 0);
|
|
222
|
-
exports.ServiceExtensionAfterAge60Workflow = ServiceExtensionAfterAge60Workflow = __decorate([
|
|
223
|
-
(0, typeorm_1.Entity)({ name: "service_extension_after_age_60_workflow" })
|
|
224
|
-
], ServiceExtensionAfterAge60Workflow);
|
|
225
|
-
let ServiceExtensionAfterAge60Chat = class ServiceExtensionAfterAge60Chat extends BaseModel_1.BaseModel {
|
|
226
|
-
};
|
|
227
|
-
exports.ServiceExtensionAfterAge60Chat = ServiceExtensionAfterAge60Chat;
|
|
228
|
-
__decorate([
|
|
229
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
230
|
-
__metadata("design:type", Number)
|
|
231
|
-
], ServiceExtensionAfterAge60Chat.prototype, "request_id", void 0);
|
|
232
|
-
__decorate([
|
|
233
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
234
|
-
__metadata("design:type", Number)
|
|
235
|
-
], ServiceExtensionAfterAge60Chat.prototype, "service_id", void 0);
|
|
236
|
-
__decorate([
|
|
237
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
238
|
-
__metadata("design:type", Number)
|
|
239
|
-
], ServiceExtensionAfterAge60Chat.prototype, "sub_service_id", void 0);
|
|
240
|
-
__decorate([
|
|
241
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
242
|
-
__metadata("design:type", Number)
|
|
243
|
-
], ServiceExtensionAfterAge60Chat.prototype, "user_id", void 0);
|
|
244
|
-
__decorate([
|
|
245
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
246
|
-
__metadata("design:type", Object)
|
|
247
|
-
], ServiceExtensionAfterAge60Chat.prototype, "approver_role_id", void 0);
|
|
248
|
-
__decorate([
|
|
249
|
-
(0, typeorm_1.Column)({ type: "text", nullable: false }),
|
|
250
|
-
__metadata("design:type", String)
|
|
251
|
-
], ServiceExtensionAfterAge60Chat.prototype, "message", void 0);
|
|
252
|
-
__decorate([
|
|
253
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 50, nullable: false, default: "text" }),
|
|
254
|
-
__metadata("design:type", String)
|
|
255
|
-
], ServiceExtensionAfterAge60Chat.prototype, "message_type", void 0);
|
|
256
|
-
__decorate([
|
|
257
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 50, nullable: true }),
|
|
258
|
-
__metadata("design:type", Object)
|
|
259
|
-
], ServiceExtensionAfterAge60Chat.prototype, "status", void 0);
|
|
260
|
-
__decorate([
|
|
261
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: false, default: false }),
|
|
262
|
-
__metadata("design:type", Boolean)
|
|
263
|
-
], ServiceExtensionAfterAge60Chat.prototype, "is_internal", void 0);
|
|
264
|
-
__decorate([
|
|
265
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
266
|
-
__metadata("design:type", Number)
|
|
267
|
-
], ServiceExtensionAfterAge60Chat.prototype, "created_by", void 0);
|
|
268
|
-
exports.ServiceExtensionAfterAge60Chat = ServiceExtensionAfterAge60Chat = __decorate([
|
|
269
|
-
(0, typeorm_1.Entity)({ name: "service_extension_after_age_60_chat" })
|
|
270
|
-
], ServiceExtensionAfterAge60Chat);
|
|
271
|
-
let ServiceExtensionAfterAge60Attachment = class ServiceExtensionAfterAge60Attachment extends BaseModel_1.BaseModel {
|
|
272
|
-
};
|
|
273
|
-
exports.ServiceExtensionAfterAge60Attachment = ServiceExtensionAfterAge60Attachment;
|
|
274
|
-
__decorate([
|
|
275
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
276
|
-
__metadata("design:type", Number)
|
|
277
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "request_id", void 0);
|
|
278
|
-
__decorate([
|
|
279
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
280
|
-
__metadata("design:type", Number)
|
|
281
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "service_id", void 0);
|
|
282
|
-
__decorate([
|
|
283
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
284
|
-
__metadata("design:type", Number)
|
|
285
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "sub_service_id", void 0);
|
|
286
|
-
__decorate([
|
|
287
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 80, nullable: true }),
|
|
288
|
-
__metadata("design:type", Object)
|
|
289
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "attachment_kind", void 0);
|
|
290
|
-
__decorate([
|
|
291
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 255, nullable: false }),
|
|
292
|
-
__metadata("design:type", String)
|
|
293
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "file_name", void 0);
|
|
294
|
-
__decorate([
|
|
295
|
-
(0, typeorm_1.Column)({ type: "text", nullable: false }),
|
|
296
|
-
__metadata("design:type", String)
|
|
297
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "file_url", void 0);
|
|
298
|
-
__decorate([
|
|
299
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 120, nullable: true }),
|
|
300
|
-
__metadata("design:type", Object)
|
|
301
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "file_type", void 0);
|
|
302
|
-
__decorate([
|
|
303
|
-
(0, typeorm_1.Column)({ type: "int", nullable: true }),
|
|
304
|
-
__metadata("design:type", Object)
|
|
305
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "file_size", void 0);
|
|
306
|
-
__decorate([
|
|
307
|
-
(0, typeorm_1.Column)({ type: "int", nullable: false }),
|
|
308
|
-
__metadata("design:type", Number)
|
|
309
|
-
], ServiceExtensionAfterAge60Attachment.prototype, "created_by", void 0);
|
|
310
|
-
exports.ServiceExtensionAfterAge60Attachment = ServiceExtensionAfterAge60Attachment = __decorate([
|
|
311
|
-
(0, typeorm_1.Entity)({ name: "service_extension_after_age_60_attachments" })
|
|
312
|
-
], ServiceExtensionAfterAge60Attachment);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare abstract class UUIDModel0 {
|
|
2
|
-
jsonIgnore: string[];
|
|
3
|
-
created_by?: string;
|
|
4
|
-
created_at?: Date;
|
|
5
|
-
updated_by?: string;
|
|
6
|
-
updated_at?: Date;
|
|
7
|
-
insertCreated(): void;
|
|
8
|
-
is_deleted?: boolean;
|
|
9
|
-
constructor();
|
|
10
|
-
}
|
|
11
|
-
export declare abstract class UUIDBaseModel extends UUIDModel0 {
|
|
12
|
-
id: string;
|
|
13
|
-
constructor();
|
|
14
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.UUIDBaseModel = exports.UUIDModel0 = void 0;
|
|
16
|
-
const moment_timezone_1 = __importDefault(require("moment-timezone"));
|
|
17
|
-
const typeorm_1 = require("typeorm");
|
|
18
|
-
class UUIDModel0 {
|
|
19
|
-
insertCreated() {
|
|
20
|
-
const currentTime = (0, moment_timezone_1.default)().utc().tz('Asia/Kolkata').toDate();
|
|
21
|
-
this.created_at = currentTime;
|
|
22
|
-
this.updated_at = currentTime;
|
|
23
|
-
}
|
|
24
|
-
constructor() {
|
|
25
|
-
this.jsonIgnore = ['logicalDelete', 'is_deleted', 'jsonIgnore'];
|
|
26
|
-
this.is_deleted = false;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
exports.UUIDModel0 = UUIDModel0;
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, typeorm_1.Column)({ type: 'uuid', nullable: true }),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], UUIDModel0.prototype, "created_by", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, typeorm_1.CreateDateColumn)({ type: "timestamptz", default: () => "CURRENT_TIMESTAMP" }),
|
|
36
|
-
__metadata("design:type", Date)
|
|
37
|
-
], UUIDModel0.prototype, "created_at", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, typeorm_1.Column)({ type: 'uuid', nullable: true }),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], UUIDModel0.prototype, "updated_by", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, typeorm_1.UpdateDateColumn)({ type: "timestamptz", default: () => "CURRENT_TIMESTAMP" }),
|
|
44
|
-
__metadata("design:type", Date)
|
|
45
|
-
], UUIDModel0.prototype, "updated_at", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, typeorm_1.BeforeInsert)(),
|
|
48
|
-
__metadata("design:type", Function),
|
|
49
|
-
__metadata("design:paramtypes", []),
|
|
50
|
-
__metadata("design:returntype", void 0)
|
|
51
|
-
], UUIDModel0.prototype, "insertCreated", null);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, typeorm_1.Column)({ nullable: true, default: false }),
|
|
54
|
-
__metadata("design:type", Boolean)
|
|
55
|
-
], UUIDModel0.prototype, "is_deleted", void 0);
|
|
56
|
-
class UUIDBaseModel extends UUIDModel0 {
|
|
57
|
-
constructor() {
|
|
58
|
-
super();
|
|
59
|
-
this.id = ''; // This will be set by the database when the entity is saved
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.UUIDBaseModel = UUIDBaseModel;
|
|
63
|
-
__decorate([
|
|
64
|
-
(0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
|
|
65
|
-
__metadata("design:type", String)
|
|
66
|
-
], UUIDBaseModel.prototype, "id", void 0);
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { BaseModel } from "./BaseModel";
|
|
2
|
-
export declare enum WorkingHoursExtensionRequestStatus {
|
|
3
|
-
Pending = "Pending",
|
|
4
|
-
Approved = "Approved",
|
|
5
|
-
Rejected = "Rejected",
|
|
6
|
-
RFC = "RFC"
|
|
7
|
-
}
|
|
8
|
-
export declare enum WorkingHoursExtensionWorkflowStatus {
|
|
9
|
-
Pending = "Pending",
|
|
10
|
-
InProgress = "In Progress",
|
|
11
|
-
Completed = "Completed",
|
|
12
|
-
Approved = "Approved",
|
|
13
|
-
Rejected = "Rejected"
|
|
14
|
-
}
|
|
15
|
-
export declare class WorkingHoursExtensionRequest extends BaseModel {
|
|
16
|
-
req_user_department_id: number | null;
|
|
17
|
-
req_user_section_id: number | null;
|
|
18
|
-
service_id: number | null;
|
|
19
|
-
sub_service_id: number | null;
|
|
20
|
-
user_id: number;
|
|
21
|
-
requested_extension_date: Date;
|
|
22
|
-
requested_start_time: string;
|
|
23
|
-
requested_end_time: string;
|
|
24
|
-
reason_for_extension: string;
|
|
25
|
-
room_or_area: string;
|
|
26
|
-
description: string | null;
|
|
27
|
-
status: string;
|
|
28
|
-
workflow_execution_id: string | null;
|
|
29
|
-
created_by: number;
|
|
30
|
-
}
|
|
31
|
-
export declare enum WorkingHoursExtensionApprovalStatus {
|
|
32
|
-
Pending = "Pending",
|
|
33
|
-
InProgress = "In Progress",
|
|
34
|
-
Approved = "Approved",
|
|
35
|
-
Rejected = "Rejected",
|
|
36
|
-
Reassigned = "Reassigned"
|
|
37
|
-
}
|
|
38
|
-
export declare class WorkingHoursExtensionApproval extends BaseModel {
|
|
39
|
-
request_id: number;
|
|
40
|
-
service_id: number | null;
|
|
41
|
-
sub_service_id: number | null;
|
|
42
|
-
level: number;
|
|
43
|
-
approver_user_id: number | null;
|
|
44
|
-
approver_role_id: number | null;
|
|
45
|
-
department_id: number | null;
|
|
46
|
-
section_id: number | null;
|
|
47
|
-
delegate_user_id: number | null;
|
|
48
|
-
comment: string;
|
|
49
|
-
approval_status: string;
|
|
50
|
-
}
|
|
51
|
-
export declare class WorkingHoursExtensionWorkflow extends BaseModel {
|
|
52
|
-
request_id: number;
|
|
53
|
-
service_id: number | null;
|
|
54
|
-
sub_service_id: number | null;
|
|
55
|
-
workflow_definition_id: number | null;
|
|
56
|
-
current_level: number | null;
|
|
57
|
-
content: string | null;
|
|
58
|
-
status: string;
|
|
59
|
-
step_order: number | null;
|
|
60
|
-
user_id: number | null;
|
|
61
|
-
role_id: number | null;
|
|
62
|
-
department_id: number | null;
|
|
63
|
-
section_id: number | null;
|
|
64
|
-
workflow_data: string | null;
|
|
65
|
-
created_by: number;
|
|
66
|
-
}
|
|
67
|
-
export declare class WorkingHoursExtensionChat extends BaseModel {
|
|
68
|
-
request_id: number;
|
|
69
|
-
service_id: number;
|
|
70
|
-
sub_service_id: number;
|
|
71
|
-
user_id: number;
|
|
72
|
-
approver_role_id: number | null;
|
|
73
|
-
message: string;
|
|
74
|
-
message_type: string;
|
|
75
|
-
status: string | null;
|
|
76
|
-
is_internal: boolean;
|
|
77
|
-
created_by: number;
|
|
78
|
-
}
|
|
79
|
-
export declare class WorkingHoursExtensionAttachment extends BaseModel {
|
|
80
|
-
request_id: number;
|
|
81
|
-
service_id: number;
|
|
82
|
-
sub_service_id: number;
|
|
83
|
-
file_name: string;
|
|
84
|
-
file_url: string;
|
|
85
|
-
file_type: string | null;
|
|
86
|
-
file_size: number | null;
|
|
87
|
-
created_by: number;
|
|
88
|
-
}
|