onix-codelist
Version:
ONIX 3.0 Code lists
17 lines (16 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StudyBibleType = void 0;
var StudyBibleType;
(function (StudyBibleType) {
StudyBibleType[StudyBibleType["CambridgeAnnotated"] = 'CAM'] = "CambridgeAnnotated";
StudyBibleType[StudyBibleType["LifeApplication"] = 'LIF'] = "LifeApplication";
StudyBibleType[StudyBibleType["Macarthur"] = 'MAC'] = "Macarthur";
StudyBibleType[StudyBibleType["OxfordAnnotated"] = 'OXF'] = "OxfordAnnotated";
StudyBibleType[StudyBibleType["StudiebibelDetNyeTestamentet"] = 'NNT'] = "StudiebibelDetNyeTestamentet";
StudyBibleType[StudyBibleType["NewOxfordAnnotated"] = 'NOX'] = "NewOxfordAnnotated";
StudyBibleType[StudyBibleType["NorskStudiebibel"] = 'NSB'] = "NorskStudiebibel";
StudyBibleType[StudyBibleType["Ryrie"] = 'RYR'] = "Ryrie";
StudyBibleType[StudyBibleType["Scofield"] = 'SCO'] = "Scofield";
StudyBibleType[StudyBibleType["SpiritFilled"] = 'SPR'] = "SpiritFilled";
})(StudyBibleType = exports.StudyBibleType || (exports.StudyBibleType = {}));