@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
28 lines • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductIdentifierType = void 0;
var ProductIdentifierType;
(function (ProductIdentifierType) {
ProductIdentifierType["_01"] = "01";
ProductIdentifierType["_02"] = "02";
ProductIdentifierType["_03"] = "03";
ProductIdentifierType["_04"] = "04";
ProductIdentifierType["_05"] = "05";
ProductIdentifierType["_06"] = "06";
ProductIdentifierType["_13"] = "13";
ProductIdentifierType["_14"] = "14";
ProductIdentifierType["_15"] = "15";
ProductIdentifierType["_17"] = "17";
ProductIdentifierType["_22"] = "22";
ProductIdentifierType["_23"] = "23";
ProductIdentifierType["_24"] = "24";
ProductIdentifierType["_25"] = "25";
ProductIdentifierType["_26"] = "26";
ProductIdentifierType["_27"] = "27";
ProductIdentifierType["_28"] = "28";
ProductIdentifierType["_29"] = "29";
ProductIdentifierType["_30"] = "30";
ProductIdentifierType["_31"] = "31";
ProductIdentifierType["_35"] = "35";
})(ProductIdentifierType || (exports.ProductIdentifierType = ProductIdentifierType = {}));
//# sourceMappingURL=ProductIdentifierType.js.map