pl-api
    Preparing search index...

    Variable statusWithoutAccountSchemaConst

    statusWithoutAccountSchema: SchemaWithPipe<
        readonly [
            AnySchema,
            TransformAction<any, any>,
            ObjectSchema<
                {
                    account: SchemaWithFallback<
                        NullableSchema<
                            BaseSchema<any, Account, BaseIssue<unknown>>,
                            undefined,
                        >,
                        null,
                    >;
                    application: SchemaWithFallback<
                        NullableSchema<
                            ObjectSchema<
                                {
                                    name: StringSchema<undefined>;
                                    website: SchemaWithFallback<
                                        NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                        null,
                                    >;
                                },
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    approval_status: SchemaWithFallback<
                        NullableSchema<
                            PicklistSchema<["pending", "approval", "rejected"], undefined>,
                            undefined,
                        >,
                        null,
                    >;
                    bookmark_folder: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    bookmarked: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<unknown, boolean>],
                        >,
                        false,
                    >;
                    card: SchemaWithFallback<
                        NullableSchema<
                            ObjectSchema<
                                {
                                    author_name: SchemaWithFallback<StringSchema<undefined>, "">;
                                    author_url: SchemaWithFallback<
                                        SchemaWithPipe<readonly [(...), (...)]>,
                                        "",
                                    >;
                                    authors: SchemaWithPipe<
                                        readonly [
                                            SchemaWithFallback<(...), (...)>,
                                            TransformAction<(...), (...)>,
                                        ],
                                    >;
                                    blurhash: SchemaWithFallback<
                                        NullableSchema<StringSchema<(...)>, undefined>,
                                        null,
                                    >;
                                    description: SchemaWithFallback<StringSchema<undefined>, "">;
                                    embed_url: SchemaWithFallback<
                                        SchemaWithPipe<readonly [(...), (...)]>,
                                        "",
                                    >;
                                    height: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                    html: SchemaWithFallback<StringSchema<undefined>, "">;
                                    image: SchemaWithFallback<
                                        NullableSchema<StringSchema<(...)>, undefined>,
                                        null,
                                    >;
                                    image_description: SchemaWithFallback<StringSchema<undefined>, "">;
                                    provider_name: SchemaWithFallback<StringSchema<undefined>, "">;
                                    provider_url: SchemaWithFallback<
                                        SchemaWithPipe<readonly [(...), (...)]>,
                                        "",
                                    >;
                                    title: SchemaWithFallback<StringSchema<undefined>, "">;
                                    type: SchemaWithFallback<
                                        PicklistSchema<[(...), (...), (...), (...)], undefined>,
                                        "link",
                                    >;
                                    url: SchemaWithPipe<
                                        readonly [StringSchema<(...)>, UrlAction<(...), (...)>],
                                    >;
                                    width: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                },
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    content: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, TransformAction<string, string>],
                        >,
                        "",
                    >;
                    content_map: SchemaWithFallback<
                        NullableSchema<
                            RecordSchema<
                                StringSchema<undefined>,
                                StringSchema<undefined>,
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    content_type: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    conversation_id: SchemaWithFallback<
                        OptionalSchema<StringSchema<undefined>, undefined>,
                        undefined,
                    >;
                    created_at: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                        >,
                        string,
                    >;
                    direct_conversation_id: SchemaWithFallback<
                        OptionalSchema<StringSchema<undefined>, undefined>,
                        undefined,
                    >;
                    disliked: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<unknown, boolean>],
                        >,
                        false,
                    >;
                    dislikes_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                    edited_at: SchemaWithFallback<
                        NullableSchema<
                            SchemaWithPipe<
                                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    emoji_reactions: SchemaWithPipe<
                        readonly [
                            SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                            TransformAction<
                                any[],
                                (
                                    | {
                                        account_ids: (...)[];
                                        accounts: (...)[];
                                        count: (...) | (...);
                                        me: boolean;
                                        name: string;
                                        static_url: undefined;
                                        url: undefined;
                                    }
                                    | {
                                        account_ids: (...)[];
                                        accounts: (...)[];
                                        count: (...) | (...);
                                        me: boolean;
                                        name: string;
                                        static_url: string;
                                        url: string;
                                    }
                                )[],
                            >,
                        ],
                    >;
                    emojis: SchemaWithPipe<
                        readonly [
                            SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                            TransformAction<
                                any[],
                                {
                                    category: null
                                    | string;
                                    shortcode: string;
                                    static_url: string;
                                    url: string;
                                    visible_in_picker: boolean;
                                }[],
                            >,
                        ],
                    >;
                    event: SchemaWithFallback<
                        NullableSchema<
                            ObjectSchema<
                                {
                                    end_time: SchemaWithFallback<
                                        NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                        null,
                                    >;
                                    join_mode: SchemaWithFallback<
                                        NullableSchema<PicklistSchema<(...), (...)>, undefined>,
                                        null,
                                    >;
                                    join_state: SchemaWithFallback<
                                        NullableSchema<PicklistSchema<(...), (...)>, undefined>,
                                        null,
                                    >;
                                    location: SchemaWithFallback<
                                        NullableSchema<ObjectSchema<(...), (...)>, undefined>,
                                        null,
                                    >;
                                    name: SchemaWithFallback<StringSchema<undefined>, "">;
                                    participants_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                    start_time: SchemaWithFallback<
                                        NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                        null,
                                    >;
                                },
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    expires_at: SchemaWithFallback<
                        OptionalSchema<
                            SchemaWithPipe<
                                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                            >,
                            undefined,
                        >,
                        undefined,
                    >;
                    favourited: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<unknown, boolean>],
                        >,
                        false,
                    >;
                    favourites_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                    filtered: SchemaWithPipe<
                        readonly [
                            SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                            TransformAction<
                                any[],
                                {
                                    filter: {
                                        context: (...)[];
                                        expires_at: (...) | (...);
                                        filter_action: (...) | (...) | (...);
                                        id: string;
                                        title: string;
                                    };
                                    keyword_matches: null
                                    | string;
                                    status_matches: null | string;
                                }[],
                            >,
                        ],
                    >;
                    group: SchemaWithFallback<
                        NullableSchema<
                            SchemaWithPipe<
                                readonly [
                                    AnySchema,
                                    TransformAction<any, any>,
                                    ObjectSchema<
                                        {
                                            avatar: SchemaWithFallback<(...), (...)>;
                                            avatar_description: SchemaWithFallback<(...), (...)>;
                                            avatar_static: SchemaWithFallback<(...), (...)>;
                                            created_at: SchemaWithFallback<(...), (...)>;
                                            display_name: SchemaWithFallback<(...), (...)>;
                                            domain: SchemaWithFallback<(...), (...)>;
                                            emojis: SchemaWithPipe<(...)>;
                                            header: SchemaWithFallback<(...), (...)>;
                                            header_description: SchemaWithFallback<(...), (...)>;
                                            header_static: SchemaWithFallback<(...), (...)>;
                                            id: SchemaWithPipe<(...)>;
                                            locked: SchemaWithFallback<(...), (...)>;
                                            members_count: SchemaWithFallback<(...), (...)>;
                                            membership_required: SchemaWithFallback<(...), (...)>;
                                            note: SchemaWithFallback<(...), (...)>;
                                            owner: SchemaWithFallback<(...), (...)>;
                                            relationship: SchemaWithFallback<(...), (...)>;
                                            statuses_visibility: SchemaWithFallback<(...), (...)>;
                                            uri: SchemaWithFallback<(...), (...)>;
                                            url: SchemaWithFallback<(...), (...)>;
                                        },
                                        undefined,
                                    >,
                                ],
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    id: StringSchema<undefined>;
                    in_reply_to_account_acct: SchemaWithFallback<
                        OptionalSchema<StringSchema<undefined>, undefined>,
                        undefined,
                    >;
                    in_reply_to_account_id: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    in_reply_to_id: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    interaction_policy: ObjectSchema<
                        {
                            can_favourite: ObjectSchema<
                                {
                                    always: SchemaWithFallback<
                                        ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                        readonly ["public", "me"],
                                    >;
                                    with_approval: SchemaWithFallback<
                                        ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                        readonly [],
                                    >;
                                },
                                undefined,
                            >;
                            can_reblog: ObjectSchema<
                                {
                                    always: SchemaWithFallback<
                                        ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                        readonly ["public", "me"],
                                    >;
                                    with_approval: SchemaWithFallback<
                                        ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                        readonly [],
                                    >;
                                },
                                undefined,
                            >;
                            can_reply: ObjectSchema<
                                {
                                    always: SchemaWithFallback<
                                        ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                        readonly ["public", "me"],
                                    >;
                                    with_approval: SchemaWithFallback<
                                        ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                        readonly [],
                                    >;
                                },
                                undefined,
                            >;
                        },
                        undefined,
                    >;
                    language: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    list_id: SchemaWithFallback<
                        NullableSchema<NumberSchema<undefined>, undefined>,
                        null,
                    >;
                    local: SchemaWithFallback<
                        OptionalSchema<BooleanSchema<undefined>, undefined>,
                        undefined,
                    >;
                    media_attachments: SchemaWithPipe<
                        readonly [
                            SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                            TransformAction<
                                any[],
                                (
                                    | {
                                        blurhash: (...)
                                        | (...);
                                        description: string;
                                        id: string;
                                        meta: { focus?: ...; original?: ...; small?: ... };
                                        mime_type: (...) | (...);
                                        preview_url: string;
                                        remote_url: (...) | (...);
                                        type: "image";
                                        url: string;
                                    }
                                    | {
                                        blurhash: (...)
                                        | (...);
                                        description: string;
                                        id: string;
                                        meta: { duration?: ...; original?: ...; small?: ... };
                                        mime_type: (...) | (...);
                                        preview_url: string;
                                        remote_url: (...) | (...);
                                        type: "video";
                                        url: string;
                                    }
                                    | {
                                        blurhash: (...)
                                        | (...);
                                        description: string;
                                        id: string;
                                        meta: { duration?: ...; focus?: ...; original?: ... };
                                        mime_type: (...) | (...);
                                        preview_url: string;
                                        remote_url: (...) | (...);
                                        type: "gifv";
                                        url: string;
                                    }
                                    | {
                                        blurhash: (...)
                                        | (...);
                                        description: string;
                                        id: string;
                                        meta: { colors?: ...; duration?: ...; original?: ... };
                                        mime_type: (...) | (...);
                                        preview_url: string;
                                        remote_url: (...) | (...);
                                        type: "audio";
                                        url: string;
                                    }
                                    | {
                                        blurhash: (...)
                                        | (...);
                                        description: string;
                                        id: string;
                                        mime_type: (...) | (...);
                                        preview_url: string;
                                        remote_url: (...) | (...);
                                        type: "unknown";
                                        url: string;
                                    }
                                )[],
                            >,
                        ],
                    >;
                    mentions: SchemaWithPipe<
                        readonly [
                            SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                            TransformAction<
                                any[],
                                { acct: string; id: string; url: string; username: string }[],
                            >,
                        ],
                    >;
                    muted: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<unknown, boolean>],
                        >,
                        false,
                    >;
                    parent_visible: SchemaWithFallback<
                        OptionalSchema<BooleanSchema<undefined>, undefined>,
                        undefined,
                    >;
                    pinned: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<unknown, boolean>],
                        >,
                        false,
                    >;
                    pinned_at: SchemaWithFallback<
                        NullableSchema<
                            SchemaWithPipe<
                                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    poll: SchemaWithFallback<
                        NullableSchema<
                            ObjectSchema<
                                {
                                    emojis: SchemaWithPipe<
                                        readonly [
                                            SchemaWithFallback<(...), (...)>,
                                            TransformAction<(...), (...)>,
                                        ],
                                    >;
                                    expired: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                    expires_at: SchemaWithFallback<
                                        NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                        null,
                                    >;
                                    id: StringSchema<undefined>;
                                    multiple: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                    non_anonymous: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                    options: SchemaWithPipe<
                                        readonly [
                                            ArraySchema<(...), (...)>,
                                            MinLengthAction<(...), (...), (...)>,
                                        ],
                                    >;
                                    own_votes: SchemaWithFallback<
                                        NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                        null,
                                    >;
                                    voted: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                    voters_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                    votes_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                },
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    quote: SchemaWithFallback<
                        NullableSchema<
                            LazySchema<
                                UnionSchema<
                                    [
                                        ObjectSchema<{ state: ...; status: ... }, undefined>,
                                        ObjectSchema<{ state: ...; status_id: ... }, undefined>,
                                    ],
                                    undefined,
                                >,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    quote_id: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    quote_url: SchemaWithFallback<
                        OptionalSchema<StringSchema<undefined>, undefined>,
                        undefined,
                    >;
                    quote_visible: SchemaWithFallback<
                        OptionalSchema<BooleanSchema<undefined>, undefined>,
                        undefined,
                    >;
                    quotes_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                    reblog: SchemaWithFallback<
                        NullableSchema<
                            LazySchema<BaseSchema<any, Status, BaseIssue<unknown>>>,
                            undefined,
                        >,
                        null,
                    >;
                    reblogged: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<unknown, boolean>],
                        >,
                        false,
                    >;
                    reblogs_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                    replies_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                    rss_feed: SchemaWithFallback<
                        NullableSchema<
                            ObjectSchema<
                                {
                                    description: SchemaWithFallback<
                                        NullableSchema<StringSchema<(...)>, undefined>,
                                        null,
                                    >;
                                    id: StringSchema<undefined>;
                                    image_url: SchemaWithFallback<
                                        NullableSchema<StringSchema<(...)>, undefined>,
                                        null,
                                    >;
                                    title: SchemaWithFallback<
                                        NullableSchema<StringSchema<(...)>, undefined>,
                                        null,
                                    >;
                                    url: StringSchema<undefined>;
                                },
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    scheduled_at: SchemaWithFallback<NullSchema<undefined>, null>;
                    sensitive: SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >;
                    spoiler_text: SchemaWithFallback<StringSchema<undefined>, "">;
                    spoiler_text_map: SchemaWithFallback<
                        NullableSchema<
                            RecordSchema<
                                StringSchema<undefined>,
                                StringSchema<undefined>,
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    tags: SchemaWithPipe<
                        readonly [
                            SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                            TransformAction<
                                any[],
                                {
                                    following?: boolean;
                                    history: null
                                    | (...)[];
                                    name: string;
                                    total: null | number;
                                    url: string;
                                }[],
                            >,
                        ],
                    >;
                    text: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    text_map: SchemaWithFallback<
                        NullableSchema<
                            RecordSchema<
                                StringSchema<undefined>,
                                StringSchema<undefined>,
                                undefined,
                            >,
                            undefined,
                        >,
                        null,
                    >;
                    thread_muted: SchemaWithFallback<
                        OptionalSchema<BooleanSchema<undefined>, undefined>,
                        undefined,
                    >;
                    translation: SchemaWithFallback<
                        UnionSchema<
                            [
                                NullableSchema<
                                    SchemaWithPipe<
                                        readonly [
                                            AnySchema,
                                            TransformAction<(...), (...)>,
                                            ObjectSchema<(...), (...)>,
                                        ],
                                    >,
                                    undefined,
                                >,
                                LiteralSchema<false, undefined>,
                            ],
                            undefined,
                        >,
                        null,
                    >;
                    uri: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, UrlAction<string, undefined>],
                        >,
                        "",
                    >;
                    url: SchemaWithFallback<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, UrlAction<string, undefined>],
                        >,
                        "",
                    >;
                    visibility: SchemaWithFallback<StringSchema<undefined>, "public">;
                },
                undefined,
            >,
        ],
    > = ...