update manualStatus field to be nullable
This commit is contained in:
@@ -130,6 +130,7 @@ const listPermitResponse = z.object({
|
||||
const updatePermitInput = z.object({
|
||||
manualStatus: z
|
||||
.enum(["Ready To Issue", "Issued", "Invoiced", "Paid", "Closed"])
|
||||
.nullable()
|
||||
.optional(),
|
||||
assignedTo: z.string().optional(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user