Variable MJAIAgentPermissionSchemaConst
MJAIAgentPermissionSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Agent: ZodNullable<ZodString>;
AgentID: ZodString;
CanDelete: ZodBoolean;
CanEdit: ZodBoolean;
CanRun: ZodBoolean;
CanView: ZodBoolean;
Comments: ZodNullable<ZodString>;
ID: ZodString;
Role: ZodNullable<ZodString>;
RoleID: ZodNullable<ZodString>;
User: ZodNullable<ZodString>;
UserID: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Agent?: string;
AgentID?: string;
CanDelete?: boolean;
CanEdit?: boolean;
CanRun?: boolean;
CanView?: boolean;
Comments?: string;
ID?: string;
Role?: string;
RoleID?: string;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Agent?: string;
AgentID?: string;
CanDelete?: boolean;
CanEdit?: boolean;
CanRun?: boolean;
CanView?: boolean;
Comments?: string;
ID?: string;
Role?: string;
RoleID?: string;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: AI Agent Permissions