Variable MJSearchScopeSchemaConst
MJSearchScopeSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Description: ZodNullable<ZodString>;
EndAt: ZodNullable<ZodDate>;
Icon: ZodNullable<ZodString>;
ID: ZodString;
IsDefault: ZodBoolean;
IsGlobal: ZodBoolean;
Name: ZodString;
OwnerUser: ZodNullable<ZodString>;
OwnerUserID: ZodNullable<ZodString>;
RerankerBudgetCents: ZodNullable<ZodNumber>;
ScopeConfig: ZodNullable<ZodString>;
SearchContextConfig: ZodNullable<ZodString>;
StartAt: ZodNullable<ZodDate>;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Inactive">]>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
EndAt?: Date;
Icon?: string;
ID?: string;
IsDefault?: boolean;
IsGlobal?: boolean;
Name?: string;
OwnerUser?: string;
OwnerUserID?: string;
RerankerBudgetCents?: number;
ScopeConfig?: string;
SearchContextConfig?: string;
StartAt?: Date;
Status?: "Active"
| "Inactive";
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
EndAt?: Date;
Icon?: string;
ID?: string;
IsDefault?: boolean;
IsGlobal?: boolean;
Name?: string;
OwnerUser?: string;
OwnerUserID?: string;
RerankerBudgetCents?: number;
ScopeConfig?: string;
SearchContextConfig?: string;
StartAt?: Date;
Status?: "Active"
| "Inactive";
},
> = ...
zod schema definition for the entity MJ: Search Scopes