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