UNPKG

@webuildbots/webuildbots-sdk

Version:
31 lines (30 loc) 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuditTypes = void 0; var AuditTypes; (function (AuditTypes) { AuditTypes["EDIT_ENTITY"] = "EDIT_ENTITY"; AuditTypes["CREATE_ENTITY"] = "CREATE_ENTITY"; AuditTypes["DELETE_ENTITY"] = "DELETE_ENTITY"; AuditTypes["EDIT_INTENT"] = "EDIT_INTENT"; AuditTypes["CREATE_INTENT"] = "CREATE_INTENT"; AuditTypes["DELETE_INTENT"] = "DELETE_INTENT"; AuditTypes["CREATE_BUILD"] = "CREATE_BUILD"; AuditTypes["DELETE_QUESTION"] = "DELETE_QUESTION"; AuditTypes["COMPLETE_TAKEOVER"] = "COMPLETE_TAKEOVER"; AuditTypes["EDIT_BLOCK"] = "EDIT_BLOCK"; AuditTypes["CREATE_BLOCK"] = "CREATE_BLOCK"; AuditTypes["DELETE_BLOCK"] = "DELETE_BLOCK"; AuditTypes["CREATE_AGENT"] = "CREATE_AGENT"; AuditTypes["EDIT_AGENT"] = "EDIT_AGENT"; AuditTypes["DELETE_AGENT"] = "DELETE_AGENT"; AuditTypes["CREATE_FORM"] = "CREATE_FORM"; AuditTypes["EDIT_FORM"] = "EDIT_FORM"; AuditTypes["DELETE_FORM"] = "DELETE_FORM"; AuditTypes["START_TAKEOVER"] = "START_TAKEOVER"; AuditTypes["GENERATE_UTTERANCES"] = "GENERATE_UTTERANCES"; AuditTypes["CREATE_ENTITY_MAPPING"] = "CREATE_ENTITY_MAPPING"; AuditTypes["DELETE_ENTITY_MAPPING"] = "DELETE_ENTITY_MAPPING"; AuditTypes["CREATE_INTENT_MAPPING"] = "CREATE_INTENT_MAPPING"; AuditTypes["DELETE_INTENT_MAPPING"] = "DELETE_INTENT_MAPPING"; })(AuditTypes = exports.AuditTypes || (exports.AuditTypes = {}));