updated possible values for manualStatus
This commit is contained in:
@@ -132,7 +132,16 @@ const listPermitResponse = z.object({
|
||||
|
||||
const updatePermitInput = z.object({
|
||||
manualStatus: z
|
||||
.enum(["Ready To Issue", "Issued", "Invoiced", "Paid", "Closed"])
|
||||
.enum([
|
||||
"Ready To Issue",
|
||||
"Issued",
|
||||
"Paid",
|
||||
"Closed",
|
||||
"Requested Issuance",
|
||||
"Rejected",
|
||||
"On Hold",
|
||||
"Ready to Download",
|
||||
])
|
||||
.nullable()
|
||||
.optional(),
|
||||
utility: z
|
||||
|
||||
Reference in New Issue
Block a user