@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
17 lines • 747 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupplierIdentifierType = void 0;
var SupplierIdentifierType;
(function (SupplierIdentifierType) {
SupplierIdentifierType["_01"] = "01";
SupplierIdentifierType["_02"] = "02";
SupplierIdentifierType["_04"] = "04";
SupplierIdentifierType["_05"] = "05";
SupplierIdentifierType["_06"] = "06";
SupplierIdentifierType["_07"] = "07";
SupplierIdentifierType["_12"] = "12";
SupplierIdentifierType["_13"] = "13";
SupplierIdentifierType["_16"] = "16";
SupplierIdentifierType["_23"] = "23";
})(SupplierIdentifierType || (exports.SupplierIdentifierType = SupplierIdentifierType = {}));
//# sourceMappingURL=SupplierIdentifierType.js.map