wcz-test 6.22.2 → 6.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/compiler-runtime.js +6 -0
- package/dist/_virtual/compiler-runtime.js.map +1 -0
- package/dist/_virtual/compiler-runtime2.js +5 -0
- package/dist/_virtual/compiler-runtime2.js.map +1 -0
- package/dist/_virtual/jsx-runtime.js +6 -0
- package/dist/_virtual/jsx-runtime.js.map +1 -0
- package/dist/_virtual/jsx-runtime2.js +5 -0
- package/dist/_virtual/jsx-runtime2.js.map +1 -0
- package/dist/_virtual/react-compiler-runtime.development.js +5 -0
- package/dist/_virtual/react-compiler-runtime.development.js.map +1 -0
- package/dist/_virtual/react-compiler-runtime.production.js +5 -0
- package/dist/_virtual/react-compiler-runtime.production.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.js +5 -0
- package/dist/_virtual/react-jsx-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.js +5 -0
- package/dist/_virtual/react-jsx-runtime.production.js.map +1 -0
- package/dist/client.js +4 -4
- package/dist/components/core/AppTitle.d.ts +2 -0
- package/dist/components/core/AppTitle.js +23 -0
- package/dist/components/core/AppTitle.js.map +1 -0
- package/dist/components/core/Fullscreen.d.ts +3 -0
- package/dist/components/core/Fullscreen.js +104 -0
- package/dist/components/core/Fullscreen.js.map +1 -0
- package/dist/components/core/Layout.d.ts +8 -0
- package/dist/components/core/Layout.js +215 -0
- package/dist/components/core/Layout.js.map +1 -0
- package/dist/components/core/ToolbarAccount.d.ts +2 -0
- package/dist/components/core/ToolbarAccount.js +602 -0
- package/dist/components/core/ToolbarAccount.js.map +1 -0
- package/dist/components/core/TypographyWithIcon.d.ts +7 -0
- package/dist/components/core/TypographyWithIcon.js +117 -0
- package/dist/components/core/TypographyWithIcon.js.map +1 -0
- package/dist/components/core/navigation/NavigationList.d.ts +22 -0
- package/dist/components/core/navigation/NavigationList.js +166 -0
- package/dist/components/core/navigation/NavigationList.js.map +1 -0
- package/dist/components/core/navigation/NavigationListItem.d.ts +16 -0
- package/dist/components/core/navigation/NavigationListItem.js +467 -0
- package/dist/components/core/navigation/NavigationListItem.js.map +1 -0
- package/dist/components/core/navigation/NavigationRail.d.ts +12 -0
- package/dist/components/core/navigation/NavigationRail.js +141 -0
- package/dist/components/core/navigation/NavigationRail.js.map +1 -0
- package/dist/components/data-grid/ChipInputCell.d.ts +9 -0
- package/dist/components/data-grid/ChipInputCell.js +95 -0
- package/dist/components/data-grid/ChipInputCell.js.map +1 -0
- package/dist/components/data-grid/EditableColumnHeader.d.ts +2 -0
- package/dist/components/data-grid/EditableColumnHeader.js +30 -0
- package/dist/components/data-grid/EditableColumnHeader.js.map +1 -0
- package/dist/components/file/Dropzone.d.ts +8 -0
- package/dist/components/file/Dropzone.js +151 -0
- package/dist/components/file/Dropzone.js.map +1 -0
- package/dist/components/file/FileViewer.d.ts +20 -0
- package/dist/components/file/FileViewer.js +127 -0
- package/dist/components/file/FileViewer.js.map +1 -0
- package/dist/components/file/fileViewer/FileViewerGrid.d.ts +17 -0
- package/dist/components/file/fileViewer/FileViewerGrid.js +282 -0
- package/dist/components/file/fileViewer/FileViewerGrid.js.map +1 -0
- package/dist/components/file/fileViewer/FileViewerList.d.ts +12 -0
- package/dist/components/file/fileViewer/FileViewerList.js +191 -0
- package/dist/components/file/fileViewer/FileViewerList.js.map +1 -0
- package/dist/components/file/fileViewer/ImageViewer.d.ts +6 -0
- package/dist/components/file/fileViewer/ImageViewer.js +75 -0
- package/dist/components/file/fileViewer/ImageViewer.js.map +1 -0
- package/dist/components/file/fileViewer/common/ActionsMenu.d.ts +15 -0
- package/dist/components/file/fileViewer/common/ActionsMenu.js +159 -0
- package/dist/components/file/fileViewer/common/ActionsMenu.js.map +1 -0
- package/dist/components/form/FormAutocomplete.d.ts +7 -0
- package/dist/components/form/FormAutocomplete.js +80 -0
- package/dist/components/form/FormAutocomplete.js.map +1 -0
- package/dist/components/form/FormCheckbox.d.ts +7 -0
- package/dist/components/form/FormCheckbox.js +81 -0
- package/dist/components/form/FormCheckbox.js.map +1 -0
- package/dist/components/form/FormDatePicker.d.ts +8 -0
- package/dist/components/form/FormDatePicker.js +77 -0
- package/dist/components/form/FormDatePicker.js.map +1 -0
- package/dist/components/form/FormDateRangePicker.d.ts +8 -0
- package/dist/components/form/FormDateRangePicker.js +77 -0
- package/dist/components/form/FormDateRangePicker.js.map +1 -0
- package/dist/components/form/FormDateTimePicker.d.ts +8 -0
- package/dist/components/form/FormDateTimePicker.js +77 -0
- package/dist/components/form/FormDateTimePicker.js.map +1 -0
- package/dist/components/form/FormDateTimeRangePicker.d.ts +8 -0
- package/dist/components/form/FormDateTimeRangePicker.js +77 -0
- package/dist/components/form/FormDateTimeRangePicker.js.map +1 -0
- package/dist/components/form/FormNumberField.d.ts +9 -0
- package/dist/components/form/FormNumberField.js +73 -0
- package/dist/components/form/FormNumberField.js.map +1 -0
- package/dist/components/form/FormRadioGroup.d.ts +13 -0
- package/dist/components/form/FormRadioGroup.js +113 -0
- package/dist/components/form/FormRadioGroup.js.map +1 -0
- package/dist/components/form/FormSlider.d.ts +7 -0
- package/dist/components/form/FormSlider.js +94 -0
- package/dist/components/form/FormSlider.js.map +1 -0
- package/dist/components/form/FormSubmitButton.d.ts +4 -0
- package/dist/components/form/FormSubmitButton.js +50 -0
- package/dist/components/form/FormSubmitButton.js.map +1 -0
- package/dist/components/form/FormSwitch.d.ts +7 -0
- package/dist/components/form/FormSwitch.js +81 -0
- package/dist/components/form/FormSwitch.js.map +1 -0
- package/dist/components/form/FormTextField.d.ts +7 -0
- package/dist/components/form/FormTextField.js +52 -0
- package/dist/components/form/FormTextField.js.map +1 -0
- package/dist/components/form/FormTimePicker.d.ts +8 -0
- package/dist/components/form/FormTimePicker.js +77 -0
- package/dist/components/form/FormTimePicker.js.map +1 -0
- package/dist/components/form/FormTimeRangePicker.d.ts +8 -0
- package/dist/components/form/FormTimeRangePicker.js +77 -0
- package/dist/components/form/FormTimeRangePicker.js.map +1 -0
- package/dist/components/router/RouterButton.d.ts +6 -0
- package/dist/components/router/RouterButton.js +35 -0
- package/dist/components/router/RouterButton.js.map +1 -0
- package/dist/components/router/RouterError.d.ts +7 -0
- package/dist/components/router/RouterError.js +62 -0
- package/dist/components/router/RouterError.js.map +1 -0
- package/dist/components/router/RouterGridActionsCellItem.d.ts +6 -0
- package/dist/components/router/RouterGridActionsCellItem.js +35 -0
- package/dist/components/router/RouterGridActionsCellItem.js.map +1 -0
- package/dist/components/router/RouterIconButton.d.ts +6 -0
- package/dist/components/router/RouterIconButton.js +35 -0
- package/dist/components/router/RouterIconButton.js.map +1 -0
- package/dist/components/router/RouterLink.d.ts +6 -0
- package/dist/components/router/RouterLink.js +35 -0
- package/dist/components/router/RouterLink.js.map +1 -0
- package/dist/components/router/RouterListItemButton.d.ts +6 -0
- package/dist/{RouterListItemButton-CagMd8F_.js → components/router/RouterListItemButton.js} +4 -4
- package/dist/components/router/RouterListItemButton.js.map +1 -0
- package/dist/components/router/RouterNotFound.d.ts +1 -0
- package/dist/components/router/RouterNotFound.js +53 -0
- package/dist/components/router/RouterNotFound.js.map +1 -0
- package/dist/components/router/RouterTab.d.ts +6 -0
- package/dist/components/router/RouterTab.js +35 -0
- package/dist/components/router/RouterTab.js.map +1 -0
- package/dist/components.js +15 -1486
- package/dist/components.js.map +1 -1
- package/dist/contexts/DialogsContext.d.ts +6 -0
- package/dist/contexts/DialogsContext.js +6 -0
- package/dist/contexts/DialogsContext.js.map +1 -0
- package/dist/contexts/FileContext.d.ts +13 -0
- package/dist/contexts/FileContext.js +14 -0
- package/dist/contexts/FileContext.js.map +1 -0
- package/dist/contexts/UserContext.d.ts +7 -0
- package/dist/contexts/UserContext.js +6 -0
- package/dist/contexts/UserContext.js.map +1 -0
- package/dist/env.d.ts +10 -0
- package/dist/env.js +26 -0
- package/dist/env.js.map +1 -0
- package/dist/exports/client.d.ts +4 -0
- package/dist/exports/components.d.ts +14 -0
- package/dist/exports/hooks.d.ts +5 -0
- package/dist/exports/index.d.ts +3 -0
- package/dist/exports/models.d.ts +24 -0
- package/dist/exports/queries.d.ts +4 -0
- package/dist/exports/server.d.ts +1 -0
- package/dist/exports/utils.d.ts +3 -0
- package/dist/exports/vite.d.ts +1 -0
- package/dist/hooks/DialogsHooks.d.ts +42 -0
- package/dist/{DialogsHooks-BEZgPVSk.js → hooks/DialogsHooks.js} +7 -4
- package/dist/hooks/DialogsHooks.js.map +1 -0
- package/dist/hooks/FormHooks.d.ts +52 -0
- package/dist/hooks/FormHooks.js +55 -0
- package/dist/hooks/FormHooks.js.map +1 -0
- package/dist/hooks/UseHook.d.ts +2 -0
- package/dist/hooks/UseHook.js +12 -0
- package/dist/hooks/UseHook.js.map +1 -0
- package/dist/hooks.js +5 -1002
- package/dist/hooks.js.map +1 -1
- package/dist/index.js +3 -1962
- package/dist/index.js.map +1 -1
- package/dist/lib/auth/client.d.ts +13 -0
- package/dist/lib/auth/client.js +63 -0
- package/dist/lib/auth/client.js.map +1 -0
- package/dist/lib/auth/server.d.ts +9 -0
- package/dist/lib/utils.d.ts +52 -0
- package/dist/{utils-CCjnelFb.js → lib/utils.js} +9 -24
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/vite-plugin.d.ts +2 -0
- package/dist/lib/vite-plugin.js +65 -0
- package/dist/lib/vite-plugin.js.map +1 -0
- package/dist/middleware/auth.d.ts +13 -0
- package/dist/models/Navigation.d.ts +18 -0
- package/dist/models/User.d.ts +11 -0
- package/dist/models/approval/Approval.d.ts +177 -0
- package/dist/models/approval/Approval.js +81 -0
- package/dist/models/approval/Approval.js.map +1 -0
- package/dist/models/approval/ApprovalEmployee.d.ts +7 -0
- package/dist/models/approval/ApprovalEmployee.js +10 -0
- package/dist/models/approval/ApprovalEmployee.js.map +1 -0
- package/dist/models/approval/ApprovalFlow.d.ts +49 -0
- package/dist/models/approval/ApprovalFlow.js +15 -0
- package/dist/models/approval/ApprovalFlow.js.map +1 -0
- package/dist/models/approval/ApprovalFlowStep.d.ts +29 -0
- package/dist/models/approval/ApprovalFlowStep.js +17 -0
- package/dist/models/approval/ApprovalFlowStep.js.map +1 -0
- package/dist/models/approval/ApprovalRequestType.d.ts +5 -0
- package/dist/models/approval/ApprovalRequestType.js +6 -0
- package/dist/models/approval/ApprovalRequestType.js.map +1 -0
- package/dist/models/approval/ApprovalStatus.d.ts +9 -0
- package/dist/models/approval/ApprovalStatus.js +6 -0
- package/dist/models/approval/ApprovalStatus.js.map +1 -0
- package/dist/models/approval/ApprovalStepResult.d.ts +11 -0
- package/dist/models/approval/ApprovalStepResult.js +6 -0
- package/dist/models/approval/ApprovalStepResult.js.map +1 -0
- package/dist/models/approval/StepApprovalOrder.d.ts +6 -0
- package/dist/models/approval/StepApprovalOrder.js +6 -0
- package/dist/models/approval/StepApprovalOrder.js.map +1 -0
- package/dist/models/email/Email.d.ts +13 -0
- package/dist/models/email/Email.js +14 -0
- package/dist/models/email/Email.js.map +1 -0
- package/dist/models/email/EmailAttachment.d.ts +6 -0
- package/dist/models/email/EmailAttachment.js +9 -0
- package/dist/models/email/EmailAttachment.js.map +1 -0
- package/dist/models/file/FileActions.d.ts +6 -0
- package/dist/models/file/FileMeta.d.ts +15 -0
- package/dist/{FileMeta-G1oT3mYK.js → models/file/FileMeta.js} +2 -2
- package/dist/models/file/FileMeta.js.map +1 -0
- package/dist/models/peoplesoft/Department.d.ts +58 -0
- package/dist/models/peoplesoft/Department.js +19 -0
- package/dist/models/peoplesoft/Department.js.map +1 -0
- package/dist/models/peoplesoft/Employee.d.ts +46 -0
- package/dist/models/peoplesoft/Employee.js +43 -0
- package/dist/models/peoplesoft/Employee.js.map +1 -0
- package/dist/models/peoplesoft/EmployeeCategoryGroup.d.ts +6 -0
- package/dist/models/peoplesoft/EmployeeCategoryGroup.js +6 -0
- package/dist/models/peoplesoft/EmployeeCategoryGroup.js.map +1 -0
- package/dist/models/peoplesoft/EmployeeStatus.d.ts +6 -0
- package/dist/models/peoplesoft/EmployeeStatus.js +6 -0
- package/dist/models/peoplesoft/EmployeeStatus.js.map +1 -0
- package/dist/models.js +10 -159
- package/dist/models.js.map +1 -1
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +22 -0
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js.map +1 -0
- package/dist/{DialogsContext-DMZRefiY.js → node_modules/react/cjs/react-jsx-runtime.development.js} +4 -48
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +33 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
- package/dist/node_modules/react/compiler-runtime.js +18 -0
- package/dist/node_modules/react/compiler-runtime.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.js +18 -0
- package/dist/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/providers/DialogsProvider.d.ts +5 -0
- package/dist/providers/DialogsProvider.js +79 -0
- package/dist/providers/DialogsProvider.js.map +1 -0
- package/dist/providers/LayoutProvider.d.ts +11 -0
- package/dist/providers/LayoutProvider.js +101 -0
- package/dist/providers/LayoutProvider.js.map +1 -0
- package/dist/providers/UserProvider.d.ts +4 -0
- package/dist/providers/UserProvider.js +94 -0
- package/dist/providers/UserProvider.js.map +1 -0
- package/dist/queries/Approval.d.ts +585 -0
- package/dist/queries/Approval.js +91 -0
- package/dist/queries/Approval.js.map +1 -0
- package/dist/queries/ApprovalHooks.d.ts +315 -0
- package/dist/queries/ApprovalHooks.js +243 -0
- package/dist/queries/ApprovalHooks.js.map +1 -0
- package/dist/queries/FileHooks.d.ts +151 -0
- package/dist/{FileHooks-BJdvBvBr.js → queries/FileHooks.js} +14 -13
- package/dist/queries/FileHooks.js.map +1 -0
- package/dist/queries/PeopleSoftHooks.d.ts +537 -0
- package/dist/queries/PeopleSoftHooks.js +586 -0
- package/dist/queries/PeopleSoftHooks.js.map +1 -0
- package/dist/queries/UserHooks.d.ts +11 -0
- package/dist/queries/UserHooks.js +157 -0
- package/dist/queries/UserHooks.js.map +1 -0
- package/dist/queries.js +13 -886
- package/dist/queries.js.map +1 -1
- package/dist/utils.js +2 -2
- package/dist/vite.js +1 -61
- package/dist/vite.js.map +1 -1
- package/package.json +34 -32
- package/dist/ApprovalStatus-BtAVFn5p.js +0 -8
- package/dist/ApprovalStatus-BtAVFn5p.js.map +0 -1
- package/dist/DialogsContext-DMZRefiY.js.map +0 -1
- package/dist/DialogsHooks-BEZgPVSk.js.map +0 -1
- package/dist/FileHooks-BJdvBvBr.js.map +0 -1
- package/dist/FileMeta-G1oT3mYK.js.map +0 -1
- package/dist/RouterListItemButton-CagMd8F_.js.map +0 -1
- package/dist/UseHook-CGSDGsbk.js +0 -13
- package/dist/UseHook-CGSDGsbk.js.map +0 -1
- package/dist/client.d.ts +0 -20
- package/dist/compiler-runtime-BGHur82y.js +0 -46
- package/dist/compiler-runtime-BGHur82y.js.map +0 -1
- package/dist/components.d.ts +0 -134
- package/dist/hooks.d.ts +0 -208
- package/dist/index.d.ts +0 -74
- package/dist/models.d.ts +0 -467
- package/dist/queries.d.ts +0 -1956
- package/dist/server.d.ts +0 -5
- package/dist/utils-CCjnelFb.js.map +0 -1
- package/dist/utils.d.ts +0 -11
- package/dist/vite.d.ts +0 -5
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
import { DefinedInitialDataOptions } from '@tanstack/react-query';
|
|
2
|
+
import { Department } from '../models/peoplesoft/Department';
|
|
3
|
+
import { Employee } from '../models/peoplesoft/Employee';
|
|
4
|
+
type OptionalId = string | undefined | null;
|
|
5
|
+
type BaseEmployeeArrayQueryOptions = Omit<DefinedInitialDataOptions<Array<Employee>>, "queryKey" | "queryFn" | "staleTime" | "gcTime" | "refetchOnWindowFocus" | "initialData">;
|
|
6
|
+
type BaseEmployeeQueryOptions = Omit<DefinedInitialDataOptions<Employee>, "queryKey" | "queryFn" | "staleTime" | "gcTime" | "refetchOnWindowFocus" | "initialData">;
|
|
7
|
+
type BaseDepartmentArrayQueryOptions = Omit<DefinedInitialDataOptions<Array<Department>>, "queryKey" | "queryFn" | "staleTime" | "gcTime" | "refetchOnWindowFocus" | "initialData">;
|
|
8
|
+
type BaseDepartmentQueryOptions = Omit<DefinedInitialDataOptions<Department>, "queryKey" | "queryFn" | "staleTime" | "gcTime" | "refetchOnWindowFocus" | "initialData">;
|
|
9
|
+
export declare const useGetPeopleSoftEmployeesSearch: (searchTerm: string, options?: BaseEmployeeArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
10
|
+
badgeId: string;
|
|
11
|
+
category: string;
|
|
12
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
13
|
+
companyCode: string;
|
|
14
|
+
contactPhone: string;
|
|
15
|
+
departmentId: string;
|
|
16
|
+
departmentDescription: string;
|
|
17
|
+
emailString: string;
|
|
18
|
+
employeeId: string;
|
|
19
|
+
extensionNumber: string;
|
|
20
|
+
firstName: string;
|
|
21
|
+
gender: string;
|
|
22
|
+
hiredDate: Date;
|
|
23
|
+
lastName: string;
|
|
24
|
+
managerId: string;
|
|
25
|
+
middleName: string;
|
|
26
|
+
name: string;
|
|
27
|
+
nameTitleCase: string;
|
|
28
|
+
nfcSn: string;
|
|
29
|
+
plantId: string;
|
|
30
|
+
position: string;
|
|
31
|
+
previousEmployeeIds: string | null;
|
|
32
|
+
reHiredDate: Date | null;
|
|
33
|
+
recordNumber: number;
|
|
34
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
35
|
+
supervisorId: string;
|
|
36
|
+
terminationDate: Date | null;
|
|
37
|
+
terminationFutureDate: Date | null;
|
|
38
|
+
type: string;
|
|
39
|
+
upperDepartmentId: string;
|
|
40
|
+
jobCode: string;
|
|
41
|
+
jobDescription: string;
|
|
42
|
+
terminationReason: string | null;
|
|
43
|
+
supervisorRecordNumber: number;
|
|
44
|
+
}[], Error>;
|
|
45
|
+
export declare const useGetPeopleSoftEmployees: (options?: BaseEmployeeArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
46
|
+
badgeId: string;
|
|
47
|
+
category: string;
|
|
48
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
49
|
+
companyCode: string;
|
|
50
|
+
contactPhone: string;
|
|
51
|
+
departmentId: string;
|
|
52
|
+
departmentDescription: string;
|
|
53
|
+
emailString: string;
|
|
54
|
+
employeeId: string;
|
|
55
|
+
extensionNumber: string;
|
|
56
|
+
firstName: string;
|
|
57
|
+
gender: string;
|
|
58
|
+
hiredDate: Date;
|
|
59
|
+
lastName: string;
|
|
60
|
+
managerId: string;
|
|
61
|
+
middleName: string;
|
|
62
|
+
name: string;
|
|
63
|
+
nameTitleCase: string;
|
|
64
|
+
nfcSn: string;
|
|
65
|
+
plantId: string;
|
|
66
|
+
position: string;
|
|
67
|
+
previousEmployeeIds: string | null;
|
|
68
|
+
reHiredDate: Date | null;
|
|
69
|
+
recordNumber: number;
|
|
70
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
71
|
+
supervisorId: string;
|
|
72
|
+
terminationDate: Date | null;
|
|
73
|
+
terminationFutureDate: Date | null;
|
|
74
|
+
type: string;
|
|
75
|
+
upperDepartmentId: string;
|
|
76
|
+
jobCode: string;
|
|
77
|
+
jobDescription: string;
|
|
78
|
+
terminationReason: string | null;
|
|
79
|
+
supervisorRecordNumber: number;
|
|
80
|
+
}[], Error>;
|
|
81
|
+
export declare const useGetPeopleSoftActiveEmployees: (options?: BaseEmployeeArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
82
|
+
badgeId: string;
|
|
83
|
+
category: string;
|
|
84
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
85
|
+
companyCode: string;
|
|
86
|
+
contactPhone: string;
|
|
87
|
+
departmentId: string;
|
|
88
|
+
departmentDescription: string;
|
|
89
|
+
emailString: string;
|
|
90
|
+
employeeId: string;
|
|
91
|
+
extensionNumber: string;
|
|
92
|
+
firstName: string;
|
|
93
|
+
gender: string;
|
|
94
|
+
hiredDate: Date;
|
|
95
|
+
lastName: string;
|
|
96
|
+
managerId: string;
|
|
97
|
+
middleName: string;
|
|
98
|
+
name: string;
|
|
99
|
+
nameTitleCase: string;
|
|
100
|
+
nfcSn: string;
|
|
101
|
+
plantId: string;
|
|
102
|
+
position: string;
|
|
103
|
+
previousEmployeeIds: string | null;
|
|
104
|
+
reHiredDate: Date | null;
|
|
105
|
+
recordNumber: number;
|
|
106
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
107
|
+
supervisorId: string;
|
|
108
|
+
terminationDate: Date | null;
|
|
109
|
+
terminationFutureDate: Date | null;
|
|
110
|
+
type: string;
|
|
111
|
+
upperDepartmentId: string;
|
|
112
|
+
jobCode: string;
|
|
113
|
+
jobDescription: string;
|
|
114
|
+
terminationReason: string | null;
|
|
115
|
+
supervisorRecordNumber: number;
|
|
116
|
+
}[], Error>;
|
|
117
|
+
export declare const useGetPeopleSoftEmployeeById: (employeeId: OptionalId, options?: BaseEmployeeQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
118
|
+
badgeId: string;
|
|
119
|
+
category: string;
|
|
120
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
121
|
+
companyCode: string;
|
|
122
|
+
contactPhone: string;
|
|
123
|
+
departmentId: string;
|
|
124
|
+
departmentDescription: string;
|
|
125
|
+
emailString: string;
|
|
126
|
+
employeeId: string;
|
|
127
|
+
extensionNumber: string;
|
|
128
|
+
firstName: string;
|
|
129
|
+
gender: string;
|
|
130
|
+
hiredDate: Date;
|
|
131
|
+
lastName: string;
|
|
132
|
+
managerId: string;
|
|
133
|
+
middleName: string;
|
|
134
|
+
name: string;
|
|
135
|
+
nameTitleCase: string;
|
|
136
|
+
nfcSn: string;
|
|
137
|
+
plantId: string;
|
|
138
|
+
position: string;
|
|
139
|
+
previousEmployeeIds: string | null;
|
|
140
|
+
reHiredDate: Date | null;
|
|
141
|
+
recordNumber: number;
|
|
142
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
143
|
+
supervisorId: string;
|
|
144
|
+
terminationDate: Date | null;
|
|
145
|
+
terminationFutureDate: Date | null;
|
|
146
|
+
type: string;
|
|
147
|
+
upperDepartmentId: string;
|
|
148
|
+
jobCode: string;
|
|
149
|
+
jobDescription: string;
|
|
150
|
+
terminationReason: string | null;
|
|
151
|
+
supervisorRecordNumber: number;
|
|
152
|
+
}, Error>;
|
|
153
|
+
export declare const useGetPeopleSoftPreviousEmployeeIds: (options?: BaseEmployeeArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
154
|
+
badgeId: string;
|
|
155
|
+
category: string;
|
|
156
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
157
|
+
companyCode: string;
|
|
158
|
+
contactPhone: string;
|
|
159
|
+
departmentId: string;
|
|
160
|
+
departmentDescription: string;
|
|
161
|
+
emailString: string;
|
|
162
|
+
employeeId: string;
|
|
163
|
+
extensionNumber: string;
|
|
164
|
+
firstName: string;
|
|
165
|
+
gender: string;
|
|
166
|
+
hiredDate: Date;
|
|
167
|
+
lastName: string;
|
|
168
|
+
managerId: string;
|
|
169
|
+
middleName: string;
|
|
170
|
+
name: string;
|
|
171
|
+
nameTitleCase: string;
|
|
172
|
+
nfcSn: string;
|
|
173
|
+
plantId: string;
|
|
174
|
+
position: string;
|
|
175
|
+
previousEmployeeIds: string | null;
|
|
176
|
+
reHiredDate: Date | null;
|
|
177
|
+
recordNumber: number;
|
|
178
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
179
|
+
supervisorId: string;
|
|
180
|
+
terminationDate: Date | null;
|
|
181
|
+
terminationFutureDate: Date | null;
|
|
182
|
+
type: string;
|
|
183
|
+
upperDepartmentId: string;
|
|
184
|
+
jobCode: string;
|
|
185
|
+
jobDescription: string;
|
|
186
|
+
terminationReason: string | null;
|
|
187
|
+
supervisorRecordNumber: number;
|
|
188
|
+
}[], Error>;
|
|
189
|
+
export declare const useGetPeopleSoftEmployeeSupervisor: (employeeId: OptionalId, options?: BaseEmployeeQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
190
|
+
badgeId: string;
|
|
191
|
+
category: string;
|
|
192
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
193
|
+
companyCode: string;
|
|
194
|
+
contactPhone: string;
|
|
195
|
+
departmentId: string;
|
|
196
|
+
departmentDescription: string;
|
|
197
|
+
emailString: string;
|
|
198
|
+
employeeId: string;
|
|
199
|
+
extensionNumber: string;
|
|
200
|
+
firstName: string;
|
|
201
|
+
gender: string;
|
|
202
|
+
hiredDate: Date;
|
|
203
|
+
lastName: string;
|
|
204
|
+
managerId: string;
|
|
205
|
+
middleName: string;
|
|
206
|
+
name: string;
|
|
207
|
+
nameTitleCase: string;
|
|
208
|
+
nfcSn: string;
|
|
209
|
+
plantId: string;
|
|
210
|
+
position: string;
|
|
211
|
+
previousEmployeeIds: string | null;
|
|
212
|
+
reHiredDate: Date | null;
|
|
213
|
+
recordNumber: number;
|
|
214
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
215
|
+
supervisorId: string;
|
|
216
|
+
terminationDate: Date | null;
|
|
217
|
+
terminationFutureDate: Date | null;
|
|
218
|
+
type: string;
|
|
219
|
+
upperDepartmentId: string;
|
|
220
|
+
jobCode: string;
|
|
221
|
+
jobDescription: string;
|
|
222
|
+
terminationReason: string | null;
|
|
223
|
+
supervisorRecordNumber: number;
|
|
224
|
+
}, Error>;
|
|
225
|
+
export declare const useGetPeopleSoftEmployeeSubordinates: (employeeId: OptionalId, options?: BaseEmployeeArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
226
|
+
badgeId: string;
|
|
227
|
+
category: string;
|
|
228
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
229
|
+
companyCode: string;
|
|
230
|
+
contactPhone: string;
|
|
231
|
+
departmentId: string;
|
|
232
|
+
departmentDescription: string;
|
|
233
|
+
emailString: string;
|
|
234
|
+
employeeId: string;
|
|
235
|
+
extensionNumber: string;
|
|
236
|
+
firstName: string;
|
|
237
|
+
gender: string;
|
|
238
|
+
hiredDate: Date;
|
|
239
|
+
lastName: string;
|
|
240
|
+
managerId: string;
|
|
241
|
+
middleName: string;
|
|
242
|
+
name: string;
|
|
243
|
+
nameTitleCase: string;
|
|
244
|
+
nfcSn: string;
|
|
245
|
+
plantId: string;
|
|
246
|
+
position: string;
|
|
247
|
+
previousEmployeeIds: string | null;
|
|
248
|
+
reHiredDate: Date | null;
|
|
249
|
+
recordNumber: number;
|
|
250
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
251
|
+
supervisorId: string;
|
|
252
|
+
terminationDate: Date | null;
|
|
253
|
+
terminationFutureDate: Date | null;
|
|
254
|
+
type: string;
|
|
255
|
+
upperDepartmentId: string;
|
|
256
|
+
jobCode: string;
|
|
257
|
+
jobDescription: string;
|
|
258
|
+
terminationReason: string | null;
|
|
259
|
+
supervisorRecordNumber: number;
|
|
260
|
+
}[], Error>;
|
|
261
|
+
export declare const useGetPeopleSoftEmployeeManager: (employeeId: OptionalId, options?: BaseEmployeeQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
262
|
+
badgeId: string;
|
|
263
|
+
category: string;
|
|
264
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
265
|
+
companyCode: string;
|
|
266
|
+
contactPhone: string;
|
|
267
|
+
departmentId: string;
|
|
268
|
+
departmentDescription: string;
|
|
269
|
+
emailString: string;
|
|
270
|
+
employeeId: string;
|
|
271
|
+
extensionNumber: string;
|
|
272
|
+
firstName: string;
|
|
273
|
+
gender: string;
|
|
274
|
+
hiredDate: Date;
|
|
275
|
+
lastName: string;
|
|
276
|
+
managerId: string;
|
|
277
|
+
middleName: string;
|
|
278
|
+
name: string;
|
|
279
|
+
nameTitleCase: string;
|
|
280
|
+
nfcSn: string;
|
|
281
|
+
plantId: string;
|
|
282
|
+
position: string;
|
|
283
|
+
previousEmployeeIds: string | null;
|
|
284
|
+
reHiredDate: Date | null;
|
|
285
|
+
recordNumber: number;
|
|
286
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
287
|
+
supervisorId: string;
|
|
288
|
+
terminationDate: Date | null;
|
|
289
|
+
terminationFutureDate: Date | null;
|
|
290
|
+
type: string;
|
|
291
|
+
upperDepartmentId: string;
|
|
292
|
+
jobCode: string;
|
|
293
|
+
jobDescription: string;
|
|
294
|
+
terminationReason: string | null;
|
|
295
|
+
supervisorRecordNumber: number;
|
|
296
|
+
}, Error>;
|
|
297
|
+
export declare const useGetPeopleSoftEmployeeGeneralManager: (employeeId: OptionalId, options?: BaseEmployeeQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
298
|
+
badgeId: string;
|
|
299
|
+
category: string;
|
|
300
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
301
|
+
companyCode: string;
|
|
302
|
+
contactPhone: string;
|
|
303
|
+
departmentId: string;
|
|
304
|
+
departmentDescription: string;
|
|
305
|
+
emailString: string;
|
|
306
|
+
employeeId: string;
|
|
307
|
+
extensionNumber: string;
|
|
308
|
+
firstName: string;
|
|
309
|
+
gender: string;
|
|
310
|
+
hiredDate: Date;
|
|
311
|
+
lastName: string;
|
|
312
|
+
managerId: string;
|
|
313
|
+
middleName: string;
|
|
314
|
+
name: string;
|
|
315
|
+
nameTitleCase: string;
|
|
316
|
+
nfcSn: string;
|
|
317
|
+
plantId: string;
|
|
318
|
+
position: string;
|
|
319
|
+
previousEmployeeIds: string | null;
|
|
320
|
+
reHiredDate: Date | null;
|
|
321
|
+
recordNumber: number;
|
|
322
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
323
|
+
supervisorId: string;
|
|
324
|
+
terminationDate: Date | null;
|
|
325
|
+
terminationFutureDate: Date | null;
|
|
326
|
+
type: string;
|
|
327
|
+
upperDepartmentId: string;
|
|
328
|
+
jobCode: string;
|
|
329
|
+
jobDescription: string;
|
|
330
|
+
terminationReason: string | null;
|
|
331
|
+
supervisorRecordNumber: number;
|
|
332
|
+
}, Error>;
|
|
333
|
+
export declare const useGetPeopleSoftDepartments: (options?: BaseDepartmentArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
334
|
+
departmentId: string;
|
|
335
|
+
description: string;
|
|
336
|
+
managerId: string;
|
|
337
|
+
managerRecordNumber: string;
|
|
338
|
+
treeLevel: number;
|
|
339
|
+
upperDepartmentId: string;
|
|
340
|
+
companyCode: string;
|
|
341
|
+
location: string;
|
|
342
|
+
salLocation: string;
|
|
343
|
+
plantId: string;
|
|
344
|
+
manager: {
|
|
345
|
+
badgeId: string;
|
|
346
|
+
category: string;
|
|
347
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
348
|
+
companyCode: string;
|
|
349
|
+
contactPhone: string;
|
|
350
|
+
departmentId: string;
|
|
351
|
+
departmentDescription: string;
|
|
352
|
+
emailString: string;
|
|
353
|
+
employeeId: string;
|
|
354
|
+
extensionNumber: string;
|
|
355
|
+
firstName: string;
|
|
356
|
+
gender: string;
|
|
357
|
+
hiredDate: Date;
|
|
358
|
+
lastName: string;
|
|
359
|
+
managerId: string;
|
|
360
|
+
middleName: string;
|
|
361
|
+
name: string;
|
|
362
|
+
nameTitleCase: string;
|
|
363
|
+
nfcSn: string;
|
|
364
|
+
plantId: string;
|
|
365
|
+
position: string;
|
|
366
|
+
previousEmployeeIds: string | null;
|
|
367
|
+
reHiredDate: Date | null;
|
|
368
|
+
recordNumber: number;
|
|
369
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
370
|
+
supervisorId: string;
|
|
371
|
+
terminationDate: Date | null;
|
|
372
|
+
terminationFutureDate: Date | null;
|
|
373
|
+
type: string;
|
|
374
|
+
upperDepartmentId: string;
|
|
375
|
+
jobCode: string;
|
|
376
|
+
jobDescription: string;
|
|
377
|
+
terminationReason: string | null;
|
|
378
|
+
supervisorRecordNumber: number;
|
|
379
|
+
};
|
|
380
|
+
}[], Error>;
|
|
381
|
+
export declare const useGetPeopleSoftDepartmentById: (departmentId: OptionalId, options?: BaseDepartmentQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
382
|
+
departmentId: string;
|
|
383
|
+
description: string;
|
|
384
|
+
managerId: string;
|
|
385
|
+
managerRecordNumber: string;
|
|
386
|
+
treeLevel: number;
|
|
387
|
+
upperDepartmentId: string;
|
|
388
|
+
companyCode: string;
|
|
389
|
+
location: string;
|
|
390
|
+
salLocation: string;
|
|
391
|
+
plantId: string;
|
|
392
|
+
manager: {
|
|
393
|
+
badgeId: string;
|
|
394
|
+
category: string;
|
|
395
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
396
|
+
companyCode: string;
|
|
397
|
+
contactPhone: string;
|
|
398
|
+
departmentId: string;
|
|
399
|
+
departmentDescription: string;
|
|
400
|
+
emailString: string;
|
|
401
|
+
employeeId: string;
|
|
402
|
+
extensionNumber: string;
|
|
403
|
+
firstName: string;
|
|
404
|
+
gender: string;
|
|
405
|
+
hiredDate: Date;
|
|
406
|
+
lastName: string;
|
|
407
|
+
managerId: string;
|
|
408
|
+
middleName: string;
|
|
409
|
+
name: string;
|
|
410
|
+
nameTitleCase: string;
|
|
411
|
+
nfcSn: string;
|
|
412
|
+
plantId: string;
|
|
413
|
+
position: string;
|
|
414
|
+
previousEmployeeIds: string | null;
|
|
415
|
+
reHiredDate: Date | null;
|
|
416
|
+
recordNumber: number;
|
|
417
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
418
|
+
supervisorId: string;
|
|
419
|
+
terminationDate: Date | null;
|
|
420
|
+
terminationFutureDate: Date | null;
|
|
421
|
+
type: string;
|
|
422
|
+
upperDepartmentId: string;
|
|
423
|
+
jobCode: string;
|
|
424
|
+
jobDescription: string;
|
|
425
|
+
terminationReason: string | null;
|
|
426
|
+
supervisorRecordNumber: number;
|
|
427
|
+
};
|
|
428
|
+
}, Error>;
|
|
429
|
+
export declare const useGetPeopleSoftDepartmentManager: (departmentId: OptionalId, options?: BaseEmployeeQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
430
|
+
badgeId: string;
|
|
431
|
+
category: string;
|
|
432
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
433
|
+
companyCode: string;
|
|
434
|
+
contactPhone: string;
|
|
435
|
+
departmentId: string;
|
|
436
|
+
departmentDescription: string;
|
|
437
|
+
emailString: string;
|
|
438
|
+
employeeId: string;
|
|
439
|
+
extensionNumber: string;
|
|
440
|
+
firstName: string;
|
|
441
|
+
gender: string;
|
|
442
|
+
hiredDate: Date;
|
|
443
|
+
lastName: string;
|
|
444
|
+
managerId: string;
|
|
445
|
+
middleName: string;
|
|
446
|
+
name: string;
|
|
447
|
+
nameTitleCase: string;
|
|
448
|
+
nfcSn: string;
|
|
449
|
+
plantId: string;
|
|
450
|
+
position: string;
|
|
451
|
+
previousEmployeeIds: string | null;
|
|
452
|
+
reHiredDate: Date | null;
|
|
453
|
+
recordNumber: number;
|
|
454
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
455
|
+
supervisorId: string;
|
|
456
|
+
terminationDate: Date | null;
|
|
457
|
+
terminationFutureDate: Date | null;
|
|
458
|
+
type: string;
|
|
459
|
+
upperDepartmentId: string;
|
|
460
|
+
jobCode: string;
|
|
461
|
+
jobDescription: string;
|
|
462
|
+
terminationReason: string | null;
|
|
463
|
+
supervisorRecordNumber: number;
|
|
464
|
+
}, Error>;
|
|
465
|
+
export declare const useGetPeopleSoftDepartmentEmployees: (departmentId: OptionalId, options?: BaseEmployeeArrayQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
466
|
+
badgeId: string;
|
|
467
|
+
category: string;
|
|
468
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
469
|
+
companyCode: string;
|
|
470
|
+
contactPhone: string;
|
|
471
|
+
departmentId: string;
|
|
472
|
+
departmentDescription: string;
|
|
473
|
+
emailString: string;
|
|
474
|
+
employeeId: string;
|
|
475
|
+
extensionNumber: string;
|
|
476
|
+
firstName: string;
|
|
477
|
+
gender: string;
|
|
478
|
+
hiredDate: Date;
|
|
479
|
+
lastName: string;
|
|
480
|
+
managerId: string;
|
|
481
|
+
middleName: string;
|
|
482
|
+
name: string;
|
|
483
|
+
nameTitleCase: string;
|
|
484
|
+
nfcSn: string;
|
|
485
|
+
plantId: string;
|
|
486
|
+
position: string;
|
|
487
|
+
previousEmployeeIds: string | null;
|
|
488
|
+
reHiredDate: Date | null;
|
|
489
|
+
recordNumber: number;
|
|
490
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
491
|
+
supervisorId: string;
|
|
492
|
+
terminationDate: Date | null;
|
|
493
|
+
terminationFutureDate: Date | null;
|
|
494
|
+
type: string;
|
|
495
|
+
upperDepartmentId: string;
|
|
496
|
+
jobCode: string;
|
|
497
|
+
jobDescription: string;
|
|
498
|
+
terminationReason: string | null;
|
|
499
|
+
supervisorRecordNumber: number;
|
|
500
|
+
}[], Error>;
|
|
501
|
+
export declare const useGetPeopleSoftCompanyGeneralManager: (companyCode: OptionalId, options?: BaseEmployeeQueryOptions) => import('@tanstack/react-query').UseQueryResult<{
|
|
502
|
+
badgeId: string;
|
|
503
|
+
category: string;
|
|
504
|
+
categoryGroup: "IDL" | "FD" | "FI";
|
|
505
|
+
companyCode: string;
|
|
506
|
+
contactPhone: string;
|
|
507
|
+
departmentId: string;
|
|
508
|
+
departmentDescription: string;
|
|
509
|
+
emailString: string;
|
|
510
|
+
employeeId: string;
|
|
511
|
+
extensionNumber: string;
|
|
512
|
+
firstName: string;
|
|
513
|
+
gender: string;
|
|
514
|
+
hiredDate: Date;
|
|
515
|
+
lastName: string;
|
|
516
|
+
managerId: string;
|
|
517
|
+
middleName: string;
|
|
518
|
+
name: string;
|
|
519
|
+
nameTitleCase: string;
|
|
520
|
+
nfcSn: string;
|
|
521
|
+
plantId: string;
|
|
522
|
+
position: string;
|
|
523
|
+
previousEmployeeIds: string | null;
|
|
524
|
+
reHiredDate: Date | null;
|
|
525
|
+
recordNumber: number;
|
|
526
|
+
status: "Active" | "Terminated" | "Leave of Absence";
|
|
527
|
+
supervisorId: string;
|
|
528
|
+
terminationDate: Date | null;
|
|
529
|
+
terminationFutureDate: Date | null;
|
|
530
|
+
type: string;
|
|
531
|
+
upperDepartmentId: string;
|
|
532
|
+
jobCode: string;
|
|
533
|
+
jobDescription: string;
|
|
534
|
+
terminationReason: string | null;
|
|
535
|
+
supervisorRecordNumber: number;
|
|
536
|
+
}, Error>;
|
|
537
|
+
export {};
|