Built motion from commit (unavailable).|2.5.31
[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 _0x8870=['whatsappinteraction:update','update','delete','whatsappinteraction:destroy','destroy','/:id/tags','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappInteraction.controller','get','isAuthenticated','/describe','describe','/:id','/:id/download','download','post','create','/:id/messages','addMessage','tracked','whatsapp','put'];(function(_0x46aff0,_0x122890){var _0x9d78cf=function(_0x3f14cb){while(--_0x3f14cb){_0x46aff0['push'](_0x46aff0['shift']());}};_0x9d78cf(++_0x122890);}(_0x8870,0x145));var _0x0887=function(_0xa148b7,_0x2f3eb2){_0xa148b7=_0xa148b7-0x0;var _0x51efd3=_0x8870[_0xa148b7];return _0x51efd3;};'use strict';var multer=require('multer');var util=require(_0x0887('0x0'));var path=require(_0x0887('0x1'));var timeout=require(_0x0887('0x2'));var express=require(_0x0887('0x3'));var router=express['Router']();var fs_extra=require(_0x0887('0x4'));var auth=require(_0x0887('0x5'));var interaction=require(_0x0887('0x6'));var config=require(_0x0887('0x7'));var controller=require(_0x0887('0x8'));router[_0x0887('0x9')]('/',auth[_0x0887('0xa')](),controller['index']);router[_0x0887('0x9')](_0x0887('0xb'),auth[_0x0887('0xa')](),controller[_0x0887('0xc')]);router['get'](_0x0887('0xd'),auth['isAuthenticated'](),controller['show']);router[_0x0887('0x9')]('/:id/messages',auth[_0x0887('0xa')](),controller['getMessages']);router[_0x0887('0x9')](_0x0887('0xe'),auth[_0x0887('0xa')](),controller[_0x0887('0xf')]);router[_0x0887('0x10')]('/',auth['isAuthenticated'](),controller[_0x0887('0x11')]);router[_0x0887('0x10')](_0x0887('0x12'),auth[_0x0887('0xa')](),controller[_0x0887('0x13')]);router['post']('/:id/tags',auth[_0x0887('0xa')](),interaction[_0x0887('0x14')](_0x0887('0x15'),'whatsappinteraction:addtags'),controller['addTags']);router[_0x0887('0x16')](_0x0887('0xd'),auth[_0x0887('0xa')](),interaction[_0x0887('0x14')](_0x0887('0x15'),_0x0887('0x17')),controller[_0x0887('0x18')]);router[_0x0887('0x19')]('/:id',auth[_0x0887('0xa')](),interaction[_0x0887('0x14')]('whatsapp',_0x0887('0x1a')),controller[_0x0887('0x1b')]);router[_0x0887('0x19')](_0x0887('0x1c'),auth[_0x0887('0xa')](),controller['removeTags']);module['exports']=router;