@cobuildlab/fcp-shared
Version:
Shared type definitions and utils for FCP modules
37 lines • 1.27 kB
JavaScript
export var DriverDocumentType;
(function (DriverDocumentType) {
DriverDocumentType["All"] = "ALL";
DriverDocumentType["CommercialDriverLicense"] = "COMMERCIAL_DRIVER_LICENSE";
DriverDocumentType["EmploymentApplication"] = "EMPLOYMENT_APPLICATION";
DriverDocumentType["MvrReport"] = "MVR_REPORT";
DriverDocumentType["MedicalCertificate"] = "MEDICAL_CERTIFICATE";
DriverDocumentType["MedicalExaminerVerificationNote"] = "MEDICAL_EXAMINER_VERIFICATION_NOTE";
})(DriverDocumentType || (DriverDocumentType = {}));
export const DRIVER_DOCUMENT_TYPES = [
{
name: 'All',
value: DriverDocumentType.All,
},
{
name: 'Commercial Driver License',
value: DriverDocumentType.CommercialDriverLicense,
},
{
name: 'Employment Application',
value: DriverDocumentType.EmploymentApplication,
},
{
name: 'MVR Report',
value: DriverDocumentType.MvrReport,
},
{
name: 'Medical Certificate',
value: DriverDocumentType.MedicalCertificate,
},
{
name: 'Medical Examiner Verification Note',
value: DriverDocumentType.MedicalExaminerVerificationNote,
},
];
export * from './commercial-driver-license';
//# sourceMappingURL=index.js.map