@medusajs/utils
Version:
Medusa utilities functions shared by Medusa core and Modules
13 lines • 510 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommonEvents = void 0;
var CommonEvents;
(function (CommonEvents) {
CommonEvents["CREATED"] = "created";
CommonEvents["UPDATED"] = "updated";
CommonEvents["DELETED"] = "deleted";
CommonEvents["RESTORED"] = "restored";
CommonEvents["ATTACHED"] = "attached";
CommonEvents["DETACHED"] = "detached";
})(CommonEvents || (exports.CommonEvents = CommonEvents = {}));
//# sourceMappingURL=common-events.js.map
;