expose manualStatus field in responses

This commit is contained in:
2025-03-17 14:16:59 +05:30
parent d22e900316
commit cc275b181c
2 changed files with 3 additions and 0 deletions

View File

@@ -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,

View File

@@ -49,6 +49,7 @@ export async function listProcessedPermits(
permitDate: 1,
stage: 1,
status: 1,
manualStatus: 1,
link: 1,
address: 1,
recordType: 1,