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