caprover-api
Version:
API client for CapRover
15 lines (14 loc) • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProAlertEvent = exports.ProAlertActionType = void 0;
var ProAlertActionType;
(function (ProAlertActionType) {
ProAlertActionType["email"] = "email";
ProAlertActionType["webhook"] = "webhook";
})(ProAlertActionType || (exports.ProAlertActionType = ProAlertActionType = {}));
var ProAlertEvent;
(function (ProAlertEvent) {
ProAlertEvent["UserLoggedIn"] = "UserLoggedIn";
ProAlertEvent["AppBuildSuccessful"] = "AppBuildSuccessful";
ProAlertEvent["AppBuildFailed"] = "AppBuildFailed";
})(ProAlertEvent || (exports.ProAlertEvent = ProAlertEvent = {}));