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