b976feb62e0862b76fe6ebc12bba1daed4276f34
[motion2.git] / server / api / whatsappMessage / 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 _0xdbeb=['../../components/interaction/service','get','isAuthenticated','describe','show','post','tracked','whatsapp','create','/:id/status','status','put','/:id','update','/:id/reject','destroy','util','connect-timeout','express','Router','../../components/auth/service'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0xdbeb,0x1c9));var _0xbdbe=function(_0x2969fe,_0x4e6f0d){_0x2969fe=_0x2969fe-0x0;var _0x563e49=_0xdbeb[_0x2969fe];return _0x563e49;};'use strict';var multer=require('multer');var util=require(_0xbdbe('0x0'));var path=require('path');var timeout=require(_0xbdbe('0x1'));var express=require(_0xbdbe('0x2'));var router=express[_0xbdbe('0x3')]();var auth=require(_0xbdbe('0x4'));var interaction=require(_0xbdbe('0x5'));var config=require('../../config/environment');var controller=require('./whatsappMessage.controller');router[_0xbdbe('0x6')]('/',auth['isAuthenticated'](),controller['index']);router['get']('/describe',auth[_0xbdbe('0x7')](),controller[_0xbdbe('0x8')]);router['get']('/:id',auth[_0xbdbe('0x7')](),controller[_0xbdbe('0x9')]);router[_0xbdbe('0xa')]('/',auth['isAuthenticated'](),interaction[_0xbdbe('0xb')](_0xbdbe('0xc'),'whatsappmessage:create'),controller[_0xbdbe('0xd')]);router[_0xbdbe('0xa')](_0xbdbe('0xe'),controller[_0xbdbe('0xf')]);router[_0xbdbe('0x10')](_0xbdbe('0x11'),auth['isAuthenticated'](),controller[_0xbdbe('0x12')]);router[_0xbdbe('0x10')]('/:id/accept',auth[_0xbdbe('0x7')](),controller['accept']);router['put'](_0xbdbe('0x13'),auth[_0xbdbe('0x7')](),controller['reject']);router['delete'](_0xbdbe('0x11'),auth[_0xbdbe('0x7')](),controller[_0xbdbe('0x14')]);module['exports']=router;