@botonic/plugin-hubtype-analytics
Version:
Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord
13 lines • 830 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebviewEndFailType = exports.KnowledgebaseFailReason = exports.EventAction = exports.EventType = void 0;
const core_1 = require("@botonic/core");
Object.defineProperty(exports, "EventAction", { enumerable: true, get: function () { return core_1.EventAction; } });
Object.defineProperty(exports, "KnowledgebaseFailReason", { enumerable: true, get: function () { return core_1.KnowledgebaseFailReason; } });
Object.defineProperty(exports, "WebviewEndFailType", { enumerable: true, get: function () { return core_1.WebviewEndFailType; } });
var EventType;
(function (EventType) {
EventType["BotEvent"] = "botevent";
EventType["WebEvent"] = "webevent";
})(EventType || (exports.EventType = EventType = {}));
//# sourceMappingURL=types.js.map