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