53396058e102dd6449530418a07eea27bdf2328a
[motion2.git] / server / api / whatsappInteraction / 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 _0x7ba8=['removeTags','exports','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index','/describe','get','/:id','show','/:id/messages','getMessages','/:id/download','download','post','create','addMessage','/:id/tags','tracked','whatsapp','whatsappinteraction:addtags','addTags','put','whatsappinteraction:update','update','delete','whatsappinteraction:destroy'];(function(_0x599e60,_0x5b6519){var _0x468e19=function(_0xcdfd97){while(--_0xcdfd97){_0x599e60['push'](_0x599e60['shift']());}};_0x468e19(++_0x5b6519);}(_0x7ba8,0xe2));var _0x87ba=function(_0x4b3648,_0x402f41){_0x4b3648=_0x4b3648-0x0;var _0x11ab4a=_0x7ba8[_0x4b3648];return _0x11ab4a;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x87ba('0x0'));var timeout=require(_0x87ba('0x1'));var express=require(_0x87ba('0x2'));var router=express[_0x87ba('0x3')]();var auth=require(_0x87ba('0x4'));var interaction=require(_0x87ba('0x5'));var config=require(_0x87ba('0x6'));var controller=require('./whatsappInteraction.controller');router['get']('/',auth[_0x87ba('0x7')](),controller[_0x87ba('0x8')]);router['get'](_0x87ba('0x9'),auth[_0x87ba('0x7')](),controller['describe']);router[_0x87ba('0xa')](_0x87ba('0xb'),auth['isAuthenticated'](),controller[_0x87ba('0xc')]);router[_0x87ba('0xa')](_0x87ba('0xd'),auth['isAuthenticated'](),controller[_0x87ba('0xe')]);router['get'](_0x87ba('0xf'),auth['isAuthenticated'](),controller[_0x87ba('0x10')]);router[_0x87ba('0x11')]('/',auth[_0x87ba('0x7')](),controller[_0x87ba('0x12')]);router[_0x87ba('0x11')](_0x87ba('0xd'),auth[_0x87ba('0x7')](),controller[_0x87ba('0x13')]);router[_0x87ba('0x11')](_0x87ba('0x14'),auth[_0x87ba('0x7')](),interaction[_0x87ba('0x15')](_0x87ba('0x16'),_0x87ba('0x17')),controller[_0x87ba('0x18')]);router[_0x87ba('0x19')](_0x87ba('0xb'),auth['isAuthenticated'](),interaction[_0x87ba('0x15')]('whatsapp',_0x87ba('0x1a')),controller[_0x87ba('0x1b')]);router[_0x87ba('0x1c')](_0x87ba('0xb'),auth['isAuthenticated'](),interaction['tracked'](_0x87ba('0x16'),_0x87ba('0x1d')),controller['destroy']);router['delete'](_0x87ba('0x14'),auth['isAuthenticated'](),controller[_0x87ba('0x1e')]);module[_0x87ba('0x1f')]=router;