Member Junction
    Preparing search index...

    Variable MJAIBridgeAgentIdentitySchemaConst

    MJAIBridgeAgentIdentitySchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Agent: ZodNullable<ZodString>;
            AgentID: ZodString;
            Configuration: ZodNullable<ZodString>;
            DisplayName: ZodNullable<ZodString>;
            ID: ZodString;
            IdentityType: ZodUnion<
                [
                    ZodLiteral<"AccountID">,
                    ZodLiteral<"Email">,
                    ZodLiteral<"PhoneNumber">,
                ],
            >;
            IdentityValue: ZodString;
            IsActive: ZodBoolean;
            Provider: ZodString;
            ProviderID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Agent?: string;
            AgentID?: string;
            Configuration?: string;
            DisplayName?: string;
            ID?: string;
            IdentityType?: "AccountID"
            | "Email"
            | "PhoneNumber";
            IdentityValue?: string;
            IsActive?: boolean;
            Provider?: string;
            ProviderID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Agent?: string;
            AgentID?: string;
            Configuration?: string;
            DisplayName?: string;
            ID?: string;
            IdentityType?: "AccountID"
            | "Email"
            | "PhoneNumber";
            IdentityValue?: string;
            IsActive?: boolean;
            Provider?: string;
            ProviderID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: AI Bridge Agent Identities