import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_InspectionLotWithStatus" of service "API_INSPECTIONLOT_SRV". */ export declare class InspectionLotWithStatus extends Entity implements InspectionLotWithStatusType { /** * Technical entity name for InspectionLotWithStatus. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the InspectionLotWithStatus entity */ static _keys: string[]; /** * Inspection Lot Number. * Number that uniquely identifies an inspection lot. * The inspection lot number is assigned by the system. * Maximum length: 12. */ inspectionLot: DeserializedType; /** * Inspection Lot Status Created. * Maximum length: 1. * @nullable */ inspectionLotStatusCreated?: DeserializedType | null; /** * Inspection Lot Status Released. * Maximum length: 1. * @nullable */ inspectionLotStatusReleased?: DeserializedType | null; /** * Inspection Lot Status Skip. * Maximum length: 1. * @nullable */ inspectionLotStatusSkip?: DeserializedType | null; /** * Insp Lot Status Rslts Confirmed. * Maximum length: 1. * @nullable */ inspLotStatusRsltsConfirmed?: DeserializedType | null; /** * Insp Lot Sts Defects Recorded. * Maximum length: 1. * @nullable */ inspLotStsDefectsRecorded?: DeserializedType | null; /** * Insp Lot Sts Shrt Trm Insp Cmpltd. * Maximum length: 1. * @nullable */ inspLotStsShrtTrmInspCmpltd?: DeserializedType | null; /** * Insp Lot Status Insp Completed. * Maximum length: 1. * @nullable */ inspLotStatusInspCompleted?: DeserializedType | null; /** * Insp Lot Status Canceled. * Maximum length: 1. * @nullable */ inspLotStatusCanceled?: DeserializedType | null; /** * Insp Lot Status Repair. * Maximum length: 1. * @nullable */ inspLotStatusRepair?: DeserializedType | null; } export interface InspectionLotWithStatusType { inspectionLot: DeserializedType; inspectionLotStatusCreated?: DeserializedType | null; inspectionLotStatusReleased?: DeserializedType | null; inspectionLotStatusSkip?: DeserializedType | null; inspLotStatusRsltsConfirmed?: DeserializedType | null; inspLotStsDefectsRecorded?: DeserializedType | null; inspLotStsShrtTrmInspCmpltd?: DeserializedType | null; inspLotStatusInspCompleted?: DeserializedType | null; inspLotStatusCanceled?: DeserializedType | null; inspLotStatusRepair?: DeserializedType | null; } //# sourceMappingURL=InspectionLotWithStatus.d.ts.map