expose utility field for list operations

This commit is contained in:
2025-04-29 15:07:54 +05:30
parent c2df46bdc1
commit 1c0111349e
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ export async function listPermits(params: PageQueryParams, tenantId: string) {
stage: 1,
status: 1,
manualStatus: 1,
utility: 1,
link: 1,
address: 1,
recordType: 1,
@@ -240,6 +241,7 @@ export async function searchPermit(params: PageQueryParams, tenantId: string) {
stage: 1,
status: 1,
manualStatus: 1,
utility: 1,
link: 1,
address: 1,
recordType: 1,

View File

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