Variable agentUpgradeFieldChangeSchemaConst
agentUpgradeFieldChangeSchema: ZodObject<
{
baseline: ZodOptional<ZodType<{} | null, ZodTypeDef, {} | null>>;
field: ZodString;
locally_edited: ZodOptional<ZodBoolean>;
new: ZodOptional<ZodType<{} | null, ZodTypeDef, {} | null>>;
old: ZodOptional<ZodType<{} | null, ZodTypeDef, {} | null>>;
},
"strip",
ZodTypeAny,
{
baseline?: {}
| null;
field: string;
locally_edited?: boolean;
new?: {} | null;
old?: {} | null;
},
{
baseline?: {}
| null;
field: string;
locally_edited?: boolean;
new?: {} | null;
old?: {} | null;
},
> = ...
Runtime validator for AgentUpgradeFieldChange.