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