UNPKG

@kaaiot/services

Version:

Type definitions for KaaIoT platform REST API service communication

19 lines (18 loc) 1.65 kB
export declare const COMMON_CREATE = "Create"; export declare const COMMON_SAVE_CHANGES = "Save changes"; export declare const COMMON_CANCEL = "Cancel"; export declare const LOGIN_TENANT_ID_LABEL = "Tenant ID or tenant owner's email"; export declare const DEFAULT_SERVER_ERROR_MESSAGE = "Something went wrong. Please contact your system administrator."; export declare const APPLICATION_SECTION_DESCRIPTION = "A class of devices of a similar type, such as Thermostat, Smart Bulb, etc. Every endpoint in Kaa belongs to some application. <a href=\"https://www.kaaiot.com/docs/terms-and-concepts#application\" target=\"_blank\">Learn more</a>"; export declare const ENDPOINT_SECTION_DESCRIPTION = "A digital twin of your device in the platform. <a href=\"https://www.kaaiot.com/docs/terms-and-concepts#endpoint\" target=\"_blank\">Learn more</a>"; export declare const ADD_DEVICE_MODAL_TITLE = "Add device"; export declare const DASHBOARD_COMMON_EDIT_TITLE = "Edit dashboard"; export declare const CREDENTIALS_TITLE = "Credentials"; export declare const APPLICATIONS_ADD_APP_VERSION_TITLE: (appName: string) => string; export declare const APPLICATION_COMMON_ADD_APP = "Add application"; export declare const ROOT_CERTIFICATE_MODAL_TITLE = "Root certificate"; export declare const EMPTY_TENANT_ID = "Tenant ID or email cannot be empty"; export declare const INVALID_TENANT_ID = "Unknown tenant ID or email"; export declare const TENANT_NOT_AVAILABLE = "Tenant creation in progress, try again later"; export declare const CUSTOM_WIDGETS_ACTIVITY_HINT = "Allow adding the widget to solution dashboards"; export declare const ACTIONS_LABEL = "Actions";