Built motion from commit 19a84241.|2.5.34
[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 _0x1883=['exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappInteraction.controller','get','isAuthenticated','index','/describe','/:id','show','/:id/messages','getMessages','download','create','post','addMessage','whatsappinteraction:addtags','tracked','whatsapp','whatsappinteraction:update','update','whatsappinteraction:destroy','destroy','delete','/:id/tags','removeTags'];(function(_0x5615e4,_0x121dd4){var _0x3794e7=function(_0x30c621){while(--_0x30c621){_0x5615e4['push'](_0x5615e4['shift']());}};_0x3794e7(++_0x121dd4);}(_0x1883,0xab));var _0x3188=function(_0x20033d,_0x100fa9){_0x20033d=_0x20033d-0x0;var _0x393221=_0x1883[_0x20033d];return _0x393221;};'use strict';var multer=require(_0x3188('0x0'));var util=require(_0x3188('0x1'));var path=require(_0x3188('0x2'));var timeout=require(_0x3188('0x3'));var express=require(_0x3188('0x4'));var router=express[_0x3188('0x5')]();var fs_extra=require(_0x3188('0x6'));var auth=require(_0x3188('0x7'));var interaction=require(_0x3188('0x8'));var config=require(_0x3188('0x9'));var controller=require(_0x3188('0xa'));router[_0x3188('0xb')]('/',auth[_0x3188('0xc')](),controller[_0x3188('0xd')]);router[_0x3188('0xb')](_0x3188('0xe'),auth[_0x3188('0xc')](),controller['describe']);router[_0x3188('0xb')](_0x3188('0xf'),auth['isAuthenticated'](),controller[_0x3188('0x10')]);router['get'](_0x3188('0x11'),auth[_0x3188('0xc')](),controller[_0x3188('0x12')]);router[_0x3188('0xb')]('/:id/download',auth[_0x3188('0xc')](),controller[_0x3188('0x13')]);router['post']('/',auth['isAuthenticated'](),controller[_0x3188('0x14')]);router[_0x3188('0x15')](_0x3188('0x11'),auth[_0x3188('0xc')](),controller[_0x3188('0x16')]);router[_0x3188('0x15')]('/:id/tags',auth[_0x3188('0xc')](),interaction['tracked']('whatsapp',_0x3188('0x17')),controller['addTags']);router['put'](_0x3188('0xf'),auth[_0x3188('0xc')](),interaction[_0x3188('0x18')](_0x3188('0x19'),_0x3188('0x1a')),controller[_0x3188('0x1b')]);router['delete'](_0x3188('0xf'),auth[_0x3188('0xc')](),interaction[_0x3188('0x18')](_0x3188('0x19'),_0x3188('0x1c')),controller[_0x3188('0x1d')]);router[_0x3188('0x1e')](_0x3188('0x1f'),auth['isAuthenticated'](),controller[_0x3188('0x20')]);module[_0x3188('0x21')]=router;