update client permissions
This commit is contained in:
@@ -137,25 +137,8 @@ const listPermitResponse = z.object({
|
||||
});
|
||||
|
||||
const updatePermitInput = z.object({
|
||||
manualStatus: z
|
||||
.enum([
|
||||
"Ready To Issue",
|
||||
"Issued",
|
||||
"Paid",
|
||||
"Closed",
|
||||
"Requested Issuance",
|
||||
"Rejected",
|
||||
"On Hold",
|
||||
"Ready to Download",
|
||||
"Withdrawn",
|
||||
"Canceled",
|
||||
])
|
||||
.nullable()
|
||||
.optional(),
|
||||
utility: z
|
||||
.enum(["Submitted", "Pending", "Applied", "Rejected", "Paid"])
|
||||
.nullable()
|
||||
.optional(),
|
||||
manualStatus: z.string().nullable().optional(),
|
||||
utility: z.string().nullable().optional(),
|
||||
assignedTo: z.string().optional(),
|
||||
newPayment: z.array(z.any()).optional(),
|
||||
communityName: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user