@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
16 lines • 737 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationOrUpdateType = void 0;
var NotificationOrUpdateType;
(function (NotificationOrUpdateType) {
NotificationOrUpdateType["_01"] = "01";
NotificationOrUpdateType["_02"] = "02";
NotificationOrUpdateType["_03"] = "03";
NotificationOrUpdateType["_04"] = "04";
NotificationOrUpdateType["_05"] = "05";
NotificationOrUpdateType["_08"] = "08";
NotificationOrUpdateType["_09"] = "09";
NotificationOrUpdateType["_88"] = "88";
NotificationOrUpdateType["_89"] = "89";
})(NotificationOrUpdateType || (exports.NotificationOrUpdateType = NotificationOrUpdateType = {}));
//# sourceMappingURL=NotificationOrUpdateType.js.map