diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index edddbacb..f3e0133e 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -9,9 +9,9 @@ export type VendorInvestigationsViewRaw = { requesterId: number | null qmManagerId: number | null investigationStatus: "PLANNED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED" - evaluationType: "SITE_AUDIT" | "QM_SELF_AUDIT" | null + evaluationType: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" investigationAddress: string | null - investigationMethod: string | null + investigationMethod: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" | null scheduledStartAt: Date | null scheduledEndAt: Date | null forecastedAt: Date | null |
