fix(f4): align embedded INF status in act contract
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
type InspectionAssetSummary,
|
||||
type InspectionPerson,
|
||||
type InspectionReportPdfStatus,
|
||||
type InspectionReportStatus,
|
||||
type InspectionVisitStatus,
|
||||
type PageMeta,
|
||||
} from './api';
|
||||
@@ -35,6 +34,7 @@ export type InspectionActVersionEventF4 =
|
||||
export type InspectionActUrgencyF4 = 'URGENT' | 'NON_URGENT';
|
||||
export type InspectionDeadlineDayTypeF4 = 'BUSINESS' | 'CALENDAR';
|
||||
export type InspectionDeadlineBasisF4 = 'ACT_DATE' | 'GEDO_DATE';
|
||||
export type InspectionReportStatusF4 = 'WORKING' | 'OFFICIALIZED' | 'FROZEN' | 'CANCELLED';
|
||||
|
||||
export interface InspectionActListItemF4 {
|
||||
id: string;
|
||||
@@ -76,7 +76,7 @@ export interface InspectionActListItemF4 {
|
||||
report: null | {
|
||||
id: string;
|
||||
code: string;
|
||||
status: InspectionReportStatus;
|
||||
status: InspectionReportStatusF4;
|
||||
pdfStatus: InspectionReportPdfStatus;
|
||||
generatedAt: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user