"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Permission = void 0; var Permission; (function (Permission) { 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 = Permission.target || (Permission.target = {})); let action; (function (action) { action["GET"] = "GET"; action["CREATE"] = "CREATE"; action["UPDATE"] = "UPDATE"; action["DELETE"] = "DELETE"; action["IMPORT"] = "IMPORT"; })(action = Permission.action || (Permission.action = {})); })(Permission = exports.Permission || (exports.Permission = {}));