jamespot-user-api
    Preparing search index...

    Variable jRecurringEventOccurrenceViewFalsySchemaConst

    jRecurringEventOccurrenceViewFalsySchema: ZodObject<
        {
            _audience: ZodArray<
                ZodUnion<
                    [
                        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: ...; EXTERNAL: ...; GUEST: ...; USER: ... },
                                >;
                                variant: ZodOptional<ZodNativeEnum<(...)>>;
                            },
                            "strip",
                            ZodTypeAny,
                            UserLittle,
                            UserLittle,
                        >,
                        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>;
                            } & {
                                category: ZodNumber;
                                dateCreation: ZodString;
                                dateModified: ZodString;
                                privacy: ZodNativeEnum<typeof GroupPrivacy>;
                            },
                            "strip",
                            ZodTypeAny,
                            jGroupLittle,
                            jGroupLittle,
                        >,
                        ZodObject<
                            {
                                _url: ZodString;
                                dateCreation: ZodOptionalType<ZodType<(...), (...), (...)>>;
                                dateModified: ZodOptionalType<ZodType<(...), (...), (...)>>;
                                id: ZodType<number, ZodTypeDef, number>;
                                mainType: ZodType<string, ZodTypeDef, string>;
                                title: ZodString;
                                uri: ZodType<string, ZodTypeDef, string>;
                            } & {
                                folderColor: ZodOptional<ZodString>;
                                type: ZodEnum<[(...), (...)]>;
                            },
                            "strip",
                            ZodTypeAny,
                            jFolderLittle,
                            jFolderLittle,
                        >,
                        ZodObject<
                            {
                                dateCreation: ZodOptionalType<ZodType<(...), (...), (...)>>;
                                id: ZodType<number, ZodTypeDef, number>;
                                title: ZodString;
                                uri: ZodType<string, ZodTypeDef, string>;
                            } & {
                                dateModified: ZodNullable<ZodString>;
                                mainType: ZodLiteral<"network">;
                                type: ZodEnum<[(...)]>;
                            },
                            "strip",
                            ZodTypeAny,
                            jNetworkLittle,
                            jNetworkLittle,
                        >,
                    ],
                >,
                "many",
            >;
            _right: ZodNever;
            _url: ZodType<"", ZodTypeDef, "">;
            _user: ZodNever;
            articleWidgets: ZodNull;
            dateCreation: ZodType<null, ZodTypeDef, null>;
            dateEnd: ZodString;
            dateModified: ZodType<null, ZodTypeDef, null>;
            dateStart: ZodString;
            description: ZodLiteral<"">;
            edito: ZodOptional<ZodString>;
            id: ZodType<-1, ZodTypeDef, -1>;
            image: ZodNull;
            mainType: ZodLiteral<"article">;
            metas: ZodOptional<
                ZodUnion<
                    [
                        ZodObject<
                            ZodShape<MetasJamespot>,
                            "strip",
                            ZodTypeAny,
                            MetasJamespot,
                            MetasJamespot,
                        >,
                        ZodObject<
                            ZodShape<MetasYoutube>,
                            "strip",
                            ZodTypeAny,
                            MetasYoutube,
                            MetasYoutube,
                        >,
                        ZodObject<
                            ZodShape<MetasExternal>,
                            "strip",
                            ZodTypeAny,
                            MetasExternal,
                            MetasExternal,
                        >,
                    ],
                >,
            >;
            title: ZodLiteral<"">;
            type: ZodType<
                "recurringEventOccurrence",
                ZodTypeDef,
                "recurringEventOccurrence",
            >;
            uri: ZodType<"", ZodTypeDef, "">;
        } & {
            _attachedFiles: ZodNull;
            _transientCtx: ZodNull;
            processContext: ZodNull;
            tags: ZodNull;
            uiObjectLink: ZodNull;
        },
        "strip",
        ZodTypeAny,
        Merge<
            Merge<
                {
                    _url: "";
                    dateCreation: null;
                    dateEnd: string;
                    dateModified: null;
                    dateStart: string;
                    id: -1;
                    mainType: "article";
                    title: "";
                    type: "recurringEventOccurrence";
                    uri: "";
                },
                {
                    _audience: Audience[];
                    _right: never;
                    _user: never;
                    articleWidgets: null;
                    description: "";
                    image: null;
                    title: "";
                },
            >,
            {
                _attachedFiles: null;
                _transientCtx: null;
                processContext: null;
                tags: null;
                uiObjectLink: null;
            },
        >,
        Merge<
            Merge<
                {
                    _url: "";
                    dateCreation: null;
                    dateEnd: string;
                    dateModified: null;
                    dateStart: string;
                    id: -1;
                    mainType: "article";
                    title: "";
                    type: "recurringEventOccurrence";
                    uri: "";
                },
                {
                    _audience: Audience[];
                    _right: never;
                    _user: never;
                    articleWidgets: null;
                    description: "";
                    image: null;
                    title: "";
                },
            >,
            {
                _attachedFiles: null;
                _transientCtx: null;
                processContext: null;
                tags: null;
                uiObjectLink: null;
            },
        >,
    > = ...