Built motion from commit 936e8062.|2.5.33
[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 _0xa249=['addDisposition','addCustomField','put','update','delete','destroy','removeDispositions','removeAgents','exports','util','path','connect-timeout','Router','fs-extra','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/dispositions','getDispositions','/:id/contacts','getContacts','getContactsCsv','/:id/fields','getCustomFields','/:id/users','getAgents','post','create'];(function(_0x391ba1,_0x50ca10){var _0x54a23d=function(_0x10bdac){while(--_0x10bdac){_0x391ba1['push'](_0x391ba1['shift']());}};_0x54a23d(++_0x50ca10);}(_0xa249,0x109));var _0x9a24=function(_0x2cc7c1,_0x4f886b){_0x2cc7c1=_0x2cc7c1-0x0;var _0x21a429=_0xa249[_0x2cc7c1];return _0x21a429;};'use strict';var multer=require('multer');var util=require(_0x9a24('0x0'));var path=require(_0x9a24('0x1'));var timeout=require(_0x9a24('0x2'));var express=require('express');var router=express[_0x9a24('0x3')]();var fs_extra=require(_0x9a24('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./cmList.controller');router[_0x9a24('0x5')]('/',auth[_0x9a24('0x6')](),controller[_0x9a24('0x7')]);router[_0x9a24('0x5')](_0x9a24('0x8'),auth['isAuthenticated'](),controller[_0x9a24('0x9')]);router['get'](_0x9a24('0xa'),auth[_0x9a24('0x6')](),controller[_0x9a24('0xb')]);router[_0x9a24('0x5')](_0x9a24('0xc'),auth[_0x9a24('0x6')](),controller[_0x9a24('0xd')]);router[_0x9a24('0x5')](_0x9a24('0xe'),auth[_0x9a24('0x6')](),controller[_0x9a24('0xf')]);router['get']('/:id/contacts/csv',auth['isAuthenticated'](),controller[_0x9a24('0x10')]);router[_0x9a24('0x5')](_0x9a24('0x11'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x12')]);router['get'](_0x9a24('0x13'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x14')]);router[_0x9a24('0x15')]('/',auth[_0x9a24('0x6')](),controller[_0x9a24('0x16')]);router[_0x9a24('0x15')](_0x9a24('0xc'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x17')]);router['post'](_0x9a24('0xe'),auth[_0x9a24('0x6')](),controller['addContacts']);router['post'](_0x9a24('0x11'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x18')]);router[_0x9a24('0x15')](_0x9a24('0x13'),auth[_0x9a24('0x6')](),controller['addAgents']);router[_0x9a24('0x19')](_0x9a24('0xa'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x1a')]);router[_0x9a24('0x1b')](_0x9a24('0xa'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x1c')]);router['delete'](_0x9a24('0xc'),auth[_0x9a24('0x6')](),controller[_0x9a24('0x1d')]);router[_0x9a24('0x1b')]('/:id/users',auth[_0x9a24('0x6')](),controller[_0x9a24('0x1e')]);module[_0x9a24('0x1f')]=router;