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

    Type Alias AcsEntranceResource

    type AcsEntranceResource = {
        acs_entrance_id: string;
        acs_system_id: string;
        assa_abloy_vostio_metadata?: {
            door_name?: string;
            door_number?: number;
            door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator";
            pms_id?: string;
            stand_open?: boolean;
        };
        avigilon_alta_metadata?: {
            entry_name?: string;
            entry_relays_total_count?: number;
            org_name?: string;
            site_id?: number;
            site_name?: string;
            zone_id?: number;
            zone_name?: string;
        };
        brivo_metadata?: {
            access_point_id?: string;
            site_id?: number;
            site_name?: string;
        };
        can_belong_to_reservation?: boolean;
        can_unlock_with_card?: boolean;
        can_unlock_with_cloud_key?: boolean;
        can_unlock_with_code?: boolean;
        can_unlock_with_mobile_key?: boolean;
        connected_account_id: string;
        created_at: string;
        display_name: string;
        dormakaba_ambiance_metadata?: { access_point_name?: string };
        dormakaba_community_metadata?: { access_point_profile?: string };
        errors: { created_at: string; error_code: string; message: string }[];
        hotek_metadata?: {
            common_area_name?: string;
            common_area_number?: string;
            room_number?: string;
        };
        is_locked?: boolean;
        latch_metadata?: {
            accessibility_type?: string;
            door_name?: string;
            door_type?: string;
            is_connected?: boolean;
        };
        salto_ks_metadata?: {
            battery_level?: string;
            door_name?: string;
            intrusion_alarm?: boolean;
            left_open_alarm?: boolean;
            lock_type?: string;
            locked_state?: string;
            online?: boolean;
            privacy_mode?: boolean;
        };
        salto_space_metadata?: {
            audit_on_keys?: boolean;
            door_description?: string;
            door_id?: string;
            door_name?: string;
            room_description?: string;
            room_name?: string;
        };
        space_ids: string[];
        visionline_metadata?: {
            door_category?: | "entrance"
            | "guest"
            | "elevator reader"
            | "common"
            | "common (PMS)";
            door_name?: string;
            profiles?: {
                visionline_door_profile_id?: string;
                visionline_door_profile_type?: "BLE"
                | "commonDoor"
                | "touch";
            }[];
        };
        warnings: (
            | {
                created_at: string;
                message: string;
                warning_code: "salto_ks_entrance_access_code_support_removed";
            }
            | {
                created_at: string;
                message: string;
                warning_code: "entrance_shares_zone";
            }
            | {
                created_at: string;
                message: string;
                warning_code: "entrance_setup_required";
            }
            | {
                created_at: string;
                message: string;
                warning_code: "salto_ks_privacy_mode";
            }
            | { created_at: string; message: string; warning_code: "privacy_mode" }
        )[];
    }
    Index

    Properties

    acs_entrance_id: string
    acs_system_id: string
    assa_abloy_vostio_metadata?: {
        door_name?: string;
        door_number?: number;
        door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator";
        pms_id?: string;
        stand_open?: boolean;
    }
    avigilon_alta_metadata?: {
        entry_name?: string;
        entry_relays_total_count?: number;
        org_name?: string;
        site_id?: number;
        site_name?: string;
        zone_id?: number;
        zone_name?: string;
    }
    brivo_metadata?: {
        access_point_id?: string;
        site_id?: number;
        site_name?: string;
    }
    can_belong_to_reservation?: boolean
    can_unlock_with_card?: boolean
    can_unlock_with_cloud_key?: boolean
    can_unlock_with_code?: boolean
    can_unlock_with_mobile_key?: boolean
    connected_account_id: string
    created_at: string
    display_name: string
    dormakaba_ambiance_metadata?: { access_point_name?: string }
    dormakaba_community_metadata?: { access_point_profile?: string }
    errors: { created_at: string; error_code: string; message: string }[]
    hotek_metadata?: {
        common_area_name?: string;
        common_area_number?: string;
        room_number?: string;
    }
    is_locked?: boolean
    latch_metadata?: {
        accessibility_type?: string;
        door_name?: string;
        door_type?: string;
        is_connected?: boolean;
    }
    salto_ks_metadata?: {
        battery_level?: string;
        door_name?: string;
        intrusion_alarm?: boolean;
        left_open_alarm?: boolean;
        lock_type?: string;
        locked_state?: string;
        online?: boolean;
        privacy_mode?: boolean;
    }
    salto_space_metadata?: {
        audit_on_keys?: boolean;
        door_description?: string;
        door_id?: string;
        door_name?: string;
        room_description?: string;
        room_name?: string;
    }
    space_ids: string[]
    visionline_metadata?: {
        door_category?:
            | "entrance"
            | "guest"
            | "elevator reader"
            | "common"
            | "common (PMS)";
        door_name?: string;
        profiles?: {
            visionline_door_profile_id?: string;
            visionline_door_profile_type?: "BLE"
            | "commonDoor"
            | "touch";
        }[];
    }
    warnings: (
        | {
            created_at: string;
            message: string;
            warning_code: "salto_ks_entrance_access_code_support_removed";
        }
        | {
            created_at: string;
            message: string;
            warning_code: "entrance_shares_zone";
        }
        | {
            created_at: string;
            message: string;
            warning_code: "entrance_setup_required";
        }
        | {
            created_at: string;
            message: string;
            warning_code: "salto_ks_privacy_mode";
        }
        | { created_at: string; message: string; warning_code: "privacy_mode" }
    )[]