67509947e17ca2156a596ece3c8afcb273278691
[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 _0x71a1=['smsinteraction:addtags','addTags','put','smsinteraction:update','update','delete','smsinteraction:destroy','destroy','/:id/tags','removeTags','exports','multer','util','path','connect-timeout','express','../../components/interaction/service','../../config/environment','isAuthenticated','index','/describe','describe','get','/:id','show','getMessages','/:id/download','download','post','addMessage','tracked','sms'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x71a1,0x1eb));var _0x171a=function(_0x3b1a85,_0x73c2b6){_0x3b1a85=_0x3b1a85-0x0;var _0x53757f=_0x71a1[_0x3b1a85];return _0x53757f;};'use strict';var multer=require(_0x171a('0x0'));var util=require(_0x171a('0x1'));var path=require(_0x171a('0x2'));var timeout=require(_0x171a('0x3'));var express=require(_0x171a('0x4'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require(_0x171a('0x5'));var config=require(_0x171a('0x6'));var controller=require('./smsInteraction.controller');router['get']('/',auth[_0x171a('0x7')](),controller[_0x171a('0x8')]);router['get'](_0x171a('0x9'),auth[_0x171a('0x7')](),controller[_0x171a('0xa')]);router[_0x171a('0xb')](_0x171a('0xc'),auth[_0x171a('0x7')](),controller[_0x171a('0xd')]);router[_0x171a('0xb')]('/:id/messages',auth['isAuthenticated'](),controller[_0x171a('0xe')]);router[_0x171a('0xb')](_0x171a('0xf'),auth[_0x171a('0x7')](),controller[_0x171a('0x10')]);router[_0x171a('0x11')]('/',auth[_0x171a('0x7')](),controller['create']);router[_0x171a('0x11')]('/:id/messages',auth[_0x171a('0x7')](),controller[_0x171a('0x12')]);router['post']('/:id/tags',auth[_0x171a('0x7')](),interaction[_0x171a('0x13')](_0x171a('0x14'),_0x171a('0x15')),controller[_0x171a('0x16')]);router[_0x171a('0x17')](_0x171a('0xc'),auth[_0x171a('0x7')](),interaction[_0x171a('0x13')](_0x171a('0x14'),_0x171a('0x18')),controller[_0x171a('0x19')]);router[_0x171a('0x1a')](_0x171a('0xc'),auth[_0x171a('0x7')](),interaction[_0x171a('0x13')](_0x171a('0x14'),_0x171a('0x1b')),controller[_0x171a('0x1c')]);router[_0x171a('0x1a')](_0x171a('0x1d'),auth['isAuthenticated'](),controller[_0x171a('0x1e')]);module[_0x171a('0x1f')]=router;