@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias BridgeClientSessionResource

    type BridgeClientSessionResource = {
        bridge_client_machine_identifier_key: string;
        bridge_client_name: string;
        bridge_client_session_id: string;
        bridge_client_session_token: string;
        bridge_client_time_zone: string;
        created_at: string;
        errors: (
            | {
                can_tailscale_proxy_reach_bridge: boolean
                | null;
                can_tailscale_proxy_reach_tailscale_network: boolean | null;
                created_at: string;
                error_code: "bridge_lan_unreachable";
                is_bridge_socks_server_healthy: boolean | null;
                is_tailscale_proxy_reachable: boolean | null;
                is_tailscale_proxy_socks_server_healthy: boolean | null;
                message: string;
            }
            | {
                created_at: string;
                error_code: "no_communication_from_bridge";
                message: string;
            }
        )[];
        pairing_code: string;
        pairing_code_expires_at: string;
        tailscale_auth_key: string
        | null;
        tailscale_hostname: string;
        telemetry_token: string | null;
        telemetry_token_expires_at: string | null;
        telemetry_url: string | null;
    }
    Index

    Properties

    bridge_client_machine_identifier_key: string
    bridge_client_name: string
    bridge_client_session_id: string
    bridge_client_session_token: string
    bridge_client_time_zone: string
    created_at: string
    errors: (
        | {
            can_tailscale_proxy_reach_bridge: boolean
            | null;
            can_tailscale_proxy_reach_tailscale_network: boolean | null;
            created_at: string;
            error_code: "bridge_lan_unreachable";
            is_bridge_socks_server_healthy: boolean | null;
            is_tailscale_proxy_reachable: boolean | null;
            is_tailscale_proxy_socks_server_healthy: boolean | null;
            message: string;
        }
        | {
            created_at: string;
            error_code: "no_communication_from_bridge";
            message: string;
        }
    )[]
    pairing_code: string
    pairing_code_expires_at: string
    tailscale_auth_key: string | null
    tailscale_hostname: string
    telemetry_token: string | null
    telemetry_token_expires_at: string | null
    telemetry_url: string | null