@cobuildlab/fcp-shared
Version:
Shared type definitions and utils for FCP modules
54 lines • 2.13 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.DRIVER_DOCUMENT_TYPES = exports.DriverDocumentType = void 0;
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 || (exports.DriverDocumentType = DriverDocumentType = {}));
exports.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,
},
];
__exportStar(require("./commercial-driver-license"), exports);
//# sourceMappingURL=index.js.map