85bc2b15cc70ab9177e18258fa1ccb788ce1b8c9
[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 _0x0005=['/:id/canned_answers','/:id/applications','/:id/interactions','/:id/users','getAgents','create','post','addDisposition','addAnswer','/:id/notify','addAgents','update','delete','/:id','destroy','removeDispositions','removeAnswers','removeAgents','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./openchannelAccount.controller','get','isAuthenticated','index','/describe','show','/:id/dispositions','getDispositions'];(function(_0x31aeac,_0x4e551f){var _0x2f1f0e=function(_0x5f0ec9){while(--_0x5f0ec9){_0x31aeac['push'](_0x31aeac['shift']());}};_0x2f1f0e(++_0x4e551f);}(_0x0005,0x12b));var _0x5000=function(_0xdceeb7,_0x292a53){_0xdceeb7=_0xdceeb7-0x0;var _0x5b7533=_0x0005[_0xdceeb7];return _0x5b7533;};'use strict';var multer=require(_0x5000('0x0'));var util=require(_0x5000('0x1'));var path=require(_0x5000('0x2'));var timeout=require(_0x5000('0x3'));var express=require(_0x5000('0x4'));var router=express[_0x5000('0x5')]();var auth=require(_0x5000('0x6'));var interaction=require(_0x5000('0x7'));var config=require('../../config/environment');var controller=require(_0x5000('0x8'));router[_0x5000('0x9')]('/',auth[_0x5000('0xa')](),controller[_0x5000('0xb')]);router[_0x5000('0x9')](_0x5000('0xc'),auth[_0x5000('0xa')](),controller['describe']);router['get']('/:id',auth[_0x5000('0xa')](),controller[_0x5000('0xd')]);router[_0x5000('0x9')](_0x5000('0xe'),auth[_0x5000('0xa')](),controller[_0x5000('0xf')]);router[_0x5000('0x9')](_0x5000('0x10'),auth['isAuthenticated'](),controller['getAnswers']);router[_0x5000('0x9')](_0x5000('0x11'),auth[_0x5000('0xa')](),controller['getApplications']);router['get'](_0x5000('0x12'),auth['isAuthenticated'](),controller['getInteractions']);router[_0x5000('0x9')](_0x5000('0x13'),auth['isAuthenticated'](),controller[_0x5000('0x14')]);router['post']('/',auth[_0x5000('0xa')](),controller[_0x5000('0x15')]);router[_0x5000('0x16')]('/:id/dispositions',auth['isAuthenticated'](),controller[_0x5000('0x17')]);router['post'](_0x5000('0x10'),auth[_0x5000('0xa')](),controller[_0x5000('0x18')]);router[_0x5000('0x16')](_0x5000('0x19'),controller['notify']);router[_0x5000('0x16')](_0x5000('0x11'),auth[_0x5000('0xa')](),controller['addApplications']);router[_0x5000('0x16')](_0x5000('0x13'),auth['isAuthenticated'](),controller[_0x5000('0x1a')]);router[_0x5000('0x16')]('/:id/send',auth[_0x5000('0xa')](),controller['send']);router['put']('/:id',auth[_0x5000('0xa')](),controller[_0x5000('0x1b')]);router[_0x5000('0x1c')](_0x5000('0x1d'),auth[_0x5000('0xa')](),controller[_0x5000('0x1e')]);router[_0x5000('0x1c')]('/:id/dispositions',auth[_0x5000('0xa')](),controller[_0x5000('0x1f')]);router[_0x5000('0x1c')](_0x5000('0x10'),auth[_0x5000('0xa')](),controller[_0x5000('0x20')]);router['delete']('/:id/users',auth[_0x5000('0xa')](),controller[_0x5000('0x21')]);module[_0x5000('0x22')]=router;