expose manualStatus field in responses
This commit is contained in:
@@ -81,6 +81,7 @@ export async function listPermits(params: PageQueryParams, tenantId: string) {
|
||||
permitDate: 1,
|
||||
stage: 1,
|
||||
status: 1,
|
||||
manualStatus: 1,
|
||||
link: 1,
|
||||
address: 1,
|
||||
recordType: 1,
|
||||
@@ -238,6 +239,7 @@ export async function searchPermit(params: PageQueryParams, tenantId: string) {
|
||||
permitDate: 1,
|
||||
stage: 1,
|
||||
status: 1,
|
||||
manualStatus: 1,
|
||||
link: 1,
|
||||
address: 1,
|
||||
recordType: 1,
|
||||
|
||||
@@ -49,6 +49,7 @@ export async function listProcessedPermits(
|
||||
permitDate: 1,
|
||||
stage: 1,
|
||||
status: 1,
|
||||
manualStatus: 1,
|
||||
link: 1,
|
||||
address: 1,
|
||||
recordType: 1,
|
||||
|
||||
Reference in New Issue
Block a user