Variable MJContentItemSchemaConst
MJContentItemSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Checksum: ZodNullable<ZodString>;
ContentFileType: ZodString;
ContentFileTypeID: ZodString;
ContentSource: ZodNullable<ZodString>;
ContentSourceID: ZodString;
ContentSourceType: ZodString;
ContentSourceTypeID: ZodString;
ContentType: ZodString;
ContentTypeID: ZodString;
Description: ZodNullable<ZodString>;
EmbeddingModel: ZodNullable<ZodString>;
EmbeddingModelID: ZodNullable<ZodString>;
EmbeddingStatus: ZodUnion<
[
ZodLiteral<"Complete">,
ZodLiteral<"Failed">,
ZodLiteral<"Pending">,
ZodLiteral<"Processing">,
ZodLiteral<"Skipped">,
],
>;
EntityRecordDocument: ZodNullable<ZodString>;
EntityRecordDocumentID: ZodNullable<ZodString>;
ID: ZodString;
LastEmbeddedAt: ZodNullable<ZodDate>;
LastTaggedAt: ZodNullable<ZodDate>;
Name: ZodNullable<ZodString>;
TaggingStatus: ZodUnion<
[
ZodLiteral<"Complete">,
ZodLiteral<"Failed">,
ZodLiteral<"Pending">,
ZodLiteral<"Processing">,
ZodLiteral<"Skipped">,
],
>;
Text: ZodNullable<ZodString>;
URL: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Checksum?: string;
ContentFileType?: string;
ContentFileTypeID?: string;
ContentSource?: string;
ContentSourceID?: string;
ContentSourceType?: string;
ContentSourceTypeID?: string;
ContentType?: string;
ContentTypeID?: string;
Description?: string;
EmbeddingModel?: string;
EmbeddingModelID?: string;
EmbeddingStatus?: | "Pending"
| "Complete"
| "Failed"
| "Skipped"
| "Processing";
EntityRecordDocument?: string;
EntityRecordDocumentID?: string;
ID?: string;
LastEmbeddedAt?: Date;
LastTaggedAt?: Date;
Name?: string;
TaggingStatus?: | "Pending"
| "Complete"
| "Failed"
| "Skipped"
| "Processing";
Text?: string;
URL?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Checksum?: string;
ContentFileType?: string;
ContentFileTypeID?: string;
ContentSource?: string;
ContentSourceID?: string;
ContentSourceType?: string;
ContentSourceTypeID?: string;
ContentType?: string;
ContentTypeID?: string;
Description?: string;
EmbeddingModel?: string;
EmbeddingModelID?: string;
EmbeddingStatus?: | "Pending"
| "Complete"
| "Failed"
| "Skipped"
| "Processing";
EntityRecordDocument?: string;
EntityRecordDocumentID?: string;
ID?: string;
LastEmbeddedAt?: Date;
LastTaggedAt?: Date;
Name?: string;
TaggingStatus?: | "Pending"
| "Complete"
| "Failed"
| "Skipped"
| "Processing";
Text?: string;
URL?: string;
},
> = ...
zod schema definition for the entity MJ: Content Items