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

    Type Alias ConnectWebviewsCreateParameters

    type ConnectWebviewsCreateParameters = {
        accepted_capabilities?: (
            "lock"
            | "thermostat"
            | "noise_sensor"
            | "access_control"
            | "camera"
        )[];
        accepted_providers?: (
            | "hotek"
            | "dormakaba_community"
            | "legic_connect"
            | "akuvox"
            | "august"
            | "avigilon_alta"
            | "brivo"
            | "butterflymx"
            | "schlage"
            | "smartthings"
            | "yale"
            | "genie"
            | "doorking"
            | "salto"
            | "salto_ks"
            | "salto_ks_accept"
            | "lockly"
            | "ttlock"
            | "linear"
            | "noiseaware"
            | "nuki"
            | "igloo"
            | "kwikset"
            | "minut"
            | "my_2n"
            | "controlbyweb"
            | "nest"
            | "igloohome"
            | "ecobee"
            | "four_suites"
            | "dormakaba_oracode"
            | "pti"
            | "wyze"
            | "seam_passport"
            | "visionline"
            | "assa_abloy_credential_service"
            | "tedee"
            | "honeywell_resideo"
            | "first_alert"
            | "latch"
            | "akiles"
            | "assa_abloy_vostio"
            | "assa_abloy_vostio_credential_service"
            | "tado"
            | "salto_space"
            | "sensi"
            | "keynest"
            | "korelock"
            | "keyincode"
            | "dormakaba_ambiance"
            | "ultraloq"
            | "dusaw"
            | "sifely"
            | "thirty_three_lock"
            | "ring"
            | "ical"
            | "lodgify"
            | "hostaway"
            | "guesty"
            | "acuity_scheduling"
            | "omnitec"
            | "kisi"
            | "aqara"
            | "yale_access"
            | "hid_cm"
            | "google_nest"
            | "slack"
        )[];
        automatically_manage_new_devices?: boolean;
        custom_metadata?: Record<string, unknown>;
        custom_redirect_failure_url?: string;
        custom_redirect_url?: string;
        customer_key?: string;
        device_selection_mode?: "none" | "single" | "multiple";
        excluded_providers?: string[];
        provider_category?:
            | "stable"
            | "consumer_smartlocks"
            | "beta"
            | "thermostats"
            | "noise_sensors"
            | "access_control_systems"
            | "cameras"
            | "connectors"
            | "internal_beta";
        wait_for_device_creation?: boolean;
    }
    Index

    Properties

    accepted_capabilities?: (
        "lock"
        | "thermostat"
        | "noise_sensor"
        | "access_control"
        | "camera"
    )[]
    accepted_providers?: (
        | "hotek"
        | "dormakaba_community"
        | "legic_connect"
        | "akuvox"
        | "august"
        | "avigilon_alta"
        | "brivo"
        | "butterflymx"
        | "schlage"
        | "smartthings"
        | "yale"
        | "genie"
        | "doorking"
        | "salto"
        | "salto_ks"
        | "salto_ks_accept"
        | "lockly"
        | "ttlock"
        | "linear"
        | "noiseaware"
        | "nuki"
        | "igloo"
        | "kwikset"
        | "minut"
        | "my_2n"
        | "controlbyweb"
        | "nest"
        | "igloohome"
        | "ecobee"
        | "four_suites"
        | "dormakaba_oracode"
        | "pti"
        | "wyze"
        | "seam_passport"
        | "visionline"
        | "assa_abloy_credential_service"
        | "tedee"
        | "honeywell_resideo"
        | "first_alert"
        | "latch"
        | "akiles"
        | "assa_abloy_vostio"
        | "assa_abloy_vostio_credential_service"
        | "tado"
        | "salto_space"
        | "sensi"
        | "keynest"
        | "korelock"
        | "keyincode"
        | "dormakaba_ambiance"
        | "ultraloq"
        | "dusaw"
        | "sifely"
        | "thirty_three_lock"
        | "ring"
        | "ical"
        | "lodgify"
        | "hostaway"
        | "guesty"
        | "acuity_scheduling"
        | "omnitec"
        | "kisi"
        | "aqara"
        | "yale_access"
        | "hid_cm"
        | "google_nest"
        | "slack"
    )[]
    automatically_manage_new_devices?: boolean
    custom_metadata?: Record<string, unknown>
    custom_redirect_failure_url?: string
    custom_redirect_url?: string
    customer_key?: string
    device_selection_mode?: "none" | "single" | "multiple"
    excluded_providers?: string[]
    provider_category?:
        | "stable"
        | "consumer_smartlocks"
        | "beta"
        | "thermostats"
        | "noise_sensors"
        | "access_control_systems"
        | "cameras"
        | "connectors"
        | "internal_beta"
    wait_for_device_creation?: boolean