expose utility field for list operations
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -80,6 +80,7 @@ export async function listProcessedPermits(
|
||||
stage: 1,
|
||||
status: 1,
|
||||
manualStatus: 1,
|
||||
utility: 1,
|
||||
link: 1,
|
||||
address: 1,
|
||||
recordType: 1,
|
||||
|
||||
Reference in New Issue
Block a user