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