Built motion from commit eddce310.|2.6.12
[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 _0x4599=['/:id/users','post','create','addDisposition','addAnswer','notify','addAgents','/:id/send','send','update','delete','/:id','removeDispositions','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','/describe','describe','/:id/dispositions','getDispositions','/:id/canned_answers','/:id/applications','getApplications','getInteractions'];(function(_0x226da5,_0x61afce){var _0x186d81=function(_0x1416b9){while(--_0x1416b9){_0x226da5['push'](_0x226da5['shift']());}};_0x186d81(++_0x61afce);}(_0x4599,0x16c));var _0x9459=function(_0x321bb2,_0x202794){_0x321bb2=_0x321bb2-0x0;var _0x9c12ed=_0x4599[_0x321bb2];return _0x9c12ed;};'use strict';var multer=require(_0x9459('0x0'));var util=require(_0x9459('0x1'));var path=require(_0x9459('0x2'));var timeout=require(_0x9459('0x3'));var express=require(_0x9459('0x4'));var router=express[_0x9459('0x5')]();var fs_extra=require(_0x9459('0x6'));var auth=require(_0x9459('0x7'));var interaction=require(_0x9459('0x8'));var config=require(_0x9459('0x9'));var controller=require('./openchannelAccount.controller');router['get']('/',auth[_0x9459('0xa')](),controller[_0x9459('0xb')]);router[_0x9459('0xc')](_0x9459('0xd'),auth[_0x9459('0xa')](),controller[_0x9459('0xe')]);router[_0x9459('0xc')]('/:id',auth[_0x9459('0xa')](),controller['show']);router[_0x9459('0xc')](_0x9459('0xf'),auth[_0x9459('0xa')](),controller[_0x9459('0x10')]);router[_0x9459('0xc')](_0x9459('0x11'),auth[_0x9459('0xa')](),controller['getAnswers']);router[_0x9459('0xc')](_0x9459('0x12'),auth[_0x9459('0xa')](),controller[_0x9459('0x13')]);router[_0x9459('0xc')]('/:id/interactions',auth[_0x9459('0xa')](),controller[_0x9459('0x14')]);router[_0x9459('0xc')](_0x9459('0x15'),auth[_0x9459('0xa')](),controller['getAgents']);router[_0x9459('0x16')]('/',auth[_0x9459('0xa')](),controller[_0x9459('0x17')]);router[_0x9459('0x16')](_0x9459('0xf'),auth['isAuthenticated'](),controller[_0x9459('0x18')]);router[_0x9459('0x16')](_0x9459('0x11'),auth[_0x9459('0xa')](),controller[_0x9459('0x19')]);router[_0x9459('0x16')]('/:id/notify',controller[_0x9459('0x1a')]);router[_0x9459('0x16')](_0x9459('0x12'),auth['isAuthenticated'](),controller['addApplications']);router[_0x9459('0x16')](_0x9459('0x15'),auth[_0x9459('0xa')](),controller[_0x9459('0x1b')]);router[_0x9459('0x16')](_0x9459('0x1c'),auth[_0x9459('0xa')](),controller[_0x9459('0x1d')]);router['put']('/:id',auth['isAuthenticated'](),controller[_0x9459('0x1e')]);router[_0x9459('0x1f')](_0x9459('0x20'),auth[_0x9459('0xa')](),controller['destroy']);router[_0x9459('0x1f')]('/:id/dispositions',auth[_0x9459('0xa')](),controller[_0x9459('0x21')]);router['delete'](_0x9459('0x11'),auth['isAuthenticated'](),controller['removeAnswers']);router[_0x9459('0x1f')]('/:id/users',auth[_0x9459('0xa')](),controller['removeAgents']);module[_0x9459('0x22')]=router;