@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
39 lines • 2.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IllustrationAndOtherContentType = void 0;
var IllustrationAndOtherContentType;
(function (IllustrationAndOtherContentType) {
IllustrationAndOtherContentType["_00"] = "00";
IllustrationAndOtherContentType["_01"] = "01";
IllustrationAndOtherContentType["_02"] = "02";
IllustrationAndOtherContentType["_03"] = "03";
IllustrationAndOtherContentType["_04"] = "04";
IllustrationAndOtherContentType["_05"] = "05";
IllustrationAndOtherContentType["_06"] = "06";
IllustrationAndOtherContentType["_07"] = "07";
IllustrationAndOtherContentType["_08"] = "08";
IllustrationAndOtherContentType["_09"] = "09";
IllustrationAndOtherContentType["_10"] = "10";
IllustrationAndOtherContentType["_11"] = "11";
IllustrationAndOtherContentType["_12"] = "12";
IllustrationAndOtherContentType["_13"] = "13";
IllustrationAndOtherContentType["_14"] = "14";
IllustrationAndOtherContentType["_15"] = "15";
IllustrationAndOtherContentType["_16"] = "16";
IllustrationAndOtherContentType["_17"] = "17";
IllustrationAndOtherContentType["_18"] = "18";
IllustrationAndOtherContentType["_19"] = "19";
IllustrationAndOtherContentType["_20"] = "20";
IllustrationAndOtherContentType["_21"] = "21";
IllustrationAndOtherContentType["_22"] = "22";
IllustrationAndOtherContentType["_23"] = "23";
IllustrationAndOtherContentType["_24"] = "24";
IllustrationAndOtherContentType["_25"] = "25";
IllustrationAndOtherContentType["_26"] = "26";
IllustrationAndOtherContentType["_27"] = "27";
IllustrationAndOtherContentType["_28"] = "28";
IllustrationAndOtherContentType["_29"] = "29";
IllustrationAndOtherContentType["_30"] = "30";
IllustrationAndOtherContentType["_31"] = "31";
})(IllustrationAndOtherContentType || (exports.IllustrationAndOtherContentType = IllustrationAndOtherContentType = {}));
//# sourceMappingURL=IllustrationAndOtherContentType.js.map