wcz-layout 8.0.2 → 8.0.3
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.
Potentially problematic release.
This version of wcz-layout might be problematic. Click here for more details.
- package/dist/Approval-BSQHVGsm.js +133 -0
- package/dist/Approval-BSQHVGsm.js.map +1 -0
- package/dist/{DialogsContext-D5A8xncJ.js → DialogsContext-DkePghS6.js} +1 -1
- package/dist/{DialogsContext-D5A8xncJ.js.map → DialogsContext-DkePghS6.js.map} +1 -1
- package/dist/Email-D2SPExbn.js +20 -0
- package/dist/Email-D2SPExbn.js.map +1 -0
- package/dist/FileMeta--27aYkPB.js +19 -0
- package/dist/FileMeta--27aYkPB.js.map +1 -0
- package/dist/{FileMeta-fQnJ6uFX.d.ts → FileMeta-CQz1TMre.d.ts} +1 -1
- package/dist/{NotificationContext-DBTYc5z-.js → NotificationContext-FQRaNZRx.js} +1 -1
- package/dist/{NotificationContext-DBTYc5z-.js.map → NotificationContext-FQRaNZRx.js.map} +1 -1
- package/dist/{RouterListItemButton-rcdkgOXQ.js → RouterListItemButton-p9U4Z0SW.js} +1 -1
- package/dist/{RouterListItemButton-rcdkgOXQ.js.map → RouterListItemButton-p9U4Z0SW.js.map} +1 -1
- package/dist/{User-C21DoZOa.d.ts → User-B92WOpE2.d.ts} +1 -1
- package/dist/components.d.ts +12 -11
- package/dist/components.js +338 -299
- package/dist/components.js.map +1 -1
- package/dist/data/client.d.ts +3081 -0
- package/dist/data/client.js +188 -0
- package/dist/data/client.js.map +1 -0
- package/dist/data/server.d.ts +20 -0
- package/dist/data/server.js +22 -0
- package/dist/data/server.js.map +1 -0
- package/dist/env-szOeLEuD.js +31 -0
- package/dist/env-szOeLEuD.js.map +1 -0
- package/dist/file-B2VFf-iX.js +100 -0
- package/dist/file-B2VFf-iX.js.map +1 -0
- package/dist/file-DSohGVd1.js +149 -0
- package/dist/file-DSohGVd1.js.map +1 -0
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +3 -3
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/middleware.d.ts +1 -1
- package/dist/middleware.js +2 -1
- package/dist/middleware.js.map +1 -1
- package/dist/models.d.ts +35 -6
- package/dist/models.js +4 -118
- package/dist/models.js.map +1 -1
- package/dist/{msalClient-MNN6BwL6.d.ts → msalClient-DZjYT_QJ.d.ts} +2 -2
- package/dist/msalServer-DwpEEthz.js +47 -0
- package/dist/msalServer-DwpEEthz.js.map +1 -0
- package/dist/peoplesoft-COFvPG-L.js +170 -0
- package/dist/peoplesoft-COFvPG-L.js.map +1 -0
- package/dist/peoplesoft-CzeJCaYK.d.ts +1081 -0
- package/dist/{queryClient-CAJR3qjE.js → queryClient-1OJ5Va3i.js} +1 -1
- package/dist/{queryClient-CAJR3qjE.js.map → queryClient-1OJ5Va3i.js.map} +1 -1
- package/dist/{useDialogs-BaxhulU9.js → useDialogs-DBcNu-LV.js} +2 -2
- package/dist/{useDialogs-BaxhulU9.js.map → useDialogs-DBcNu-LV.js.map} +1 -1
- package/dist/{utils-BBQ5S6oM.d.ts → utils-BM8-Efdl.d.ts} +2 -2
- package/dist/{utils-CqQKSaSs.js → utils-CBa4vtgn.js} +8 -37
- package/dist/utils-CBa4vtgn.js.map +1 -0
- package/dist/utils.d.ts +2 -2
- package/dist/utils.js +2 -46
- package/dist/vite.js.map +1 -1
- package/package.json +21 -14
- package/skills/auth/SKILL.md +268 -268
- package/dist/FileMeta-D9HyhrGi.js +0 -42
- package/dist/FileMeta-D9HyhrGi.js.map +0 -1
- package/dist/queries-JPqCc5Tb.js +0 -551
- package/dist/queries-JPqCc5Tb.js.map +0 -1
- package/dist/query.d.ts +0 -3052
- package/dist/query.js +0 -3
- package/dist/utils-CqQKSaSs.js.map +0 -1
- package/dist/utils.js.map +0 -1
|
@@ -0,0 +1,1081 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import * as _$_tanstack_start_client_core0 from "@tanstack/start-client-core";
|
|
3
|
+
|
|
4
|
+
//#region src/queries/server/file.d.ts
|
|
5
|
+
declare const GetFileMetasSchema: z.ZodObject<{
|
|
6
|
+
appName: z.ZodString;
|
|
7
|
+
subId: z.ZodUUID;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const FileSchema: z.ZodObject<{
|
|
10
|
+
appName: z.ZodString;
|
|
11
|
+
id: z.ZodUUID;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const UpdateFileMetaSchema: z.ZodObject<{
|
|
14
|
+
id: z.ZodUUID;
|
|
15
|
+
subId: z.ZodUUID;
|
|
16
|
+
appName: z.ZodString;
|
|
17
|
+
fileExtension: z.ZodString;
|
|
18
|
+
fileSize: z.ZodNumber;
|
|
19
|
+
mediaSubType: z.ZodString;
|
|
20
|
+
mediaType: z.ZodString;
|
|
21
|
+
mimeType: z.ZodString;
|
|
22
|
+
createdBy: z.ZodString;
|
|
23
|
+
createdDate: z.ZodDate;
|
|
24
|
+
fileName: z.ZodString;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
interface UploadFileResult {
|
|
27
|
+
id: string;
|
|
28
|
+
appName: string;
|
|
29
|
+
subId: string;
|
|
30
|
+
fileName: string;
|
|
31
|
+
}
|
|
32
|
+
declare const UploadFileMetaSchema: z.ZodObject<{
|
|
33
|
+
appName: z.ZodString;
|
|
34
|
+
subId: z.ZodUUID;
|
|
35
|
+
file: z.ZodCustom<File, File>;
|
|
36
|
+
}, z.core.$strip>;
|
|
37
|
+
declare const getFileMetas: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
38
|
+
appName: z.ZodString;
|
|
39
|
+
subId: z.ZodUUID;
|
|
40
|
+
}, z.core.$strip>, Promise<{
|
|
41
|
+
id: string;
|
|
42
|
+
subId: string;
|
|
43
|
+
appName: string;
|
|
44
|
+
fileName: string;
|
|
45
|
+
fileExtension: string;
|
|
46
|
+
fileSize: number;
|
|
47
|
+
mediaSubType: string;
|
|
48
|
+
mediaType: string;
|
|
49
|
+
mimeType: string;
|
|
50
|
+
createdBy: string;
|
|
51
|
+
createdDate: Date;
|
|
52
|
+
}[]>>;
|
|
53
|
+
declare const getFileThumbnail: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
54
|
+
appName: z.ZodString;
|
|
55
|
+
id: z.ZodUUID;
|
|
56
|
+
}, z.core.$strip>, Promise<Response>>;
|
|
57
|
+
declare const getFile: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
58
|
+
appName: z.ZodString;
|
|
59
|
+
id: z.ZodUUID;
|
|
60
|
+
}, z.core.$strip>, Promise<Response>>;
|
|
61
|
+
declare const downloadFile: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
62
|
+
appName: z.ZodString;
|
|
63
|
+
id: z.ZodUUID;
|
|
64
|
+
}, z.core.$strip>, Promise<Response>>;
|
|
65
|
+
declare const updateFileMeta: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
66
|
+
id: z.ZodUUID;
|
|
67
|
+
subId: z.ZodUUID;
|
|
68
|
+
appName: z.ZodString;
|
|
69
|
+
fileExtension: z.ZodString;
|
|
70
|
+
fileSize: z.ZodNumber;
|
|
71
|
+
mediaSubType: z.ZodString;
|
|
72
|
+
mediaType: z.ZodString;
|
|
73
|
+
mimeType: z.ZodString;
|
|
74
|
+
createdBy: z.ZodString;
|
|
75
|
+
createdDate: z.ZodDate;
|
|
76
|
+
fileName: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, Promise<any>>;
|
|
78
|
+
declare const deleteFile: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
79
|
+
appName: z.ZodString;
|
|
80
|
+
id: z.ZodUUID;
|
|
81
|
+
}, z.core.$strip>, Promise<any>>;
|
|
82
|
+
declare const batchDeleteFiles: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
83
|
+
appName: z.ZodString;
|
|
84
|
+
subId: z.ZodUUID;
|
|
85
|
+
}, z.core.$strip>, Promise<any>>;
|
|
86
|
+
declare const uploadFile: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
87
|
+
appName: z.ZodString;
|
|
88
|
+
subId: z.ZodUUID;
|
|
89
|
+
file: z.ZodCustom<File, File>;
|
|
90
|
+
}, z.core.$strip>, Promise<UploadFileResult>>;
|
|
91
|
+
//#endregion
|
|
92
|
+
//#region src/queries/server/approval.d.ts
|
|
93
|
+
declare const GetApprovalsSchema: z.ZodObject<{
|
|
94
|
+
appName: z.ZodString;
|
|
95
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
96
|
+
WaitingForApproval: "WaitingForApproval";
|
|
97
|
+
Approved: "Approved";
|
|
98
|
+
PartiallyApproved: "PartiallyApproved";
|
|
99
|
+
Rejected: "Rejected";
|
|
100
|
+
Withdrawn: "Withdrawn";
|
|
101
|
+
Cancelled: "Cancelled";
|
|
102
|
+
}>>;
|
|
103
|
+
approverEmployeeId: z.ZodOptional<z.ZodString>;
|
|
104
|
+
stepResult: z.ZodOptional<z.ZodEnum<{
|
|
105
|
+
WaitingForApproval: "WaitingForApproval";
|
|
106
|
+
Approved: "Approved";
|
|
107
|
+
Rejected: "Rejected";
|
|
108
|
+
Withdrawn: "Withdrawn";
|
|
109
|
+
Cancelled: "Cancelled";
|
|
110
|
+
NotAvailable: "NotAvailable";
|
|
111
|
+
FutureApproval: "FutureApproval";
|
|
112
|
+
Skipped: "Skipped";
|
|
113
|
+
}>>;
|
|
114
|
+
}, z.core.$strip>;
|
|
115
|
+
declare const GetApprovalSchema: z.ZodObject<{
|
|
116
|
+
id: z.ZodUUID;
|
|
117
|
+
}, z.core.$strip>;
|
|
118
|
+
declare const getApprovals: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
119
|
+
appName: z.ZodString;
|
|
120
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
121
|
+
WaitingForApproval: "WaitingForApproval";
|
|
122
|
+
Approved: "Approved";
|
|
123
|
+
PartiallyApproved: "PartiallyApproved";
|
|
124
|
+
Rejected: "Rejected";
|
|
125
|
+
Withdrawn: "Withdrawn";
|
|
126
|
+
Cancelled: "Cancelled";
|
|
127
|
+
}>>;
|
|
128
|
+
approverEmployeeId: z.ZodOptional<z.ZodString>;
|
|
129
|
+
stepResult: z.ZodOptional<z.ZodEnum<{
|
|
130
|
+
WaitingForApproval: "WaitingForApproval";
|
|
131
|
+
Approved: "Approved";
|
|
132
|
+
Rejected: "Rejected";
|
|
133
|
+
Withdrawn: "Withdrawn";
|
|
134
|
+
Cancelled: "Cancelled";
|
|
135
|
+
NotAvailable: "NotAvailable";
|
|
136
|
+
FutureApproval: "FutureApproval";
|
|
137
|
+
Skipped: "Skipped";
|
|
138
|
+
}>>;
|
|
139
|
+
}, z.core.$strip>, Promise<{
|
|
140
|
+
id: string;
|
|
141
|
+
applicationName: string;
|
|
142
|
+
status: "WaitingForApproval" | "Approved" | "PartiallyApproved" | "Rejected" | "Withdrawn" | "Cancelled";
|
|
143
|
+
created: Date;
|
|
144
|
+
createdBy: {
|
|
145
|
+
employeeId: string;
|
|
146
|
+
name: string;
|
|
147
|
+
email: string;
|
|
148
|
+
};
|
|
149
|
+
approvalFlows: {
|
|
150
|
+
id: string;
|
|
151
|
+
approvalStage: number;
|
|
152
|
+
approvalSequence: number;
|
|
153
|
+
stepApprovalOrder: "Serial" | "Parallel" | "OneOfThem";
|
|
154
|
+
steps: {
|
|
155
|
+
id: string;
|
|
156
|
+
order: number;
|
|
157
|
+
approver: {
|
|
158
|
+
employeeId: string;
|
|
159
|
+
name: string;
|
|
160
|
+
email: string;
|
|
161
|
+
};
|
|
162
|
+
approverRole?: string | undefined;
|
|
163
|
+
actualApprover?: {
|
|
164
|
+
employeeId: string;
|
|
165
|
+
name: string;
|
|
166
|
+
email: string;
|
|
167
|
+
} | undefined;
|
|
168
|
+
result?: "WaitingForApproval" | "Approved" | "Rejected" | "Withdrawn" | "Cancelled" | "NotAvailable" | "FutureApproval" | "Skipped" | undefined;
|
|
169
|
+
resultDate?: Date | undefined;
|
|
170
|
+
resultComment?: string | undefined;
|
|
171
|
+
}[];
|
|
172
|
+
batchSequence?: number | undefined;
|
|
173
|
+
isActive?: boolean | undefined;
|
|
174
|
+
}[];
|
|
175
|
+
currentApprovers: {
|
|
176
|
+
employeeId: string;
|
|
177
|
+
name: string;
|
|
178
|
+
email: string;
|
|
179
|
+
}[];
|
|
180
|
+
number?: string | undefined;
|
|
181
|
+
type?: "Single" | "Batch" | undefined;
|
|
182
|
+
updated?: Date | undefined;
|
|
183
|
+
updatedBy?: {
|
|
184
|
+
employeeId: string;
|
|
185
|
+
name: string;
|
|
186
|
+
email: string;
|
|
187
|
+
} | undefined;
|
|
188
|
+
coRequestors?: {
|
|
189
|
+
id: string;
|
|
190
|
+
employee: {
|
|
191
|
+
employeeId: string;
|
|
192
|
+
name: string;
|
|
193
|
+
email: string;
|
|
194
|
+
};
|
|
195
|
+
}[] | undefined;
|
|
196
|
+
}[]>>;
|
|
197
|
+
declare const getApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
198
|
+
id: z.ZodUUID;
|
|
199
|
+
}, z.core.$strip>, Promise<{
|
|
200
|
+
id: string;
|
|
201
|
+
applicationName: string;
|
|
202
|
+
status: "WaitingForApproval" | "Approved" | "PartiallyApproved" | "Rejected" | "Withdrawn" | "Cancelled";
|
|
203
|
+
created: Date;
|
|
204
|
+
createdBy: {
|
|
205
|
+
employeeId: string;
|
|
206
|
+
name: string;
|
|
207
|
+
email: string;
|
|
208
|
+
};
|
|
209
|
+
approvalFlows: {
|
|
210
|
+
id: string;
|
|
211
|
+
approvalStage: number;
|
|
212
|
+
approvalSequence: number;
|
|
213
|
+
stepApprovalOrder: "Serial" | "Parallel" | "OneOfThem";
|
|
214
|
+
steps: {
|
|
215
|
+
id: string;
|
|
216
|
+
order: number;
|
|
217
|
+
approver: {
|
|
218
|
+
employeeId: string;
|
|
219
|
+
name: string;
|
|
220
|
+
email: string;
|
|
221
|
+
};
|
|
222
|
+
approverRole?: string | undefined;
|
|
223
|
+
actualApprover?: {
|
|
224
|
+
employeeId: string;
|
|
225
|
+
name: string;
|
|
226
|
+
email: string;
|
|
227
|
+
} | undefined;
|
|
228
|
+
result?: "WaitingForApproval" | "Approved" | "Rejected" | "Withdrawn" | "Cancelled" | "NotAvailable" | "FutureApproval" | "Skipped" | undefined;
|
|
229
|
+
resultDate?: Date | undefined;
|
|
230
|
+
resultComment?: string | undefined;
|
|
231
|
+
}[];
|
|
232
|
+
batchSequence?: number | undefined;
|
|
233
|
+
isActive?: boolean | undefined;
|
|
234
|
+
}[];
|
|
235
|
+
currentApprovers: {
|
|
236
|
+
employeeId: string;
|
|
237
|
+
name: string;
|
|
238
|
+
email: string;
|
|
239
|
+
}[];
|
|
240
|
+
number?: string | undefined;
|
|
241
|
+
type?: "Single" | "Batch" | undefined;
|
|
242
|
+
updated?: Date | undefined;
|
|
243
|
+
updatedBy?: {
|
|
244
|
+
employeeId: string;
|
|
245
|
+
name: string;
|
|
246
|
+
email: string;
|
|
247
|
+
} | undefined;
|
|
248
|
+
coRequestors?: {
|
|
249
|
+
id: string;
|
|
250
|
+
employee: {
|
|
251
|
+
employeeId: string;
|
|
252
|
+
name: string;
|
|
253
|
+
email: string;
|
|
254
|
+
};
|
|
255
|
+
}[] | undefined;
|
|
256
|
+
}>>;
|
|
257
|
+
declare const createApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
258
|
+
number: z.ZodOptional<z.ZodString>;
|
|
259
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
260
|
+
Single: "Single";
|
|
261
|
+
Batch: "Batch";
|
|
262
|
+
}>>>;
|
|
263
|
+
status: z.ZodEnum<{
|
|
264
|
+
WaitingForApproval: "WaitingForApproval";
|
|
265
|
+
Approved: "Approved";
|
|
266
|
+
PartiallyApproved: "PartiallyApproved";
|
|
267
|
+
Rejected: "Rejected";
|
|
268
|
+
Withdrawn: "Withdrawn";
|
|
269
|
+
Cancelled: "Cancelled";
|
|
270
|
+
}>;
|
|
271
|
+
id: z.ZodUUID;
|
|
272
|
+
applicationName: z.ZodString;
|
|
273
|
+
emailBody: z.ZodString;
|
|
274
|
+
approvalFlows: z.ZodArray<z.ZodObject<{
|
|
275
|
+
stepApprovalOrder: z.ZodEnum<{
|
|
276
|
+
Serial: "Serial";
|
|
277
|
+
Parallel: "Parallel";
|
|
278
|
+
OneOfThem: "OneOfThem";
|
|
279
|
+
}>;
|
|
280
|
+
approvalStage: z.ZodNumber;
|
|
281
|
+
batchSequence: z.ZodOptional<z.ZodNumber>;
|
|
282
|
+
steps: z.ZodArray<z.ZodObject<{
|
|
283
|
+
approver: z.ZodObject<{
|
|
284
|
+
employeeId: z.ZodString;
|
|
285
|
+
name: z.ZodString;
|
|
286
|
+
email: z.ZodEmail;
|
|
287
|
+
}, z.core.$strip>;
|
|
288
|
+
approverRole: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
289
|
+
}, z.core.$strip>>;
|
|
290
|
+
}, z.core.$strip>>;
|
|
291
|
+
coRequestors: z.ZodOptional<z.ZodArray<z.ZodCustom<{
|
|
292
|
+
employeeId: string;
|
|
293
|
+
name: string;
|
|
294
|
+
email: string;
|
|
295
|
+
}, {
|
|
296
|
+
employeeId: string;
|
|
297
|
+
name: string;
|
|
298
|
+
email: string;
|
|
299
|
+
}>>>;
|
|
300
|
+
}, z.core.$strip>, Promise<{
|
|
301
|
+
id: string;
|
|
302
|
+
applicationName: string;
|
|
303
|
+
status: "WaitingForApproval" | "Approved" | "PartiallyApproved" | "Rejected" | "Withdrawn" | "Cancelled";
|
|
304
|
+
created: Date;
|
|
305
|
+
createdBy: {
|
|
306
|
+
employeeId: string;
|
|
307
|
+
name: string;
|
|
308
|
+
email: string;
|
|
309
|
+
};
|
|
310
|
+
approvalFlows: {
|
|
311
|
+
id: string;
|
|
312
|
+
approvalStage: number;
|
|
313
|
+
approvalSequence: number;
|
|
314
|
+
stepApprovalOrder: "Serial" | "Parallel" | "OneOfThem";
|
|
315
|
+
steps: {
|
|
316
|
+
id: string;
|
|
317
|
+
order: number;
|
|
318
|
+
approver: {
|
|
319
|
+
employeeId: string;
|
|
320
|
+
name: string;
|
|
321
|
+
email: string;
|
|
322
|
+
};
|
|
323
|
+
approverRole?: string | undefined;
|
|
324
|
+
actualApprover?: {
|
|
325
|
+
employeeId: string;
|
|
326
|
+
name: string;
|
|
327
|
+
email: string;
|
|
328
|
+
} | undefined;
|
|
329
|
+
result?: "WaitingForApproval" | "Approved" | "Rejected" | "Withdrawn" | "Cancelled" | "NotAvailable" | "FutureApproval" | "Skipped" | undefined;
|
|
330
|
+
resultDate?: Date | undefined;
|
|
331
|
+
resultComment?: string | undefined;
|
|
332
|
+
}[];
|
|
333
|
+
batchSequence?: number | undefined;
|
|
334
|
+
isActive?: boolean | undefined;
|
|
335
|
+
}[];
|
|
336
|
+
currentApprovers: {
|
|
337
|
+
employeeId: string;
|
|
338
|
+
name: string;
|
|
339
|
+
email: string;
|
|
340
|
+
}[];
|
|
341
|
+
number?: string | undefined;
|
|
342
|
+
type?: "Single" | "Batch" | undefined;
|
|
343
|
+
updated?: Date | undefined;
|
|
344
|
+
updatedBy?: {
|
|
345
|
+
employeeId: string;
|
|
346
|
+
name: string;
|
|
347
|
+
email: string;
|
|
348
|
+
} | undefined;
|
|
349
|
+
coRequestors?: {
|
|
350
|
+
id: string;
|
|
351
|
+
employee: {
|
|
352
|
+
employeeId: string;
|
|
353
|
+
name: string;
|
|
354
|
+
email: string;
|
|
355
|
+
};
|
|
356
|
+
}[] | undefined;
|
|
357
|
+
}>>;
|
|
358
|
+
declare const approveApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
359
|
+
id: z.ZodUUID;
|
|
360
|
+
result: z.ZodEnum<{
|
|
361
|
+
WaitingForApproval: "WaitingForApproval";
|
|
362
|
+
Approved: "Approved";
|
|
363
|
+
Rejected: "Rejected";
|
|
364
|
+
Withdrawn: "Withdrawn";
|
|
365
|
+
Cancelled: "Cancelled";
|
|
366
|
+
NotAvailable: "NotAvailable";
|
|
367
|
+
FutureApproval: "FutureApproval";
|
|
368
|
+
Skipped: "Skipped";
|
|
369
|
+
}>;
|
|
370
|
+
resultComment: z.ZodOptional<z.ZodString>;
|
|
371
|
+
emailBody: z.ZodString;
|
|
372
|
+
}, z.core.$strip>, Promise<{
|
|
373
|
+
id: string;
|
|
374
|
+
applicationName: string;
|
|
375
|
+
status: "WaitingForApproval" | "Approved" | "PartiallyApproved" | "Rejected" | "Withdrawn" | "Cancelled";
|
|
376
|
+
created: Date;
|
|
377
|
+
createdBy: {
|
|
378
|
+
employeeId: string;
|
|
379
|
+
name: string;
|
|
380
|
+
email: string;
|
|
381
|
+
};
|
|
382
|
+
approvalFlows: {
|
|
383
|
+
id: string;
|
|
384
|
+
approvalStage: number;
|
|
385
|
+
approvalSequence: number;
|
|
386
|
+
stepApprovalOrder: "Serial" | "Parallel" | "OneOfThem";
|
|
387
|
+
steps: {
|
|
388
|
+
id: string;
|
|
389
|
+
order: number;
|
|
390
|
+
approver: {
|
|
391
|
+
employeeId: string;
|
|
392
|
+
name: string;
|
|
393
|
+
email: string;
|
|
394
|
+
};
|
|
395
|
+
approverRole?: string | undefined;
|
|
396
|
+
actualApprover?: {
|
|
397
|
+
employeeId: string;
|
|
398
|
+
name: string;
|
|
399
|
+
email: string;
|
|
400
|
+
} | undefined;
|
|
401
|
+
result?: "WaitingForApproval" | "Approved" | "Rejected" | "Withdrawn" | "Cancelled" | "NotAvailable" | "FutureApproval" | "Skipped" | undefined;
|
|
402
|
+
resultDate?: Date | undefined;
|
|
403
|
+
resultComment?: string | undefined;
|
|
404
|
+
}[];
|
|
405
|
+
batchSequence?: number | undefined;
|
|
406
|
+
isActive?: boolean | undefined;
|
|
407
|
+
}[];
|
|
408
|
+
currentApprovers: {
|
|
409
|
+
employeeId: string;
|
|
410
|
+
name: string;
|
|
411
|
+
email: string;
|
|
412
|
+
}[];
|
|
413
|
+
number?: string | undefined;
|
|
414
|
+
type?: "Single" | "Batch" | undefined;
|
|
415
|
+
updated?: Date | undefined;
|
|
416
|
+
updatedBy?: {
|
|
417
|
+
employeeId: string;
|
|
418
|
+
name: string;
|
|
419
|
+
email: string;
|
|
420
|
+
} | undefined;
|
|
421
|
+
coRequestors?: {
|
|
422
|
+
id: string;
|
|
423
|
+
employee: {
|
|
424
|
+
employeeId: string;
|
|
425
|
+
name: string;
|
|
426
|
+
email: string;
|
|
427
|
+
};
|
|
428
|
+
}[] | undefined;
|
|
429
|
+
}>>;
|
|
430
|
+
declare const resubmitApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
431
|
+
id: z.ZodUUID;
|
|
432
|
+
approvalFlows: z.ZodArray<z.ZodObject<{
|
|
433
|
+
stepApprovalOrder: z.ZodEnum<{
|
|
434
|
+
Serial: "Serial";
|
|
435
|
+
Parallel: "Parallel";
|
|
436
|
+
OneOfThem: "OneOfThem";
|
|
437
|
+
}>;
|
|
438
|
+
approvalStage: z.ZodNumber;
|
|
439
|
+
batchSequence: z.ZodOptional<z.ZodNumber>;
|
|
440
|
+
steps: z.ZodArray<z.ZodObject<{
|
|
441
|
+
approver: z.ZodObject<{
|
|
442
|
+
employeeId: z.ZodString;
|
|
443
|
+
name: z.ZodString;
|
|
444
|
+
email: z.ZodEmail;
|
|
445
|
+
}, z.core.$strip>;
|
|
446
|
+
approverRole: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
447
|
+
}, z.core.$strip>>;
|
|
448
|
+
}, z.core.$strip>>;
|
|
449
|
+
}, z.core.$strip>, Promise<{
|
|
450
|
+
id: string;
|
|
451
|
+
applicationName: string;
|
|
452
|
+
status: "WaitingForApproval" | "Approved" | "PartiallyApproved" | "Rejected" | "Withdrawn" | "Cancelled";
|
|
453
|
+
created: Date;
|
|
454
|
+
createdBy: {
|
|
455
|
+
employeeId: string;
|
|
456
|
+
name: string;
|
|
457
|
+
email: string;
|
|
458
|
+
};
|
|
459
|
+
approvalFlows: {
|
|
460
|
+
id: string;
|
|
461
|
+
approvalStage: number;
|
|
462
|
+
approvalSequence: number;
|
|
463
|
+
stepApprovalOrder: "Serial" | "Parallel" | "OneOfThem";
|
|
464
|
+
steps: {
|
|
465
|
+
id: string;
|
|
466
|
+
order: number;
|
|
467
|
+
approver: {
|
|
468
|
+
employeeId: string;
|
|
469
|
+
name: string;
|
|
470
|
+
email: string;
|
|
471
|
+
};
|
|
472
|
+
approverRole?: string | undefined;
|
|
473
|
+
actualApprover?: {
|
|
474
|
+
employeeId: string;
|
|
475
|
+
name: string;
|
|
476
|
+
email: string;
|
|
477
|
+
} | undefined;
|
|
478
|
+
result?: "WaitingForApproval" | "Approved" | "Rejected" | "Withdrawn" | "Cancelled" | "NotAvailable" | "FutureApproval" | "Skipped" | undefined;
|
|
479
|
+
resultDate?: Date | undefined;
|
|
480
|
+
resultComment?: string | undefined;
|
|
481
|
+
}[];
|
|
482
|
+
batchSequence?: number | undefined;
|
|
483
|
+
isActive?: boolean | undefined;
|
|
484
|
+
}[];
|
|
485
|
+
currentApprovers: {
|
|
486
|
+
employeeId: string;
|
|
487
|
+
name: string;
|
|
488
|
+
email: string;
|
|
489
|
+
}[];
|
|
490
|
+
number?: string | undefined;
|
|
491
|
+
type?: "Single" | "Batch" | undefined;
|
|
492
|
+
updated?: Date | undefined;
|
|
493
|
+
updatedBy?: {
|
|
494
|
+
employeeId: string;
|
|
495
|
+
name: string;
|
|
496
|
+
email: string;
|
|
497
|
+
} | undefined;
|
|
498
|
+
coRequestors?: {
|
|
499
|
+
id: string;
|
|
500
|
+
employee: {
|
|
501
|
+
employeeId: string;
|
|
502
|
+
name: string;
|
|
503
|
+
email: string;
|
|
504
|
+
};
|
|
505
|
+
}[] | undefined;
|
|
506
|
+
}>>;
|
|
507
|
+
declare const withdrawApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
508
|
+
id: z.ZodUUID;
|
|
509
|
+
comment: z.ZodString;
|
|
510
|
+
emailBody: z.ZodString;
|
|
511
|
+
}, z.core.$strip>, Promise<void>>;
|
|
512
|
+
declare const cancelApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
513
|
+
id: z.ZodUUID;
|
|
514
|
+
comment: z.ZodString;
|
|
515
|
+
emailBody: z.ZodString;
|
|
516
|
+
}, z.core.$strip>, Promise<void>>;
|
|
517
|
+
//#endregion
|
|
518
|
+
//#region src/queries/server/peoplesoft.d.ts
|
|
519
|
+
declare const SearchEmployeesSchema: z.ZodObject<{
|
|
520
|
+
searchTerm: z.ZodString;
|
|
521
|
+
}, z.core.$strip>;
|
|
522
|
+
declare const EmployeeIdSchema: z.ZodObject<{
|
|
523
|
+
employeeId: z.ZodString;
|
|
524
|
+
}, z.core.$strip>;
|
|
525
|
+
declare const DepartmentIdSchema: z.ZodObject<{
|
|
526
|
+
departmentId: z.ZodString;
|
|
527
|
+
}, z.core.$strip>;
|
|
528
|
+
declare const CompanyCodeSchema: z.ZodObject<{
|
|
529
|
+
companyCode: z.ZodString;
|
|
530
|
+
}, z.core.$strip>;
|
|
531
|
+
declare const searchEmployees: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
532
|
+
searchTerm: z.ZodString;
|
|
533
|
+
}, z.core.$strip>, Promise<{
|
|
534
|
+
badgeId: string;
|
|
535
|
+
category: string;
|
|
536
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
537
|
+
companyCode: string;
|
|
538
|
+
contactPhone: string;
|
|
539
|
+
departmentId: string;
|
|
540
|
+
departmentDescription: string;
|
|
541
|
+
emailString: string;
|
|
542
|
+
employeeId: string;
|
|
543
|
+
extensionNumber: string;
|
|
544
|
+
firstName: string;
|
|
545
|
+
gender: string;
|
|
546
|
+
hiredDate: Date;
|
|
547
|
+
lastName: string;
|
|
548
|
+
managerId: string;
|
|
549
|
+
middleName: string;
|
|
550
|
+
name: string;
|
|
551
|
+
nameTitleCase: string;
|
|
552
|
+
nfcSn: string;
|
|
553
|
+
plantId: string;
|
|
554
|
+
position: string;
|
|
555
|
+
previousEmployeeIds: string | null;
|
|
556
|
+
reHiredDate: Date | null;
|
|
557
|
+
recordNumber: number;
|
|
558
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
559
|
+
supervisorId: string;
|
|
560
|
+
terminationDate: Date | null;
|
|
561
|
+
terminationFutureDate: Date | null;
|
|
562
|
+
type: string;
|
|
563
|
+
upperDepartmentId: string;
|
|
564
|
+
jobCode: string;
|
|
565
|
+
jobDescription: string;
|
|
566
|
+
terminationReason: string | null;
|
|
567
|
+
supervisorRecordNumber: number;
|
|
568
|
+
}[]>>;
|
|
569
|
+
declare const getEmployees: _$_tanstack_start_client_core0.OptionalFetcher<undefined, undefined, Promise<{
|
|
570
|
+
badgeId: string;
|
|
571
|
+
category: string;
|
|
572
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
573
|
+
companyCode: string;
|
|
574
|
+
contactPhone: string;
|
|
575
|
+
departmentId: string;
|
|
576
|
+
departmentDescription: string;
|
|
577
|
+
emailString: string;
|
|
578
|
+
employeeId: string;
|
|
579
|
+
extensionNumber: string;
|
|
580
|
+
firstName: string;
|
|
581
|
+
gender: string;
|
|
582
|
+
hiredDate: Date;
|
|
583
|
+
lastName: string;
|
|
584
|
+
managerId: string;
|
|
585
|
+
middleName: string;
|
|
586
|
+
name: string;
|
|
587
|
+
nameTitleCase: string;
|
|
588
|
+
nfcSn: string;
|
|
589
|
+
plantId: string;
|
|
590
|
+
position: string;
|
|
591
|
+
previousEmployeeIds: string | null;
|
|
592
|
+
reHiredDate: Date | null;
|
|
593
|
+
recordNumber: number;
|
|
594
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
595
|
+
supervisorId: string;
|
|
596
|
+
terminationDate: Date | null;
|
|
597
|
+
terminationFutureDate: Date | null;
|
|
598
|
+
type: string;
|
|
599
|
+
upperDepartmentId: string;
|
|
600
|
+
jobCode: string;
|
|
601
|
+
jobDescription: string;
|
|
602
|
+
terminationReason: string | null;
|
|
603
|
+
supervisorRecordNumber: number;
|
|
604
|
+
}[]>>;
|
|
605
|
+
declare const getActiveEmployees: _$_tanstack_start_client_core0.OptionalFetcher<undefined, undefined, Promise<{
|
|
606
|
+
badgeId: string;
|
|
607
|
+
category: string;
|
|
608
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
609
|
+
companyCode: string;
|
|
610
|
+
contactPhone: string;
|
|
611
|
+
departmentId: string;
|
|
612
|
+
departmentDescription: string;
|
|
613
|
+
emailString: string;
|
|
614
|
+
employeeId: string;
|
|
615
|
+
extensionNumber: string;
|
|
616
|
+
firstName: string;
|
|
617
|
+
gender: string;
|
|
618
|
+
hiredDate: Date;
|
|
619
|
+
lastName: string;
|
|
620
|
+
managerId: string;
|
|
621
|
+
middleName: string;
|
|
622
|
+
name: string;
|
|
623
|
+
nameTitleCase: string;
|
|
624
|
+
nfcSn: string;
|
|
625
|
+
plantId: string;
|
|
626
|
+
position: string;
|
|
627
|
+
previousEmployeeIds: string | null;
|
|
628
|
+
reHiredDate: Date | null;
|
|
629
|
+
recordNumber: number;
|
|
630
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
631
|
+
supervisorId: string;
|
|
632
|
+
terminationDate: Date | null;
|
|
633
|
+
terminationFutureDate: Date | null;
|
|
634
|
+
type: string;
|
|
635
|
+
upperDepartmentId: string;
|
|
636
|
+
jobCode: string;
|
|
637
|
+
jobDescription: string;
|
|
638
|
+
terminationReason: string | null;
|
|
639
|
+
supervisorRecordNumber: number;
|
|
640
|
+
}[]>>;
|
|
641
|
+
declare const getEmployeeByEmployeeId: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
642
|
+
employeeId: z.ZodString;
|
|
643
|
+
}, z.core.$strip>, Promise<{
|
|
644
|
+
badgeId: string;
|
|
645
|
+
category: string;
|
|
646
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
647
|
+
companyCode: string;
|
|
648
|
+
contactPhone: string;
|
|
649
|
+
departmentId: string;
|
|
650
|
+
departmentDescription: string;
|
|
651
|
+
emailString: string;
|
|
652
|
+
employeeId: string;
|
|
653
|
+
extensionNumber: string;
|
|
654
|
+
firstName: string;
|
|
655
|
+
gender: string;
|
|
656
|
+
hiredDate: Date;
|
|
657
|
+
lastName: string;
|
|
658
|
+
managerId: string;
|
|
659
|
+
middleName: string;
|
|
660
|
+
name: string;
|
|
661
|
+
nameTitleCase: string;
|
|
662
|
+
nfcSn: string;
|
|
663
|
+
plantId: string;
|
|
664
|
+
position: string;
|
|
665
|
+
previousEmployeeIds: string | null;
|
|
666
|
+
reHiredDate: Date | null;
|
|
667
|
+
recordNumber: number;
|
|
668
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
669
|
+
supervisorId: string;
|
|
670
|
+
terminationDate: Date | null;
|
|
671
|
+
terminationFutureDate: Date | null;
|
|
672
|
+
type: string;
|
|
673
|
+
upperDepartmentId: string;
|
|
674
|
+
jobCode: string;
|
|
675
|
+
jobDescription: string;
|
|
676
|
+
terminationReason: string | null;
|
|
677
|
+
supervisorRecordNumber: number;
|
|
678
|
+
}>>;
|
|
679
|
+
declare const getPreviousEmployeeIds: _$_tanstack_start_client_core0.OptionalFetcher<undefined, undefined, Promise<{
|
|
680
|
+
badgeId: string;
|
|
681
|
+
category: string;
|
|
682
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
683
|
+
companyCode: string;
|
|
684
|
+
contactPhone: string;
|
|
685
|
+
departmentId: string;
|
|
686
|
+
departmentDescription: string;
|
|
687
|
+
emailString: string;
|
|
688
|
+
employeeId: string;
|
|
689
|
+
extensionNumber: string;
|
|
690
|
+
firstName: string;
|
|
691
|
+
gender: string;
|
|
692
|
+
hiredDate: Date;
|
|
693
|
+
lastName: string;
|
|
694
|
+
managerId: string;
|
|
695
|
+
middleName: string;
|
|
696
|
+
name: string;
|
|
697
|
+
nameTitleCase: string;
|
|
698
|
+
nfcSn: string;
|
|
699
|
+
plantId: string;
|
|
700
|
+
position: string;
|
|
701
|
+
previousEmployeeIds: string | null;
|
|
702
|
+
reHiredDate: Date | null;
|
|
703
|
+
recordNumber: number;
|
|
704
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
705
|
+
supervisorId: string;
|
|
706
|
+
terminationDate: Date | null;
|
|
707
|
+
terminationFutureDate: Date | null;
|
|
708
|
+
type: string;
|
|
709
|
+
upperDepartmentId: string;
|
|
710
|
+
jobCode: string;
|
|
711
|
+
jobDescription: string;
|
|
712
|
+
terminationReason: string | null;
|
|
713
|
+
supervisorRecordNumber: number;
|
|
714
|
+
}[]>>;
|
|
715
|
+
declare const getEmployeeSupervisor: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
716
|
+
employeeId: z.ZodString;
|
|
717
|
+
}, z.core.$strip>, Promise<{
|
|
718
|
+
badgeId: string;
|
|
719
|
+
category: string;
|
|
720
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
721
|
+
companyCode: string;
|
|
722
|
+
contactPhone: string;
|
|
723
|
+
departmentId: string;
|
|
724
|
+
departmentDescription: string;
|
|
725
|
+
emailString: string;
|
|
726
|
+
employeeId: string;
|
|
727
|
+
extensionNumber: string;
|
|
728
|
+
firstName: string;
|
|
729
|
+
gender: string;
|
|
730
|
+
hiredDate: Date;
|
|
731
|
+
lastName: string;
|
|
732
|
+
managerId: string;
|
|
733
|
+
middleName: string;
|
|
734
|
+
name: string;
|
|
735
|
+
nameTitleCase: string;
|
|
736
|
+
nfcSn: string;
|
|
737
|
+
plantId: string;
|
|
738
|
+
position: string;
|
|
739
|
+
previousEmployeeIds: string | null;
|
|
740
|
+
reHiredDate: Date | null;
|
|
741
|
+
recordNumber: number;
|
|
742
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
743
|
+
supervisorId: string;
|
|
744
|
+
terminationDate: Date | null;
|
|
745
|
+
terminationFutureDate: Date | null;
|
|
746
|
+
type: string;
|
|
747
|
+
upperDepartmentId: string;
|
|
748
|
+
jobCode: string;
|
|
749
|
+
jobDescription: string;
|
|
750
|
+
terminationReason: string | null;
|
|
751
|
+
supervisorRecordNumber: number;
|
|
752
|
+
}>>;
|
|
753
|
+
declare const getEmployeeSubordinates: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
754
|
+
employeeId: z.ZodString;
|
|
755
|
+
}, z.core.$strip>, Promise<{
|
|
756
|
+
badgeId: string;
|
|
757
|
+
category: string;
|
|
758
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
759
|
+
companyCode: string;
|
|
760
|
+
contactPhone: string;
|
|
761
|
+
departmentId: string;
|
|
762
|
+
departmentDescription: string;
|
|
763
|
+
emailString: string;
|
|
764
|
+
employeeId: string;
|
|
765
|
+
extensionNumber: string;
|
|
766
|
+
firstName: string;
|
|
767
|
+
gender: string;
|
|
768
|
+
hiredDate: Date;
|
|
769
|
+
lastName: string;
|
|
770
|
+
managerId: string;
|
|
771
|
+
middleName: string;
|
|
772
|
+
name: string;
|
|
773
|
+
nameTitleCase: string;
|
|
774
|
+
nfcSn: string;
|
|
775
|
+
plantId: string;
|
|
776
|
+
position: string;
|
|
777
|
+
previousEmployeeIds: string | null;
|
|
778
|
+
reHiredDate: Date | null;
|
|
779
|
+
recordNumber: number;
|
|
780
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
781
|
+
supervisorId: string;
|
|
782
|
+
terminationDate: Date | null;
|
|
783
|
+
terminationFutureDate: Date | null;
|
|
784
|
+
type: string;
|
|
785
|
+
upperDepartmentId: string;
|
|
786
|
+
jobCode: string;
|
|
787
|
+
jobDescription: string;
|
|
788
|
+
terminationReason: string | null;
|
|
789
|
+
supervisorRecordNumber: number;
|
|
790
|
+
}[]>>;
|
|
791
|
+
declare const getEmployeeManager: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
792
|
+
employeeId: z.ZodString;
|
|
793
|
+
}, z.core.$strip>, Promise<{
|
|
794
|
+
badgeId: string;
|
|
795
|
+
category: string;
|
|
796
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
797
|
+
companyCode: string;
|
|
798
|
+
contactPhone: string;
|
|
799
|
+
departmentId: string;
|
|
800
|
+
departmentDescription: string;
|
|
801
|
+
emailString: string;
|
|
802
|
+
employeeId: string;
|
|
803
|
+
extensionNumber: string;
|
|
804
|
+
firstName: string;
|
|
805
|
+
gender: string;
|
|
806
|
+
hiredDate: Date;
|
|
807
|
+
lastName: string;
|
|
808
|
+
managerId: string;
|
|
809
|
+
middleName: string;
|
|
810
|
+
name: string;
|
|
811
|
+
nameTitleCase: string;
|
|
812
|
+
nfcSn: string;
|
|
813
|
+
plantId: string;
|
|
814
|
+
position: string;
|
|
815
|
+
previousEmployeeIds: string | null;
|
|
816
|
+
reHiredDate: Date | null;
|
|
817
|
+
recordNumber: number;
|
|
818
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
819
|
+
supervisorId: string;
|
|
820
|
+
terminationDate: Date | null;
|
|
821
|
+
terminationFutureDate: Date | null;
|
|
822
|
+
type: string;
|
|
823
|
+
upperDepartmentId: string;
|
|
824
|
+
jobCode: string;
|
|
825
|
+
jobDescription: string;
|
|
826
|
+
terminationReason: string | null;
|
|
827
|
+
supervisorRecordNumber: number;
|
|
828
|
+
}>>;
|
|
829
|
+
declare const getEmployeeGeneralManager: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
830
|
+
employeeId: z.ZodString;
|
|
831
|
+
}, z.core.$strip>, Promise<{
|
|
832
|
+
badgeId: string;
|
|
833
|
+
category: string;
|
|
834
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
835
|
+
companyCode: string;
|
|
836
|
+
contactPhone: string;
|
|
837
|
+
departmentId: string;
|
|
838
|
+
departmentDescription: string;
|
|
839
|
+
emailString: string;
|
|
840
|
+
employeeId: string;
|
|
841
|
+
extensionNumber: string;
|
|
842
|
+
firstName: string;
|
|
843
|
+
gender: string;
|
|
844
|
+
hiredDate: Date;
|
|
845
|
+
lastName: string;
|
|
846
|
+
managerId: string;
|
|
847
|
+
middleName: string;
|
|
848
|
+
name: string;
|
|
849
|
+
nameTitleCase: string;
|
|
850
|
+
nfcSn: string;
|
|
851
|
+
plantId: string;
|
|
852
|
+
position: string;
|
|
853
|
+
previousEmployeeIds: string | null;
|
|
854
|
+
reHiredDate: Date | null;
|
|
855
|
+
recordNumber: number;
|
|
856
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
857
|
+
supervisorId: string;
|
|
858
|
+
terminationDate: Date | null;
|
|
859
|
+
terminationFutureDate: Date | null;
|
|
860
|
+
type: string;
|
|
861
|
+
upperDepartmentId: string;
|
|
862
|
+
jobCode: string;
|
|
863
|
+
jobDescription: string;
|
|
864
|
+
terminationReason: string | null;
|
|
865
|
+
supervisorRecordNumber: number;
|
|
866
|
+
}>>;
|
|
867
|
+
declare const getDepartments: _$_tanstack_start_client_core0.OptionalFetcher<undefined, undefined, Promise<{
|
|
868
|
+
departmentId: string;
|
|
869
|
+
description: string;
|
|
870
|
+
managerId: string;
|
|
871
|
+
managerRecordNumber: string;
|
|
872
|
+
treeLevel: number;
|
|
873
|
+
upperDepartmentId: string;
|
|
874
|
+
companyCode: string;
|
|
875
|
+
location: string;
|
|
876
|
+
salLocation: string;
|
|
877
|
+
plantId: string;
|
|
878
|
+
manager: {
|
|
879
|
+
badgeId: string;
|
|
880
|
+
category: string;
|
|
881
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
882
|
+
companyCode: string;
|
|
883
|
+
contactPhone: string;
|
|
884
|
+
departmentId: string;
|
|
885
|
+
departmentDescription: string;
|
|
886
|
+
emailString: string;
|
|
887
|
+
employeeId: string;
|
|
888
|
+
extensionNumber: string;
|
|
889
|
+
firstName: string;
|
|
890
|
+
gender: string;
|
|
891
|
+
hiredDate: Date;
|
|
892
|
+
lastName: string;
|
|
893
|
+
managerId: string;
|
|
894
|
+
middleName: string;
|
|
895
|
+
name: string;
|
|
896
|
+
nameTitleCase: string;
|
|
897
|
+
nfcSn: string;
|
|
898
|
+
plantId: string;
|
|
899
|
+
position: string;
|
|
900
|
+
previousEmployeeIds: string | null;
|
|
901
|
+
reHiredDate: Date | null;
|
|
902
|
+
recordNumber: number;
|
|
903
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
904
|
+
supervisorId: string;
|
|
905
|
+
terminationDate: Date | null;
|
|
906
|
+
terminationFutureDate: Date | null;
|
|
907
|
+
type: string;
|
|
908
|
+
upperDepartmentId: string;
|
|
909
|
+
jobCode: string;
|
|
910
|
+
jobDescription: string;
|
|
911
|
+
terminationReason: string | null;
|
|
912
|
+
supervisorRecordNumber: number;
|
|
913
|
+
};
|
|
914
|
+
}[]>>;
|
|
915
|
+
declare const getDepartmentById: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
916
|
+
departmentId: z.ZodString;
|
|
917
|
+
}, z.core.$strip>, Promise<{
|
|
918
|
+
departmentId: string;
|
|
919
|
+
description: string;
|
|
920
|
+
managerId: string;
|
|
921
|
+
managerRecordNumber: string;
|
|
922
|
+
treeLevel: number;
|
|
923
|
+
upperDepartmentId: string;
|
|
924
|
+
companyCode: string;
|
|
925
|
+
location: string;
|
|
926
|
+
salLocation: string;
|
|
927
|
+
plantId: string;
|
|
928
|
+
manager: {
|
|
929
|
+
badgeId: string;
|
|
930
|
+
category: string;
|
|
931
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
932
|
+
companyCode: string;
|
|
933
|
+
contactPhone: string;
|
|
934
|
+
departmentId: string;
|
|
935
|
+
departmentDescription: string;
|
|
936
|
+
emailString: string;
|
|
937
|
+
employeeId: string;
|
|
938
|
+
extensionNumber: string;
|
|
939
|
+
firstName: string;
|
|
940
|
+
gender: string;
|
|
941
|
+
hiredDate: Date;
|
|
942
|
+
lastName: string;
|
|
943
|
+
managerId: string;
|
|
944
|
+
middleName: string;
|
|
945
|
+
name: string;
|
|
946
|
+
nameTitleCase: string;
|
|
947
|
+
nfcSn: string;
|
|
948
|
+
plantId: string;
|
|
949
|
+
position: string;
|
|
950
|
+
previousEmployeeIds: string | null;
|
|
951
|
+
reHiredDate: Date | null;
|
|
952
|
+
recordNumber: number;
|
|
953
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
954
|
+
supervisorId: string;
|
|
955
|
+
terminationDate: Date | null;
|
|
956
|
+
terminationFutureDate: Date | null;
|
|
957
|
+
type: string;
|
|
958
|
+
upperDepartmentId: string;
|
|
959
|
+
jobCode: string;
|
|
960
|
+
jobDescription: string;
|
|
961
|
+
terminationReason: string | null;
|
|
962
|
+
supervisorRecordNumber: number;
|
|
963
|
+
};
|
|
964
|
+
}>>;
|
|
965
|
+
declare const getDepartmentManager: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
966
|
+
departmentId: z.ZodString;
|
|
967
|
+
}, z.core.$strip>, Promise<{
|
|
968
|
+
badgeId: string;
|
|
969
|
+
category: string;
|
|
970
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
971
|
+
companyCode: string;
|
|
972
|
+
contactPhone: string;
|
|
973
|
+
departmentId: string;
|
|
974
|
+
departmentDescription: string;
|
|
975
|
+
emailString: string;
|
|
976
|
+
employeeId: string;
|
|
977
|
+
extensionNumber: string;
|
|
978
|
+
firstName: string;
|
|
979
|
+
gender: string;
|
|
980
|
+
hiredDate: Date;
|
|
981
|
+
lastName: string;
|
|
982
|
+
managerId: string;
|
|
983
|
+
middleName: string;
|
|
984
|
+
name: string;
|
|
985
|
+
nameTitleCase: string;
|
|
986
|
+
nfcSn: string;
|
|
987
|
+
plantId: string;
|
|
988
|
+
position: string;
|
|
989
|
+
previousEmployeeIds: string | null;
|
|
990
|
+
reHiredDate: Date | null;
|
|
991
|
+
recordNumber: number;
|
|
992
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
993
|
+
supervisorId: string;
|
|
994
|
+
terminationDate: Date | null;
|
|
995
|
+
terminationFutureDate: Date | null;
|
|
996
|
+
type: string;
|
|
997
|
+
upperDepartmentId: string;
|
|
998
|
+
jobCode: string;
|
|
999
|
+
jobDescription: string;
|
|
1000
|
+
terminationReason: string | null;
|
|
1001
|
+
supervisorRecordNumber: number;
|
|
1002
|
+
}>>;
|
|
1003
|
+
declare const getDepartmentEmployees: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
1004
|
+
departmentId: z.ZodString;
|
|
1005
|
+
}, z.core.$strip>, Promise<{
|
|
1006
|
+
badgeId: string;
|
|
1007
|
+
category: string;
|
|
1008
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
1009
|
+
companyCode: string;
|
|
1010
|
+
contactPhone: string;
|
|
1011
|
+
departmentId: string;
|
|
1012
|
+
departmentDescription: string;
|
|
1013
|
+
emailString: string;
|
|
1014
|
+
employeeId: string;
|
|
1015
|
+
extensionNumber: string;
|
|
1016
|
+
firstName: string;
|
|
1017
|
+
gender: string;
|
|
1018
|
+
hiredDate: Date;
|
|
1019
|
+
lastName: string;
|
|
1020
|
+
managerId: string;
|
|
1021
|
+
middleName: string;
|
|
1022
|
+
name: string;
|
|
1023
|
+
nameTitleCase: string;
|
|
1024
|
+
nfcSn: string;
|
|
1025
|
+
plantId: string;
|
|
1026
|
+
position: string;
|
|
1027
|
+
previousEmployeeIds: string | null;
|
|
1028
|
+
reHiredDate: Date | null;
|
|
1029
|
+
recordNumber: number;
|
|
1030
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
1031
|
+
supervisorId: string;
|
|
1032
|
+
terminationDate: Date | null;
|
|
1033
|
+
terminationFutureDate: Date | null;
|
|
1034
|
+
type: string;
|
|
1035
|
+
upperDepartmentId: string;
|
|
1036
|
+
jobCode: string;
|
|
1037
|
+
jobDescription: string;
|
|
1038
|
+
terminationReason: string | null;
|
|
1039
|
+
supervisorRecordNumber: number;
|
|
1040
|
+
}[]>>;
|
|
1041
|
+
declare const getCompanyGeneralManager: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
1042
|
+
companyCode: z.ZodString;
|
|
1043
|
+
}, z.core.$strip>, Promise<{
|
|
1044
|
+
badgeId: string;
|
|
1045
|
+
category: string;
|
|
1046
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
1047
|
+
companyCode: string;
|
|
1048
|
+
contactPhone: string;
|
|
1049
|
+
departmentId: string;
|
|
1050
|
+
departmentDescription: string;
|
|
1051
|
+
emailString: string;
|
|
1052
|
+
employeeId: string;
|
|
1053
|
+
extensionNumber: string;
|
|
1054
|
+
firstName: string;
|
|
1055
|
+
gender: string;
|
|
1056
|
+
hiredDate: Date;
|
|
1057
|
+
lastName: string;
|
|
1058
|
+
managerId: string;
|
|
1059
|
+
middleName: string;
|
|
1060
|
+
name: string;
|
|
1061
|
+
nameTitleCase: string;
|
|
1062
|
+
nfcSn: string;
|
|
1063
|
+
plantId: string;
|
|
1064
|
+
position: string;
|
|
1065
|
+
previousEmployeeIds: string | null;
|
|
1066
|
+
reHiredDate: Date | null;
|
|
1067
|
+
recordNumber: number;
|
|
1068
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
1069
|
+
supervisorId: string;
|
|
1070
|
+
terminationDate: Date | null;
|
|
1071
|
+
terminationFutureDate: Date | null;
|
|
1072
|
+
type: string;
|
|
1073
|
+
upperDepartmentId: string;
|
|
1074
|
+
jobCode: string;
|
|
1075
|
+
jobDescription: string;
|
|
1076
|
+
terminationReason: string | null;
|
|
1077
|
+
supervisorRecordNumber: number;
|
|
1078
|
+
}>>;
|
|
1079
|
+
//#endregion
|
|
1080
|
+
export { UpdateFileMetaSchema as A, uploadFile as B, createApproval as C, withdrawApproval as D, resubmitApproval as E, downloadFile as F, getFile as I, getFileMetas as L, UploadFileResult as M, batchDeleteFiles as N, FileSchema as O, deleteFile as P, getFileThumbnail as R, cancelApproval as S, getApprovals as T, getPreviousEmployeeIds as _, getActiveEmployees as a, GetApprovalsSchema as b, getDepartmentEmployees as c, getEmployeeByEmployeeId as d, getEmployeeGeneralManager as f, getEmployees as g, getEmployeeSupervisor as h, SearchEmployeesSchema as i, UploadFileMetaSchema as j, GetFileMetasSchema as k, getDepartmentManager as l, getEmployeeSubordinates as m, DepartmentIdSchema as n, getCompanyGeneralManager as o, getEmployeeManager as p, EmployeeIdSchema as r, getDepartmentById as s, CompanyCodeSchema as t, getDepartments as u, searchEmployees as v, getApproval as w, approveApproval as x, GetApprovalSchema as y, updateFileMeta as z };
|
|
1081
|
+
//# sourceMappingURL=peoplesoft-CzeJCaYK.d.ts.map
|