Variable MJAIRemoteBrowserProviderSchemaConst
MJAIRemoteBrowserProviderSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ConfigSchema: ZodNullable<ZodString>;
Configuration: ZodNullable<ZodString>;
DefaultControlMode: ZodUnion<
[
ZodLiteral<"AgentOnly">,
ZodLiteral<"Collaborative">,
ZodLiteral<"ViewOnly">,
],
>;
Description: ZodNullable<ZodString>;
DriverClass: ZodString;
ID: ZodString;
Name: ZodString;
ProviderType: ZodUnion<[ZodLiteral<"SelfHost">, ZodLiteral<"Service">]>;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Disabled">]>;
SupportedFeatures: ZodNullable<ZodAny>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ConfigSchema?: string;
Configuration?: string;
DefaultControlMode?: "AgentOnly"
| "Collaborative"
| "ViewOnly";
Description?: string;
DriverClass?: string;
ID?: string;
Name?: string;
ProviderType?: "SelfHost" | "Service";
Status?: "Active" | "Disabled";
SupportedFeatures?: any;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ConfigSchema?: string;
Configuration?: string;
DefaultControlMode?: "AgentOnly"
| "Collaborative"
| "ViewOnly";
Description?: string;
DriverClass?: string;
ID?: string;
Name?: string;
ProviderType?: "SelfHost" | "Service";
Status?: "Active" | "Disabled";
SupportedFeatures?: any;
},
> = ...
zod schema definition for the entity MJ: AI Remote Browser Providers