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