"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponsePermission = void 0; var ResponsePermission; (function (ResponsePermission) { let target; (function (target) { target["RUNNER"] = "RUNNER"; target["ORGANIZATION"] = "ORGANIZATION"; target["TEAM"] = "TEAM"; target["TRACK"] = "TRACK"; target["USER"] = "USER"; target["USERGROUP"] = "USERGROUP"; target["PERMISSION"] = "PERMISSION"; target["STATSCLIENT"] = "STATSCLIENT"; target["DONOR"] = "DONOR"; target["SCAN"] = "SCAN"; target["STATION"] = "STATION"; target["CARD"] = "CARD"; target["DONATION"] = "DONATION"; target["CONTACT"] = "CONTACT"; target["MAIL"] = "MAIL"; })(target = ResponsePermission.target || (ResponsePermission.target = {})); let action; (function (action) { action["GET"] = "GET"; action["CREATE"] = "CREATE"; action["UPDATE"] = "UPDATE"; action["DELETE"] = "DELETE"; action["IMPORT"] = "IMPORT"; })(action = ResponsePermission.action || (ResponsePermission.action = {})); })(ResponsePermission = exports.ResponsePermission || (exports.ResponsePermission = {}));