UNPKG

@webuildbots/webuildbots-sdk

Version:
51 lines (50 loc) 1.21 kB
export declare enum CommonGroups { DEFAULT = "default", BUILT_AT_RUNTIME = "built-at-runtime", FALLBACK_KNOWLS_BUILT_AT_RUNTIME = "fallback-knowls-built-at-run-time" } export declare enum BlockTypes { TEXT = "text", URL = "url", FILE = "file", VIDEO = "video", AUDIO = "audio", COMPLEX = "complex", SELECT = "select", FUNCTION = "function", DEV_SWITCH = "dev-switch", VARIABLE = "variable", MEDIA = "media", KNOWLEDGE_BASE = "kb", TEMPORARY = "temporary" } export declare enum ChoiceTypes { QREPLY = "qreply", QUESTION = "question" } export declare enum ComplexBlockTypes { LIST = "list", GENERIC = "generic" } export declare enum TopElementStyles { LARGE = "large", COMPACT = "compact" } export declare enum MessengerWebviewHeightRatios { COMPACT = "compact", TALL = "tall", FULL = "full" } export declare enum ImageAspectRatios { HORIZONTAL = "horizontal", SQUARE = "square" } export declare enum VoiceAction { ASK = "ask", TELL = "tell" } export declare enum FunctionTypes { EMAIL_FORM_AS_TABLE = "email-form-as-table", UNSET_FORM = "unset-form", LOGIC_BLOCK = "logic-block" }