Built motion from commit (unavailable).|2.5.14
[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 _0xc375=['get','isAuthenticated','index','describe','/: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','removeTags','multer','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappInteraction.controller'];(function(_0x5302c0,_0x13d656){var _0x912371=function(_0x45765c){while(--_0x45765c){_0x5302c0['push'](_0x5302c0['shift']());}};_0x912371(++_0x13d656);}(_0xc375,0x1b8));var _0x5c37=function(_0x2e78e9,_0x42957c){_0x2e78e9=_0x2e78e9-0x0;var _0x35aad4=_0xc375[_0x2e78e9];return _0x35aad4;};'use strict';var multer=require(_0x5c37('0x0'));var util=require('util');var path=require(_0x5c37('0x1'));var timeout=require(_0x5c37('0x2'));var express=require(_0x5c37('0x3'));var router=express['Router']();var auth=require(_0x5c37('0x4'));var interaction=require(_0x5c37('0x5'));var config=require(_0x5c37('0x6'));var controller=require(_0x5c37('0x7'));router[_0x5c37('0x8')]('/',auth[_0x5c37('0x9')](),controller[_0x5c37('0xa')]);router[_0x5c37('0x8')]('/describe',auth[_0x5c37('0x9')](),controller[_0x5c37('0xb')]);router[_0x5c37('0x8')](_0x5c37('0xc'),auth[_0x5c37('0x9')](),controller[_0x5c37('0xd')]);router[_0x5c37('0x8')](_0x5c37('0xe'),auth['isAuthenticated'](),controller[_0x5c37('0xf')]);router[_0x5c37('0x8')](_0x5c37('0x10'),auth[_0x5c37('0x9')](),controller[_0x5c37('0x11')]);router[_0x5c37('0x12')]('/',auth[_0x5c37('0x9')](),controller[_0x5c37('0x13')]);router['post'](_0x5c37('0xe'),auth[_0x5c37('0x9')](),controller[_0x5c37('0x14')]);router['post'](_0x5c37('0x15'),auth['isAuthenticated'](),interaction[_0x5c37('0x16')](_0x5c37('0x17'),_0x5c37('0x18')),controller[_0x5c37('0x19')]);router[_0x5c37('0x1a')](_0x5c37('0xc'),auth[_0x5c37('0x9')](),interaction['tracked'](_0x5c37('0x17'),_0x5c37('0x1b')),controller[_0x5c37('0x1c')]);router[_0x5c37('0x1d')](_0x5c37('0xc'),auth[_0x5c37('0x9')](),interaction[_0x5c37('0x16')]('whatsapp',_0x5c37('0x1e')),controller['destroy']);router[_0x5c37('0x1d')](_0x5c37('0x15'),auth[_0x5c37('0x9')](),controller[_0x5c37('0x1f')]);module['exports']=router;