"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.desc = void 0; var Action_1 = require("./Action"); exports.desc = { attributes: { applicationId: { type: "ref", ref: "application" }, entity: { notNull: true, type: "varchar", params: { length: 32 }, ref: ["email", "mobile", "wechatUser"] }, entityId: { notNull: true, type: "varchar", params: { length: 64 } }, userId: { type: "ref", ref: "user" }, playerId: { type: "ref", ref: "user" }, env: { notNull: true, type: "object" }, ableState: { type: "enum", enumeration: ["enabled", "disabled"] } }, actionType: "crud", actions: Action_1.actions };