Built motion from commit 775e2a94.|2.6.3
[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 _0x0fd5=['delete','destroy','removeDispositions','removeAgents','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./cmList.controller','get','isAuthenticated','index','describe','/global_fields','getGlobalCustomFields','/:id','/:id/dispositions','getDispositions','/:id/contacts','getContacts','/:id/contacts/csv','getContactsCsv','/:id/users','getAgents','post','create','addDisposition','/:id/fields','addCustomField','put','update'];(function(_0x3fa7d3,_0x37f83c){var _0x4c51bd=function(_0x59e85b){while(--_0x59e85b){_0x3fa7d3['push'](_0x3fa7d3['shift']());}};_0x4c51bd(++_0x37f83c);}(_0x0fd5,0x1e6));var _0x50fd=function(_0x4d88ae,_0x551d07){_0x4d88ae=_0x4d88ae-0x0;var _0x2566d3=_0x0fd5[_0x4d88ae];return _0x2566d3;};'use strict';var multer=require(_0x50fd('0x0'));var util=require(_0x50fd('0x1'));var path=require(_0x50fd('0x2'));var timeout=require(_0x50fd('0x3'));var express=require(_0x50fd('0x4'));var router=express[_0x50fd('0x5')]();var fs_extra=require(_0x50fd('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0x50fd('0x7'));var config=require(_0x50fd('0x8'));var controller=require(_0x50fd('0x9'));router[_0x50fd('0xa')]('/',auth[_0x50fd('0xb')](),controller[_0x50fd('0xc')]);router[_0x50fd('0xa')]('/describe',auth[_0x50fd('0xb')](),controller[_0x50fd('0xd')]);router[_0x50fd('0xa')](_0x50fd('0xe'),auth[_0x50fd('0xb')](),controller[_0x50fd('0xf')]);router[_0x50fd('0xa')](_0x50fd('0x10'),auth['isAuthenticated'](),controller['show']);router[_0x50fd('0xa')](_0x50fd('0x11'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x12')]);router[_0x50fd('0xa')](_0x50fd('0x13'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x14')]);router['get'](_0x50fd('0x15'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x16')]);router[_0x50fd('0xa')]('/:id/fields',auth['isAuthenticated'](),controller['getCustomFields']);router[_0x50fd('0xa')](_0x50fd('0x17'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x18')]);router[_0x50fd('0x19')]('/',auth['isAuthenticated'](),controller[_0x50fd('0x1a')]);router[_0x50fd('0x19')]('/:id/dispositions',auth[_0x50fd('0xb')](),controller[_0x50fd('0x1b')]);router[_0x50fd('0x19')]('/:id/contacts',auth[_0x50fd('0xb')](),controller['addContacts']);router[_0x50fd('0x19')](_0x50fd('0x1c'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x1d')]);router[_0x50fd('0x19')]('/:id/users',auth[_0x50fd('0xb')](),controller['addAgents']);router[_0x50fd('0x1e')](_0x50fd('0x10'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x1f')]);router[_0x50fd('0x20')](_0x50fd('0x10'),auth[_0x50fd('0xb')](),controller[_0x50fd('0x21')]);router[_0x50fd('0x20')](_0x50fd('0x11'),auth['isAuthenticated'](),controller[_0x50fd('0x22')]);router[_0x50fd('0x20')](_0x50fd('0x17'),auth['isAuthenticated'](),controller[_0x50fd('0x23')]);module[_0x50fd('0x24')]=router;