cecon-interfaces
Version:
Interfaces de Projetos Cecon
16 lines (15 loc) • 634 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EWebhookType = void 0;
var EWebhookType;
(function (EWebhookType) {
EWebhookType["PING"] = "PING";
EWebhookType["GET_PRODUCT"] = "GET_PRODUCT";
EWebhookType["SEND_ORDER"] = "SEND_ORDER";
EWebhookType["GET_ORDER"] = "GET_ORDER";
EWebhookType["CANCEL_ORDER"] = "CANCEL_ORDER";
EWebhookType["GET_ORDER_STATUS"] = "GET_ORDER_STATUS";
EWebhookType["NFCE_GET_XML"] = "NFCE_GET_XML";
EWebhookType["GET_TAB"] = "GET_TAB";
EWebhookType["VISION"] = "VISION";
})(EWebhookType || (exports.EWebhookType = EWebhookType = {}));