statusMapping.js
1 "use strict"; 2 3 module.exports.STATUS_MAPPING = { 4 mapped: 1, 5 valid: 2, 6 disallowed: 3, 7 disallowed_STD3_valid: 4, // eslint-disable-line camelcase 8 disallowed_STD3_mapped: 5, // eslint-disable-line camelcase 9 deviation: 6, 10 ignored: 7 11 };