UNPKG

onix-codelist

Version:
30 lines (29 loc) 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BiblePurpose = void 0; var BiblePurpose; (function (BiblePurpose) { BiblePurpose[BiblePurpose["Award"] = 'AW'] = "Award"; BiblePurpose[BiblePurpose["Baby"] = 'BB'] = "Baby"; BiblePurpose[BiblePurpose["Bride"] = 'BR'] = "Bride"; BiblePurpose[BiblePurpose["Confirmation"] = 'CF'] = "Confirmation"; BiblePurpose[BiblePurpose["Childrens"] = 'CH'] = "Childrens"; BiblePurpose[BiblePurpose["Compact"] = 'CM'] = "Compact"; BiblePurpose[BiblePurpose["CrossReference"] = 'CR'] = "CrossReference"; BiblePurpose[BiblePurpose["DailyReadings"] = 'DR'] = "DailyReadings"; BiblePurpose[BiblePurpose["Devotional"] = 'DV'] = "Devotional"; BiblePurpose[BiblePurpose["Family"] = 'FM'] = "Family"; BiblePurpose[BiblePurpose["GeneralText"] = 'GT'] = "GeneralText"; BiblePurpose[BiblePurpose["Gift"] = 'GF'] = "Gift"; BiblePurpose[BiblePurpose["LecternPulpit"] = 'LP'] = "LecternPulpit"; BiblePurpose[BiblePurpose["Mens"] = 'MN'] = "Mens"; BiblePurpose[BiblePurpose["PrimarySchool"] = 'PS'] = "PrimarySchool"; BiblePurpose[BiblePurpose["Pew"] = 'PW'] = "Pew"; BiblePurpose[BiblePurpose["Scholarly"] = 'SC'] = "Scholarly"; BiblePurpose[BiblePurpose["Slimline"] = 'SL'] = "Slimline"; BiblePurpose[BiblePurpose["Student"] = 'ST'] = "Student"; BiblePurpose[BiblePurpose["Study"] = 'SU'] = "Study"; BiblePurpose[BiblePurpose["WeddingGift"] = 'WG'] = "WeddingGift"; BiblePurpose[BiblePurpose["Womens"] = 'WM'] = "Womens"; BiblePurpose[BiblePurpose["Youth"] = 'YT'] = "Youth"; })(BiblePurpose = exports.BiblePurpose || (exports.BiblePurpose = {}));