@uniorganization/uni-lib 1.1.57 → 1.1.59
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.
|
@@ -1,64 +1,37 @@
|
|
|
1
1
|
export declare class VwUserRoster {
|
|
2
|
-
internalId: number;
|
|
3
2
|
employeeId: number;
|
|
4
|
-
phoneLogin: string;
|
|
5
3
|
fullName: string;
|
|
6
|
-
verintSkill: string;
|
|
7
4
|
firstLevelId: number;
|
|
8
5
|
firstLevelName: string;
|
|
9
6
|
secondLevelId: number;
|
|
10
7
|
secondLevelName: string;
|
|
11
8
|
thirdLevelId: number;
|
|
12
9
|
thirdLevelName: string;
|
|
10
|
+
emailId: string;
|
|
11
|
+
division: string;
|
|
12
|
+
lob: string;
|
|
13
13
|
startDate: Date;
|
|
14
14
|
endDate: Date;
|
|
15
15
|
jobTitle: string;
|
|
16
|
-
verintUsername: string;
|
|
17
|
-
email: string;
|
|
18
|
-
lmsClient: string;
|
|
19
|
-
lmsNt: string;
|
|
20
|
-
productionDate: Date;
|
|
21
|
-
gcicId: string;
|
|
22
|
-
ern: string;
|
|
23
16
|
trainerId: number;
|
|
24
17
|
trainerName: string;
|
|
25
|
-
trainingClass: string;
|
|
26
|
-
emailId: string;
|
|
27
|
-
smsId: string;
|
|
28
|
-
lmsId: string;
|
|
29
|
-
p1User: string;
|
|
30
18
|
qaId: number;
|
|
31
19
|
qaName: string;
|
|
32
20
|
employeeStatus: string;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
thuIn: Date;
|
|
48
|
-
thuOut: Date;
|
|
49
|
-
friIn: Date;
|
|
50
|
-
friOut: Date;
|
|
51
|
-
satIn: Date;
|
|
52
|
-
satOut: Date;
|
|
53
|
-
updatedBy: string;
|
|
54
|
-
updatedDate: Date;
|
|
55
|
-
schEffectiveDate: Date;
|
|
56
|
-
vendor: string;
|
|
57
|
-
organization: string;
|
|
58
|
-
rowDate: Date;
|
|
59
|
-
index: number;
|
|
60
|
-
division: string;
|
|
21
|
+
sunIn: string;
|
|
22
|
+
sunOut: string;
|
|
23
|
+
monIn: string;
|
|
24
|
+
monOut: string;
|
|
25
|
+
tueIn: string;
|
|
26
|
+
tueOut: string;
|
|
27
|
+
wedIn: string;
|
|
28
|
+
wedOut: string;
|
|
29
|
+
thuIn: string;
|
|
30
|
+
thuOut: string;
|
|
31
|
+
friIn: string;
|
|
32
|
+
friOut: string;
|
|
33
|
+
satIn: string;
|
|
34
|
+
satOut: string;
|
|
61
35
|
mainLine: string;
|
|
62
|
-
lob: string;
|
|
63
36
|
employeeRole: string;
|
|
64
37
|
}
|
|
@@ -13,26 +13,14 @@ exports.VwUserRoster = void 0;
|
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
14
|
let VwUserRoster = class VwUserRoster {
|
|
15
15
|
};
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, typeorm_1.Column)({ name: 'internal_id' }),
|
|
18
|
-
__metadata("design:type", Number)
|
|
19
|
-
], VwUserRoster.prototype, "internalId", void 0);
|
|
20
16
|
__decorate([
|
|
21
17
|
(0, typeorm_1.Column)({ name: 'employee_id' }),
|
|
22
18
|
__metadata("design:type", Number)
|
|
23
19
|
], VwUserRoster.prototype, "employeeId", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, typeorm_1.Column)({ name: 'phone_login' }),
|
|
26
|
-
__metadata("design:type", String)
|
|
27
|
-
], VwUserRoster.prototype, "phoneLogin", void 0);
|
|
28
20
|
__decorate([
|
|
29
21
|
(0, typeorm_1.Column)({ name: 'full_name' }),
|
|
30
22
|
__metadata("design:type", String)
|
|
31
23
|
], VwUserRoster.prototype, "fullName", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, typeorm_1.Column)({ name: 'verint_skill' }),
|
|
34
|
-
__metadata("design:type", String)
|
|
35
|
-
], VwUserRoster.prototype, "verintSkill", void 0);
|
|
36
24
|
__decorate([
|
|
37
25
|
(0, typeorm_1.Column)({ name: 'first_level_id' }),
|
|
38
26
|
__metadata("design:type", Number)
|
|
@@ -57,6 +45,18 @@ __decorate([
|
|
|
57
45
|
(0, typeorm_1.Column)({ name: 'third_level_name' }),
|
|
58
46
|
__metadata("design:type", String)
|
|
59
47
|
], VwUserRoster.prototype, "thirdLevelName", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ name: 'email_id' }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], VwUserRoster.prototype, "emailId", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.Column)(),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], VwUserRoster.prototype, "division", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, typeorm_1.Column)(),
|
|
58
|
+
__metadata("design:type", String)
|
|
59
|
+
], VwUserRoster.prototype, "lob", void 0);
|
|
60
60
|
__decorate([
|
|
61
61
|
(0, typeorm_1.Column)({ name: 'start_date' }),
|
|
62
62
|
__metadata("design:type", Date)
|
|
@@ -69,34 +69,6 @@ __decorate([
|
|
|
69
69
|
(0, typeorm_1.Column)({ name: 'job_title' }),
|
|
70
70
|
__metadata("design:type", String)
|
|
71
71
|
], VwUserRoster.prototype, "jobTitle", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, typeorm_1.Column)({ name: 'verint_username' }),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], VwUserRoster.prototype, "verintUsername", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, typeorm_1.Column)({ name: 'email' }),
|
|
78
|
-
__metadata("design:type", String)
|
|
79
|
-
], VwUserRoster.prototype, "email", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
(0, typeorm_1.Column)({ name: 'lms_client' }),
|
|
82
|
-
__metadata("design:type", String)
|
|
83
|
-
], VwUserRoster.prototype, "lmsClient", void 0);
|
|
84
|
-
__decorate([
|
|
85
|
-
(0, typeorm_1.Column)({ name: 'lms_nt' }),
|
|
86
|
-
__metadata("design:type", String)
|
|
87
|
-
], VwUserRoster.prototype, "lmsNt", void 0);
|
|
88
|
-
__decorate([
|
|
89
|
-
(0, typeorm_1.Column)({ name: 'production_date' }),
|
|
90
|
-
__metadata("design:type", Date)
|
|
91
|
-
], VwUserRoster.prototype, "productionDate", void 0);
|
|
92
|
-
__decorate([
|
|
93
|
-
(0, typeorm_1.Column)({ name: 'gcic_id' }),
|
|
94
|
-
__metadata("design:type", String)
|
|
95
|
-
], VwUserRoster.prototype, "gcicId", void 0);
|
|
96
|
-
__decorate([
|
|
97
|
-
(0, typeorm_1.Column)(),
|
|
98
|
-
__metadata("design:type", String)
|
|
99
|
-
], VwUserRoster.prototype, "ern", void 0);
|
|
100
72
|
__decorate([
|
|
101
73
|
(0, typeorm_1.Column)({ name: 'trainer_id' }),
|
|
102
74
|
__metadata("design:type", Number)
|
|
@@ -105,26 +77,6 @@ __decorate([
|
|
|
105
77
|
(0, typeorm_1.Column)({ name: 'trainer_name' }),
|
|
106
78
|
__metadata("design:type", String)
|
|
107
79
|
], VwUserRoster.prototype, "trainerName", void 0);
|
|
108
|
-
__decorate([
|
|
109
|
-
(0, typeorm_1.Column)({ name: 'training_class' }),
|
|
110
|
-
__metadata("design:type", String)
|
|
111
|
-
], VwUserRoster.prototype, "trainingClass", void 0);
|
|
112
|
-
__decorate([
|
|
113
|
-
(0, typeorm_1.Column)({ name: 'email_id' }),
|
|
114
|
-
__metadata("design:type", String)
|
|
115
|
-
], VwUserRoster.prototype, "emailId", void 0);
|
|
116
|
-
__decorate([
|
|
117
|
-
(0, typeorm_1.Column)({ name: 'sms_id' }),
|
|
118
|
-
__metadata("design:type", String)
|
|
119
|
-
], VwUserRoster.prototype, "smsId", void 0);
|
|
120
|
-
__decorate([
|
|
121
|
-
(0, typeorm_1.Column)({ name: 'lms_id' }),
|
|
122
|
-
__metadata("design:type", String)
|
|
123
|
-
], VwUserRoster.prototype, "lmsId", void 0);
|
|
124
|
-
__decorate([
|
|
125
|
-
(0, typeorm_1.Column)({ name: 'p1_user' }),
|
|
126
|
-
__metadata("design:type", String)
|
|
127
|
-
], VwUserRoster.prototype, "p1User", void 0);
|
|
128
80
|
__decorate([
|
|
129
81
|
(0, typeorm_1.Column)({ name: 'qa_id' }),
|
|
130
82
|
__metadata("design:type", Number)
|
|
@@ -137,131 +89,71 @@ __decorate([
|
|
|
137
89
|
(0, typeorm_1.Column)({ name: 'employee_status' }),
|
|
138
90
|
__metadata("design:type", String)
|
|
139
91
|
], VwUserRoster.prototype, "employeeStatus", void 0);
|
|
140
|
-
__decorate([
|
|
141
|
-
(0, typeorm_1.Column)({ name: 'tapp_2' }),
|
|
142
|
-
__metadata("design:type", String)
|
|
143
|
-
], VwUserRoster.prototype, "tapp2", void 0);
|
|
144
|
-
__decorate([
|
|
145
|
-
(0, typeorm_1.Column)({ name: 'tapp_11' }),
|
|
146
|
-
__metadata("design:type", String)
|
|
147
|
-
], VwUserRoster.prototype, "tapp11", void 0);
|
|
148
|
-
__decorate([
|
|
149
|
-
(0, typeorm_1.Column)({ name: 'tapp_13' }),
|
|
150
|
-
__metadata("design:type", String)
|
|
151
|
-
], VwUserRoster.prototype, "tapp13", void 0);
|
|
152
|
-
__decorate([
|
|
153
|
-
(0, typeorm_1.Column)({ name: 'score_id' }),
|
|
154
|
-
__metadata("design:type", String)
|
|
155
|
-
], VwUserRoster.prototype, "scoreId", void 0);
|
|
156
|
-
__decorate([
|
|
157
|
-
(0, typeorm_1.Column)({ name: 'work_location' }),
|
|
158
|
-
__metadata("design:type", String)
|
|
159
|
-
], VwUserRoster.prototype, "workLocation", void 0);
|
|
160
|
-
__decorate([
|
|
161
|
-
(0, typeorm_1.Column)({ name: 'last_date_on_site' }),
|
|
162
|
-
__metadata("design:type", Date)
|
|
163
|
-
], VwUserRoster.prototype, "lastDateOnSite", void 0);
|
|
164
92
|
__decorate([
|
|
165
93
|
(0, typeorm_1.Column)({ name: 'sun_in' }),
|
|
166
|
-
__metadata("design:type",
|
|
94
|
+
__metadata("design:type", String)
|
|
167
95
|
], VwUserRoster.prototype, "sunIn", void 0);
|
|
168
96
|
__decorate([
|
|
169
97
|
(0, typeorm_1.Column)({ name: 'sun_out' }),
|
|
170
|
-
__metadata("design:type",
|
|
98
|
+
__metadata("design:type", String)
|
|
171
99
|
], VwUserRoster.prototype, "sunOut", void 0);
|
|
172
100
|
__decorate([
|
|
173
101
|
(0, typeorm_1.Column)({ name: 'mon_in' }),
|
|
174
|
-
__metadata("design:type",
|
|
102
|
+
__metadata("design:type", String)
|
|
175
103
|
], VwUserRoster.prototype, "monIn", void 0);
|
|
176
104
|
__decorate([
|
|
177
105
|
(0, typeorm_1.Column)({ name: 'mon_out' }),
|
|
178
|
-
__metadata("design:type",
|
|
106
|
+
__metadata("design:type", String)
|
|
179
107
|
], VwUserRoster.prototype, "monOut", void 0);
|
|
180
108
|
__decorate([
|
|
181
109
|
(0, typeorm_1.Column)({ name: 'tue_in' }),
|
|
182
|
-
__metadata("design:type",
|
|
110
|
+
__metadata("design:type", String)
|
|
183
111
|
], VwUserRoster.prototype, "tueIn", void 0);
|
|
184
112
|
__decorate([
|
|
185
113
|
(0, typeorm_1.Column)({ name: 'tue_out' }),
|
|
186
|
-
__metadata("design:type",
|
|
114
|
+
__metadata("design:type", String)
|
|
187
115
|
], VwUserRoster.prototype, "tueOut", void 0);
|
|
188
116
|
__decorate([
|
|
189
117
|
(0, typeorm_1.Column)({ name: 'wed_in' }),
|
|
190
|
-
__metadata("design:type",
|
|
118
|
+
__metadata("design:type", String)
|
|
191
119
|
], VwUserRoster.prototype, "wedIn", void 0);
|
|
192
120
|
__decorate([
|
|
193
121
|
(0, typeorm_1.Column)({ name: 'wed_out' }),
|
|
194
|
-
__metadata("design:type",
|
|
122
|
+
__metadata("design:type", String)
|
|
195
123
|
], VwUserRoster.prototype, "wedOut", void 0);
|
|
196
124
|
__decorate([
|
|
197
125
|
(0, typeorm_1.Column)({ name: 'thu_in' }),
|
|
198
|
-
__metadata("design:type",
|
|
126
|
+
__metadata("design:type", String)
|
|
199
127
|
], VwUserRoster.prototype, "thuIn", void 0);
|
|
200
128
|
__decorate([
|
|
201
129
|
(0, typeorm_1.Column)({ name: 'thu_out' }),
|
|
202
|
-
__metadata("design:type",
|
|
130
|
+
__metadata("design:type", String)
|
|
203
131
|
], VwUserRoster.prototype, "thuOut", void 0);
|
|
204
132
|
__decorate([
|
|
205
133
|
(0, typeorm_1.Column)({ name: 'fri_in' }),
|
|
206
|
-
__metadata("design:type",
|
|
134
|
+
__metadata("design:type", String)
|
|
207
135
|
], VwUserRoster.prototype, "friIn", void 0);
|
|
208
136
|
__decorate([
|
|
209
137
|
(0, typeorm_1.Column)({ name: 'fri_out' }),
|
|
210
|
-
__metadata("design:type",
|
|
138
|
+
__metadata("design:type", String)
|
|
211
139
|
], VwUserRoster.prototype, "friOut", void 0);
|
|
212
140
|
__decorate([
|
|
213
141
|
(0, typeorm_1.Column)({ name: 'sat_in' }),
|
|
214
|
-
__metadata("design:type",
|
|
142
|
+
__metadata("design:type", String)
|
|
215
143
|
], VwUserRoster.prototype, "satIn", void 0);
|
|
216
144
|
__decorate([
|
|
217
145
|
(0, typeorm_1.Column)({ name: 'sat_out' }),
|
|
218
|
-
__metadata("design:type", Date)
|
|
219
|
-
], VwUserRoster.prototype, "satOut", void 0);
|
|
220
|
-
__decorate([
|
|
221
|
-
(0, typeorm_1.Column)({ name: 'updated_by' }),
|
|
222
|
-
__metadata("design:type", String)
|
|
223
|
-
], VwUserRoster.prototype, "updatedBy", void 0);
|
|
224
|
-
__decorate([
|
|
225
|
-
(0, typeorm_1.Column)({ name: 'updated_date' }),
|
|
226
|
-
__metadata("design:type", Date)
|
|
227
|
-
], VwUserRoster.prototype, "updatedDate", void 0);
|
|
228
|
-
__decorate([
|
|
229
|
-
(0, typeorm_1.Column)({ name: 'sch_effective_date' }),
|
|
230
|
-
__metadata("design:type", Date)
|
|
231
|
-
], VwUserRoster.prototype, "schEffectiveDate", void 0);
|
|
232
|
-
__decorate([
|
|
233
|
-
(0, typeorm_1.Column)(),
|
|
234
146
|
__metadata("design:type", String)
|
|
235
|
-
], VwUserRoster.prototype, "
|
|
236
|
-
__decorate([
|
|
237
|
-
(0, typeorm_1.Column)(),
|
|
238
|
-
__metadata("design:type", String)
|
|
239
|
-
], VwUserRoster.prototype, "organization", void 0);
|
|
240
|
-
__decorate([
|
|
241
|
-
(0, typeorm_1.Column)({ name: 'row_date' }),
|
|
242
|
-
__metadata("design:type", Date)
|
|
243
|
-
], VwUserRoster.prototype, "rowDate", void 0);
|
|
244
|
-
__decorate([
|
|
245
|
-
(0, typeorm_1.Column)(),
|
|
246
|
-
__metadata("design:type", Number)
|
|
247
|
-
], VwUserRoster.prototype, "index", void 0);
|
|
248
|
-
__decorate([
|
|
249
|
-
(0, typeorm_1.Column)(),
|
|
250
|
-
__metadata("design:type", String)
|
|
251
|
-
], VwUserRoster.prototype, "division", void 0);
|
|
147
|
+
], VwUserRoster.prototype, "satOut", void 0);
|
|
252
148
|
__decorate([
|
|
253
149
|
(0, typeorm_1.Column)({ name: 'main_line' }),
|
|
254
150
|
__metadata("design:type", String)
|
|
255
151
|
], VwUserRoster.prototype, "mainLine", void 0);
|
|
256
|
-
__decorate([
|
|
257
|
-
(0, typeorm_1.Column)(),
|
|
258
|
-
__metadata("design:type", String)
|
|
259
|
-
], VwUserRoster.prototype, "lob", void 0);
|
|
260
152
|
__decorate([
|
|
261
153
|
(0, typeorm_1.Column)({ name: 'employee_role' }),
|
|
262
154
|
__metadata("design:type", String)
|
|
263
155
|
], VwUserRoster.prototype, "employeeRole", void 0);
|
|
264
156
|
VwUserRoster = __decorate([
|
|
265
|
-
(0, typeorm_1.ViewEntity)('
|
|
157
|
+
(0, typeorm_1.ViewEntity)('raw_roster', { schema: 'nroster' })
|
|
266
158
|
], VwUserRoster);
|
|
267
159
|
exports.VwUserRoster = VwUserRoster;
|