UNPKG

@kaaiot/services

Version:

Type definitions for KaaIoT platform REST API service communication

13 lines (12 loc) 981 B
export declare const PAGE_NOT_FOUND = "The page you are looking for is missing"; export declare const GO_TO_HOME_PAGE = "Go to home page"; export declare const WRONG_DASHBOARD_CONFIGURATION = "Current dashboard has wrong configuration. Please check errors below:"; export declare const DEFAULT_BASE_URL = "api/v1"; export declare const DOWNLOAD_BASE_URL = "/api/wd/downloads"; export declare const DASHBOARD_RESOURCE_CREATION_ERROR = "Failed to create dashboard resources on KeyCloak."; export declare const DASHBOARD_RESOURCE_DELETE_ERROR = "Failed to delete dashboard resources on KeyCloak."; export declare const DASHBOARD_RESOURCE_UPDATE_ERROR = "Failed to update dashboard resources on KeyCloak."; export declare const DEFAULT_DASHBOARD_TITLE = "Web Dashboard"; export declare const ERROR_DEFAULT_MESSAGE = "Something went wrong."; export declare const DEFAULT_CHART_DATA_UPDATE_INTERVAL = 10; export declare const DEFAULT_LOGIN_PAGE_BACKGROUND = "/img/login-background.svg";