Member Junction
    Preparing search index...

    Variable MJArtifactVersionSchemaConst

    MJArtifactVersionSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Artifact: ZodString;
            ArtifactID: ZodString;
            Comments: ZodNullable<ZodString>;
            Configuration: ZodNullable<ZodString>;
            Content: ZodNullable<ZodString>;
            ContentHash: ZodNullable<ZodString>;
            ContentMode: ZodUnion<[ZodLiteral<"File">, ZodLiteral<"Text">]>;
            ContentSizeBytes: ZodNullable<ZodNumber>;
            Description: ZodNullable<ZodString>;
            File: ZodNullable<ZodString>;
            FileID: ZodNullable<ZodString>;
            FileName: ZodNullable<ZodString>;
            ForceToolsOnly: ZodBoolean;
            ID: ZodString;
            MimeType: ZodNullable<ZodString>;
            Name: ZodNullable<ZodString>;
            User: ZodString;
            UserID: ZodString;
            VersionNumber: ZodNumber;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Artifact?: string;
            ArtifactID?: string;
            Comments?: string;
            Configuration?: string;
            Content?: string;
            ContentHash?: string;
            ContentMode?: "File"
            | "Text";
            ContentSizeBytes?: number;
            Description?: string;
            File?: string;
            FileID?: string;
            FileName?: string;
            ForceToolsOnly?: boolean;
            ID?: string;
            MimeType?: string;
            Name?: string;
            User?: string;
            UserID?: string;
            VersionNumber?: number;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Artifact?: string;
            ArtifactID?: string;
            Comments?: string;
            Configuration?: string;
            Content?: string;
            ContentHash?: string;
            ContentMode?: "File"
            | "Text";
            ContentSizeBytes?: number;
            Description?: string;
            File?: string;
            FileID?: string;
            FileName?: string;
            ForceToolsOnly?: boolean;
            ID?: string;
            MimeType?: string;
            Name?: string;
            User?: string;
            UserID?: string;
            VersionNumber?: number;
        },
    > = ...

    zod schema definition for the entity MJ: Artifact Versions