wcz-layout 8.2.0 → 8.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/data/client.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as uploadFile, O as FileSchema, b as GetApprovalsSchema, i as SearchEmployeesSchema, j as UploadFileMetaSchema, k as GetFileMetasSchema, n as DepartmentIdSchema, r as EmployeeIdSchema, t as CompanyCodeSchema, y as GetApprovalSchema } from "../peoplesoft-
|
|
1
|
+
import { B as uploadFile, O as FileSchema, b as GetApprovalsSchema, i as SearchEmployeesSchema, j as UploadFileMetaSchema, k as GetFileMetasSchema, n as DepartmentIdSchema, r as EmployeeIdSchema, t as CompanyCodeSchema, y as GetApprovalSchema } from "../peoplesoft-CFgBFvG-.js";
|
|
2
2
|
import z$1, { z } from "zod";
|
|
3
3
|
import * as _$_tanstack_react_query0 from "@tanstack/react-query";
|
|
4
4
|
import * as _$_tanstack_query_core0 from "@tanstack/query-core";
|
package/dist/data/server.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as UpdateFileMetaSchema, B as uploadFile, C as createApproval, D as withdrawApproval, E as resubmitApproval, F as downloadFile, I as getFile, L as getFileMetas, M as UploadFileResult, N as batchDeleteFiles, O as FileSchema, P as deleteFile, R as getFileThumbnail, S as cancelApproval, T as getApprovals, _ as getPreviousEmployeeIds, a as getActiveEmployees, b as GetApprovalsSchema, c as getDepartmentEmployees, d as getEmployeeByEmployeeId, f as getEmployeeGeneralManager, g as getEmployees, h as getEmployeeSupervisor, i as SearchEmployeesSchema, j as UploadFileMetaSchema, k as GetFileMetasSchema, l as getDepartmentManager, m as getEmployeeSubordinates, n as DepartmentIdSchema, o as getCompanyGeneralManager, p as getEmployeeManager, r as EmployeeIdSchema, s as getDepartmentById, t as CompanyCodeSchema, u as getDepartments, v as searchEmployees, w as getApproval, x as approveApproval, y as GetApprovalSchema, z as updateFileMeta } from "../peoplesoft-
|
|
1
|
+
import { A as UpdateFileMetaSchema, B as uploadFile, C as createApproval, D as withdrawApproval, E as resubmitApproval, F as downloadFile, I as getFile, L as getFileMetas, M as UploadFileResult, N as batchDeleteFiles, O as FileSchema, P as deleteFile, R as getFileThumbnail, S as cancelApproval, T as getApprovals, _ as getPreviousEmployeeIds, a as getActiveEmployees, b as GetApprovalsSchema, c as getDepartmentEmployees, d as getEmployeeByEmployeeId, f as getEmployeeGeneralManager, g as getEmployees, h as getEmployeeSupervisor, i as SearchEmployeesSchema, j as UploadFileMetaSchema, k as GetFileMetasSchema, l as getDepartmentManager, m as getEmployeeSubordinates, n as DepartmentIdSchema, o as getCompanyGeneralManager, p as getEmployeeManager, r as EmployeeIdSchema, s as getDepartmentById, t as CompanyCodeSchema, u as getDepartments, v as searchEmployees, w as getApproval, x as approveApproval, y as GetApprovalSchema, z as updateFileMeta } from "../peoplesoft-CFgBFvG-.js";
|
|
2
2
|
import * as _$zod from "zod";
|
|
3
3
|
import * as _$_tanstack_start_client_core0 from "@tanstack/start-client-core";
|
|
4
4
|
import * as _$zod_v4_core0 from "zod/v4/core";
|
package/dist/models.d.ts
CHANGED
|
@@ -255,6 +255,10 @@ declare const ApprovalSchema: z$1.ZodObject<{
|
|
|
255
255
|
type Approval = z$1.infer<typeof ApprovalSchema>;
|
|
256
256
|
declare const CreateApprovalSchema: z$1.ZodObject<{
|
|
257
257
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
258
|
+
type: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodEnum<{
|
|
259
|
+
Single: "Single";
|
|
260
|
+
Batch: "Batch";
|
|
261
|
+
}>>>;
|
|
258
262
|
status: z$1.ZodEnum<{
|
|
259
263
|
WaitingForApproval: "WaitingForApproval";
|
|
260
264
|
Approved: "Approved";
|
|
@@ -263,10 +267,6 @@ declare const CreateApprovalSchema: z$1.ZodObject<{
|
|
|
263
267
|
Withdrawn: "Withdrawn";
|
|
264
268
|
Cancelled: "Cancelled";
|
|
265
269
|
}>;
|
|
266
|
-
type: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodEnum<{
|
|
267
|
-
Single: "Single";
|
|
268
|
-
Batch: "Batch";
|
|
269
|
-
}>>>;
|
|
270
270
|
id: z$1.ZodUUID;
|
|
271
271
|
applicationName: z$1.ZodString;
|
|
272
272
|
emailBody: z$1.ZodString;
|
|
@@ -262,6 +262,10 @@ declare const getApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefi
|
|
|
262
262
|
}>>;
|
|
263
263
|
declare const createApproval: _$_tanstack_start_client_core0.RequiredFetcher<undefined, z.ZodObject<{
|
|
264
264
|
number: z.ZodOptional<z.ZodString>;
|
|
265
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
266
|
+
Single: "Single";
|
|
267
|
+
Batch: "Batch";
|
|
268
|
+
}>>>;
|
|
265
269
|
status: z.ZodEnum<{
|
|
266
270
|
WaitingForApproval: "WaitingForApproval";
|
|
267
271
|
Approved: "Approved";
|
|
@@ -270,10 +274,6 @@ declare const createApproval: _$_tanstack_start_client_core0.RequiredFetcher<und
|
|
|
270
274
|
Withdrawn: "Withdrawn";
|
|
271
275
|
Cancelled: "Cancelled";
|
|
272
276
|
}>;
|
|
273
|
-
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
274
|
-
Single: "Single";
|
|
275
|
-
Batch: "Batch";
|
|
276
|
-
}>>>;
|
|
277
277
|
id: z.ZodUUID;
|
|
278
278
|
applicationName: z.ZodString;
|
|
279
279
|
emailBody: z.ZodString;
|
|
@@ -1092,4 +1092,4 @@ declare const getCompanyGeneralManager: _$_tanstack_start_client_core0.RequiredF
|
|
|
1092
1092
|
}>>;
|
|
1093
1093
|
//#endregion
|
|
1094
1094
|
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 };
|
|
1095
|
-
//# sourceMappingURL=peoplesoft-
|
|
1095
|
+
//# sourceMappingURL=peoplesoft-CFgBFvG-.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wcz-layout",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tanstack-intent"
|
|
7
7
|
],
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://gitlab.wistron.com/wcz/it-developers/layout/tanstack.git"
|
|
11
|
+
},
|
|
8
12
|
"files": [
|
|
9
13
|
"dist",
|
|
10
14
|
"skills",
|