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

    Type Alias ConnectWebviewResource

    type ConnectWebviewResource = {
        accepted_capabilities: (
            "lock"
            | "thermostat"
            | "noise_sensor"
            | "access_control"
            | "camera"
        )[];
        accepted_devices: string[];
        accepted_providers: string[];
        any_device_allowed: boolean;
        any_provider_allowed: boolean;
        authorized_at: string | null;
        automatically_manage_new_devices: boolean;
        connect_webview_id: string;
        connected_account_id: string | null;
        created_at: string;
        custom_metadata: Record<string, unknown>;
        custom_redirect_failure_url: string | null;
        custom_redirect_url: string | null;
        customer_key?: string;
        device_selection_mode: "none" | "single" | "multiple";
        login_successful: boolean;
        selected_provider: string | null;
        status: "pending" | "failed" | "authorized";
        url: string;
        wait_for_device_creation: boolean;
        workspace_id: string;
    }
    Index

    Properties

    accepted_capabilities: (
        "lock"
        | "thermostat"
        | "noise_sensor"
        | "access_control"
        | "camera"
    )[]
    accepted_devices: string[]
    accepted_providers: string[]
    any_device_allowed: boolean
    any_provider_allowed: boolean
    authorized_at: string | null
    automatically_manage_new_devices: boolean
    connect_webview_id: string
    connected_account_id: string | null
    created_at: string
    custom_metadata: Record<string, unknown>
    custom_redirect_failure_url: string | null
    custom_redirect_url: string | null
    customer_key?: string
    device_selection_mode: "none" | "single" | "multiple"
    login_successful: boolean
    selected_provider: string | null
    status: "pending" | "failed" | "authorized"
    url: string
    wait_for_device_creation: boolean
    workspace_id: string