9f8d3e3f30ff4a5cb4ccb5a3fdb658212f3a3eac
[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 _0xa331=['destroy','delete','removeDispositions','removeAnswers','removeAgents','exports','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','./openchannelAccount.controller','get','index','/describe','describe','/:id','isAuthenticated','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/applications','getApplications','/:id/interactions','getInteractions','/:id/users','getAgents','post','create','addAnswer','/:id/notify','notify','addApplications','send','update'];(function(_0x519ed8,_0x5c9e9e){var _0x4f174e=function(_0xa58da6){while(--_0xa58da6){_0x519ed8['push'](_0x519ed8['shift']());}};_0x4f174e(++_0x5c9e9e);}(_0xa331,0x13e));var _0x1a33=function(_0x5d8b12,_0x5799d4){_0x5d8b12=_0x5d8b12-0x0;var _0x4f08a0=_0xa331[_0x5d8b12];return _0x4f08a0;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x1a33('0x0'));var timeout=require(_0x1a33('0x1'));var express=require(_0x1a33('0x2'));var router=express[_0x1a33('0x3')]();var fs_extra=require(_0x1a33('0x4'));var auth=require(_0x1a33('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x1a33('0x6'));var controller=require(_0x1a33('0x7'));router[_0x1a33('0x8')]('/',auth['isAuthenticated'](),controller[_0x1a33('0x9')]);router[_0x1a33('0x8')](_0x1a33('0xa'),auth['isAuthenticated'](),controller[_0x1a33('0xb')]);router['get'](_0x1a33('0xc'),auth[_0x1a33('0xd')](),controller[_0x1a33('0xe')]);router[_0x1a33('0x8')](_0x1a33('0xf'),auth['isAuthenticated'](),controller[_0x1a33('0x10')]);router[_0x1a33('0x8')](_0x1a33('0x11'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x12')]);router[_0x1a33('0x8')](_0x1a33('0x13'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x14')]);router[_0x1a33('0x8')](_0x1a33('0x15'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x16')]);router[_0x1a33('0x8')](_0x1a33('0x17'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x18')]);router[_0x1a33('0x19')]('/',auth[_0x1a33('0xd')](),controller[_0x1a33('0x1a')]);router[_0x1a33('0x19')]('/:id/dispositions',auth['isAuthenticated'](),controller['addDisposition']);router[_0x1a33('0x19')](_0x1a33('0x11'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x1b')]);router['post'](_0x1a33('0x1c'),controller[_0x1a33('0x1d')]);router[_0x1a33('0x19')](_0x1a33('0x13'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x1e')]);router[_0x1a33('0x19')](_0x1a33('0x17'),auth[_0x1a33('0xd')](),controller['addAgents']);router[_0x1a33('0x19')]('/:id/send',auth[_0x1a33('0xd')](),controller[_0x1a33('0x1f')]);router['put'](_0x1a33('0xc'),auth['isAuthenticated'](),controller[_0x1a33('0x20')]);router['delete'](_0x1a33('0xc'),auth['isAuthenticated'](),controller[_0x1a33('0x21')]);router[_0x1a33('0x22')](_0x1a33('0xf'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x23')]);router[_0x1a33('0x22')](_0x1a33('0x11'),auth[_0x1a33('0xd')](),controller[_0x1a33('0x24')]);router[_0x1a33('0x22')](_0x1a33('0x17'),auth['isAuthenticated'](),controller[_0x1a33('0x25')]);module[_0x1a33('0x26')]=router;