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