Built motion from commit d1eab355.|2.6.28
[motion2.git] / server / api / cmList / 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 _0xe633=['./cmList.controller','get','isAuthenticated','/describe','describe','/global_fields','getGlobalCustomFields','show','/:id/dispositions','getDispositions','/:id/contacts','getContacts','/:id/contacts/csv','getContactsCsv','/:id/fields','getCustomFields','post','create','addDisposition','/:id/users','addAgents','put','/:id','update','destroy','delete','exports','util','path','express','Router','fs-extra','../../components/interaction/service','../../config/environment'];(function(_0x24e76f,_0xe8177c){var _0x470418=function(_0x55db0c){while(--_0x55db0c){_0x24e76f['push'](_0x24e76f['shift']());}};_0x470418(++_0xe8177c);}(_0xe633,0x14d));var _0x3e63=function(_0x4cae18,_0xcc271d){_0x4cae18=_0x4cae18-0x0;var _0x23bd37=_0xe633[_0x4cae18];return _0x23bd37;};'use strict';var multer=require('multer');var util=require(_0x3e63('0x0'));var path=require(_0x3e63('0x1'));var timeout=require('connect-timeout');var express=require(_0x3e63('0x2'));var router=express[_0x3e63('0x3')]();var fs_extra=require(_0x3e63('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x3e63('0x5'));var config=require(_0x3e63('0x6'));var controller=require(_0x3e63('0x7'));router[_0x3e63('0x8')]('/',auth[_0x3e63('0x9')](),controller['index']);router[_0x3e63('0x8')](_0x3e63('0xa'),auth['isAuthenticated'](),controller[_0x3e63('0xb')]);router[_0x3e63('0x8')](_0x3e63('0xc'),auth[_0x3e63('0x9')](),controller[_0x3e63('0xd')]);router[_0x3e63('0x8')]('/:id',auth[_0x3e63('0x9')](),controller[_0x3e63('0xe')]);router['get'](_0x3e63('0xf'),auth['isAuthenticated'](),controller[_0x3e63('0x10')]);router[_0x3e63('0x8')](_0x3e63('0x11'),auth['isAuthenticated'](),controller[_0x3e63('0x12')]);router[_0x3e63('0x8')](_0x3e63('0x13'),auth[_0x3e63('0x9')](),controller[_0x3e63('0x14')]);router[_0x3e63('0x8')](_0x3e63('0x15'),auth[_0x3e63('0x9')](),controller[_0x3e63('0x16')]);router['get']('/:id/users',auth[_0x3e63('0x9')](),controller['getAgents']);router[_0x3e63('0x17')]('/',auth['isAuthenticated'](),controller[_0x3e63('0x18')]);router[_0x3e63('0x17')](_0x3e63('0xf'),auth[_0x3e63('0x9')](),controller[_0x3e63('0x19')]);router['post']('/:id/contacts',auth[_0x3e63('0x9')](),controller['addContacts']);router[_0x3e63('0x17')](_0x3e63('0x15'),auth[_0x3e63('0x9')](),controller['addCustomField']);router[_0x3e63('0x17')](_0x3e63('0x1a'),auth[_0x3e63('0x9')](),controller[_0x3e63('0x1b')]);router[_0x3e63('0x1c')](_0x3e63('0x1d'),auth[_0x3e63('0x9')](),controller[_0x3e63('0x1e')]);router['delete'](_0x3e63('0x1d'),auth['isAuthenticated'](),controller[_0x3e63('0x1f')]);router['delete'](_0x3e63('0xf'),auth['isAuthenticated'](),controller['removeDispositions']);router[_0x3e63('0x20')](_0x3e63('0x1a'),auth[_0x3e63('0x9')](),controller['removeAgents']);module[_0x3e63('0x21')]=router;