mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
add monitoring
This commit is contained in:
@@ -155,8 +155,16 @@ const Attachments = z.object({
|
||||
FileSize: z.number().optional(),
|
||||
});
|
||||
|
||||
const OwnerSchema = z.object({
|
||||
wxUserId: z.number(),
|
||||
wxFullName: z.string(),
|
||||
wxeMail: z.string(),
|
||||
userPhoto: z.string(),
|
||||
});
|
||||
|
||||
|
||||
const EventToApproveDetails = z.object({
|
||||
owner: OwnerSchema,
|
||||
serialNumber: z.string(),
|
||||
taskStatus: z.string().nullable(),
|
||||
originator: OriginatorSchema,
|
||||
|
||||
Reference in New Issue
Block a user