updated possible values for manualStatus
This commit is contained in:
@@ -132,7 +132,16 @@ const listPermitResponse = z.object({
|
|||||||
|
|
||||||
const updatePermitInput = z.object({
|
const updatePermitInput = z.object({
|
||||||
manualStatus: z
|
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()
|
.nullable()
|
||||||
.optional(),
|
.optional(),
|
||||||
utility: z
|
utility: z
|
||||||
|
|||||||
Reference in New Issue
Block a user