UNPKG

onix-codelist

Version:
13 lines (12 loc) 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TitleElementLevel = void 0; var TitleElementLevel; (function (TitleElementLevel) { TitleElementLevel[TitleElementLevel["Product"] = '01'] = "Product"; TitleElementLevel[TitleElementLevel["CollectionLevel"] = '02'] = "CollectionLevel"; TitleElementLevel[TitleElementLevel["Subcollection"] = '03'] = "Subcollection"; TitleElementLevel[TitleElementLevel["ContentItem"] = '04'] = "ContentItem"; TitleElementLevel[TitleElementLevel["MasterBrand"] = '05'] = "MasterBrand"; TitleElementLevel[TitleElementLevel["SubSubcollection"] = '06'] = "SubSubcollection"; })(TitleElementLevel = exports.TitleElementLevel || (exports.TitleElementLevel = {}));