Built motion from commit (unavailable).|2.5.1
[motion2.git] / server / api / smsQueueReport / 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 _0x9731=['express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsQueueReport.controller','get','isAuthenticated','/describe','describe','/:id','create','put','update','delete','destroy','exports','multer','connect-timeout'];(function(_0x123092,_0x4655bc){var _0x2816cc=function(_0x106014){while(--_0x106014){_0x123092['push'](_0x123092['shift']());}};_0x2816cc(++_0x4655bc);}(_0x9731,0x11b));var _0x1973=function(_0x4c77a0,_0x29cd33){_0x4c77a0=_0x4c77a0-0x0;var _0x5b7397=_0x9731[_0x4c77a0];return _0x5b7397;};'use strict';var multer=require(_0x1973('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x1973('0x1'));var express=require(_0x1973('0x2'));var router=express[_0x1973('0x3')]();var auth=require(_0x1973('0x4'));var interaction=require(_0x1973('0x5'));var config=require(_0x1973('0x6'));var controller=require(_0x1973('0x7'));router[_0x1973('0x8')]('/',auth[_0x1973('0x9')](),controller['index']);router[_0x1973('0x8')](_0x1973('0xa'),auth[_0x1973('0x9')](),controller[_0x1973('0xb')]);router[_0x1973('0x8')](_0x1973('0xc'),auth[_0x1973('0x9')](),controller['show']);router['post']('/',auth[_0x1973('0x9')](),controller[_0x1973('0xd')]);router[_0x1973('0xe')]('/:id',auth[_0x1973('0x9')](),controller[_0x1973('0xf')]);router[_0x1973('0x10')](_0x1973('0xc'),auth[_0x1973('0x9')](),controller[_0x1973('0x11')]);module[_0x1973('0x12')]=router;