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