7f5702eefcdc3d81e1391dd60bfa32608d0e8b49
[motion2.git] / server / api / smsInteraction / 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 _0xef50=['connect-timeout','express','Router','../../components/auth/service','../../config/environment','./smsInteraction.controller','isAuthenticated','/describe','describe','get','/:id','show','getMessages','download','post','create','/:id/messages','/:id/tags','sms','smsinteraction:addtags','addTags','put','tracked','smsinteraction:update','update','delete','smsinteraction:destroy','destroy','removeTags','exports','multer','util','path'];(function(_0x31e29a,_0x349c9b){var _0x32d892=function(_0x41cc86){while(--_0x41cc86){_0x31e29a['push'](_0x31e29a['shift']());}};_0x32d892(++_0x349c9b);}(_0xef50,0x81));var _0x0ef5=function(_0x39f027,_0x202c0c){_0x39f027=_0x39f027-0x0;var _0x417cfe=_0xef50[_0x39f027];return _0x417cfe;};'use strict';var multer=require(_0x0ef5('0x0'));var util=require(_0x0ef5('0x1'));var path=require(_0x0ef5('0x2'));var timeout=require(_0x0ef5('0x3'));var express=require(_0x0ef5('0x4'));var router=express[_0x0ef5('0x5')]();var auth=require(_0x0ef5('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x0ef5('0x7'));var controller=require(_0x0ef5('0x8'));router['get']('/',auth[_0x0ef5('0x9')](),controller['index']);router['get'](_0x0ef5('0xa'),auth[_0x0ef5('0x9')](),controller[_0x0ef5('0xb')]);router[_0x0ef5('0xc')](_0x0ef5('0xd'),auth[_0x0ef5('0x9')](),controller[_0x0ef5('0xe')]);router[_0x0ef5('0xc')]('/:id/messages',auth[_0x0ef5('0x9')](),controller[_0x0ef5('0xf')]);router[_0x0ef5('0xc')]('/:id/download',auth[_0x0ef5('0x9')](),controller[_0x0ef5('0x10')]);router[_0x0ef5('0x11')]('/',auth['isAuthenticated'](),controller[_0x0ef5('0x12')]);router[_0x0ef5('0x11')](_0x0ef5('0x13'),auth[_0x0ef5('0x9')](),controller['addMessage']);router[_0x0ef5('0x11')](_0x0ef5('0x14'),auth[_0x0ef5('0x9')](),interaction['tracked'](_0x0ef5('0x15'),_0x0ef5('0x16')),controller[_0x0ef5('0x17')]);router[_0x0ef5('0x18')](_0x0ef5('0xd'),auth[_0x0ef5('0x9')](),interaction[_0x0ef5('0x19')](_0x0ef5('0x15'),_0x0ef5('0x1a')),controller[_0x0ef5('0x1b')]);router[_0x0ef5('0x1c')](_0x0ef5('0xd'),auth[_0x0ef5('0x9')](),interaction['tracked'](_0x0ef5('0x15'),_0x0ef5('0x1d')),controller[_0x0ef5('0x1e')]);router[_0x0ef5('0x1c')](_0x0ef5('0x14'),auth[_0x0ef5('0x9')](),controller[_0x0ef5('0x1f')]);module[_0x0ef5('0x20')]=router;