salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
21 lines (20 loc) • 1.01 kB
TypeScript
declare class consts {
static readonly DEFAULT_USER_DIR_MODE: string;
static readonly DEFAULT_USER_FILE_MODE: string;
static readonly DEFAULT_STREAM_TIMEOUT_MINUTES: number;
static readonly MIN_STREAM_TIMEOUT_MINUTES: number;
static readonly DEFAULT_SRC_WAIT_MINUTES: number;
static readonly DEFAULT_MDAPI_WAIT_MINUTES: number;
static readonly DEFAULT_MDAPI_RETRIEVE_WAIT_MINUTES: number;
static readonly DEFAULT_MDAPI_POLL_INTERVAL_MINUTES: number;
static readonly DEFAULT_MDAPI_POLL_INTERVAL_MILLISECONDS: number;
static readonly MIN_SRC_WAIT_MINUTES: number;
static readonly MIN_SRC_DEPLOY_WAIT_MINUTES: number;
static readonly WORKSPACE_CONFIG_FILENAME: string;
static readonly OLD_WORKSPACE_CONFIG_FILENAME: string;
static readonly DEFAULT_DEV_HUB_USERNAME: string;
static readonly DEFAULT_USERNAME: string;
static readonly ACKNOWLEDGED_USAGE_COLLECTION_FILENAME: string;
static readonly INSTANCE_URL_TOKEN: string;
}
export = consts;