@infrasoftbe/vnv-sdk
    Preparing search index...

    Variable ObjectConst

    Object: ZodObject<
        {
            create_dt: ZodNumber;
            id: ZodString;
            name: ZodString;
            token: ZodString;
            update_dt: ZodNumber;
        } & {
            meta: ZodObject<
                Pick<
                    {
                        alias: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        assignee: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        author: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        buisnessPhones: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        category: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        children: ZodOptional<
                            ZodOptional<ZodNullable<ZodArray<ZodAny, "many">>>,
                        >;
                        completeness: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        consistant: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        consistency: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        content: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        correctness: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        dataQuality: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        dateModified: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        dateModifiedValue: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        dbStatus: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        default: ZodOptional<ZodOptional<ZodNullable<ZodBoolean>>>;
                        description: ZodEffects<
                            ZodNullable<ZodString>,
                            string | string[],
                            string,
                        >;
                        email: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        endDate: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        estimateCost: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        estimateTime: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        extension: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        external: ZodEffects<
                            ZodNullable<
                                ZodObject<
                                    {
                                        excel: ZodEffects<(...), (...), (...)>;
                                        graph365: ZodEffects<(...), (...), (...)>;
                                        jira: ZodEffects<(...), (...), (...)>;
                                        relatics: ZodEffects<(...), (...), (...)>;
                                        sharepoint: ZodEffects<(...), (...), (...)>;
                                        testlink: ZodEffects<(...), (...), (...)>;
                                    },
                                    "strip",
                                    ZodTypeAny,
                                    {
                                        excel?: any;
                                        graph365?: any;
                                        jira?: any;
                                        relatics?: any;
                                        sharepoint?: any;
                                        testlink?: any;
                                    },
                                    {
                                        excel?: { token?: ... };
                                        graph365?: { id?: ...; url?: ... };
                                        jira?: { id?: ...; url?: ... };
                                        relatics?: { id?: ...; url?: ... };
                                        sharepoint?: { id?: ...; url?: ... };
                                        testlink?: { id?: ...; url?: ... };
                                    },
                                >,
                            >,
                            any,
                            {
                                excel?: { token?: string };
                                graph365?: { id?: string; url?: string };
                                jira?: { id?: string; url?: string };
                                relatics?: { id?: string; url?: string };
                                sharepoint?: { id?: string; url?: string };
                                testlink?: { id?: string; url?: string };
                            },
                        >;
                        fileSize: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        fileSizeRaw: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        fileType: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        first_name: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        groups: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        itemPath: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        jobTitle: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        key: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        last_name: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        linkItem: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        liveview: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        metatag: ZodOptional<
                            ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>,
                        >;
                        mimeType: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        modifiedBy: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        modile: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        officeLocaltion: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        path: ZodEffects<
                            ZodNullable<ZodArray<ZodString, "many">>,
                            any,
                            string[],
                        >;
                        preferredLanguage: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        project_id: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        projectStatus: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        rat: ZodOptional<
                            ZodOptional<
                                ZodNullable<
                                    ZodObject<
                                        {
                                            numericQuality: ...;
                                            qualityDate: ...;
                                            qualityLevel: ...;
                                            qualitySummary: ...;
                                        },
                                        "strip",
                                        ZodTypeAny,
                                        {
                                            numericQuality?: ...;
                                            qualityDate?: ...;
                                            qualityLevel?: ...;
                                            qualitySummary?: ...;
                                        },
                                        {
                                            numericQuality?: ...;
                                            qualityDate?: ...;
                                            qualityLevel?: ...;
                                            qualitySummary?: ...;
                                        },
                                    >,
                                >,
                            >,
                        >;
                        ref_extern: ZodEffects<
                            ZodNullable<ZodString>,
                            string | string[],
                            string,
                        >;
                        register_dt: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        remark: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        resolve_dt: ZodOptional<ZodOptional<ZodNullable<ZodNumber>>>;
                        site: ZodOptional<
                            ZodOptional<
                                ZodNullable<
                                    ZodObject<
                                        { id: ...; url: ... },
                                        "strip",
                                        ZodTypeAny,
                                        { id?: ...; url?: ... },
                                        { id?: ...; url?: ... },
                                    >,
                                >,
                            >,
                        >;
                        startDate: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        status: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        tags: ZodOptional<
                            ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>,
                        >;
                        type: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        url: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        userGroup: ZodEffects<
                            ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>,
                            any,
                            string[],
                        >;
                        userPrincipalName: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        validationType: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        value: ZodOptional<ZodOptional<ZodNullable<ZodString>>>;
                        views: ZodOptional<
                            ZodOptional<
                                ZodNullable<
                                    ZodObject<
                                        { bubble: ...; forceDirectedTree: ...; listView: ... },
                                        "strip",
                                        ZodTypeAny,
                                        { bubble?: ...; forceDirectedTree?: ...; listView?: ... },
                                        { bubble?: ...; forceDirectedTree?: ...; listView?: ... },
                                    >,
                                >,
                            >,
                        >;
                    },
                    | "path"
                    | "description"
                    | "ref_extern"
                    | "external"
                    | "estimateTime"
                    | "estimateCost",
                >,
                "strip",
                ZodTypeAny,
                {
                    description?: string
                    | string[];
                    estimateCost?: string;
                    estimateTime?: string;
                    external?: any;
                    path?: any;
                    ref_extern?: string | string[];
                },
                {
                    description?: string;
                    estimateCost?: string;
                    estimateTime?: string;
                    external?: {
                        excel?: { token?: string };
                        graph365?: { id?: string; url?: string };
                        jira?: { id?: string; url?: string };
                        relatics?: { id?: string; url?: string };
                        sharepoint?: { id?: string; url?: string };
                        testlink?: { id?: string; url?: string };
                    };
                    path?: string[];
                    ref_extern?: string;
                },
            >;
            type: ZodLiteral<"object">;
        },
        "strip",
        ZodTypeAny,
        {
            create_dt?: number;
            id?: string;
            meta?: {
                description?: string
                | string[];
                estimateCost?: string;
                estimateTime?: string;
                external?: any;
                path?: any;
                ref_extern?: string | string[];
            };
            name?: string;
            token?: string;
            type?: "object";
            update_dt?: number;
        },
        {
            create_dt?: number;
            id?: string;
            meta?: {
                description?: string;
                estimateCost?: string;
                estimateTime?: string;
                external?: {
                    excel?: { token?: string };
                    graph365?: { id?: string; url?: string };
                    jira?: { id?: string; url?: string };
                    relatics?: { id?: string; url?: string };
                    sharepoint?: { id?: string; url?: string };
                    testlink?: { id?: string; url?: string };
                };
                path?: string[];
                ref_extern?: string;
            };
            name?: string;
            token?: string;
            type?: "object";
            update_dt?: number;
        },
    > = ...