Variable EntityDocumentSchemaConst
EntityDocumentSchema: ZodObject<{
AIModel: ZodString;
AIModelID: ZodString;
AbsoluteMatchThreshold: ZodNumber;
Entity: ZodString;
EntityID: ZodString;
ID: ZodString;
Name: ZodString;
PotentialMatchThreshold: ZodNumber;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Inactive">]>;
Template: ZodString;
TemplateID: ZodString;
Type: ZodString;
TypeID: ZodString;
VectorDatabase: ZodString;
VectorDatabaseID: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
AIModel?: string;
AIModelID?: string;
AbsoluteMatchThreshold?: number;
Entity?: string;
EntityID?: string;
ID?: string;
Name?: string;
PotentialMatchThreshold?: number;
Status?: "Active" | "Inactive";
Template?: string;
TemplateID?: string;
Type?: string;
TypeID?: string;
VectorDatabase?: string;
VectorDatabaseID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
AIModel?: string;
AIModelID?: string;
AbsoluteMatchThreshold?: number;
Entity?: string;
EntityID?: string;
ID?: string;
Name?: string;
PotentialMatchThreshold?: number;
Status?: "Active" | "Inactive";
Template?: string;
TemplateID?: string;
Type?: string;
TypeID?: string;
VectorDatabase?: string;
VectorDatabaseID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
AIModel: ZodString
AIModelID: ZodString
AbsoluteMatchThreshold: ZodNumber
Entity: ZodString
EntityID: ZodString
ID: ZodString
Name: ZodString
PotentialMatchThreshold: ZodNumber
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Inactive">]>
Template: ZodString
TemplateID: ZodString
Type: ZodString
TypeID: ZodString
VectorDatabase: ZodString
VectorDatabaseID: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional AIModel?: string
Optional AIModelID?: string
Optional AbsoluteMatchThreshold?: number
Optional Entity?: string
Optional EntityID?: string
Optional ID?: string
Optional Name?: string
Optional PotentialMatchThreshold?: number
Optional Status?: "Active" | "Inactive"
Optional Template?: string
Optional TemplateID?: string
Optional Type?: string
Optional TypeID?: string
Optional VectorDatabase?: string
Optional VectorDatabaseID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional AIModel?: string
Optional AIModelID?: string
Optional AbsoluteMatchThreshold?: number
Optional Entity?: string
Optional EntityID?: string
Optional ID?: string
Optional Name?: string
Optional PotentialMatchThreshold?: number
Optional Status?: "Active" | "Inactive"
Optional Template?: string
Optional TemplateID?: string
Optional Type?: string
Optional TypeID?: string
Optional VectorDatabase?: string
Optional VectorDatabaseID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Entity Documents