Built motion from commit 775e2a94.|2.6.3
[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 _0xdc3c=['Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','put','update','delete','destroy','exports','multer','connect-timeout','express'];(function(_0x1e20c9,_0x5a2ebf){var _0x4dc403=function(_0x1f4ce9){while(--_0x1f4ce9){_0x1e20c9['push'](_0x1e20c9['shift']());}};_0x4dc403(++_0x5a2ebf);}(_0xdc3c,0x147));var _0xcdc3=function(_0x647697,_0x19c2fa){_0x647697=_0x647697-0x0;var _0x38521f=_0xdc3c[_0x647697];return _0x38521f;};'use strict';var multer=require(_0xcdc3('0x0'));var util=require('util');var path=require('path');var timeout=require(_0xcdc3('0x1'));var express=require(_0xcdc3('0x2'));var router=express[_0xcdc3('0x3')]();var fs_extra=require(_0xcdc3('0x4'));var auth=require(_0xcdc3('0x5'));var interaction=require(_0xcdc3('0x6'));var config=require(_0xcdc3('0x7'));var controller=require(_0xcdc3('0x8'));router[_0xcdc3('0x9')]('/',auth[_0xcdc3('0xa')](),controller[_0xcdc3('0xb')]);router['get'](_0xcdc3('0xc'),auth[_0xcdc3('0xa')](),controller[_0xcdc3('0xd')]);router[_0xcdc3('0x9')](_0xcdc3('0xe'),auth[_0xcdc3('0xa')](),controller[_0xcdc3('0xf')]);router[_0xcdc3('0x10')]('/',auth['isAuthenticated'](),controller['create']);router[_0xcdc3('0x11')](_0xcdc3('0xe'),auth[_0xcdc3('0xa')](),controller[_0xcdc3('0x12')]);router[_0xcdc3('0x13')]('/:id',auth['isAuthenticated'](),controller[_0xcdc3('0x14')]);module[_0xcdc3('0x15')]=router;