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