Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / openchannelAccount / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x4991=['/:id/notify','notify','addApplications','addAgents','/:id/send','send','put','update','delete','destroy','removeAnswers','/:id/users','exports','multer','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelAccount.controller','get','index','/describe','isAuthenticated','describe','/:id','/:id/dispositions','getDispositions','getAnswers','getApplications','/:id/interactions','getInteractions','post','create','addDisposition','/:id/canned_answers','addAnswer'];(function(_0x3d33bc,_0xe6114c){var _0x2c6915=function(_0x206fa7){while(--_0x206fa7){_0x3d33bc['push'](_0x3d33bc['shift']());}};_0x2c6915(++_0xe6114c);}(_0x4991,0xf7));var _0x1499=function(_0x3a9e70,_0xd03cbd){_0x3a9e70=_0x3a9e70-0x0;var _0x5529d8=_0x4991[_0x3a9e70];return _0x5529d8;};'use strict';var multer=require(_0x1499('0x0'));var util=require('util');var path=require(_0x1499('0x1'));var timeout=require('connect-timeout');var express=require(_0x1499('0x2'));var router=express[_0x1499('0x3')]();var fs_extra=require(_0x1499('0x4'));var auth=require(_0x1499('0x5'));var interaction=require(_0x1499('0x6'));var config=require(_0x1499('0x7'));var controller=require(_0x1499('0x8'));router[_0x1499('0x9')]('/',auth['isAuthenticated'](),controller[_0x1499('0xa')]);router[_0x1499('0x9')](_0x1499('0xb'),auth[_0x1499('0xc')](),controller[_0x1499('0xd')]);router[_0x1499('0x9')](_0x1499('0xe'),auth[_0x1499('0xc')](),controller['show']);router[_0x1499('0x9')](_0x1499('0xf'),auth['isAuthenticated'](),controller[_0x1499('0x10')]);router[_0x1499('0x9')]('/:id/canned_answers',auth[_0x1499('0xc')](),controller[_0x1499('0x11')]);router['get']('/:id/applications',auth['isAuthenticated'](),controller[_0x1499('0x12')]);router[_0x1499('0x9')](_0x1499('0x13'),auth[_0x1499('0xc')](),controller[_0x1499('0x14')]);router['get']('/:id/users',auth[_0x1499('0xc')](),controller['getAgents']);router[_0x1499('0x15')]('/',auth[_0x1499('0xc')](),controller[_0x1499('0x16')]);router[_0x1499('0x15')]('/:id/dispositions',auth[_0x1499('0xc')](),controller[_0x1499('0x17')]);router['post'](_0x1499('0x18'),auth[_0x1499('0xc')](),controller[_0x1499('0x19')]);router[_0x1499('0x15')](_0x1499('0x1a'),controller[_0x1499('0x1b')]);router['post']('/:id/applications',auth['isAuthenticated'](),controller[_0x1499('0x1c')]);router[_0x1499('0x15')]('/:id/users',auth[_0x1499('0xc')](),controller[_0x1499('0x1d')]);router[_0x1499('0x15')](_0x1499('0x1e'),auth[_0x1499('0xc')](),controller[_0x1499('0x1f')]);router[_0x1499('0x20')](_0x1499('0xe'),auth[_0x1499('0xc')](),controller[_0x1499('0x21')]);router[_0x1499('0x22')](_0x1499('0xe'),auth[_0x1499('0xc')](),controller[_0x1499('0x23')]);router[_0x1499('0x22')](_0x1499('0xf'),auth[_0x1499('0xc')](),controller['removeDispositions']);router[_0x1499('0x22')](_0x1499('0x18'),auth[_0x1499('0xc')](),controller[_0x1499('0x24')]);router[_0x1499('0x22')](_0x1499('0x25'),auth['isAuthenticated'](),controller['removeAgents']);module[_0x1499('0x26')]=router;