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 _0x228a=['../../config/environment','./smsQueueReport.controller','get','isAuthenticated','/describe','describe','/:id','post','create','put','delete','destroy','exports','multer','util','path','express','Router','../../components/interaction/service'];(function(_0x21a9d9,_0x4d5ac8){var _0x46adce=function(_0xfdd336){while(--_0xfdd336){_0x21a9d9['push'](_0x21a9d9['shift']());}};_0x46adce(++_0x4d5ac8);}(_0x228a,0x19c));var _0xa228=function(_0x11723c,_0x30b68a){_0x11723c=_0x11723c-0x0;var _0x561ca6=_0x228a[_0x11723c];return _0x561ca6;};'use strict';var multer=require(_0xa228('0x0'));var util=require(_0xa228('0x1'));var path=require(_0xa228('0x2'));var timeout=require('connect-timeout');var express=require(_0xa228('0x3'));var router=express[_0xa228('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xa228('0x5'));var config=require(_0xa228('0x6'));var controller=require(_0xa228('0x7'));router[_0xa228('0x8')]('/',auth[_0xa228('0x9')](),controller['index']);router[_0xa228('0x8')](_0xa228('0xa'),auth[_0xa228('0x9')](),controller[_0xa228('0xb')]);router[_0xa228('0x8')](_0xa228('0xc'),auth['isAuthenticated'](),controller['show']);router[_0xa228('0xd')]('/',auth[_0xa228('0x9')](),controller[_0xa228('0xe')]);router[_0xa228('0xf')](_0xa228('0xc'),auth[_0xa228('0x9')](),controller['update']);router[_0xa228('0x10')]('/:id',auth[_0xa228('0x9')](),controller[_0xa228('0x11')]);module[_0xa228('0x12')]=router;