jamespot-user-api
    Preparing search index...

    Variable jUserValuesSchemaConst

    jUserValuesSchema: ZodObject<
        {
            company: ZodString;
            country: ZodString;
            dateOfBirth: ZodString;
            department: ZodString;
            description: ZodString;
            field1: ZodString;
            field2: ZodString;
            field3: ZodString;
            field4: ZodString;
            field5: ZodString;
            firstname: ZodString;
            function: ZodString;
            language: ZodUnion<
                [
                    ZodLiteral<"de">,
                    ZodLiteral<"en">,
                    ZodLiteral<"es">,
                    ZodLiteral<"fl">,
                    ZodLiteral<"fr">,
                    ZodLiteral<"it">,
                    ZodLiteral<"nl">,
                    ZodLiteral<"pl">,
                ],
            >;
            lastname: ZodString;
            mail: ZodUnion<[ZodString, ZodUndefined]>;
            mobileNumber: ZodString;
            phoneNumber: ZodString;
            timeZone: ZodString;
            title: ZodString;
            userBanner: ZodUnion<[ZodString, ZodUndefined]>;
            webSite: ZodString;
        } & {
            businessManagementManager: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            _url: ZodString;
                            id: ZodType<number, ZodTypeDef, number>;
                            mainType: ZodType<string, ZodTypeDef, string>;
                            title: ZodString;
                            type: ZodType<string, ZodTypeDef, string>;
                            uri: ZodType<string, ZodTypeDef, string>;
                        } & {
                            dateCreation: ZodString;
                            dateModified: ZodString;
                            level: ZodNativeEnum<{ ADMIN: 9; EXTERNAL: 3; GUEST: 0; USER: 5 }>;
                            variant: ZodOptional<ZodNativeEnum<{ EXTRABOT: ... }>>;
                        },
                        "strip",
                        ZodTypeAny,
                        UserLittle,
                        UserLittle,
                    >,
                    "many",
                >,
            >;
            businessNetworkingUserToCompanySrc: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            _url: ZodString;
                            id: ZodType<number, ZodTypeDef, number>;
                            mainType: ZodType<string, ZodTypeDef, string>;
                            title: ZodString;
                            type: ZodType<string, ZodTypeDef, string>;
                            uri: ZodType<string, ZodTypeDef, string>;
                        } & {
                            dateCreation: ZodString;
                            dateModified: ZodString;
                            level: ZodNativeEnum<{ ADMIN: 9; EXTERNAL: 3; GUEST: 0; USER: 5 }>;
                            variant: ZodOptional<ZodNativeEnum<{ EXTRABOT: ... }>>;
                        },
                        "strip",
                        ZodTypeAny,
                        UserLittle,
                        UserLittle,
                    >,
                    "many",
                >,
            >;
            image: ZodOptional<ZodString>;
            level: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            businessManagementManager?: UserLittle[];
            businessNetworkingUserToCompanySrc?: UserLittle[];
            company: string;
            country: string;
            dateOfBirth: string;
            department: string;
            description: string;
            field1: string;
            field2: string;
            field3: string;
            field4: string;
            field5: string;
            firstname: string;
            function: string;
            image?: string;
            language: | "es"
            | "de"
            | "en"
            | "fl"
            | "fr"
            | "it"
            | "nl"
            | "pl"
            | "pt"
            | "ro"
            | "tr";
            lastname: string;
            level: string;
            mail?: string;
            mobileNumber: string;
            phoneNumber: string;
            timeZone: string;
            title: string;
            userBanner?: string;
            webSite: string;
        },
        {
            businessManagementManager?: UserLittle[];
            businessNetworkingUserToCompanySrc?: UserLittle[];
            company: string;
            country: string;
            dateOfBirth: string;
            department: string;
            description: string;
            field1: string;
            field2: string;
            field3: string;
            field4: string;
            field5: string;
            firstname: string;
            function: string;
            image?: string;
            language: | "es"
            | "de"
            | "en"
            | "fl"
            | "fr"
            | "it"
            | "nl"
            | "pl"
            | "pt"
            | "ro"
            | "tr";
            lastname: string;
            level: string;
            mail?: string;
            mobileNumber: string;
            phoneNumber: string;
            timeZone: string;
            title: string;
            userBanner?: string;
            webSite: string;
        },
    > = ...