@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
86 lines • 2.95 kB
TypeScript
export const IVR_NODE_PROMPT_MENU: "promptmenu";
export const IVR_NODE_PROMPT_COLLECT: "promptcollect";
export const IVR_NODE_PROMPT_PLAY: "promptplay";
export const IVR_NODE_EXPERT: "gotoexpert";
export const IVR_NODE_BRANCH: "branch";
export const IVR_NODE_GO_TO: "goto";
export const IVR_NODE_ASSIGN: "assign";
export const IVR_NODE_CUSTOMER_DATA: "customerdata";
export const IVR_NODE_TRANSFER: "transfer";
export const IVR_NODE_HANGUP: "hangup";
export namespace IVR_NODE_ICON_TYPES {
let promptmenu: string;
let promptcollect: string;
let promptplay: string;
let gotoexpert: string;
let branch: string;
let goto: string;
let assign: string;
let customerdata: string;
let transfer: string;
let hangup: string;
}
export namespace IVR_NODE_LABELS {
let promptmenu_1: string;
export { promptmenu_1 as promptmenu };
let promptcollect_1: string;
export { promptcollect_1 as promptcollect };
let promptplay_1: string;
export { promptplay_1 as promptplay };
let gotoexpert_1: string;
export { gotoexpert_1 as gotoexpert };
let branch_1: string;
export { branch_1 as branch };
let goto_1: string;
export { goto_1 as goto };
let assign_1: string;
export { assign_1 as assign };
let customerdata_1: string;
export { customerdata_1 as customerdata };
let transfer_1: string;
export { transfer_1 as transfer };
let hangup_1: string;
export { hangup_1 as hangup };
}
export namespace IVR_NODE_CLASS_MAPPING {
import promptmenu_2 = IVR_NODE_CLASSES.PROMPT;
export { promptmenu_2 as promptmenu };
import promptcollect_2 = IVR_NODE_CLASSES.PROMPT;
export { promptcollect_2 as promptcollect };
import promptplay_2 = IVR_NODE_CLASSES.PROMPT;
export { promptplay_2 as promptplay };
import gotoexpert_2 = IVR_NODE_CLASSES.LOGIC;
export { gotoexpert_2 as gotoexpert };
import branch_2 = IVR_NODE_CLASSES.LOGIC;
export { branch_2 as branch };
import goto_2 = IVR_NODE_CLASSES.LOGIC;
export { goto_2 as goto };
import assign_2 = IVR_NODE_CLASSES.LOGIC;
export { assign_2 as assign };
import customerdata_2 = IVR_NODE_CLASSES.LOGIC;
export { customerdata_2 as customerdata };
import transfer_2 = IVR_NODE_CLASSES.TERMINAL;
export { transfer_2 as transfer };
import hangup_2 = IVR_NODE_CLASSES.TERMINAL;
export { hangup_2 as hangup };
}
declare namespace IVR_NODE_CLASSES {
namespace PROMPT {
let normal: string;
let selected: string;
}
namespace LOGIC {
let normal_1: string;
export { normal_1 as normal };
let selected_1: string;
export { selected_1 as selected };
}
namespace TERMINAL {
let normal_2: string;
export { normal_2 as normal };
let selected_2: string;
export { selected_2 as selected };
}
}
export {};
//# sourceMappingURL=ivr_node_constants.d.ts.map