@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
52 lines (51 loc) • 1.48 kB
JavaScript
//#region recipes/cards/ivr_node/ivr_node_constants.js
var e = "promptmenu", t = "promptcollect", n = "promptplay", r = "gotoexpert", i = "branch", a = "goto", o = "assign", s = "customerdata", c = "transfer", l = "hangup", u = {
[]: "keypad",
[]: "dialer",
[]: "volume-2",
[]: "expert-node",
[]: "branch",
[]: "call-merge",
[]: "chevrons-right",
[]: "list-bullet",
[]: "transfer",
[]: "phone-hang-up"
}, d = {
[]: "Menu",
[]: "Collect",
[]: "Play",
[]: "Expert",
[]: "Branch",
[]: "Go-to",
[]: "Assign",
[]: "Customer Data",
[]: "Transfer",
[]: "Hangup"
}, f = {
PROMPT: {
normal: "d-recipe-ivr-node-prompt",
selected: "d-recipe-ivr-node-prompt--selected"
},
LOGIC: {
normal: "d-recipe-ivr-node-logic",
selected: "d-recipe-ivr-node-logic--selected"
},
TERMINAL: {
normal: "d-recipe-ivr-node-terminal",
selected: "d-recipe-ivr-node-terminal--selected"
}
}, p = {
[]: f.PROMPT,
[]: f.PROMPT,
[]: f.PROMPT,
[]: f.LOGIC,
[]: f.LOGIC,
[]: f.LOGIC,
[]: f.LOGIC,
[]: f.LOGIC,
[]: f.TERMINAL,
[]: f.TERMINAL
};
//#endregion
export { o as IVR_NODE_ASSIGN, i as IVR_NODE_BRANCH, p as IVR_NODE_CLASS_MAPPING, s as IVR_NODE_CUSTOMER_DATA, r as IVR_NODE_EXPERT, a as IVR_NODE_GO_TO, l as IVR_NODE_HANGUP, u as IVR_NODE_ICON_TYPES, d as IVR_NODE_LABELS, t as IVR_NODE_PROMPT_COLLECT, e as IVR_NODE_PROMPT_MENU, n as IVR_NODE_PROMPT_PLAY, c as IVR_NODE_TRANSFER };
//# sourceMappingURL=ivr-node-constants.js.map