Built motion from commit (unavailable).|2.5.22
[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 _0x839c=['./smsQueueReport.controller','isAuthenticated','index','get','describe','/:id','show','post','create','exports','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x8bd2c8,_0x243064){var _0x38f09e=function(_0x162324){while(--_0x162324){_0x8bd2c8['push'](_0x8bd2c8['shift']());}};_0x38f09e(++_0x243064);}(_0x839c,0x180));var _0xc839=function(_0x296897,_0x4d23ea){_0x296897=_0x296897-0x0;var _0x2b44ab=_0x839c[_0x296897];return _0x2b44ab;};'use strict';var multer=require('multer');var util=require(_0xc839('0x0'));var path=require(_0xc839('0x1'));var timeout=require('connect-timeout');var express=require(_0xc839('0x2'));var router=express[_0xc839('0x3')]();var auth=require(_0xc839('0x4'));var interaction=require(_0xc839('0x5'));var config=require(_0xc839('0x6'));var controller=require(_0xc839('0x7'));router['get']('/',auth[_0xc839('0x8')](),controller[_0xc839('0x9')]);router[_0xc839('0xa')]('/describe',auth[_0xc839('0x8')](),controller[_0xc839('0xb')]);router[_0xc839('0xa')](_0xc839('0xc'),auth[_0xc839('0x8')](),controller[_0xc839('0xd')]);router[_0xc839('0xe')]('/',auth[_0xc839('0x8')](),controller[_0xc839('0xf')]);router['put'](_0xc839('0xc'),auth['isAuthenticated'](),controller['update']);router['delete'](_0xc839('0xc'),auth[_0xc839('0x8')](),controller['destroy']);module[_0xc839('0x10')]=router;