@archastro/sdk
    Preparing search index...

    Variable activityFeedEntryListResponseSchemaConst

    activityFeedEntryListResponseSchema: ZodObject<
        {
            after_cursor: ZodOptional<ZodString>;
            before_cursor: ZodOptional<ZodString>;
            entries: ZodArray<
                ZodObject<
                    {
                        agent: ZodOptional<
                            ZodUnion<
                                [
                                    ZodString,
                                    ZodObject<
                                        {
                                            acl: ZodOptional<(...)>;
                                            app: ZodOptional<(...)>;
                                            created_at: ZodOptional<(...)>;
                                            default_model: ZodOptional<(...)>;
                                            description: ZodOptional<(...)>;
                                            email: ZodOptional<(...)>;
                                            id: ZodString;
                                            identity: ZodOptional<(...)>;
                                            last_applied_template_config: ZodOptional<(...)>;
                                            lookup_key: ZodOptional<(...)>;
                                            metadata: ZodOptional<(...)>;
                                            name: ZodOptional<(...)>;
                                            org: ZodOptional<(...)>;
                                            org_name: ZodOptional<(...)>;
                                            originator: ZodOptional<(...)>;
                                            phone_number: ZodOptional<(...)>;
                                            sandbox: ZodOptional<(...)>;
                                            source_solution: ZodOptional<(...)>;
                                            team: ZodOptional<(...)>;
                                            template_upgrade_available: ZodOptional<(...)>;
                                            updated_at: ZodOptional<(...)>;
                                            user: ZodOptional<(...)>;
                                        },
                                        "strip",
                                        ZodTypeAny,
                                        {
                                            acl?: (...)
                                            | (...)
                                            | (...);
                                            app?: (...) | (...);
                                            created_at?: (...) | (...);
                                            default_model?: (...) | (...) | (...);
                                            description?: (...) | (...) | (...);
                                            email?: (...) | (...) | (...);
                                            id: string;
                                            identity?: (...) | (...) | (...);
                                            last_applied_template_config?: (...) | (...) | (...);
                                            lookup_key?: (...) | (...) | (...);
                                            metadata?: (...) | (...);
                                            name?: (...) | (...);
                                            org?: (...) | (...) | (...);
                                            org_name?: (...) | (...) | (...);
                                            originator?: (...) | (...) | (...);
                                            phone_number?: (...) | (...) | (...);
                                            sandbox?: (...) | (...) | (...);
                                            source_solution?: (...) | (...) | (...);
                                            team?: (...) | (...) | (...);
                                            template_upgrade_available?: (...) | (...) | (...) | (...);
                                            updated_at?: (...) | (...);
                                            user?: (...) | (...) | (...);
                                        },
                                        {
                                            acl?: (...)
                                            | (...)
                                            | (...);
                                            app?: (...) | (...);
                                            created_at?: (...) | (...);
                                            default_model?: (...) | (...) | (...);
                                            description?: (...) | (...) | (...);
                                            email?: (...) | (...) | (...);
                                            id: string;
                                            identity?: (...) | (...) | (...);
                                            last_applied_template_config?: (...) | (...) | (...);
                                            lookup_key?: (...) | (...) | (...);
                                            metadata?: (...) | (...);
                                            name?: (...) | (...);
                                            org?: (...) | (...) | (...);
                                            org_name?: (...) | (...) | (...);
                                            originator?: (...) | (...) | (...);
                                            phone_number?: (...) | (...) | (...);
                                            sandbox?: (...) | (...) | (...);
                                            source_solution?: (...) | (...) | (...);
                                            team?: (...) | (...) | (...);
                                            template_upgrade_available?: (...) | (...) | (...) | (...);
                                            updated_at?: (...) | (...);
                                            user?: (...) | (...) | (...);
                                        },
                                    >,
                                ],
                            >,
                        >;
                        app: ZodOptional<ZodString>;
                        attachments: ZodOptional<
                            ZodArray<
                                ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
                                "many",
                            >,
                        >;
                        automation_run: ZodOptional<ZodString>;
                        content: ZodOptional<ZodString>;
                        correlation_id: ZodOptional<ZodString>;
                        created_at: ZodOptional<ZodString>;
                        id: ZodString;
                        kind: ZodOptional<ZodString>;
                        level: ZodOptional<ZodString>;
                        metadata: ZodOptional<
                            ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
                        >;
                        org: ZodOptional<ZodString>;
                        routine_run: ZodOptional<ZodString>;
                        sandbox: ZodOptional<ZodString>;
                        session_record: ZodOptional<ZodString>;
                        team: ZodOptional<ZodString>;
                        thread: ZodOptional<ZodString>;
                        title: ZodOptional<ZodString>;
                        updated_at: ZodOptional<ZodString>;
                        user: ZodOptional<
                            ZodUnion<
                                [
                                    ZodString,
                                    ZodObject<
                                        {
                                            alias: ZodOptional<(...)>;
                                            app: ZodOptional<(...)>;
                                            app_name: ZodOptional<(...)>;
                                            created_by_agent_user: ZodOptional<(...)>;
                                            created_by_developer: ZodOptional<(...)>;
                                            created_by_org: ZodOptional<(...)>;
                                            created_by_team: ZodOptional<(...)>;
                                            created_by_user: ZodOptional<(...)>;
                                            email: ZodOptional<(...)>;
                                            id: ZodString;
                                            is_system_user: ZodOptional<(...)>;
                                            metadata: ZodOptional<(...)>;
                                            name: ZodOptional<(...)>;
                                            org: ZodOptional<(...)>;
                                            org_name: ZodOptional<(...)>;
                                            org_role: ZodOptional<(...)>;
                                            org_slug: ZodOptional<(...)>;
                                            sandbox: ZodOptional<(...)>;
                                            sandbox_name: ZodOptional<(...)>;
                                        },
                                        "strip",
                                        ZodTypeAny,
                                        {
                                            alias?: (...)
                                            | (...)
                                            | (...);
                                            app?: (...) | (...) | (...);
                                            app_name?: (...) | (...) | (...);
                                            created_by_agent_user?: (...) | (...) | (...);
                                            created_by_developer?: (...) | (...) | (...);
                                            created_by_org?: (...) | (...) | (...);
                                            created_by_team?: (...) | (...) | (...);
                                            created_by_user?: (...) | (...) | (...);
                                            email?: (...) | (...) | (...);
                                            id: string;
                                            is_system_user?: (...) | (...) | (...);
                                            metadata?: (...) | (...);
                                            name?: (...) | (...) | (...);
                                            org?: (...) | (...) | (...);
                                            org_name?: (...) | (...) | (...);
                                            org_role?: (...) | (...) | (...);
                                            org_slug?: (...) | (...) | (...);
                                            sandbox?: (...) | (...) | (...);
                                            sandbox_name?: (...) | (...) | (...);
                                        },
                                        {
                                            alias?: (...)
                                            | (...)
                                            | (...);
                                            app?: (...) | (...) | (...);
                                            app_name?: (...) | (...) | (...);
                                            created_by_agent_user?: (...) | (...) | (...);
                                            created_by_developer?: (...) | (...) | (...);
                                            created_by_org?: (...) | (...) | (...);
                                            created_by_team?: (...) | (...) | (...);
                                            created_by_user?: (...) | (...) | (...);
                                            email?: (...) | (...) | (...);
                                            id: string;
                                            is_system_user?: (...) | (...) | (...);
                                            metadata?: (...) | (...);
                                            name?: (...) | (...) | (...);
                                            org?: (...) | (...) | (...);
                                            org_name?: (...) | (...) | (...);
                                            org_role?: (...) | (...) | (...);
                                            org_slug?: (...) | (...) | (...);
                                            sandbox?: (...) | (...) | (...);
                                            sandbox_name?: (...) | (...) | (...);
                                        },
                                    >,
                                ],
                            >,
                        >;
                    },
                    "strip",
                    ZodTypeAny,
                    {
                        agent?: | string
                        | {
                            acl?: { add?: (...)[]; grants?: (...)[]; remove?: (...)[] }
                            | null;
                            app?: string;
                            created_at?: string;
                            default_model?: string | null;
                            description?: string | null;
                            email?: string | null;
                            id: string;
                            identity?: string | null;
                            last_applied_template_config?: string | null;
                            lookup_key?: string | null;
                            metadata?: Record<string, {} | null>;
                            name?: string;
                            org?: string | null;
                            org_name?: string | null;
                            originator?: string | null;
                            phone_number?: string | null;
                            sandbox?: string | null;
                            source_solution?:
                                | {
                                    current_solution?: {
                                        category_keys?: ...;
                                        created_at?: ...;
                                        description?: ...;
                                        events?: ...;
                                        id: ...;
                                        image_url?: ...;
                                        installed_config_ids: ...;
                                        kind: ...;
                                        latest_solution?: ...;
                                        latest_version?: ...;
                                        lookup_key?: ...;
                                        metadata?: ...;
                                        name?: ...;
                                        org?: ...;
                                        org_logo?: ...;
                                        org_name?: ...;
                                        org_slug?: ...;
                                        owners: ...;
                                        readme_url?: ...;
                                        screenshot_urls?: ...;
                                        solution_id?: ...;
                                        solution_version?: ...;
                                        tag_keys?: ...;
                                        template_kind?: ...;
                                        templates: ...;
                                        updated_at?: ...;
                                        upgrade_available: ...;
                                        virtual_path?: ...;
                                    };
                                    solution: {
                                        category_keys?: (...)
                                        | (...);
                                        created_at?: (...) | (...);
                                        description?: (...) | (...) | (...);
                                        events?: (...) | (...);
                                        id: string;
                                        image_url?: (...) | (...) | (...);
                                        installed_config_ids: (...)[];
                                        kind: string;
                                        latest_solution?: (...) | (...) | (...);
                                        latest_version?: (...) | (...) | (...);
                                        lookup_key?: (...) | (...) | (...);
                                        metadata?: (...) | (...);
                                        name?: (...) | (...) | (...);
                                        org?: (...) | (...) | (...);
                                        org_logo?: (...) | (...) | (...);
                                        org_name?: (...) | (...) | (...);
                                        org_slug?: (...) | (...) | (...);
                                        owners: (...)[];
                                        readme_url?: (...) | (...) | (...);
                                        screenshot_urls?: (...) | (...);
                                        solution_id?: (...) | (...) | (...);
                                        solution_version?: (...) | (...) | (...);
                                        tag_keys?: (...) | (...);
                                        template_kind?: (...) | (...) | (...);
                                        templates: (...)[];
                                        updated_at?: (...) | (...);
                                        upgrade_available: boolean;
                                        virtual_path?: (...) | (...) | (...);
                                    };
                                    template: {
                                        created_at?: (...)
                                        | (...);
                                        description?: (...) | (...) | (...);
                                        display_name?: (...) | (...) | (...);
                                        id: string;
                                        kind: string;
                                        lookup_key?: (...) | (...) | (...);
                                        name?: (...) | (...) | (...);
                                        updated_at?: (...) | (...);
                                        virtual_path?: (...) | (...) | (...);
                                    };
                                }
                                | null;
                            team?: string
                            | null;
                            template_upgrade_available?: boolean | null;
                            updated_at?: string;
                            user?: string | null;
                        };
                        app?: string;
                        attachments?: Record<string, {} | null>[];
                        automation_run?: string;
                        content?: string;
                        correlation_id?: string;
                        created_at?: string;
                        id: string;
                        kind?: string;
                        level?: string;
                        metadata?: Record<string, {} | null>;
                        org?: string;
                        routine_run?: string;
                        sandbox?: string;
                        session_record?: string;
                        team?: string;
                        thread?: string;
                        title?: string;
                        updated_at?: string;
                        user?:
                            | string
                            | {
                                alias?: string
                                | null;
                                app?: string | null;
                                app_name?: string | null;
                                created_by_agent_user?: string | null;
                                created_by_developer?: string | null;
                                created_by_org?: string | null;
                                created_by_team?: string | null;
                                created_by_user?: string | null;
                                email?: string | null;
                                id: string;
                                is_system_user?: boolean;
                                metadata?: Record<string, {} | null>;
                                name?: string | null;
                                org?: string | null;
                                org_name?: string | null;
                                org_role?: string | null;
                                org_slug?: string | null;
                                sandbox?: string | null;
                                sandbox_name?: string | null;
                            };
                    },
                    {
                        agent?: | string
                        | {
                            acl?: { add?: (...)[]; grants?: (...)[]; remove?: (...)[] }
                            | null;
                            app?: string;
                            created_at?: string;
                            default_model?: string | null;
                            description?: string | null;
                            email?: string | null;
                            id: string;
                            identity?: string | null;
                            last_applied_template_config?: string | null;
                            lookup_key?: string | null;
                            metadata?: Record<string, {} | null>;
                            name?: string;
                            org?: string | null;
                            org_name?: string | null;
                            originator?: string | null;
                            phone_number?: string | null;
                            sandbox?: string | null;
                            source_solution?:
                                | {
                                    current_solution?: {
                                        category_keys?: ...;
                                        created_at?: ...;
                                        description?: ...;
                                        events?: ...;
                                        id: ...;
                                        image_url?: ...;
                                        installed_config_ids: ...;
                                        kind: ...;
                                        latest_solution?: ...;
                                        latest_version?: ...;
                                        lookup_key?: ...;
                                        metadata?: ...;
                                        name?: ...;
                                        org?: ...;
                                        org_logo?: ...;
                                        org_name?: ...;
                                        org_slug?: ...;
                                        owners: ...;
                                        readme_url?: ...;
                                        screenshot_urls?: ...;
                                        solution_id?: ...;
                                        solution_version?: ...;
                                        tag_keys?: ...;
                                        template_kind?: ...;
                                        templates: ...;
                                        updated_at?: ...;
                                        upgrade_available: ...;
                                        virtual_path?: ...;
                                    };
                                    solution: {
                                        category_keys?: (...)
                                        | (...);
                                        created_at?: (...) | (...);
                                        description?: (...) | (...) | (...);
                                        events?: (...) | (...);
                                        id: string;
                                        image_url?: (...) | (...) | (...);
                                        installed_config_ids: (...)[];
                                        kind: string;
                                        latest_solution?: (...) | (...) | (...);
                                        latest_version?: (...) | (...) | (...);
                                        lookup_key?: (...) | (...) | (...);
                                        metadata?: (...) | (...);
                                        name?: (...) | (...) | (...);
                                        org?: (...) | (...) | (...);
                                        org_logo?: (...) | (...) | (...);
                                        org_name?: (...) | (...) | (...);
                                        org_slug?: (...) | (...) | (...);
                                        owners: (...)[];
                                        readme_url?: (...) | (...) | (...);
                                        screenshot_urls?: (...) | (...);
                                        solution_id?: (...) | (...) | (...);
                                        solution_version?: (...) | (...) | (...);
                                        tag_keys?: (...) | (...);
                                        template_kind?: (...) | (...) | (...);
                                        templates: (...)[];
                                        updated_at?: (...) | (...);
                                        upgrade_available: boolean;
                                        virtual_path?: (...) | (...) | (...);
                                    };
                                    template: {
                                        created_at?: (...)
                                        | (...);
                                        description?: (...) | (...) | (...);
                                        display_name?: (...) | (...) | (...);
                                        id: string;
                                        kind: string;
                                        lookup_key?: (...) | (...) | (...);
                                        name?: (...) | (...) | (...);
                                        updated_at?: (...) | (...);
                                        virtual_path?: (...) | (...) | (...);
                                    };
                                }
                                | null;
                            team?: string
                            | null;
                            template_upgrade_available?: boolean | null;
                            updated_at?: string;
                            user?: string | null;
                        };
                        app?: string;
                        attachments?: Record<string, {} | null>[];
                        automation_run?: string;
                        content?: string;
                        correlation_id?: string;
                        created_at?: string;
                        id: string;
                        kind?: string;
                        level?: string;
                        metadata?: Record<string, {} | null>;
                        org?: string;
                        routine_run?: string;
                        sandbox?: string;
                        session_record?: string;
                        team?: string;
                        thread?: string;
                        title?: string;
                        updated_at?: string;
                        user?:
                            | string
                            | {
                                alias?: string
                                | null;
                                app?: string | null;
                                app_name?: string | null;
                                created_by_agent_user?: string | null;
                                created_by_developer?: string | null;
                                created_by_org?: string | null;
                                created_by_team?: string | null;
                                created_by_user?: string | null;
                                email?: string | null;
                                id: string;
                                is_system_user?: boolean;
                                metadata?: Record<string, {} | null>;
                                name?: string | null;
                                org?: string | null;
                                org_name?: string | null;
                                org_role?: string | null;
                                org_slug?: string | null;
                                sandbox?: string | null;
                                sandbox_name?: string | null;
                            };
                    },
                >,
                "many",
            >;
            has_more: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            after_cursor?: string;
            before_cursor?: string;
            entries: {
                agent?: | string
                | {
                    acl?: | {
                        add?: { actions: ...; principal?: ...; principal_type: ... }[];
                        grants?: { actions: ...; principal?: ...; principal_type: ... }[];
                        remove?: { principal?: ...; principal_type: ... }[];
                    }
                    | null;
                    app?: string;
                    created_at?: string;
                    default_model?: string
                    | null;
                    description?: string | null;
                    email?: string | null;
                    id: string;
                    identity?: string | null;
                    last_applied_template_config?: string | null;
                    lookup_key?: string | null;
                    metadata?: Record<string, {} | null>;
                    name?: string;
                    org?: string | null;
                    org_name?: string | null;
                    originator?: string | null;
                    phone_number?: string | null;
                    sandbox?: string | null;
                    source_solution?:
                        | {
                            current_solution?: {
                                category_keys?: (...)
                                | (...);
                                created_at?: (...) | (...);
                                description?: (...) | (...) | (...);
                                events?: (...) | (...);
                                id: string;
                                image_url?: (...) | (...) | (...);
                                installed_config_ids: (...)[];
                                kind: string;
                                latest_solution?: (...) | (...) | (...);
                                latest_version?: (...) | (...) | (...);
                                lookup_key?: (...) | (...) | (...);
                                metadata?: (...) | (...);
                                name?: (...) | (...) | (...);
                                org?: (...) | (...) | (...);
                                org_logo?: (...) | (...) | (...);
                                org_name?: (...) | (...) | (...);
                                org_slug?: (...) | (...) | (...);
                                owners: (...)[];
                                readme_url?: (...) | (...) | (...);
                                screenshot_urls?: (...) | (...);
                                solution_id?: (...) | (...) | (...);
                                solution_version?: (...) | (...) | (...);
                                tag_keys?: (...) | (...);
                                template_kind?: (...) | (...) | (...);
                                templates: (...)[];
                                updated_at?: (...) | (...);
                                upgrade_available: boolean;
                                virtual_path?: (...) | (...) | (...);
                            };
                            solution: {
                                category_keys?: (...)[];
                                created_at?: string;
                                description?: string | null;
                                events?: Record<(...), (...)>;
                                id: string;
                                image_url?: string | null;
                                installed_config_ids: string[];
                                kind: string;
                                latest_solution?: string | null;
                                latest_version?: string | null;
                                lookup_key?: string | null;
                                metadata?: Record<(...), (...)>;
                                name?: string | null;
                                org?: string | null;
                                org_logo?:
                                    | {
                                        file?: ...;
                                        height?: ...;
                                        media?: ...;
                                        mime_type?: ...;
                                        refresh_url?: ...;
                                        url?: ...;
                                        width?: ...;
                                    }
                                    | null;
                                org_name?: string
                                | null;
                                org_slug?: string | null;
                                owners: string[];
                                readme_url?: string | null;
                                screenshot_urls?: (...)[];
                                solution_id?: string | null;
                                solution_version?: string | null;
                                tag_keys?: (...)[];
                                template_kind?: string | null;
                                templates: {
                                    description?: ...;
                                    details?: ...;
                                    display_name?: ...;
                                    id?: ...;
                                    kind: ...;
                                    lookup_key?: ...;
                                    name?: ...;
                                    readme_url?: ...;
                                    virtual_path?: ...;
                                }[];
                                updated_at?: string;
                                upgrade_available: boolean;
                                virtual_path?: string
                                | null;
                            };
                            template: {
                                created_at?: string;
                                description?: string
                                | null;
                                display_name?: string | null;
                                id: string;
                                kind: string;
                                lookup_key?: string | null;
                                name?: string | null;
                                updated_at?: string;
                                virtual_path?: string | null;
                            };
                        }
                        | null;
                    team?: string
                    | null;
                    template_upgrade_available?: boolean | null;
                    updated_at?: string;
                    user?: string | null;
                };
                app?: string;
                attachments?: Record<string, {} | null>[];
                automation_run?: string;
                content?: string;
                correlation_id?: string;
                created_at?: string;
                id: string;
                kind?: string;
                level?: string;
                metadata?: Record<string, {} | null>;
                org?: string;
                routine_run?: string;
                sandbox?: string;
                session_record?: string;
                team?: string;
                thread?: string;
                title?: string;
                updated_at?: string;
                user?:
                    | string
                    | {
                        alias?: string
                        | null;
                        app?: string | null;
                        app_name?: string | null;
                        created_by_agent_user?: string | null;
                        created_by_developer?: string | null;
                        created_by_org?: string | null;
                        created_by_team?: string | null;
                        created_by_user?: string | null;
                        email?: string | null;
                        id: string;
                        is_system_user?: boolean;
                        metadata?: Record<string, {} | null>;
                        name?: string | null;
                        org?: string | null;
                        org_name?: string | null;
                        org_role?: string | null;
                        org_slug?: string | null;
                        sandbox?: string | null;
                        sandbox_name?: string | null;
                    };
            }[];
            has_more: boolean;
        },
        {
            after_cursor?: string;
            before_cursor?: string;
            entries: {
                agent?: | string
                | {
                    acl?: | {
                        add?: { actions: ...; principal?: ...; principal_type: ... }[];
                        grants?: { actions: ...; principal?: ...; principal_type: ... }[];
                        remove?: { principal?: ...; principal_type: ... }[];
                    }
                    | null;
                    app?: string;
                    created_at?: string;
                    default_model?: string
                    | null;
                    description?: string | null;
                    email?: string | null;
                    id: string;
                    identity?: string | null;
                    last_applied_template_config?: string | null;
                    lookup_key?: string | null;
                    metadata?: Record<string, {} | null>;
                    name?: string;
                    org?: string | null;
                    org_name?: string | null;
                    originator?: string | null;
                    phone_number?: string | null;
                    sandbox?: string | null;
                    source_solution?:
                        | {
                            current_solution?: {
                                category_keys?: (...)
                                | (...);
                                created_at?: (...) | (...);
                                description?: (...) | (...) | (...);
                                events?: (...) | (...);
                                id: string;
                                image_url?: (...) | (...) | (...);
                                installed_config_ids: (...)[];
                                kind: string;
                                latest_solution?: (...) | (...) | (...);
                                latest_version?: (...) | (...) | (...);
                                lookup_key?: (...) | (...) | (...);
                                metadata?: (...) | (...);
                                name?: (...) | (...) | (...);
                                org?: (...) | (...) | (...);
                                org_logo?: (...) | (...) | (...);
                                org_name?: (...) | (...) | (...);
                                org_slug?: (...) | (...) | (...);
                                owners: (...)[];
                                readme_url?: (...) | (...) | (...);
                                screenshot_urls?: (...) | (...);
                                solution_id?: (...) | (...) | (...);
                                solution_version?: (...) | (...) | (...);
                                tag_keys?: (...) | (...);
                                template_kind?: (...) | (...) | (...);
                                templates: (...)[];
                                updated_at?: (...) | (...);
                                upgrade_available: boolean;
                                virtual_path?: (...) | (...) | (...);
                            };
                            solution: {
                                category_keys?: (...)[];
                                created_at?: string;
                                description?: string | null;
                                events?: Record<(...), (...)>;
                                id: string;
                                image_url?: string | null;
                                installed_config_ids: string[];
                                kind: string;
                                latest_solution?: string | null;
                                latest_version?: string | null;
                                lookup_key?: string | null;
                                metadata?: Record<(...), (...)>;
                                name?: string | null;
                                org?: string | null;
                                org_logo?:
                                    | {
                                        file?: ...;
                                        height?: ...;
                                        media?: ...;
                                        mime_type?: ...;
                                        refresh_url?: ...;
                                        url?: ...;
                                        width?: ...;
                                    }
                                    | null;
                                org_name?: string
                                | null;
                                org_slug?: string | null;
                                owners: string[];
                                readme_url?: string | null;
                                screenshot_urls?: (...)[];
                                solution_id?: string | null;
                                solution_version?: string | null;
                                tag_keys?: (...)[];
                                template_kind?: string | null;
                                templates: {
                                    description?: ...;
                                    details?: ...;
                                    display_name?: ...;
                                    id?: ...;
                                    kind: ...;
                                    lookup_key?: ...;
                                    name?: ...;
                                    readme_url?: ...;
                                    virtual_path?: ...;
                                }[];
                                updated_at?: string;
                                upgrade_available: boolean;
                                virtual_path?: string
                                | null;
                            };
                            template: {
                                created_at?: string;
                                description?: string
                                | null;
                                display_name?: string | null;
                                id: string;
                                kind: string;
                                lookup_key?: string | null;
                                name?: string | null;
                                updated_at?: string;
                                virtual_path?: string | null;
                            };
                        }
                        | null;
                    team?: string
                    | null;
                    template_upgrade_available?: boolean | null;
                    updated_at?: string;
                    user?: string | null;
                };
                app?: string;
                attachments?: Record<string, {} | null>[];
                automation_run?: string;
                content?: string;
                correlation_id?: string;
                created_at?: string;
                id: string;
                kind?: string;
                level?: string;
                metadata?: Record<string, {} | null>;
                org?: string;
                routine_run?: string;
                sandbox?: string;
                session_record?: string;
                team?: string;
                thread?: string;
                title?: string;
                updated_at?: string;
                user?:
                    | string
                    | {
                        alias?: string
                        | null;
                        app?: string | null;
                        app_name?: string | null;
                        created_by_agent_user?: string | null;
                        created_by_developer?: string | null;
                        created_by_org?: string | null;
                        created_by_team?: string | null;
                        created_by_user?: string | null;
                        email?: string | null;
                        id: string;
                        is_system_user?: boolean;
                        metadata?: Record<string, {} | null>;
                        name?: string | null;
                        org?: string | null;
                        org_name?: string | null;
                        org_role?: string | null;
                        org_slug?: string | null;
                        sandbox?: string | null;
                        sandbox_name?: string | null;
                    };
            }[];
            has_more: boolean;
        },
    > = ...

    Runtime validator for ActivityFeedEntryListResponse.