Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias HestiaBranchData

    type HestiaBranchData = {
        address: string;
        agency: {
            activated_domain: string;
            agency_id: number;
            contact_telephone: string;
            county: string;
            description: string;
            external_domain: string;
            favicon_logo: string;
            lettings_search_order_by: string[];
            logo: string;
            mobile_domain: string;
            mobile_logo: string;
            mobile_site_enabled: boolean;
            name: string;
            portal_logo: string;
            postcode: string;
            preferences: {
                facebook_uri: string;
                googleplus_uri: string;
                linkedin_uri: string;
                tiktok_uri: string;
                twitter_uri: string;
                video_uri: string;
            };
            property_path: string;
            provider_preferences: { feed_updated_at: string };
            sales_search_order_by: string[];
            secondary_domain: string[];
            short_description: string;
            site_id: number;
            status_mobile: boolean;
            status_social: string;
            street_address: string;
            subdomain: string;
            tile_logo: string | null;
            town: string;
            twitter_screen_name: string;
            website_live: boolean;
            website_logo: string | null;
        };
        agency_id: number;
        agency_portal_preferences: {
            enable_social_media_links: boolean;
            has_outbound_link: boolean;
            is_featured_agency: boolean;
            member_subscription_level: number;
            outbound_link_seo_benefit: boolean;
            outbound_link_target: null;
            outbound_link_text: null;
            staff_profiles_enabled_on_branch_pages: boolean;
            staff_profiles_enabled_on_prompted_pages: boolean;
            staff_profiles_enabled_on_property_pages: boolean;
        };
        branch_id: number;
        branch_opening_times: HestiaOpeningTime[];
        branch_url_label: string;
        contact_email: string;
        contact_telephone: string;
        departments: HestiaDepartment[];
        description: string;
        feature_properties: HestiaFeatureProperty[]
        | null;
        fees: DBAPIFee[];
        foreign_keys_by_provider: null;
        h1_tag: string;
        hero_asset: string;
        is_top_branch: null;
        lat: number;
        lettings_email: string;
        lettings_enabled: boolean;
        lettings_fax: string;
        lettings_telephone: string;
        lng: number;
        meta_description: string;
        meta_title: string;
        name: string;
        news: HestiaNews[];
        nodes: any[];
        photo: string;
        photos: HestiaPhoto[];
        position: number;
        preferences: {
            facebook_uri: string;
            franchisee_name: string | null;
            instagram_uri: string;
            letting_agency_registration_number: number | null;
            linkedin_uri: string;
            services: HestiaService[];
            twitter_uri: string;
            unique_selling_points: HestiaUSP[];
            video_uri: string;
        };
        rda_branch_preferences: any[];
        reapit_mapping: null;
        sales_email: string;
        sales_enabled: boolean;
        sales_fax: string;
        sales_telephone: string;
        short_description: string;
        show_full_details_on_homepage: boolean;
        staff_profiles: any[];
        vox_numbers: any[];
        wanted_ads: WantedAd[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    address: string
    agency: {
        activated_domain: string;
        agency_id: number;
        contact_telephone: string;
        county: string;
        description: string;
        external_domain: string;
        favicon_logo: string;
        lettings_search_order_by: string[];
        logo: string;
        mobile_domain: string;
        mobile_logo: string;
        mobile_site_enabled: boolean;
        name: string;
        portal_logo: string;
        postcode: string;
        preferences: {
            facebook_uri: string;
            googleplus_uri: string;
            linkedin_uri: string;
            tiktok_uri: string;
            twitter_uri: string;
            video_uri: string;
        };
        property_path: string;
        provider_preferences: { feed_updated_at: string };
        sales_search_order_by: string[];
        secondary_domain: string[];
        short_description: string;
        site_id: number;
        status_mobile: boolean;
        status_social: string;
        street_address: string;
        subdomain: string;
        tile_logo: string | null;
        town: string;
        twitter_screen_name: string;
        website_live: boolean;
        website_logo: string | null;
    }
    agency_id: number
    agency_portal_preferences: {
        enable_social_media_links: boolean;
        has_outbound_link: boolean;
        is_featured_agency: boolean;
        member_subscription_level: number;
        outbound_link_seo_benefit: boolean;
        outbound_link_target: null;
        outbound_link_text: null;
        staff_profiles_enabled_on_branch_pages: boolean;
        staff_profiles_enabled_on_prompted_pages: boolean;
        staff_profiles_enabled_on_property_pages: boolean;
    }
    branch_id: number
    branch_opening_times: HestiaOpeningTime[]
    branch_url_label: string
    contact_email: string
    contact_telephone: string
    departments: HestiaDepartment[]
    description: string
    feature_properties: HestiaFeatureProperty[] | null
    fees: DBAPIFee[]
    foreign_keys_by_provider: null
    h1_tag: string
    hero_asset: string
    is_top_branch: null
    lat: number
    lettings_email: string
    lettings_enabled: boolean
    lettings_fax: string
    lettings_telephone: string
    lng: number
    meta_description: string
    meta_title: string
    name: string
    news: HestiaNews[]
    nodes: any[]
    photo: string
    photos: HestiaPhoto[]
    position: number
    preferences: {
        facebook_uri: string;
        franchisee_name: string | null;
        instagram_uri: string;
        letting_agency_registration_number: number | null;
        linkedin_uri: string;
        services: HestiaService[];
        twitter_uri: string;
        unique_selling_points: HestiaUSP[];
        video_uri: string;
    }
    rda_branch_preferences: any[]
    reapit_mapping: null
    sales_email: string
    sales_enabled: boolean
    sales_fax: string
    sales_telephone: string
    short_description: string
    show_full_details_on_homepage: boolean
    staff_profiles: any[]
    vox_numbers: any[]
    wanted_ads: WantedAd[]