Built motion from commit a679711e.|2.6.15
[motion2.git] / server / api / whatsappQueueReport / 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 _0xaf2e=['express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappQueueReport.controller','get','isAuthenticated','describe','/:id','show','post','create','put','update','delete','destroy','exports','multer','util','path','connect-timeout'];(function(_0x1c3a25,_0x377fcd){var _0x45b02c=function(_0x3fa81b){while(--_0x3fa81b){_0x1c3a25['push'](_0x1c3a25['shift']());}};_0x45b02c(++_0x377fcd);}(_0xaf2e,0x104));var _0xeaf2=function(_0x2fd9e1,_0x3f336b){_0x2fd9e1=_0x2fd9e1-0x0;var _0x1b1074=_0xaf2e[_0x2fd9e1];return _0x1b1074;};'use strict';var multer=require(_0xeaf2('0x0'));var util=require(_0xeaf2('0x1'));var path=require(_0xeaf2('0x2'));var timeout=require(_0xeaf2('0x3'));var express=require(_0xeaf2('0x4'));var router=express['Router']();var fs_extra=require(_0xeaf2('0x5'));var auth=require(_0xeaf2('0x6'));var interaction=require(_0xeaf2('0x7'));var config=require(_0xeaf2('0x8'));var controller=require(_0xeaf2('0x9'));router[_0xeaf2('0xa')]('/',auth[_0xeaf2('0xb')](),controller['index']);router[_0xeaf2('0xa')]('/describe',auth[_0xeaf2('0xb')](),controller[_0xeaf2('0xc')]);router[_0xeaf2('0xa')](_0xeaf2('0xd'),auth['isAuthenticated'](),controller[_0xeaf2('0xe')]);router[_0xeaf2('0xf')]('/',auth[_0xeaf2('0xb')](),controller[_0xeaf2('0x10')]);router[_0xeaf2('0x11')](_0xeaf2('0xd'),auth[_0xeaf2('0xb')](),controller[_0xeaf2('0x12')]);router[_0xeaf2('0x13')]('/:id',auth[_0xeaf2('0xb')](),controller[_0xeaf2('0x14')]);module[_0xeaf2('0x15')]=router;